1. 2c83634 new icons for radio status by Anton Oleynikov · 19 years ago
  2. 5745e41 Fixed bad CR/LF handling in the WPS parser by Linus Nielsen Feltzing · 19 years ago
  3. b216422 display radio status (play/pause as on/mute) by Anton Oleynikov · 19 years ago
  4. c94557e refactored radio status code by Anton Oleynikov · 19 years ago
  5. a51a5b7 Updated the Finnish language file. by Miika Pekkarinen · 19 years ago
  6. 3074394 If follow playlist is enabled, the playlist viewer should start at the current playing track. Minor code cleanup. by Hardeep Sidhu · 19 years ago
  7. 0afd971 used generic yes/no dialog for confirmation of presets clearing by Anton Oleynikov · 19 years ago
  8. 8690a39 Fixed a problem that wps didn't update instantly with buffered tracks by Miika Pekkarinen · 19 years ago
  9. 731b22e Fixed the track skipping problem when repeat all and change to next by Miika Pekkarinen · 19 years ago
  10. 76469cf fixed position of codec image by Anton Oleynikov · 19 years ago
  11. b85cdbb Multi-screen API: Fixed macro checks for screen type/ depth, some cleanup. The multi-screen code doesn't handle certain combinations (which aren't found in current targets). A combination of one charcell and one bitmap lcd will make it crash, and a combination of two bitmap LCDs with a depth > 1 but different pixel formats will show wrong colours/ shades on the remote. by Jens Arnold · 19 years ago
  12. 5bf5e61 iPod: signed-char police by Dave Chapman · 19 years ago
  13. fbfb7db Correct typo that prevented Nano from building by Dave Chapman · 19 years ago
  14. b2a9952 Removed the separate #ifndef SIMULATOR defines. by Miika Pekkarinen · 19 years ago
  15. 354a006 User now receives a message if initial directory cache initialization fails. by Miika Pekkarinen · 19 years ago
  16. 93d8ca5 Fixed the simulator builds and added HAVE_REMOTE_LCD_TICKING define. by Miika Pekkarinen · 19 years ago
  17. f9234b3 Forgot to initialize the ticking reduce setting on boot. by Miika Pekkarinen · 19 years ago
  18. 05fdb1a Added option to reduce (and almost prevent) the remote lcd ticking by Miika Pekkarinen · 19 years ago
  19. 80ed9ea Changed the "Please wait" message to "Loading..." by Miika Pekkarinen · 19 years ago
  20. 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
  21. a807fca Use APPLE_IPODCOLOR and APPLE_IPODNANO defines instead of CONFIG_LCD by Dave Chapman · 19 years ago
  22. 97df7ca Fix button problems - disable button_flip for the iPod and disable software poweroff by Dave Chapman · 19 years ago
  23. af32459 iPod: Correct the button definitions. by Dave Chapman · 19 years ago
  24. d3561bc Use APPLE_IPODCOLOR and APPLE_IPODNANO defines instead of CONFIG_LCD (which isn't defined in the simulators) by Dave Chapman · 19 years ago
  25. 664a418 Use LCD_PIXELFORMAT instead of CONFIG_LCD in screen_dump() by Dave Chapman · 19 years ago
  26. 260f8d3 Add LCD_PIXELFORMAT config variable to distinguish between the two types of 16-bit framebuffers (the ipod framebuffer is byte-swapped) by Dave Chapman · 19 years ago
  27. bbe919b iriver bootloader: Better handling of the Hold buttons, turn on the remote backlight when booting, look for /.rockbox/rockbox.iriver before trying /rockbox.iriver by Linus Nielsen Feltzing · 19 years ago
  28. d5f3e9b H100: turn off remote backlight before cutting the power by Linus Nielsen Feltzing · 19 years ago
  29. 30393c2 Patch #1346455 by Jens Arnold - SDRAM init fixes by Linus Nielsen Feltzing · 19 years ago
  30. b498449 H300: remote backlight on GPO33 by Linus Nielsen Feltzing · 19 years ago
  31. cff2a77 Ooops, broke the H1x0 mkboot by Linus Nielsen Feltzing · 19 years ago
  32. d06bd60 Removed a warning by Linus Nielsen Feltzing · 19 years ago
  33. 9c0f1a9 More stable playback with reduced stuttering when skipping tracks. by Miika Pekkarinen · 19 years ago
  34. 88a2a8a Added H300 to the fwpatcher utility by Linus Nielsen Feltzing · 19 years ago
  35. d2779e5 Removed double usage of the H image identifier by Linus Nielsen Feltzing · 19 years ago
  36. a5fae98 Fixed a WPS parsing bug where it would interpret stray x chars as %x tags by Linus Nielsen Feltzing · 19 years ago
  37. 10f2f89 Fixed an empty directory problem with dircache when renaming files. by Miika Pekkarinen · 19 years ago
  38. 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
  39. e16ebf1 Moved the power_init() call to main(), removed unfinished inits for the H300 by Linus Nielsen Feltzing · 19 years ago
  40. bd0d12c H300: The FM tuner uses different port pins by Linus Nielsen Feltzing · 19 years ago
  41. 64d9ee7 H300: power_init() adjustments by Linus Nielsen Feltzing · 19 years ago
  42. f4c2b96 H300 has no ATA LED by Linus Nielsen Feltzing · 19 years ago
  43. fa24eb9 lots of old and new edits by Björn Stenberg · 19 years ago
  44. eb148c0 Fixed a bug in the WPS which ate the first non-bitmap line after a bitmap tag by Linus Nielsen Feltzing · 19 years ago
  45. e06c7d3 Add the 'rwps' field for <wps> sections with a RWPS: field, but not for <rwps> ones. by Daniel Stenberg · 19 years ago
  46. ff0bae0 not static by Daniel Stenberg · 19 years ago
  47. 266272a Aligned the engineeer2 WPS by Linus Nielsen Feltzing · 19 years ago
  48. 313cfc0 Correctly auto-save bookmarks when powering off in the WPS by Linus Nielsen Feltzing · 19 years ago
  49. 09fce70 Missing file headers put back. Code within 80 cols. Code policed indenting by Daniel Stenberg · 19 years ago
  50. fe2c40a private function made static by Daniel Stenberg · 19 years ago
  51. 3b5449f Initial stab at theme support. by Christi Scarborough · 19 years ago
  52. 8719f09 generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed) by Kevin Ferrare · 19 years ago
  53. ec0a8a7 oops, wrong rwps dimensions in the previous commit by Anton Oleynikov · 19 years ago
  54. 24c0704 added RWPS for iAmp in the new format by Anton Oleynikov · 19 years ago
  55. 88f359f Added tiny docs, only make .cfg files for <wps> sections and shut up a few by Daniel Stenberg · 19 years ago
  56. bba039d Removed the percent symbol from the volume and battery WPS tags by Linus Nielsen Feltzing · 19 years ago
  57. 7dd4af8 link to since25 by Björn Stenberg · 19 years ago
  58. ce442fd added copying of RWPS files (if exist) by Anton Oleynikov · 19 years ago
  59. f4e0ff7 Added the wps module by Linus Nielsen Feltzing · 19 years ago
  60. dad0118 added RWPS for iAmp by Anton Oleynikov · 19 years ago
  61. cf53847 Re-adding these bitmaps as binary files by Christi Scarborough · 19 years ago
  62. a8ef815 Removing these files so I can re-commit them as binaries by Christi Scarborough · 19 years ago
  63. 2bace6a .rwps support and support for a rwps: field within the WPSLIST file, which by Daniel Stenberg · 19 years ago
  64. bec94c9 Some consistency fixes for the WPS module by Christi Scarborough · 19 years ago
  65. e6cef6e zezayer WPS by Jake Owen by Christi Scarborough · 19 years ago
  66. 2bbb903 iAmp WPS from Raymond Hoh by Anton Oleynikov · 19 years ago
  67. f01563c Bejeweled: Changed the tile size for archos recorder/Ondio to 8x10 to account for the non-square LCD aspect. by Jens Arnold · 19 years ago
  68. f8cc321 And the rest of the files too by Christi Scarborough · 19 years ago
  69. 4c0b83f Remote WPS support (and some WPS bugfixes) by Stephan Wezel by Christi Scarborough · 19 years ago
  70. bc1fb0f No voice string for the "please wait" splash. by Miika Pekkarinen · 19 years ago
  71. bae4fed Fix to the previous commit: Pointers were not always correctly erased. by Miika Pekkarinen · 19 years ago
  72. 735f453 Added dircache support to playlist. Now playlist filename pointers are by Miika Pekkarinen · 19 years ago
  73. bc8a4e4 Don't call a plugin function just 'main()', this will crash the win32 simulator. by Jens Arnold · 19 years ago
  74. 6a5cc3a 16bit LCD driver: Optimised native bitmap drawing. by Jens Arnold · 19 years ago
  75. c6417b4 Win32 simulator: * Use a 16 bit display bitmap for 16bit target simulation. Simpler & faster this way. * Changed separate lcd_update() implementation into a simple call of lcd_update_rect() with the full rectangle. by Jens Arnold · 19 years ago
  76. a436a74 Minor cleaning of the iPod LCD driver by Dave Chapman · 19 years ago
  77. 4d7ef94 iPod: Correct the background colour of the IPL logo by Dave Chapman · 19 years ago
  78. 355ce62 iPod: CONFIG_CPU is not defined for the sims - use CONFIG_KEYPAD to disable plugins for the iPod (which is probably a better choice anyway) by Dave Chapman · 19 years ago
  79. a229dba Engineer2 WPS by Magnus Westerlund (properly this time) by Christi Scarborough · 19 years ago
  80. bde4996 Engineer2 WPS by Magnus Westerlund by Christi Scarborough · 19 years ago
  81. 95c0032 repaired the h300 x11 sim build by Daniel Stenberg · 19 years ago
  82. 5236ca9 Moved some often-used parts of the LCD driver into IRAM. by Jens Arnold · 19 years ago
  83. b0a4b3e Fixed the 16bit screendump to work with either endianess and use the 16 bit BMP format. by Jens Arnold · 19 years ago
  84. 4be7e5f Always turn on the backlight in the H300 boot loader by Linus Nielsen Feltzing · 19 years ago
  85. 73a35a1 Reverted erroneous commit by Linus Nielsen Feltzing · 19 years ago
  86. d79f3a1 added "Auto scan presets" option to radio menu by Anton Oleynikov · 19 years ago
  87. df0e5ef Cleaned up bootloader linker control file and added the H300 target by Linus Nielsen Feltzing · 19 years ago
  88. 5982595 Rockboy: adapted to colour LCD (but no colours for gameboy color games yet). Some cleanup; killed a ton of TABs. by Jens Arnold · 19 years ago
  89. 3287702 Can now patch a bootloader image into an H300 firmware by Linus Nielsen Feltzing · 19 years ago
  90. c6bf8e6 Correct bootloader type for h300 by Linus Nielsen Feltzing · 19 years ago
  91. 5b2cba1 Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition. by Jens Arnold · 19 years ago
  92. 15046f9 show/hide icons now works properly in playlist viewer by Kevin Ferrare · 19 years ago
  93. 2a7546a fixed the warning, forgot an include by Kevin Ferrare · 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. 76b75ef H300 button driver by Linus Nielsen Feltzing · 19 years ago
  96. 5f6ee67 Added adc_scan() prototype for H300 by Linus Nielsen Feltzing · 19 years ago
  97. 91c4873 H300: ADC driver by Linus Nielsen Feltzing · 19 years ago
  98. ffe0b23 Added single-byte read/write functions for the PCF50606 driver by Linus Nielsen Feltzing · 19 years ago
  99. fa32b8c H300 has no S/PDIF by Linus Nielsen Feltzing · 19 years ago
  100. 0cb38b0 (dast) refer to the newer pages by Björn Stenberg · 19 years ago