1. 10e5e56 Bug fix dynamic menus by William Wilgus · 5 years ago
  2. c46147c Tweak how the pictureflow plugin is invoked by Solomon Peachy · 5 years ago
  3. dbabd0d iBasso DX50/DX90: Major code cleanup and reorganization. by Udo Schläpfer · 10 years ago
  4. 0b5ad60 Introducing Targets iBasso DX50 & iBasso DX90 by Simon Rothen · 10 years ago
  5. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
  6. 35b4ba8 root_menu: Remove previous_music_is_wps() and change previous_music via event callback. by Thomas Martitz · 10 years ago
  7. 470989b events: Rework event subsystem (add_event, send_event) to be more versatile. by Thomas Martitz · 11 years ago
  8. 31b7122 Implement time-based resume and playback start. by Michael Sevakis · 11 years ago
  9. 706e6b7 Move VOL_NAMES definition to mv.h by Thomas Martitz · 11 years ago
  10. 6dbfd44 main_menu_config: New plugin to configur the main menu order by Jonathan Gordon · 11 years ago
  11. 193753a Introduce volume_{present,removable} and fix invalid calls in apps/ by Amaury Pouly · 11 years ago
  12. 023f6b6 Get rid of some superfluous single-purpose functions in playback. by Michael Sevakis · 11 years ago
  13. 212e780 Use crc32 of filename to resume tracks by Richard Quirk · 12 years ago
  14. 3ac7af9 root menu setting: make the setting handles whitespace by Jonathan Gordon · 12 years ago
  15. 7676dae More meaningful name and type for 'root menu' setting by Alexander Levin · 13 years ago
  16. 9f48f5f root menu: Use - to reset the root menu order from a config by Jonathan Gordon · 13 years ago
  17. 13412f6 main menu: Add the ability to hide and reorder the main menu items. by Jonathan Gordon · 13 years ago
  18. 3074b64 Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.c by Nick Peskett · 13 years ago
  19. cb972ab Another round of making local functions static by Bertrik Sikken · 13 years ago
  20. 101693f FS#12251 - User shortcuts in the main menu. by Jonathan Gordon · 13 years ago
  21. e347146 Sleep timer options: persistent duration and start on boot. by Thomas Martitz · 13 years ago
  22. 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
  23. 835683b %cs (current screen) changes: by Jonathan Gordon · 13 years ago
  24. 97a4c1e FS#11808 - Major playlist handling changes (on disk playlists) by Jonathan Gordon · 13 years ago
  25. 038fc8a Fix the %cs tag for the pitchscreen and playlist viewer by Jonathan Gordon · 13 years ago
  26. b58d365 FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful by Jonathan Gordon · 13 years ago
  27. 0269b27 Missed #if change from r29462 - thanks to Thomas Martitz for spotting. by Dave Chapman · 14 years ago
  28. cbb68d4 Fix returning to wps from a plugin. by Thomas Martitz · 14 years ago
  29. 224c826 Change the condition for including the shutdown menu item to something more appropriate. by Dave Chapman · 14 years ago
  30. 2bb81f7 Move fm radio related menus out of radio.c into apps/menus/. by Thomas Martitz · 14 years ago
  31. f7da333 Re-factor code for the plugins main menu item, enabling better icons in that menu. by Thomas Martitz · 14 years ago
  32. 42a8cc3 Give the playlists main menu item a context menu (playlist settings). by Thomas Martitz · 14 years ago
  33. 89a4cf2 Change the way how playlists and system menu items in the main menu are internally invoked so that the mechanism to by Thomas Martitz · 14 years ago
  34. 08af5d8 FS#11777: enhancement for rockbox_browse() by Teruaki Kawashima · 14 years ago
  35. a41041a Remote android button handling (again). do the press/unpress more like other targets (i.e correctly). The DPAD is special in that the press/unpress happens too quickly, so always post it with the BUTTON_REL. This means all keymaps using the dpad need to remember it will always have a BUTTON_REL (which also means they cant do repeats, which are impossible anyway). by Jonathan Gordon · 14 years ago
  36. 36cd720 do not reset last selected item after leaving the file browser when in root. by Teruaki Kawashima · 14 years ago
  37. efbcece New setting to control the file browser start location. by Jonathan Gordon · 14 years ago
  38. 21c7b9d load_plugin_screen(): handle all plugin_load() return values by Rafaël Carré · 14 years ago
  39. 79798ff Make getcwd match the posix variant, make get_current_file() behave similar to it and add a few sanity checks. by Thomas Martitz · 14 years ago
  40. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  41. c92b2cc fix a fun infinite loop when follow playlist is on and you started playback from PF and stopped it inside the WPS by Jonathan Gordon · 14 years ago
  42. 10e24d2 rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear what it is needed for by Jonathan Gordon · 14 years ago
  43. 881a5b9 reclaim most of the delta from the pictureflow commit by Jonathan Gordon · 14 years ago
  44. d871ff8 FS#11270 by Chris Savery - WPS integration for pictureflow by Jonathan Gordon · 14 years ago
  45. a0557b2 remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things by Frank Gevaerts · 14 years ago
  46. 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
  47. c19e536 Playlist Viewer Changes to bring consistency: by Thomas Martitz · 15 years ago
  48. b2eb44c FS#10824 - viewport/statusbar API rework. by Jonathan Gordon · 15 years ago
  49. 1ecb753 Redo a hack that precluded entering a folder on an ejected hotswap drive. Use storage api and proper defines for the drive folder instead. by Thomas Martitz · 15 years ago
  50. bb9808b root_menu() can't return, tell gcc about it by Rafaël Carré · 15 years ago
  51. a3f0a45 Make next_screen static and add a comment. by Thomas Martitz · 15 years ago
  52. 9072a45 Add %cs tag. by Thomas Martitz · 15 years ago
  53. d7cdd08 RTL: Add support for DB init message by Tomer Shalev · 15 years ago
  54. 4c48b59 User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays. by Thomas Martitz · 15 years ago
  55. 0307cd1 Remove some unused #includes by Bertrik Sikken · 15 years ago
  56. 3e7444f part two of the grand overall wps/skinning engine cleanup work: by Jonathan Gordon · 15 years ago
  57. 16a6453 Don't recalculate the array length during the loop, use the ARRAYLEN macro and correct the type of the variable i. by Thomas Martitz · 15 years ago
  58. 5e5fc64 Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) by Jonathan Gordon · 15 years ago
  59. 3d4701a FS#10080 by Nils Wallménius · 15 years ago
  60. c4e18f3 Revert r21307 - it was not an agreed change and should never have been committed. See discussion at http://www.rockbox.org/mail/archive/rockbox-dev-archive-2009-06/0175.shtml by Dave Chapman · 15 years ago
  61. 2c44b7f For those who dont have the memory of a <Something that has really good memory> show in the main menu that there is nothing to resume to stop the annoying "nothing to resume" splash by Jonathan Gordon · 15 years ago
  62. 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 15 years ago
  63. ce6b116 Put exiting the wps entirely into the hands of the wps (restoring backdrops and statusbars, stop scrolling). Remove the restoration code from root_menu, and add some gwps_leave_wps at every possible return/screen change. This also unifies exiting the wps code-wise. by Thomas Martitz · 16 years ago
  64. 66cf3a3 Clean up some #includes by Bertrik Sikken · 16 years ago
  65. 036fb05 Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit by Jonathan Gordon · 16 years ago
  66. 80cb355 Statusbar handling fixes. by Jonathan Gordon · 16 years ago
  67. b84fe02 use the playback PLAYBACK_EVENT_TRACK_CHANGE instead of the WPS to keep track of the current track (for follow playlist) by Jonathan Gordon · 16 years ago
  68. 04dcf11 revert part of r19705 which caused fS#9773 by Jonathan Gordon · 16 years ago
  69. a68e5d8 remove some useless/unused stuff from gwps.c by Jonathan Gordon · 16 years ago
  70. 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
  71. c7fec13 FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings) by Jonathan Gordon · 16 years ago
  72. 825eda1 revert my commit from a few days ago.. It doesnt actually do anything by Jonathan Gordon · 16 years ago
  73. dfec613 fix yellow... should also actyually fix the issue... by Jonathan Gordon · 16 years ago
  74. 28f1f50 Hopefully fix crashes if the start screen is set to previous and nvram.bin becomes invalid by Jonathan Gordon · 16 years ago
  75. 93a8768 Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. by Nils Wallménius · 16 years ago
  76. 01729e7 FS#9281 Rename of splash functions. by Nils Wallménius · 16 years ago
  77. dff382c Make a couple of locally used callbacks static by Bertrik Sikken · 16 years ago
  78. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  79. 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
  80. 10df054 more textarea to viewport conversion... yes/no screen... by Jonathan Gordon · 16 years ago
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 6cc3895 Fix FS#7334, make Follow Playlist work when STOP is pressed. by Steve Bavin · 17 years ago
  87. 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
  88. 6d08116 Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the by Stéphane Doyon · 17 years ago
  89. 84ed3fd Go to the WPS on a successful bookmark_mrb_load() from the MRB, by Stéphane Doyon · 17 years ago
  90. 2ee85c5 Voice already gets shutup when starting playback. It's also appropriate by Stéphane Doyon · 17 years ago
  91. 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
  92. fda7d72 Accept FS#5464 - organise the rocks directory. by Jonathan Gordon · 17 years ago
  93. 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
  94. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  95. f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
  96. 5737254 Give the plugin menu its own title (when configured). Fixes FS #7371 by Peter D'Hoye · 17 years ago
  97. 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
  98. 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
  99. 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
  100. f31e123 Remove unused function and unused header by Nils Wallménius · 17 years ago