- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- ad95df2 Const police raid. by Steve Bavin · 16 years ago
- 517aca8 use the playlist catalog code to generate the playlists under Playlist > Create playlist by Jonathan Gordon · 16 years ago
- 791e092 Slight readability improvements by Nils Wallménius · 16 years ago
- 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 16 years ago
- 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 17 years ago
- a6d4e53 Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Closes FS#8322. by Antoine Cellerier · 17 years ago
- 4acae4d Use the strrsplt function in one more place by Nils Wallménius · 17 years ago
- 2490700 Playlist viewer move live preview. Closes FS #7968. by Antoine Cellerier · 17 years ago
- cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
- b8ded7d Accept FS #7627: allow viewing of dynamic playlist when it has ended by Peter D'Hoye · 17 years ago
- df32813 Accept FS #7626: allow viewing playlist files if no playlist is loaded by Peter D'Hoye · 17 years ago
- b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
- 88882a8 sync and commit FS#4954 - return any results found when aborting a playlist search by Jonathan Gordon · 17 years ago
- f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
- 52ba1c6 Fix some naughty variable name reuse (hopefully correctly) by Jonathan Gordon · 17 years ago
- 3d44a20 Accept FS7078, try to show the last playlist if no audio is being played by Jonathan Gordon · 17 years ago
- 70e2846 oops, wrong return value by Jonathan Gordon · 17 years ago
- a2740d9 convert the playlist viewer menus to the newer API by Jonathan Gordon · 17 years ago
- eb85f14 No more type punning where it's not funny. by Michael Sevakis · 17 years ago
- 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 17 years ago
- 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. by Michael Sevakis · 17 years ago
- 36a2e30 Move the inbuilt filetype info into filetypes.c and rename the defines. by Jonathan Gordon · 17 years ago
- 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 17 years ago
- 734278b Consistency fix: pressing play (on) button also takes you to the WPS just like elsewhere. Fixes FS #6743 by Peter D'Hoye · 17 years ago
- b16137e Make sure selected track of playlist viewer doesn't become bigger than number of tracks when deleting the last track. Fixes FS #6899 by Peter D'Hoye · 17 years ago
- 21b415d Give all menus using the old API a nice title and icons (except plugins) by Jonathan Gordon · 18 years ago
- 6cbf30d Give the playlist viewer a title (FS#6898) by Jonathan Gordon · 18 years ago
- 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
- a1a4034 fix FS#6784 by Jonathan Gordon · 18 years ago
- 87c20b7 Remove useless define by Nils Wallménius · 18 years ago
- ce58428 Remove the File Options menu from the playlist viewer, but put the by Jonathan Gordon · 18 years ago
- 2597a13 Next round of static'ing and related fixes. by Jens Arnold · 18 years ago
- acc29d9 SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. by Michael Sevakis · 18 years ago
- 6a1161b dont allow the volume setting to wrap by Jonathan Gordon · 18 years ago
- 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
- f53779d by Shachar Liberman · 18 years ago
- 59dc18d FS#5784 - Strip extension from all filetypes in playlist viewer by Antoine Cellerier · 18 years ago
- f77ac7a added support remote support for the id3 infos screen (had to slightly change the list engine to use it here as well), corrected a mistake in the french translation by Kevin Ferrare · 18 years ago
- 9a681dd Redraw list whenever playlist changes by Hardeep Sidhu · 18 years ago
- 06605a9 Buffer margin was off by 1 causing corruption when page scrolling by Hardeep Sidhu · 18 years ago
- c7f304e Stop playback and exit viewer if last track in current playlist is removed by Hardeep Sidhu · 18 years ago
- 34ad56d Fix unexitable playlist viewer menu for iPods and possibly other models. by Zakk Roberts · 19 years ago
- 4ec9dbd For backlight_on() to work, you need backlight.h :) by Tomas Salfischberger · 19 years ago
- c2e86cd Patch FS#4759 by Jonathan Gordon - searching in playlists. by Tomas Salfischberger · 19 years ago
- 0cca6ca Currently playing playlist can now be overwritten. Save playlist screen defaults to this. by Hardeep Sidhu · 19 years ago
- 2f56ee9 Proper fix for the playlist viewer crash by Linus Nielsen Feltzing · 19 years ago
- 0b8149f Fixed a crash when wrapping the playlist viewer backwards, and made it always select the currently playing track when viewing the current playlist by Linus Nielsen Feltzing · 19 years ago
- f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
- 3074394 If follow playlist is enabled, the playlist viewer should start at the current playing track. Minor code cleanup. by Hardeep Sidhu · 19 years ago
- 15046f9 show/hide icons now works properly in playlist viewer by Kevin Ferrare · 19 years ago
- e991bee replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer by Kevin Ferrare · 19 years ago
- 6a53c33 fixed the warning and changed playlist max entries in buffer to 200 as it was before by Kevin Ferrare · 19 years ago
- 8517ed8 Multi screen support for playlist viewer, some fixes in other gui files by Kevin Ferrare · 19 years ago
- c52f7f1 iRiver: Fixed broken items skipping on playlist: Now skipping and by Miika Pekkarinen · 19 years ago
- 6c2af7c On popular demand, the arrow cursor is reintroduced by Linus Nielsen Feltzing · 19 years ago
- f43216f Removed the line selector option, it is now always an inverse bar (except for the Player/Studio of course) by Linus Nielsen Feltzing · 19 years ago
- 6c00e38 Icon code cleanup, optimisation & policeing. Removed unused icons. Applied uniform icon naming scheme. by Jens Arnold · 19 years ago
- f894a4c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. by Jens Arnold · 19 years ago
- 7e11acb Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. by Jens Arnold · 19 years ago
- 04daef1 First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display. by Jens Arnold · 19 years ago
- 37d7c47 Put back the playlist creation options in the main menu by Linus Nielsen Feltzing · 19 years ago
- 0574151 Don't need to stop audio before changing tracks. Fixes problem when selecting a new track in playlist viewer on iriver. by Hardeep Sidhu · 19 years ago
- 6e0436f Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu. by Linus Nielsen Feltzing · 19 years ago
- 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
- 6b4e5f8 You can now leave the playlist viewer with OFF, and the hold-Play context menu works better now by Linus Nielsen Feltzing · 20 years ago
- 6239cdd Avoid TREE_RUN trailing release event by Björn Stenberg · 20 years ago
- 2b816de Flattened browser button code more. TREE_SHIFT removed. OnPlay menu is now available on PLAY+REPEAT too. by Björn Stenberg · 20 years ago
- a82fd17 The ON+Play menu in the playlist browser now behaves better, and it stays in the playlist menu after exiting by Linus Nielsen Feltzing · 20 years ago
- 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
- 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 20 years ago
- ade5d7b First step in revamping the USB event handling, paving the way for the upcoming SYS_POWER_OFF event by Linus Nielsen Feltzing · 20 years ago
- b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 20 years ago
- 638dd67 Const'ed the logo, the bitmaps and the credits (optimization for running from ROM) by Jens Arnold · 20 years ago
- 32e27d9 The status bar now keeps track of the mpeg status, instead of having to call status_set_playmode() all the time by Linus Nielsen Feltzing · 20 years ago
- 1b44632 Handle button events immediately. Fixes problem with USB screen not coming up in viewer. by Hardeep Sidhu · 20 years ago
- fa97f16 Third step of the voice-UI: numerical settings are spoken (composed at runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" by Jörg Hohensohn · 21 years ago
- 77936e6 First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. by Linus Nielsen Feltzing · 21 years ago
- 42ffbf9 Second step of the voice-UI: Option values are spoken, if they are translatable strings. by Jörg Hohensohn · 21 years ago
- 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
- 10b92c4 First step towards context sensitive and configurable menus, by Brent Coutts by Linus Nielsen Feltzing · 21 years ago
- f448956 Fixed an array index out of bounds error by Hardeep Sidhu · 21 years ago
- 107ebc5 Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. by Hardeep Sidhu · 21 years ago
- a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
- 1afa395 The splash() function's second argument (keymask) is now removed, as it by Daniel Stenberg · 21 years ago
- 8a935f6 Since some code isn't used if no ON button exist, we need to ifdef around by Daniel Stenberg · 21 years ago
- d0f5910 Make it build without ON button. We should probably allow a different key by Daniel Stenberg · 21 years ago
- 00acdfa Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist. by Hardeep Sidhu · 21 years ago