1. dea3122 Added persistence of last .wps, .fnt and .lng file played in /.rockbox by Björn Stenberg · 22 years ago
  2. b763822 Added new icons for .cfg and .txt files by Björn Stenberg · 22 years ago
  3. 08181c7 Renamed .eq files .cfg by Björn Stenberg · 22 years ago
  4. 83611fe Store the first index of the playlist and use it when calculating the next index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. by Hardeep Sidhu · 22 years ago
  5. 773e7a7 Gilles Roux's text viewer by Daniel Stenberg · 22 years ago
  6. 5f8ac6d ON+UP/DOWN now acts as pgup/pgdn in dir browser on recorder. by Björn Stenberg · 22 years ago
  7. 46d2d38 Quickscreen now stays up after a quick key press only, not if key is held down by Björn Stenberg · 22 years ago
  8. 8fb7312 Only show scrollbar when needed. (Björn Fischer) by Björn Stenberg · 22 years ago
  9. a7dcf91 Merged 'mp3 filter' and 'show hidden files' into a single filter option. by Björn Stenberg · 22 years ago
  10. a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
  11. b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 22 years ago
  12. 1715b27 Added a flag icon for language files. by Björn Stenberg · 22 years ago
  13. 85305da visual feedback on language loading by Daniel Stenberg · 22 years ago
  14. a007ebf use the language load function for .lng files, oooh this is fun! ;-) by Daniel Stenberg · 22 years ago
  15. f077710 New mpeg_status() function replaces mpeg_is_playing() by Linus Nielsen Feltzing · 22 years ago
  16. bed3d3f New full ISO-8859-1 system font. by Björn Stenberg · 22 years ago
  17. 505eca7 New language/string handling by Björn Stenberg · 22 years ago
  18. c2c8d1c Fixed follow playlist bug when current track was in root directory. by Hardeep Sidhu · 22 years ago
  19. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 22 years ago
  20. ddfa4cb Go to current song (instead of root) when exiting wps after resume and browse current enabled. Also, if current file is at end of directory listing, show more files on the screen when exiting wps. by Hardeep Sidhu · 22 years ago
  21. ecca123 Hardeep's browse current file patch. When hitting stop while playing, you will be on the current song, also this is configurable by Eric Linenberg · 22 years ago
  22. 4bd90cc Custom EQ files can now be loaded (*.eq). Docs coming soon :) by Justin Heiner · 22 years ago
  23. 91e2694 Bjorn (Fisher)'s patch to skip the FAT volume ID being shown. by Robert Hak · 22 years ago
  24. e4a2761 The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQ by Justin Heiner · 22 years ago
  25. 0ad2010 Added dir filter toggle (mp3/m3u) to F2 quick-set screen. by Björn Stenberg · 22 years ago
  26. 4498b5e Changed Player Tree-Icon display to not show any icon for unknown files by Justin Heiner · 22 years ago
  27. abe11fd Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c by Björn Stenberg · 22 years ago
  28. c521ed1 Added Randy Wood's ROLO by Björn Stenberg · 22 years ago
  29. c3a1bd2 Smarter handling of custom chars by Linus Nielsen Feltzing · 22 years ago
  30. 10452d2 Now we have file type icons on the player, thanks to Justin Heiner by Linus Nielsen Feltzing · 22 years ago
  31. 1a682be Renamed "wps.config" to "default.wps". by Björn Stenberg · 22 years ago
  32. 40d866b Fixed build errors by Björn Stenberg · 22 years ago
  33. 407bfb0 Added repeat for ENTER and EXIT by Björn Stenberg · 22 years ago
  34. b5025a8 USB Related: by Justin Heiner · 22 years ago
  35. 000c2db Added scrollbar to tree view and menus. by Markus Braun · 22 years ago
  36. 4368a73 syntax error fix by Dave Chapman · 22 years ago
  37. 8d12946 allow mp2 and mpa as valid file extensions and rename TREE_ATTR_MP3 to TREE_ATTR_MPA by Dave Chapman · 22 years ago
  38. 457b8a0 Added configurable disk spindown. The disk will also now not spin down while you are running around in the dir browser or pressing buttons in the wps. by Björn Stenberg · 22 years ago
  39. f1bf9e7 Now doesn't try to play non-mp3/m3u files. by Björn Stenberg · 22 years ago
  40. aa458aa MENU_DISK_CHANGED is the new value for telling disk content might have changed by Daniel Stenberg · 22 years ago
  41. b285076 Remade the menu system slightly. All functions invoked from menus now use by Daniel Stenberg · 22 years ago
  42. 634551f statusbar bug fix when going to the menu from the dir browser by Daniel Stenberg · 22 years ago
  43. 053d904 Bill Napier's patch slightly remodelled. This adds a setting called by Daniel Stenberg · 22 years ago
  44. 01bc8e6 play_list() is now modified to accept a playlist index that is either by Daniel Stenberg · 22 years ago
  45. a816e46 store the correct index in the resume info when we fire up a single song in a by Daniel Stenberg · 22 years ago
  46. 1b05752 Always remove double-height when resuming by Björn Stenberg · 22 years ago
  47. c41dcb9 Now using lcd margins instead of a line offset for displaying status bar. by Markus Braun · 22 years ago
  48. f210606 Expanded resume options: off/ask/on by Björn Stenberg · 22 years ago
  49. 7113ec0 Fixed bad resume_index in dirs with both folders and files by Björn Stenberg · 22 years ago
  50. 52dc182 Fixed double-height problem and broken fwd/rew. by Björn Stenberg · 22 years ago
  51. 6224cdb Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. by Björn Stenberg · 22 years ago
  52. cb6bafd F3 now toggles global_settings.statusbar by Markus Braun · 22 years ago
  53. 5917e81 Now we can have up to 400 files in a directory by Linus Nielsen Feltzing · 22 years ago
  54. f385e36 Getting a few pixels more filename display width by using a smaller cursor icon by Björn Stenberg · 22 years ago
  55. e33d66a Tell user when limits are reached by Björn Stenberg · 22 years ago
  56. 6752ee4 Added remote vol up/down as next/prev navigation keys by Björn Stenberg · 22 years ago
  57. cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 22 years ago
  58. c960330 Fixed indexing bug in build_playlist by Björn Stenberg · 22 years ago
  59. 079b2d1 Moved globals back into dirbrowse() now that dirlist hack is gone. by Björn Stenberg · 22 years ago
  60. 7586436 Removed peek_next_track() by Björn Stenberg · 22 years ago
  61. e10fc4c Now adjusts if the cursor goes off-screen on status bar changes by Linus Nielsen Feltzing · 22 years ago
  62. 1e02e98 Compensates the starting position for non-mp3 files in the playlist build by Linus Nielsen Feltzing · 22 years ago
  63. c1d9b15 Removing scroll acceleration for the release (don't worry, I've saved the patch) by Björn Stenberg · 22 years ago
  64. de8fbf0 Added status bar to file browser and wps by Markus Braun · 22 years ago
  65. 8abcf1b Changed playlist API again by Linus Nielsen Feltzing · 22 years ago
  66. 5c507e9 C99 code breaks compiling by Daniel Stenberg · 22 years ago
  67. 9b7de87 rushed it. missed one little bug by Eric Linenberg · 22 years ago
  68. 8415ab9 added support for players for high speed browsing, but will not be much faster than the default by Eric Linenberg · 22 years ago
  69. 9e91b95 added a speedup for browsing long directories by Eric Linenberg · 22 years ago
  70. 4a4f17f Now builds a RAM-based playlist when playing a directory by Linus Nielsen Feltzing · 22 years ago
  71. 82a1cad no longer stop playback when trying to 'exit' the root directory, the by Daniel Stenberg · 22 years ago
  72. f140b20 The new button handling filtered out the USB_CONNECTED message by Linus Nielsen Feltzing · 23 years ago
  73. b3d0b6e Better button and play status handling by Linus Nielsen Feltzing · 23 years ago
  74. 51782eb Safer dir reread after USB mode, by Magnus Holmgren by Linus Nielsen Feltzing · 23 years ago
  75. fe689a8 First crude status display for Players by Linus Nielsen Feltzing · 23 years ago
  76. b81adc4 Now rescans the dir when sort_case is changed by Linus Nielsen Feltzing · 23 years ago
  77. c132c48 Loudness, Superbass and sorting patch by Heikki Hannikainen by Linus Nielsen Feltzing · 23 years ago
  78. bd44e60 New sort: Dirs first, then files. And case insensitive. by Björn Stenberg · 23 years ago
  79. ad7de31 Fixing the bugs introduced by last commit. by Björn Stenberg · 23 years ago
  80. 761d684 MP3/M3U filter update: Now filters out hidden files and directories and also cuts the extension off of m3u and mp3 files. by Björn Stenberg · 23 years ago
  81. 8c57ad9 Adjusted a few buffer sizes by Linus Nielsen Feltzing · 23 years ago
  82. 6b91b7e Relative path playlist patch by Mat Pritchard by Linus Nielsen Feltzing · 23 years ago
  83. 14d63b7 Now only reacts to UP/DOWN keypresses if there are files in the directory by Linus Nielsen Feltzing · 23 years ago
  84. dad6d76 Wrapping patch by Bill, Matthew and Lee by Linus Nielsen Feltzing · 23 years ago
  85. c4c52f8 WPS screen now handles USB detection by Linus Nielsen Feltzing · 23 years ago
  86. da501ee Removed USB handling from simulator build by Linus Nielsen Feltzing · 23 years ago
  87. 8523a44 Even better USB handling by Linus Nielsen Feltzing · 23 years ago
  88. e0b23fe Better USB handling by Linus Nielsen Feltzing · 23 years ago
  89. 24fdde0 Added mp3/m3u filter by Björn Stenberg · 23 years ago
  90. e24a897 Allow exit from dir in playmode 2 (playlist) by Björn Stenberg · 23 years ago
  91. 7bd3b19 Starting a playlist now displays WPS by Björn Stenberg · 23 years ago
  92. 34d1e1b Dir-play mode now continues until you step out of the dir (not just stepping out of WPS). by Björn Stenberg · 23 years ago
  93. aeb1af3 Remove play.h dependency by Björn Stenberg · 23 years ago
  94. a72f95c Added next/previous track by Björn Stenberg · 23 years ago
  95. 593605f Working while-playing-screen by Björn Stenberg · 23 years ago
  96. bb9aaf5 A step towards WPS by Björn Stenberg · 23 years ago
  97. c00557a Re-enabled PLAY key for recorder by Björn Stenberg · 23 years ago
  98. 8b1aba8 Don't lock ourselves in on empty dirs by Björn Stenberg · 23 years ago
  99. 1a17d35 only menu and prev are treated in directories with no entries by Daniel Stenberg · 23 years ago
  100. 49ed3e9 cut off the browse line to maximize the space used for dir browsing by Daniel Stenberg · 23 years ago