1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 5f8bd63 FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playback Settings optiona and removed duplicate options. by Steve Bavin · 16 years ago
  3. 10df054 more textarea to viewport conversion... yes/no screen... by Jonathan Gordon · 16 years ago
  4. e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 16 years ago
  5. 33c4446 Const police raid, making a lot of pointers to lang strings const and removing some ugly casting by Nils Wallménius · 16 years ago
  6. d746b79 Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD by Dave Chapman · 17 years ago
  7. 78d29f5 Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. by Dave Chapman · 17 years ago
  8. 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
  9. 6cc3895 Fix FS#7334, make Follow Playlist work when STOP is pressed. by Steve Bavin · 17 years ago
  10. 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
  11. 6d08116 Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the by Stéphane Doyon · 17 years ago
  12. 84ed3fd Go to the WPS on a successful bookmark_mrb_load() from the MRB, by Stéphane Doyon · 17 years ago
  13. 2ee85c5 Voice already gets shutup when starting playback. It's also appropriate by Stéphane Doyon · 17 years ago
  14. 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
  15. fda7d72 Accept FS#5464 - organise the rocks directory. by Jonathan Gordon · 17 years ago
  16. 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
  17. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  18. f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
  19. 5737254 Give the plugin menu its own title (when configured). Fixes FS #7371 by Peter D'Hoye · 17 years ago
  20. 411f3e2 If the action handler for the menu returns ACTION_REDRAW the list will be redrawn. Fixes the Now Playing/Resume Playback text not updating by Jonathan Gordon · 17 years ago
  21. 9337efd Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in main menu. Also changes a small naming inconsistency. by Peter D'Hoye · 17 years ago
  22. 2ca895b Fix FS#7387 - trying to go into the file browser when the last folder was on the MMC/mSD card (which was removed) would go into an infinite loop. by Jonathan Gordon · 17 years ago
  23. f31e123 Remove unused function and unused header by Nils Wallménius · 17 years ago
  24. 1cf2ec3 Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. by Nicolas Pennequin · 17 years ago
  25. 7fdfa56 Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them). by Nicolas Pennequin · 17 years ago
  26. 680acbf fix a stupid bug which didnt check the flag correctly (caused the player to crash trying to access the shutdown options context menu) by Jonathan Gordon · 17 years ago
  27. b44b660 Fix build for those who don't want to build tagcache by Brandon Low · 17 years ago
  28. f9fb492 Give most of the items in the main menu a context menu by Jonathan Gordon · 17 years ago
  29. 5764ff5 Fix yellow player build. Sims have no charging... by Jens Arnold · 17 years ago
  30. 178c565 Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shutdown is now possible from menus and sub-browsers as well. Player, other targets which are always powered during charging: Attempted shutdown from menu with charger plugged now displays the charging splash. by Jens Arnold · 17 years ago
  31. ec7ca33 Fix the root menu for any targets without a radio (we are using #if not #ifdef for CONFIG_TUNER). Fixes the bookmark issue in FS#6965) by Jonathan Gordon · 18 years ago
  32. 1f33735 FS#6948 - Fix the broken 'follow playlist' feature by Robert Kukla · 18 years ago
  33. d2b3055 Check if a new version got installed after usb disconnect and ask if user wants to reboot. Causes disk spinup before showing the usb logo. Also fixes do_menu() not returning to root_menu after usb disconnect. by Peter D'Hoye · 18 years ago
  34. 4d28b2f set correct eol-style and keywords properties by Peter D'Hoye · 18 years ago
  35. 678705c Hopefully fix FS#6863 for good. (possible to get into infinite loop in the menu with screens returning GO_TO_PREVIOUS) by Jonathan Gordon · 18 years ago
  36. 91e726a Move all valid menu return codes to a single file (root_menu.h) so we don't need to rely on GO_TO_ROOT == MENU_ATTACHED_USB. by Jonathan Gordon · 18 years ago
  37. c3bef27 Temporary workaround hard lockup with "nothing to resume" splash at end of the playlist if the last active screen was the main menu. A proper fix should come soon. by Dominik Riebeling · 18 years ago
  38. 59649b8 Fix FS#6863 - infinite looping with "Nothing to resume" by Jonathan Gordon · 18 years ago
  39. 458648b fix red by Jonathan Gordon · 18 years ago
  40. 3d39c4d Fix it dropping back to the file browser. Fix yellow by Jonathan Gordon · 18 years ago
  41. daf6694 Unify the way functions are called from menus. by Jonathan Gordon · 18 years ago
  42. bd5c0ad Cast some more to keep both 32 bit and 64 bit simulator platforms happy. by Jens Arnold · 18 years ago
  43. f68362a Fix simulator builds, and some debugf() format strings. by Jens Arnold · 18 years ago
  44. 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
  45. fd30be5 Fix the database browser not remembering its selected item by Jonathan Gordon · 18 years ago
  46. 888890a Fix and simplify previous browser tracking. Auto-init the database when selected but not ready for use. by Steve Bavin · 18 years ago
  47. 993f589 Temporarily revert the database auto-init as it causes navigation problems that I don't have time to fix yet by Steve Bavin · 18 years ago
  48. 149bc03 Really don't try to initialise while the database status is unknown by Steve Bavin · 18 years ago
  49. 7ce492e Hopefully fix FS#6757 by Jonathan Gordon · 18 years ago
  50. f61b794 Don't try to initialise while the database status is unknown by Steve Bavin · 18 years ago
  51. 8137489 Lead user through database initialisation by Steve Bavin · 18 years ago
  52. 43b2d09 Fix the various bugs associated with pressing MENU to move in and out of by Jonathan Gordon · 18 years ago
  53. 2c94c1a Small '#ifdef HAVE_TAGCACHE' fix by Magnus Holmgren · 18 years ago
  54. 798ddf2 #ifdef HAVE_TAGCACHE by Jonathan Gordon · 18 years ago
  55. e900a90 Accept FS#6750, allow recording to start automatically (If alarm wakeup by Jonathan Gordon · 18 years ago
  56. 9e554a8 Fix alarm wake up. If the target has fm or recording (or both) an option is in the System menu to choose what to start when the alarm wakes up, by Jonathan Gordon · 18 years ago
  57. a74eefe Pressing Menu in the Rockbox Menu puts you back in the previous screen. by Jonathan Gordon · 18 years ago
  58. 1b07ed0 Fix FS#6716 - make it easier to follow the selected file going in and by Jonathan Gordon · 18 years ago
  59. ff5756a Fix the problem where you can get stuck in the plugin browser after by Jonathan Gordon · 18 years ago
  60. 6bb473d Always try to select the last screen when enetering the Rockbox Menu by Jonathan Gordon · 18 years ago
  61. 298c2bb Allow dynamic menu items to be spoken, especially the resume/now playing item by Linus Nielsen Feltzing · 18 years ago
  62. a61a7fa Try to set the selection correclty the first time the Rockbox menu is by Jonathan Gordon · 18 years ago
  63. 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
  64. f2f067f Fix FS#6712 by Jonathan Gordon · 18 years ago
  65. 5462a91 fix the last warning by Jonathan Gordon · 18 years ago
  66. 08575f0 fix builds by Jonathan Gordon · 18 years ago
  67. c423e87 Fix warnings on targets with an RTC. by Dan Everton · 18 years ago
  68. e36a034 Change the alaram #ifdef by Jonathan Gordon · 18 years ago
  69. 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago