1. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
  2. 31b7122 Implement time-based resume and playback start. by Michael Sevakis · 11 years ago
  3. dcba741 bookmark: add cancelling of autoload bookmark by Richard Quirk · 12 years ago
  4. d29a11b Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL by Nils Wallménius · 12 years ago
  5. 56f17c4 Make rbcodec/dsp includes more specific. by Michael Sevakis · 12 years ago
  6. fb30d01 Fix minor bookmark problems/Enhance bookmark functions by Osborne Jacobs · 13 years ago
  7. bcfa783 Set %cs(Current Screen) to "Bookmark browser" when listing bookmarks from the Context Menu by Osborne Jacobs · 13 years ago
  8. 29b5b32 Bookmarking no longer need worry about inability to speak while paused on SWCODEC. by Michael Sevakis · 13 years ago
  9. 0bba82b woops by Jonathan Gordon · 13 years ago
  10. 835683b %cs (current screen) changes: by Jonathan Gordon · 13 years ago
  11. 2e3162f Fix 2 'set but not used' warnings. by Nils Wallménius · 13 years ago
  12. ab99e94 More tab fixes by Bertrik Sikken · 13 years ago
  13. 1ca28a4 Warn about erasing dynamic playlist when loading bookmark - FS #10482 by Tuomas Airaksinen by Bertrik Sikken · 14 years ago
  14. f366090 Make disabling HAVE_PITCHSCREEN actually work without breaking the build by Frank Gevaerts · 14 years ago
  15. f8e7870 Even more readable code by Alexander Levin · 14 years ago
  16. 2c56ac8 Slightly rearranged lines to execute only what's really needed. No functional changes. by Alexander Levin · 14 years ago
  17. 7d4c0c5 Rename functions so that the code is easier to read by Alexander Levin · 14 years ago
  18. db1b823 Provide the option to automatically update existing bookmark files on stop, without creating ones that don't already exist. by Torne Wuff · 14 years ago
  19. 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
  20. 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 14 years ago
  21. bbbf529 Bug fix from r25577. Oops. by Jeffrey Goode · 15 years ago
  22. e2eff49 Fix yellow: pointer cast by Jeffrey Goode · 15 years ago
  23. 4f3f7dd Fix bookmarks for hwcodec targets by Jeffrey Goode · 15 years ago
  24. 55064f7 New bookmarks contain pitch and speed info. Old bookmarks still work, behavior unchanged. by Jeffrey Goode · 15 years ago
  25. bec9232 Another small bookmark.c revision, no functional change, saves bin size by Jeffrey Goode · 15 years ago
  26. b2ba112 Bookmark.c cleanup, still no functional changes... yet by Jeffrey Goode · 15 years ago
  27. 7209c5d Restructure some bookmarking code, preparatory to adding version info to bookmarks. Saves some bin size as a bonus. No functional changes yet. by Jeffrey Goode · 15 years ago
  28. 05ace8e Fix "bookmark on stop: ask" when idle poweroff triggers. by Torne Wuff · 15 years ago
  29. eee5423 skin rework (FS#10922) notable changes: by Jonathan Gordon · 15 years ago
  30. 2565389 futile attempt to keep the ondioSP rombox working. This will almost certainly be the last release with it. (The backdrop API is chaning very soon after release so this is no big deal) by Jonathan Gordon · 15 years ago
  31. 4e89025 get rid of the filename in the delete bookmark confirmation as its not really helpful by Jonathan Gordon · 15 years ago
  32. b9aabcb Fix FS#9198 - make the delete bookmark option confirm the action by Jonathan Gordon · 15 years ago
  33. d7d3bc2 Move strip_volume() to filefuncs.c and set properties. by Maurus Cuelenaere · 15 years ago
  34. 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
  35. 4764ee0 Add backdrop functions to the multiscreen api and add a enum backdrop_type parameter for different backdrops (main, wps), symplifying calls and removing dozens of #ifdefs (stubs added for non-backdrop displays that can't do backdrops). by Thomas Martitz · 15 years ago
  36. 3d4701a FS#10080 by Nils Wallménius · 15 years ago
  37. 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 15 years ago
  38. 30f3855 Fix FS#9980: Bookmarking didn't work in the root of a volume (e.g., an SD card). by Magnus Holmgren · 16 years ago
  39. 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
  40. 01729e7 FS#9281 Rename of splash functions. by Nils Wallménius · 16 years ago
  41. eb66b55 Tiny bit of const policing. by Steve Bavin · 16 years ago
  42. 431c895 Workaround to allow voicing the "Create a Bookmark?" prompt by Stéphane Doyon · 16 years ago
  43. bd06769 Improved voice feedback in bookmark selection. by Stéphane Doyon · 16 years ago
  44. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  45. 0501fb0 total removal of gui_textarea. The only thing using the text_message struct is the yesno screen so move its definition to yesno.h by Jonathan Gordon · 16 years ago
  46. ef1ce43 Cleaned up header files in bookmark.c by Bertrik Sikken · 16 years ago
  47. 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
  48. 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
  49. a019964 Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak by Nils Wallménius · 16 years ago
  50. 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
  51. 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
  52. 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
  53. 932ef00 When failing to auto-load a bookmark, don't show the 'Nothing to resume' message. The selected file will (hopefully) be played instead. by Magnus Holmgren · 17 years ago
  54. 04dc828 Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). by Magnus Holmgren · 17 years ago
  55. 4acae4d Use the strrsplt function in one more place by Nils Wallménius · 17 years ago
  56. 47167e7 In the recent bookmarks list, show playlist/directory name, in addition to the file name. by Magnus Holmgren · 17 years ago
  57. 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
  58. cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
  59. a50c2b1 Apply fix from FS#6341, with some changes by me. by Magnus Holmgren · 17 years ago
  60. 9824dac Fix bug that caused the bookmark autoload screen to always resume the first bookmark, even if another was selected. Also remove a bogus comment. by Magnus Holmgren · 17 years ago
  61. 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
  62. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  63. f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
  64. 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 17 years ago
  65. f9f3cad Use the new VOICE_ strings, and not the deprecated ones. Thanks to n1s for noticing. by Magnus Holmgren · 17 years ago
  66. e676b81 FS#7158 - Bookmark selection as a list. by Magnus Holmgren · 17 years ago
  67. 1cf2ec3 Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. by Nicolas Pennequin · 17 years ago
  68. 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
  69. cf6f4cf Bookmark screen fixes: 1) Make the 'Load bookmark?' prompt follow the status bar setting, and also actually display the statusbar. 2) Call the LCD update function on charcell devices. by Magnus Holmgren · 17 years ago
  70. 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
  71. 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
  72. 12bf625 Fix a couple of error handling bugs. Some minor code simplification. by Magnus Holmgren · 18 years ago
  73. 9e017a3 Use the statusbar setting while in the bookmark screen, so that the shuffle/repeat icons for the bookmark can be visible on bitmap displays. Also simplify the code a little. by Magnus Holmgren · 18 years ago
  74. 7bcfc1d #ifdef instead of #if by Daniel Stenberg · 18 years ago
  75. 14ba91e A few more bookmark code tweaks. Also improves how the bookmark selection screen is displayed on Archos players. by Magnus Holmgren · 18 years ago
  76. 375b7e0 Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on ColdFire). by Magnus Holmgren · 18 years ago
  77. 0297873 Backdrop support for greyscale targets. WPS backdrop is untested. by Jens Arnold · 18 years ago
  78. 0435ed7 Fix problem with bouncing back to the 'Load last bookmark' screen after loading the last bookmark. by Magnus Holmgren · 18 years ago
  79. a04cef7 Fix bookmark screen again... by Magnus Holmgren · 18 years ago
  80. d12f81d fixed the settings action context, time/eq/colour chooser/dbug screens by Jonathan Gordon · 18 years ago
  81. 7847dde fix buttons in bookmark autoload query screen by Martin Scarratt · 18 years ago
  82. 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
  83. 9c43c38 Recent bookmarks screen support for multiple screens by Martin Scarratt · 18 years ago
  84. e60cb43 Fix warning by Peter D'Hoye · 18 years ago
  85. 1702580 Color targets: When showing the bookmark screen from within the wps, switch to normal backdrop first. by Peter D'Hoye · 18 years ago
  86. 8d5a660 AB-repeat mode for software codecs. Accessible through menu as a repeat mode, with buttom mappings much like those on other rockbox targets for now. by Brandon Low · 19 years ago
  87. 7409a5a fix previous fix.. damn by Marcoen Hirschberg · 19 years ago
  88. aa76eea fix previous commit by Marcoen Hirschberg · 19 years ago
  89. 46b726e several small fixes sugested by different people (FireFly, Lear, Takka) by Marcoen Hirschberg · 19 years ago
  90. f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
  91. 1a1abf2 removed old statusbar and buttonbar code by Kevin Ferrare · 19 years ago
  92. fe77240 iPod: First attempt to implement sensible button mappings. Changes to all targets to replace a small number of references to raw button codes (BUTTON_???) with their abstract equivalents. by Dave Chapman · 19 years ago
  93. 4c0b83f Remote WPS support (and some WPS bugfixes) by Stephan Wezel by Christi Scarborough · 19 years ago
  94. 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
  95. ec9b202 Reworked handling of MPEG audio frame & file info: * Fixed frame size calculation for layer 1 (all versions) and layer 2 (V2/V2.5). * Exact frame time (expressed as a fraction) for way more precise playtime calculation at 44100/22050/11025Hz sample frequency. * Exact playtime<->position conversion for CBR also used for resume position. * More compact code, long policy. by Jens Arnold · 19 years ago
  96. 0ad617c Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still not 100% complete, but I wanted to commit it before the 2.5 feature freeze by Linus Nielsen Feltzing · 19 years ago
  97. 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
  98. 1753e98 behave the same way with the h300 keypad as with the h100 (for now at least) by Daniel Stenberg · 19 years ago
  99. 3423259 Cleaned up button handling: Properly ignore button releases and repeats instead of excessive queue clearing. Fixes bug #1070590. Slightly more consistent button assigment in the bookmark selector. by Jens Arnold · 19 years ago
  100. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago