1. 1436b10 split Q13 into two separate questions by Daniel Stenberg · 22 years ago
  2. 800d27d Fixed spelling by Linus Nielsen Feltzing · 22 years ago
  3. ac8ca79 Added another danger about using non-rechargeable batteries by Linus Nielsen Feltzing · 22 years ago
  4. 5df2442 fix by Daniel Stenberg · 22 years ago
  5. b68759a Updates by Björn Stenberg · 22 years ago
  6. 902b273 charging by Daniel Stenberg · 22 years ago
  7. 46325b2 modified the roadmap by Daniel Stenberg · 22 years ago
  8. cba3330 two more names by Daniel Stenberg · 22 years ago
  9. 441f48f Fixed elapsed time display after resume for large VBR files. Also, update elapsed time earlier after ffw/rew to try and avoid the time display jump. Finally, skip the id3v2 tag after rew. by Hardeep Sidhu · 22 years ago
  10. 415a2e7 Fixed a little problem coming out of the Player's ID3 info screen. You had to press menu twice to get to the menu by Justin Heiner · 22 years ago
  11. a7a46c7 Update to CUSTOM_WPS. Now has an If/Else ability. Also updated the docs by Justin Heiner · 22 years ago
  12. 0dbcb43 added more font info for player by Robert Hak · 22 years ago
  13. f0599be Don't call perform_sleep() while already sleeping by Björn Stenberg · 22 years ago
  14. 457b8a0 Added configurable disk spindown. The disk will also now not spin down while you are running around in the dir browser or pressing buttons in the wps. by Björn Stenberg · 22 years ago
  15. 006c466 Fixed an img height by Linus Nielsen Feltzing · 22 years ago
  16. 81a4089 Corrected name spelling. by Markus Braun · 22 years ago
  17. 3e9a824 fix images by Daniel Stenberg · 22 years ago
  18. bf00de0 7 new designs from three contributors: Magnus Öman, Pedro Eisman and Tom Wozniak by Daniel Stenberg · 22 years ago
  19. 0bb5ba2 new full-size designs by Daniel Stenberg · 22 years ago
  20. b5aceb8 Propfont fix/kludge for the scroll code. Now doesn't garble the line and should start scrolling the lines that need it. by Björn Stenberg · 22 years ago
  21. 446828b Removed the LEFT key from dbg_ports() to be able to debug the analog key levels even for the LEFT key by Linus Nielsen Feltzing · 22 years ago
  22. 354d3d9 Removed beep-on-keypress by Björn Stenberg · 22 years ago
  23. e67958b Adapted wormlet to code standard and added it to simulators. by Björn Stenberg · 22 years ago
  24. f8c87e6 When toggling shuffle from on to off while a playlist is playing, update the current playlist index to the new index of the current song by Hardeep Sidhu · 22 years ago
  25. 56fc041 bobTHC removed at request by Daniel Stenberg · 22 years ago
  26. b0a3984 Philpp Petermann's game wormlet by Eric Linenberg · 22 years ago
  27. 9a47cc4 Philpp Petermann's game wormlet: add to game menu by Eric Linenberg · 22 years ago
  28. f9914b7 Don't seek in buffer if data is being loaded. This fixes the track silence when ffw/rew while data is being loaded. by Hardeep Sidhu · 22 years ago
  29. 2bf41ef Philpp Petermann's tetris patch: save score after ending game by Eric Linenberg · 22 years ago
  30. 36c1165 Reduced max ffw/rew step size to 255s because we are storing the value in 1 byte by Hardeep Sidhu · 22 years ago
  31. c674415 Make sure there is sufficient data in buffer before resuming after ffw. by Hardeep Sidhu · 22 years ago
  32. e60a999 Fixed minor bug in previous change: 0 is a valid sector by Hardeep Sidhu · 22 years ago
  33. f9e7ed4 Data at end of file was not being read if last sector fell on cluster boundary by Hardeep Sidhu · 22 years ago
  34. 26a50af global_settings are not for runtime state variables! by Björn Stenberg · 22 years ago
  35. 165f334 Experimental code is not to be enabled by default by Björn Stenberg · 22 years ago
  36. adbe4ed Make close() check for a valid fd and set errno accordingly. by Heikki Hannikainen · 22 years ago
  37. bd510c2 Damned CR/LF again. I need to get a better editor than notepad by Justin Heiner · 22 years ago
  38. 5301881 Update to the Custom WPS. Now actually works, can be fed any string, uses %xx instead of just %x, and more! It's #define'd out in settings.h - Needs to be enabled to use it. PLAYER ONLY by Justin Heiner · 22 years ago
  39. 11f2c3c fixed spacing by Robert Hak · 22 years ago
  40. 62847ed Don't display wps until there is data to display (or we'll get the annoying 'end of song list' screen.) by Björn Stenberg · 22 years ago
  41. f1bf9e7 Now doesn't try to play non-mp3/m3u files. by Björn Stenberg · 22 years ago
  42. 10fc53c Updated developer info by Björn Stenberg · 22 years ago
  43. 3df58d3 Removed typedef by Björn Stenberg · 22 years ago
  44. ee609dc Can the Player font be modified added by Robert Hak · 22 years ago
  45. c1fe36f prevent the "end of (song) list" getting displayed if there's an mpeg by Daniel Stenberg · 22 years ago
  46. ab9a94e a menu warning fix by Daniel Stenberg · 22 years ago
  47. 7c3dd40 menu fix by Daniel Stenberg · 22 years ago
  48. 49984fa properly remember DISK_CHANGE status and return that to menu parents, by Daniel Stenberg · 22 years ago
  49. d7c85e4 Removed the secret features in dbg_ports() by Linus Nielsen Feltzing · 22 years ago
  50. a1935f3 it is madness having this a separate makefile by Daniel Stenberg · 22 years ago
  51. cd8a9a0 Menu for menu functions by Daniel Stenberg · 22 years ago
  52. aa458aa MENU_DISK_CHANGED is the new value for telling disk content might have changed by Daniel Stenberg · 22 years ago
  53. b285076 Remade the menu system slightly. All functions invoked from menus now use by Daniel Stenberg · 22 years ago
  54. ad4a92e stupid tabs by Robert Hak · 22 years ago
  55. f27fecb minor style fixes by Robert Hak · 22 years ago
  56. d58dab8 restore was allwas true. Set it to false when last restore request was handled. by Markus Braun · 22 years ago
  57. 51d9ae6 Missing break in the SYS_USB_CONNECTED case by Linus Nielsen Feltzing · 22 years ago
  58. af34115 bad bad bad snprintf() overflow the buffer if the string passed in with a by Daniel Stenberg · 22 years ago
  59. e626173 two fixes at once: by Daniel Stenberg · 22 years ago
  60. 57392ac the simulator code now deals better with playlist_next() returning NULL by Daniel Stenberg · 22 years ago
  61. 3625ded playlist_next() now returns NULL on excessive 'step' amounts by Daniel Stenberg · 22 years ago
  62. e255798 Fixed a flaw in the ffw/rew logic for large vbr files by Hardeep Sidhu · 22 years ago
  63. 0a3589d OK, a (hopefully) successful attempt at getting rid of the yellows that I created by removing the other yellows by Justin Heiner · 22 years ago
  64. edf6b80 Forgot to #ifdef something by Justin Heiner · 22 years ago
  65. d6a0f6c Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items to 4 from 5 by Justin Heiner · 22 years ago
  66. 2630245 Added NSauzede's patch to detect USB while in a Menu. It also adds the USB icon to the player while in USB mode. by Justin Heiner · 22 years ago
  67. 754651e Reset mp3buf_swapwrite when selecting next track that is already in buffer. This should fix the track silence bug. Also, when seeking to end of file, leave some bytes at the end so that the transition to the next track is done correctly. This should fix the few seconds repeat at beginning of next song. by Hardeep Sidhu · 22 years ago
  68. 634551f statusbar bug fix when going to the menu from the dir browser by Daniel Stenberg · 22 years ago
  69. 518e1ec New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY. by Björn Stenberg · 22 years ago
  70. a8e89fd when we want to stop the scroll and clear the screen, it is a lot better by Daniel Stenberg · 22 years ago
  71. 3da55ac added some people by Daniel Stenberg · 22 years ago
  72. e666ce9 when we want to open a file, we want the exact specified file name, not by Daniel Stenberg · 22 years ago
  73. d841ca9 removed backlight-win32.c as it is not needed any more by Felix Arends · 22 years ago
  74. b1819f6 this makefile works at least for the recorder, we will have to talk about a recorder fix. by Felix Arends · 22 years ago
  75. 053d904 Bill Napier's patch slightly remodelled. This adds a setting called by Daniel Stenberg · 22 years ago
  76. c94aa32 bitswap.s is linked with librockbox as well now by Felix Arends · 22 years ago
  77. 1a8f34b Changed CUSTOM_WPS to be a define-only feature until it is more complete. To include it, simply uncomment the #define CUSTOM_WPS line in wps.h by Justin Heiner · 22 years ago
  78. ae3952e make mp3info() better return true on bad mp3 files, also make by Daniel Stenberg · 22 years ago
  79. 22633d6 Check the return code from each call to mp3info(), as it might return true by Daniel Stenberg · 22 years ago
  80. 487662a fix file name pointer usage, clean the buffer faster, don't use extra variable by Daniel Stenberg · 22 years ago
  81. 09499b5 typo by Robert Hak · 22 years ago
  82. 54099ba various changes by Robert Hak · 22 years ago
  83. 9bc41e5 file got renamed by Robert Hak · 22 years ago
  84. ad14c5b Flipped a line to make it work by Justin Heiner · 22 years ago
  85. 6dd8b83 Attempt at fixing reds by Justin Heiner · 22 years ago
  86. 5cb5712 CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/ by Daniel Stenberg · 22 years ago
  87. 11714ac fixed compiler error by Daniel Stenberg · 22 years ago
  88. 70a2033 Added conditional Title-Artist to appease PsycoXul :-) It's bound to %h by Justin Heiner · 22 years ago
  89. a27f5d7 faqs and plain txt are now handled differently by Robert Hak · 22 years ago
  90. 0525659 renameing txt2plain.pl to faq2html.pl by Robert Hak · 22 years ago
  91. d421f5b initial creation.. file is to convert plain text to html by Robert Hak · 22 years ago
  92. b10017e Added %% as an available tag to the Custom WPS. Displays % when used by Justin Heiner · 22 years ago
  93. fac7852 refered to the new WPS formating by Robert Hak · 22 years ago
  94. 363a00d initial commit by Robert Hak · 22 years ago
  95. b6e8aad added custom_wps_format info by Robert Hak · 22 years ago
  96. c45166d updated for new files by Robert Hak · 22 years ago
  97. 43e7cb8 Documentation for Custom WPS Display on the Player by Justin Heiner · 22 years ago
  98. b986a5c Added ability to have a Custom WPS Display on the Player. See the commited doc for the tag specification by Justin Heiner · 22 years ago
  99. 7dcff6d Changed the previous patch to restart the same song if over 2 seconds to 3 seconds. That way you can hear a bit of the song before... well, it's just better this way *grin* by Justin Heiner · 22 years ago
  100. ed04872 Added information about the travel charger. by Heikki Hannikainen · 22 years ago