1. 4adad0b FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer by Solomon Peachy · 6 years ago
  2. d5ead5c Don't shorten the playlist on shuffle. Fixes FS#13040 by Thomas White · 10 years ago
  3. 31b7122 Implement time-based resume and playback start. by Michael Sevakis · 11 years ago
  4. fe73d75 playlist_viewer: Reset icon callback after leaving the playlist viewer settings. by Thomas Martitz · 11 years ago
  5. 2d4bf62 playlist_viewer: Resurrect playlist viewer settings submenu in the playlist viewer context menu. by Thomas Martitz · 11 years ago
  6. 323282f Fixing data abort (pc in strchr). when scrolling a big playlist very fast. by Purdea Andrei · 12 years ago
  7. 8e6030c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. by Boris Gjenero · 13 years ago
  8. e03faf8 Add an option to shuffle the playlist in the playlist viewer by Jonathan Gordon · 13 years ago
  9. d1322b7 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. by Thomas Martitz · 13 years ago
  10. 835683b %cs (current screen) changes: by Jonathan Gordon · 13 years ago
  11. 94b4a8b revert r30226, which is apparently broken. by Frank Gevaerts · 13 years ago
  12. 92b392e Reload the current playlist after reboot even if it has ended. (FS#11644) by Frank Gevaerts · 13 years ago
  13. d1fd4f0 Fix FS#8656 - Error saving non-current playlist file by Jonathan Gordon · 13 years ago
  14. 061ff42 s/Playlist/Current Playlist/ in the playlist viewer context menu. by Jonathan Gordon · 13 years ago
  15. 97a4c1e FS#11808 - Major playlist handling changes (on disk playlists) by Jonathan Gordon · 13 years ago
  16. e7c6ba6 Whitespace and cosmetics consistency cleanup in playlist_viewer.c, no functional changes. by Nils Wallménius · 14 years ago
  17. a079117 Voice filenames in the playlist viewer, closes FS#11951 by Nils Wallménius · 14 years ago
  18. 16d44e9 Playlist viewer: Fix regression introduced by r28138 which made some buttons not work in the playlist viewer. by Thomas Martitz · 14 years ago
  19. c4925f1 Playlist viewer: Fix off-by-one when moving tracks caused by r28131. by Thomas Martitz · 14 years ago
  20. 3013103 Bad copy&paste. by Thomas Martitz · 14 years ago
  21. 138ee63 Use convenience function. by Thomas Martitz · 14 years ago
  22. aa01ee3 Fix a bug in playlist viewer's list handling, causing superfluous redraws and by Thomas Martitz · 14 years ago
  23. 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 14 years ago
  24. c19e536 Playlist Viewer Changes to bring consistency: by Thomas Martitz · 15 years ago
  25. eeb1f3e Accept FS#8321 by Lee Kang Hyuk by Jonathan Gordon · 15 years ago
  26. 6c62b1b Take out that code from the dynamic playlist viewer that aborts track move-in-progress on playlist change .. based on assumption it doesn't do anything other than cause FS#10395 by Dave Hooper · 15 years ago
  27. 3200d04 Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups by Nils Wallménius · 15 years ago
  28. 18e40e0 Make kbd_input() show a cancel splash to indicate user abort better and for better consistency all over the place. Change checking for its return value (style-wise) at some places too. by Thomas Martitz · 15 years ago
  29. 1bc67c8 Fix type mismatch warnings and errors exposed when building with EABI toolchain. by Andrew Mahone · 15 years ago
  30. be0cd73 Fix bug introduced in r21616 (my bad)- playlist moving array could show in playlist viewer even when track not being moved by Dave Hooper · 15 years ago
  31. 1192521 Commit patch in FS#7967 by Vuong Minh Hiep (with some small changes to variable names for consistency) - separately keep track of viewer-index and playlist-index of moving tracks, so that viewer correctly shows which track is moving when playlist is shuffled, and correctly moves the track you tell it to by Dave Hooper · 15 years ago
  32. 4044499 Fix playlist viewer behaviour when deleting tracks (one ret had missed being changed to ret_val). FIx playlist viewer behaviour when deleting the only remaining track in playlist (i.e. when audio stops, prevent resume playback also) by Dave Hooper · 15 years ago
  33. 0023943 Fix duplicate #includes by Bertrik Sikken · 15 years ago
  34. 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 15 years ago
  35. 66cf3a3 Clean up some #includes by Bertrik Sikken · 16 years ago
  36. e385ee1 Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically. by Jonathan Gordon · 16 years ago
  37. da01219 Search In Playlist by Nils Wallménius · 16 years ago
  38. 173b411 Fix FS#9418 'Player unresponsive while searching playlist with directory cache enabled' by Nils Wallménius · 16 years ago
  39. 3c1e9ca Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. by Peter D'Hoye · 16 years ago
  40. 01729e7 FS#9281 Rename of splash functions. by Nils Wallménius · 16 years ago
  41. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  42. ad95df2 Const police raid. by Steve Bavin · 16 years ago
  43. 517aca8 use the playlist catalog code to generate the playlists under Playlist > Create playlist by Jonathan Gordon · 16 years ago
  44. 791e092 Slight readability improvements by Nils Wallménius · 17 years ago
  45. 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 17 years ago
  46. 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
  47. a6d4e53 Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Closes FS#8322. by Antoine Cellerier · 17 years ago
  48. 4acae4d Use the strrsplt function in one more place by Nils Wallménius · 17 years ago
  49. 2490700 Playlist viewer move live preview. Closes FS #7968. by Antoine Cellerier · 17 years ago
  50. cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
  51. b8ded7d Accept FS #7627: allow viewing of dynamic playlist when it has ended by Peter D'Hoye · 17 years ago
  52. df32813 Accept FS #7626: allow viewing playlist files if no playlist is loaded by Peter D'Hoye · 17 years ago
  53. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  54. 88882a8 sync and commit FS#4954 - return any results found when aborting a playlist search by Jonathan Gordon · 17 years ago
  55. f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
  56. 52ba1c6 Fix some naughty variable name reuse (hopefully correctly) by Jonathan Gordon · 17 years ago
  57. 3d44a20 Accept FS7078, try to show the last playlist if no audio is being played by Jonathan Gordon · 17 years ago
  58. 70e2846 oops, wrong return value by Jonathan Gordon · 17 years ago
  59. a2740d9 convert the playlist viewer menus to the newer API by Jonathan Gordon · 17 years ago
  60. eb85f14 No more type punning where it's not funny. by Michael Sevakis · 17 years ago
  61. 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 17 years ago
  62. 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
  63. 36a2e30 Move the inbuilt filetype info into filetypes.c and rename the defines. by Jonathan Gordon · 18 years ago
  64. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 18 years ago
  65. 734278b Consistency fix: pressing play (on) button also takes you to the WPS just like elsewhere. Fixes FS #6743 by Peter D'Hoye · 18 years ago
  66. 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 · 18 years ago
  67. 21b415d Give all menus using the old API a nice title and icons (except plugins) by Jonathan Gordon · 18 years ago
  68. 6cbf30d Give the playlist viewer a title (FS#6898) by Jonathan Gordon · 18 years ago
  69. 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
  70. a1a4034 fix FS#6784 by Jonathan Gordon · 18 years ago
  71. 87c20b7 Remove useless define by Nils Wallménius · 18 years ago
  72. ce58428 Remove the File Options menu from the playlist viewer, but put the by Jonathan Gordon · 18 years ago
  73. 2597a13 Next round of static'ing and related fixes. by Jens Arnold · 18 years ago
  74. 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
  75. 6a1161b dont allow the volume setting to wrap by Jonathan Gordon · 18 years ago
  76. 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
  77. f53779d by Shachar Liberman · 18 years ago
  78. 59dc18d FS#5784 - Strip extension from all filetypes in playlist viewer by Antoine Cellerier · 18 years ago
  79. 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
  80. 9a681dd Redraw list whenever playlist changes by Hardeep Sidhu · 18 years ago
  81. 06605a9 Buffer margin was off by 1 causing corruption when page scrolling by Hardeep Sidhu · 18 years ago
  82. c7f304e Stop playback and exit viewer if last track in current playlist is removed by Hardeep Sidhu · 18 years ago
  83. 34ad56d Fix unexitable playlist viewer menu for iPods and possibly other models. by Zakk Roberts · 19 years ago
  84. 4ec9dbd For backlight_on() to work, you need backlight.h :) by Tomas Salfischberger · 19 years ago
  85. c2e86cd Patch FS#4759 by Jonathan Gordon - searching in playlists. by Tomas Salfischberger · 19 years ago
  86. 0cca6ca Currently playing playlist can now be overwritten. Save playlist screen defaults to this. by Hardeep Sidhu · 19 years ago
  87. 2f56ee9 Proper fix for the playlist viewer crash by Linus Nielsen Feltzing · 19 years ago
  88. 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
  89. f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
  90. 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
  91. 15046f9 show/hide icons now works properly in playlist viewer by Kevin Ferrare · 19 years ago
  92. 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
  93. 6a53c33 fixed the warning and changed playlist max entries in buffer to 200 as it was before by Kevin Ferrare · 19 years ago
  94. 8517ed8 Multi screen support for playlist viewer, some fixes in other gui files by Kevin Ferrare · 19 years ago
  95. c52f7f1 iRiver: Fixed broken items skipping on playlist: Now skipping and by Miika Pekkarinen · 19 years ago
  96. 6c2af7c On popular demand, the arrow cursor is reintroduced by Linus Nielsen Feltzing · 19 years ago
  97. 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
  98. 6c00e38 Icon code cleanup, optimisation & policeing. Removed unused icons. Applied uniform icon naming scheme. by Jens Arnold · 19 years ago
  99. 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
  100. 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