1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 16 years ago
  3. 4982b87 fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also minor code policing.. use true/false instead of 1/0 for calls to fade() by Jonathan Gordon · 16 years ago
  4. 7835a20 Prototype declaration strictness fixes. by Bertrik Sikken · 16 years ago
  5. ab0f7e1 Accept FS#6188: study mode. by Stéphane Doyon · 16 years ago
  6. ea664e0 Viewported quickscreen (take 2 :D) (FS#8553) by Jonathan Gordon · 16 years ago
  7. 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
  8. 523f88e Hopefully fix FS#8459 by updating the WPS data when returning from the context menu. by Nicolas Pennequin · 17 years ago
  9. f7c938a (Hopefully) Revert the quickscreen changes. Many fixes need to be made, by Paul Louden · 17 years ago
  10. 2c82494 updated the quickscreen's: by Jonathan Gordon · 17 years ago
  11. 9d4bed7 Album art support. Based on FS#3045, but heavily modified to adapt to MoB and for cleanness. by Nicolas Pennequin · 17 years ago
  12. 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
  13. a50c2b1 Apply fix from FS#6341, with some changes by me. by Magnus Holmgren · 17 years ago
  14. 73336e9 Finally use the rec button to get to the rec screen on sansa and iriver hxxx. hold rec to get there... short press still is unused by Jonathan Gordon · 17 years ago
  15. f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
  16. 276ff3b Copy current track path as a string, not a slightly-oversized block. by Steve Bavin · 17 years ago
  17. f31e123 Remove unused function and unused header by Nils Wallménius · 17 years ago
  18. 1cf2ec3 Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. by Nicolas Pennequin · 17 years ago
  19. 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
  20. 2a2b8d8 Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a RWPS from clearing the main display's backdrop. This also allows future backdrop support for LCD remotes by making the parsing code aware of whether the display for a WPS is a remote or not. by Nicolas Pennequin · 17 years ago
  21. 6bf86b7 Ooooops, fix warning. by Jens Arnold · 17 years ago
  22. 5070f41 Consolidated several potential places of return from WPS into one. Fixes the 'Return from WPS at end of playlist always brings up the root menu.' bug on hwcodec. by Jens Arnold · 17 years ago
  23. 36a2e30 Move the inbuilt filetype info into filetypes.c and rename the defines. by Jonathan Gordon · 18 years ago
  24. 5d2b1e3 rename ACTION_WPSAB_RESET to ACTION_WPS_ABRESET to be more consistent with the rest by Marcoen Hirschberg · 18 years ago
  25. fad3ad6 fix FS#6883 — Follow playlist override where the WPS leaves you when a playlist ends by Jonathan Gordon · 18 years ago
  26. ab90d58 Introducing the WPS tokenizer ! by Nicolas Pennequin · 18 years ago
  27. a9a9999 fix usb disconnecting in the WPS by Jonathan Gordon · 18 years ago
  28. 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
  29. 9f4bd87 Cuesheet support by Jonathan Gordon and me (FS #6460). by Nicolas Pennequin · 18 years ago
  30. 7258b5e Make AB mode uable on the ipods. In AB mode select is used to set/reset by Jonathan Gordon · 18 years ago
  31. 20338ca Removed unused button defines and made private functions static by Nils Wallménius · 18 years ago
  32. 4049d44 dont allow the ata callbacks to be run less than once every 30s unless by Jonathan Gordon · 18 years ago
  33. 0297873 Backdrop support for greyscale targets. WPS backdrop is untested. by Jens Arnold · 18 years ago
  34. d9f7ac2 fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED) by Jonathan Gordon · 18 years ago
  35. cbcc9db initial (re)support for F3 by Jonathan Gordon · 18 years ago
  36. 89ed855 directory navigation in wps works as before (short then long next/prev) by Jonathan Gordon · 18 years ago
  37. f178131 software keylock works again by Jonathan Gordon · 18 years ago
  38. 5e5bfab * fixed the pitch screen key mappings for all targets, targets require a by Jonathan Gordon · 18 years ago
  39. 75765df Prevent accidental track skip when entering the WPS by Linus Nielsen Feltzing · 18 years ago
  40. 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
  41. aeefeab Ensure long press of stop button in WPS stops play thanks to Slasheri and Amiconn by Martin Scarratt · 18 years ago
  42. c26a085 Restore the WPS display correctly after leaving the F3 quick screen on Archos devices by Linus Nielsen Feltzing · 18 years ago
  43. 93b899d Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;) by Peter D'Hoye · 18 years ago
  44. 965e824 Check if backdrop available at wps load. Clear old backdrop pointer when the user has removed it while being in the menu. Fixes bug 5351 by Peter D'Hoye · 18 years ago
  45. 264d8f6 Enable next-dir skip on platforms with no directly mapped button combos (click-longclick of next/prev) by Linus Nielsen Feltzing · 18 years ago
  46. 9fe9a4f Also clear WPS backdrop when shutting down (same fix as in usb event handling). Fixes bug 5222 by Peter D'Hoye · 18 years ago
  47. 4bfdd1f Clear wps backdrop on USB event when in wps. Fix for bug report 4752 by Peter D'Hoye · 18 years ago
  48. 8a0ea50 Updated pitch screen again. *Back to old behavior of only coming up on ON+UP/DOWN (Archos) or PLAY+UP/DOWN (iriver) - fixes FS#4928. *Button mappings changed: Up/Down = +/- 0.1%; holding Up/Down = +/- 2%; Left/Right = 'temporary' +/- 2% (old behavior). *SWCODEC: pcmbuf_set_low_latency, now you can hear pitch adjustments quicker. *Broke pitchscreen code into two parts; one to draw and one to deal with buttons. by Zakk Roberts · 18 years ago
  49. 574c524 Quick bugfix for skip-to-beginning behavior by Brandon Low · 19 years ago
  50. 2f943b0 Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and holding REC enters the quickscreen. Also moved the quickscreen #define to model config files, which simplifies the checking for it and makes checking more consistent. Cleaned up keymappings in quickscreen.h. by Zakk Roberts · 19 years ago
  51. 92ff0e2 Back out the 'do not stop playback until stop button has been released' change, because of interaction issues with exiting menus using the same button, causing the wps to exit. (Also, the '_PRE' suffix is for 'preceeding' events (e.g., button presses), not button releases.) by Magnus Holmgren · 19 years ago
  52. 6b7dff6 Do not stop playback until stop button has been released or shutdown triggered. by Miika Pekkarinen · 19 years ago
  53. 15b2eef Updated quickscreens, now they look better than before while still retaining the ability to scroll - this is about as good as it gets until viewports are implemented. Also enabled the quickscreen for iPods. by Zakk Roberts · 19 years ago
  54. ab1019a Patch #4843 by Nicolas Pennequin - Correct status bar and backdrop in ID3 info screen by Linus Nielsen Feltzing · 19 years ago
  55. 87afd0b Reworked pitch screen for easier adjustment and better looks. Added some button definitions for iPods - coming soon to a Sound Settings menu near you... by Zakk Roberts · 19 years ago
  56. fc390af Added 'Party Mode': Unstoppable playback by Björn Stenberg · 19 years ago
  57. 2499601 Correct a problem with WPS backdrops not loading correctly, and semi-prepare for remote WPS backdrops by Linus Nielsen Feltzing · 19 years ago
  58. 1a66809 Patch #4739 by Matthias Mohr - Clear WPS backdrop when loading new WPS by Linus Nielsen Feltzing · 19 years ago
  59. 0b6bb8d Woops, that button was already in use on those targets. by Tomas Salfischberger · 19 years ago
  60. 625454b Patch FS#4744 - This patch maps the "Off" button in the pitch screen to reset the playing speed. by Tomas Salfischberger · 19 years ago
  61. 1c36642 fixed bug that the progress bar did'nt back to normal while changing WPS by Ben Basha · 19 years ago
  62. e0622ab add a bitmap progress bar option + add %P|filename.bmp| tag to the WPS by Ben Basha · 19 years ago
  63. 33f2e28 Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #if by Dave Chapman · 19 years ago
  64. 3749d1a Oops - fix the builds broken by the backdrop image patch by Dave Chapman · 19 years ago
  65. d9e5b67 Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. by Dave Chapman · 19 years ago
  66. b106e01 Reverted the wps image cache as it was causing trouble to users when by Miika Pekkarinen · 19 years ago
  67. 7d1117f Cache wps image files to allow really fast boot. by Miika Pekkarinen · 19 years ago
  68. 4781f14 Functional AB on iRiver H1x0, and improved button mappings (share the NEXTDIR and PREVDIR buttons on iRiver H[13]x0 targets), patch from IRC:lamed, modified by me. by Brandon Low · 19 years ago
  69. 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
  70. 53a56c1 don't display the WPS after loading, it made rockbox crash with some WPS' by Marcoen Hirschberg · 19 years ago
  71. 1cce533 Patch #1367059 by _FireFly_: New wps loader. The wps buffer size can be reduced now, but it isn't done in this patch. Note that %wd, %we, %x| and %xl now need to be on a line on their own. by Magnus Holmgren · 19 years ago
  72. e9a635c H300: Enable quick menu in WPS (patch #1375178) by Dave Chapman · 19 years ago
  73. 5deedc6 Playback speed changing support for H300. by Thom Johansen · 19 years ago
  74. f667b87 Fixed non-working WPS on the player. Removed some TABs. by Jens Arnold · 19 years ago
  75. 5009c9c Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in preparation for targets (H300, iPod) which have a clock (HAVE_RTC) but no general purpose RAM available for settings data (HAVE_RTC_RAM). CONFIG_RTC is used to specify the low-level driver required. by Dave Chapman · 19 years ago
  76. d5af4b0 Use a more proper define. Sorry about that. by Thom Johansen · 19 years ago
  77. d34c9e3 Playback speed fix: forgot to commit this file. by Thom Johansen · 19 years ago
  78. 9589324 Quick screen patch by _firefly_ by Christi Scarborough · 19 years ago
  79. f57d022 Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch for iriver ; generic logo handler (now it's possible to have a different USB logo on main screen and on remote), made the quickscreen behave as it was before by Kevin Ferrare · 19 years ago
  80. 74b6af9 Added multi-screen support for quickscreen (mostly rewritten from scratch) and USB screen ; just looking at the hour makes me think it could be buggy by Kevin Ferrare · 19 years ago
  81. 0d9c7b5 Applied Stephan Wezel's patch for the new wps %wd/%we tags (disable/enable statusbar in wps mode independantly from the global setting) by Kevin Ferrare · 19 years ago
  82. 32a43e2 When fixing things is it better to do it in a way that causes them to actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly. by Christi Scarborough · 19 years ago
  83. ff0bae0 not static by Daniel Stenberg · 19 years ago
  84. 313cfc0 Correctly auto-save bookmarks when powering off in the WPS by Linus Nielsen Feltzing · 19 years ago
  85. 09fce70 Missing file headers put back. Code within 80 cols. Code policed indenting by Daniel Stenberg · 19 years ago
  86. f8cc321 And the rest of the files too by Christi Scarborough · 19 years ago