1. fe95127 FS6338: Playlist playing time by Solomon Peachy · 6 years ago
  2. 5e8db16 FS#11711: Add ability to create bookmark from WPS hotkey by Solomon Peachy · 6 years ago
  3. 0c06e5f Add file view menu to file browser by William Wilgus · 7 years ago
  4. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
  5. 31b7122 Implement time-based resume and playback start. by Michael Sevakis · 11 years ago
  6. d29a11b Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL by Nils Wallménius · 12 years ago
  7. fb30d01 Fix minor bookmark problems/Enhance bookmark functions by Osborne Jacobs · 13 years ago
  8. a0377bd Sprinkle around some static and const. by Nils Wallménius · 13 years ago
  9. 101693f FS#12251 - User shortcuts in the main menu. by Jonathan Gordon · 13 years ago
  10. e126153 Fix FS#12357 - New backdrop not displayed after set backdrop from context menu by Thomas Martitz · 13 years ago
  11. 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
  12. b779fcc Fix exit/return behavior in the id3 info screen.Fixes returning immediately on touchscreen. by Thomas Martitz · 13 years ago
  13. e918b7b Add a %cs item for the context menus by Jonathan Gordon · 13 years ago
  14. 97a4c1e FS#11808 - Major playlist handling changes (on disk playlists) by Jonathan Gordon · 13 years ago
  15. d09f978 Support loading backdrops from anywhere in the filesystem. Fixes FS#12041 by Frank Gevaerts · 13 years ago
  16. 482b45b Stay in file browser (do not go to WPS) after adding a track to the playlist via the hotkey (FS#11344 by Ryan Sawhill) by Alexander Levin · 14 years ago
  17. 2142628 FS#11751: increase buffer size of settings to store path. by Teruaki Kawashima · 14 years ago
  18. efbcece New setting to control the file browser start location. by Jonathan Gordon · 14 years ago
  19. 9928e34 Another major skin backend update/hopefully bugfix: by Jonathan Gordon · 14 years ago
  20. 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
  21. 7d4c0c5 Rename functions so that the code is easier to read by Alexander Levin · 14 years ago
  22. edf06dc a few more HAVE_PICTUREFLOW_INTEGRATION by Jonathan Gordon · 14 years ago
  23. 10e24d2 rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear what it is needed for by Jonathan Gordon · 14 years ago
  24. 881a5b9 reclaim most of the delta from the pictureflow commit by Jonathan Gordon · 14 years ago
  25. d871ff8 FS#11270 by Chris Savery - WPS integration for pictureflow by Jonathan Gordon · 14 years ago
  26. c79bc80 No need to have a variable for a thing computed by the preprocessor by Alexander Levin · 14 years ago
  27. aaa0797 Fix yellow by Jeffrey Goode · 14 years ago
  28. e141f80 Add Insert Shuffled to hotkey options by Jeffrey Goode · 14 years ago
  29. 156272f More hotkey code cleanup by Jeffrey Goode · 14 years ago
  30. 1ad76ff FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match. by Jeffrey Goode · 14 years ago
  31. 16e0c57 Hotkey menu items have their own icon by Jeffrey Goode · 14 years ago
  32. 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
  33. c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 14 years ago
  34. bfd53be Mark const return value; correct the comment about valid menu items for the hotkey by Alexander Levin · 14 years ago
  35. 7d5b23e Small hotkey code changes for readability by Jeffrey Goode · 14 years ago
  36. ef30d7e FS#11195, plus. Simplified hotkey struct, thanks alle! by Jeffrey Goode · 14 years ago
  37. 4779456 Fix typos in comments by Alexander Levin · 14 years ago
  38. 31959e7 Use better names for hotkey related constants; add somecomments (FS#11191) by Alexander Levin · 14 years ago
  39. 7be582b Fix data abort due to malformed switch code. My bad. by Jeffrey Goode · 14 years ago
  40. accc046 Hotkey: better settings handling, fewer saved variables, localizable hotkey info list by Jeffrey Goode · 14 years ago
  41. ba75015 No need to call the same function twice by Alexander Levin · 14 years ago
  42. 8802482 Make hotkey strings (question and confirmation) better localizable (FS#11171) by Alexander Levin · 14 years ago
  43. d5e6bc7 FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before they can be switched on by Jeffrey Goode · 14 years ago
  44. 993376c FS#11017: add Playlist Catalog and Properties item to database's context menu. by Teruaki Kawashima · 15 years ago
  45. c19e536 Playlist Viewer Changes to bring consistency: by Thomas Martitz · 15 years ago
  46. 9bea349 onplay.c: optimize a little bit. by Teruaki Kawashima · 15 years ago
  47. f884068 onplay: move functions to a bit more logical order; some functions, some menu items which use the functions and then a callback function. by Teruaki Kawashima · 15 years ago
  48. eee5423 skin rework (FS#10922) notable changes: by Jonathan Gordon · 15 years ago
  49. 5c4ef78 Simplify some expressions using the ? operator by Bertrik Sikken · 15 years ago
  50. e35a15c Make the delete_handler function return the actual result, instead of just 'false'. by Mohamed Tarek · 15 years ago
  51. 74d1c31 Fix FS#10433 - "Play Next" should use the "warn on playlist change" setting like the rest of the options that erase the playlist by Jonathan Gordon · 15 years ago
  52. 7c440bf remove 3 bad viewport functions: by Jonathan Gordon · 15 years ago
  53. 59dd433 Removed unneeded includes by Jeffrey Goode · 15 years ago
  54. 30faf03 Show insert_last_shuffled item and queue_last_shuffled item when playlist file is selected. by Teruaki Kawashima · 15 years ago
  55. 494fd96 Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (appends the inserted folder into shuffled order to end of playlist) by Dave Hooper · 15 years ago
  56. 6bc092d Change the "Rename failed" message to a splash. by Thomas Martitz · 15 years ago
  57. 595a828 Bound the progress slider into the currently used viewport (which should be the ui viewport at virtually any time). by Thomas Martitz · 15 years ago
  58. 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
  59. 24b136f rework cuesheet support: by Jonathan Gordon · 15 years ago
  60. 3d4701a FS#10080 by Nils Wallménius · 15 years ago
  61. 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 15 years ago
  62. 87d1744 Fix playlist "Insert" a bit. by Thomas Martitz · 16 years ago
  63. 73639e8 Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other errors). by Jonas Häggqvist · 16 years ago
  64. 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
  65. ff2e9bd fix FS#9687 - 'set song rating' should not be shown if the DB isnt useable by Jonathan Gordon · 16 years ago
  66. d7fb430 Fix FS#9357 'Cut/Paste does not remove old folder when replacing', fix suggested by Dan Everton by Nils Wallménius · 16 years ago
  67. ae929e4 Make struct text_message const in apps/onplay.c by Bertrik Sikken · 16 years ago
  68. 51b45d5 Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. by Björn Stenberg · 16 years ago
  69. 1da2f01 Accept FS#9231 - viewportify the pitch screen by Thomas Martitz. by Jonathan Gordon · 16 years ago
  70. 8aa0491 Used correct voice messages for some splash screens. by Alessio Lenzi · 16 years ago
  71. 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
  72. 01729e7 FS#9281 Rename of splash functions. by Nils Wallménius · 16 years ago
  73. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  74. 0792596 the splash should set the viewport to NULL untill we start passing it a vp. (not any time soon though) by Jonathan Gordon · 16 years ago
  75. 06b5332 Create WPS context (onplay) menus using MAKE_ONPLAYMENU macro. Partial fix for FS#9037 - Menu exit behaviour is inconsistent in WPS context menu. by Bertrik Sikken · 16 years ago
  76. b2ee5bc Restore the 'Open With...' menu item to the wps context menu wich was lost somewhere also document the wps context menu delete option by Nils Wallménius · 16 years ago
  77. 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
  78. bc186c1 Fix FS#8986, problem where current file changes during deletion. by Steve Bavin · 16 years ago
  79. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  80. ab0f7e1 Accept FS#6188: study mode. by Stéphane Doyon · 16 years ago
  81. 517aca8 use the playlist catalog code to generate the playlists under Playlist > Create playlist by Jonathan Gordon · 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. e8dbe2e fix FS#7780 - remove some possibly dangerous items from the file browser context menu if the <microSD> (or mmc) is selected by Jonathan Gordon · 16 years ago
  84. 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
  85. dada324 Dont show the playlist catalog item in the file context menu unless the file is audio or a m3u(8). by Jonathan Gordon · 16 years ago
  86. 183dbbd FS#8738 - move the progress bar to the bottom of the screen (fixes FS#8736 - "fake" progress bar when deleting a folder overlaps the text since r16527) by Robert Kukla · 16 years ago
  87. f617ba4 fix FS#8860 - File browser context menu shows unnecessary items in an empty directory by Robert Kukla · 16 years ago
  88. 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 · 16 years ago
  89. 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 · 16 years ago
  90. ad5610d fix FS#8599 - First Song in Tagcache can't be rated by Robert Kukla · 17 years ago
  91. 80ad459 Accept FS #8570 by Thomas Martitz: recording dir location was not saved when set via context menu. by Peter D'Hoye · 17 years ago
  92. 987faea only display set rating menu entry if "gather runtime data" is enabled (was removed with jdGordon's last commit). by Robert Kukla · 17 years ago
  93. 49ca667 rework the set song rating setting so it uses the standard list. also the menu item will not disappear if the rating cant actually be set like it used to (it will splash <No Info> instead... ) by Jonathan Gordon · 17 years ago
  94. a6f2b82 revert my previous commit and do it in a much less hacky way (both of these were for FS#8084) by Jonathan Gordon · 17 years ago
  95. 62decc4 return to the main menu if stop is pressed in the wps context menu, (blame pondlife for the hack :D ) by Jonathan Gordon · 17 years ago
  96. 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
  97. 946a815 Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. by Peter D'Hoye · 17 years ago
  98. 0686513 Fix bug where cross volume cut/paste would report failure even though it succeeded. Reported in a comment in FS#7634. by Barry Wardell · 17 years ago
  99. 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
  100. b1fa2f4 Oops remove misleading left-behind comment by Nils Wallménius · 17 years ago