- 1436b10 split Q13 into two separate questions by Daniel Stenberg · 22 years ago
- 800d27d Fixed spelling by Linus Nielsen Feltzing · 22 years ago
- ac8ca79 Added another danger about using non-rechargeable batteries by Linus Nielsen Feltzing · 22 years ago
- 5df2442 fix by Daniel Stenberg · 22 years ago
- b68759a Updates by Björn Stenberg · 22 years ago
- 902b273 charging by Daniel Stenberg · 22 years ago
- 46325b2 modified the roadmap by Daniel Stenberg · 22 years ago
- cba3330 two more names by Daniel Stenberg · 22 years ago
- 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
- 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
- a7a46c7 Update to CUSTOM_WPS. Now has an If/Else ability. Also updated the docs by Justin Heiner · 22 years ago
- 0dbcb43 added more font info for player by Robert Hak · 22 years ago
- f0599be Don't call perform_sleep() while already sleeping by Björn Stenberg · 22 years ago
- 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
- 006c466 Fixed an img height by Linus Nielsen Feltzing · 22 years ago
- 81a4089 Corrected name spelling. by Markus Braun · 22 years ago
- 3e9a824 fix images by Daniel Stenberg · 22 years ago
- bf00de0 7 new designs from three contributors: Magnus Öman, Pedro Eisman and Tom Wozniak by Daniel Stenberg · 22 years ago
- 0bb5ba2 new full-size designs by Daniel Stenberg · 22 years ago
- 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
- 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
- 354d3d9 Removed beep-on-keypress by Björn Stenberg · 22 years ago
- e67958b Adapted wormlet to code standard and added it to simulators. by Björn Stenberg · 22 years ago
- 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
- 56fc041 bobTHC removed at request by Daniel Stenberg · 22 years ago
- b0a3984 Philpp Petermann's game wormlet by Eric Linenberg · 22 years ago
- 9a47cc4 Philpp Petermann's game wormlet: add to game menu by Eric Linenberg · 22 years ago
- 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
- 2bf41ef Philpp Petermann's tetris patch: save score after ending game by Eric Linenberg · 22 years ago
- 36c1165 Reduced max ffw/rew step size to 255s because we are storing the value in 1 byte by Hardeep Sidhu · 22 years ago
- c674415 Make sure there is sufficient data in buffer before resuming after ffw. by Hardeep Sidhu · 22 years ago
- e60a999 Fixed minor bug in previous change: 0 is a valid sector by Hardeep Sidhu · 22 years ago
- f9e7ed4 Data at end of file was not being read if last sector fell on cluster boundary by Hardeep Sidhu · 22 years ago
- 26a50af global_settings are not for runtime state variables! by Björn Stenberg · 22 years ago
- 165f334 Experimental code is not to be enabled by default by Björn Stenberg · 22 years ago
- adbe4ed Make close() check for a valid fd and set errno accordingly. by Heikki Hannikainen · 22 years ago
- bd510c2 Damned CR/LF again. I need to get a better editor than notepad by Justin Heiner · 22 years ago
- 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
- 11f2c3c fixed spacing by Robert Hak · 22 years ago
- 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
- f1bf9e7 Now doesn't try to play non-mp3/m3u files. by Björn Stenberg · 22 years ago
- 10fc53c Updated developer info by Björn Stenberg · 22 years ago
- 3df58d3 Removed typedef by Björn Stenberg · 22 years ago
- ee609dc Can the Player font be modified added by Robert Hak · 22 years ago
- c1fe36f prevent the "end of (song) list" getting displayed if there's an mpeg by Daniel Stenberg · 22 years ago
- ab9a94e a menu warning fix by Daniel Stenberg · 22 years ago
- 7c3dd40 menu fix by Daniel Stenberg · 22 years ago
- 49984fa properly remember DISK_CHANGE status and return that to menu parents, by Daniel Stenberg · 22 years ago
- d7c85e4 Removed the secret features in dbg_ports() by Linus Nielsen Feltzing · 22 years ago
- a1935f3 it is madness having this a separate makefile by Daniel Stenberg · 22 years ago
- cd8a9a0 Menu for menu functions by Daniel Stenberg · 22 years ago
- aa458aa MENU_DISK_CHANGED is the new value for telling disk content might have changed by Daniel Stenberg · 22 years ago
- b285076 Remade the menu system slightly. All functions invoked from menus now use by Daniel Stenberg · 22 years ago
- ad4a92e stupid tabs by Robert Hak · 22 years ago
- f27fecb minor style fixes by Robert Hak · 22 years ago
- d58dab8 restore was allwas true. Set it to false when last restore request was handled. by Markus Braun · 22 years ago
- 51d9ae6 Missing break in the SYS_USB_CONNECTED case by Linus Nielsen Feltzing · 22 years ago
- af34115 bad bad bad snprintf() overflow the buffer if the string passed in with a by Daniel Stenberg · 22 years ago
- e626173 two fixes at once: by Daniel Stenberg · 22 years ago
- 57392ac the simulator code now deals better with playlist_next() returning NULL by Daniel Stenberg · 22 years ago
- 3625ded playlist_next() now returns NULL on excessive 'step' amounts by Daniel Stenberg · 22 years ago
- e255798 Fixed a flaw in the ffw/rew logic for large vbr files by Hardeep Sidhu · 22 years ago
- 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
- edf6b80 Forgot to #ifdef something by Justin Heiner · 22 years ago
- 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
- 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
- 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
- 634551f statusbar bug fix when going to the menu from the dir browser by Daniel Stenberg · 22 years ago
- 518e1ec New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY. by Björn Stenberg · 22 years ago
- a8e89fd when we want to stop the scroll and clear the screen, it is a lot better by Daniel Stenberg · 22 years ago
- 3da55ac added some people by Daniel Stenberg · 22 years ago
- e666ce9 when we want to open a file, we want the exact specified file name, not by Daniel Stenberg · 22 years ago
- d841ca9 removed backlight-win32.c as it is not needed any more by Felix Arends · 22 years ago
- b1819f6 this makefile works at least for the recorder, we will have to talk about a recorder fix. by Felix Arends · 22 years ago
- 053d904 Bill Napier's patch slightly remodelled. This adds a setting called by Daniel Stenberg · 22 years ago
- c94aa32 bitswap.s is linked with librockbox as well now by Felix Arends · 22 years ago
- 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
- ae3952e make mp3info() better return true on bad mp3 files, also make by Daniel Stenberg · 22 years ago
- 22633d6 Check the return code from each call to mp3info(), as it might return true by Daniel Stenberg · 22 years ago
- 487662a fix file name pointer usage, clean the buffer faster, don't use extra variable by Daniel Stenberg · 22 years ago
- 09499b5 typo by Robert Hak · 22 years ago
- 54099ba various changes by Robert Hak · 22 years ago
- 9bc41e5 file got renamed by Robert Hak · 22 years ago
- ad14c5b Flipped a line to make it work by Justin Heiner · 22 years ago
- 6dd8b83 Attempt at fixing reds by Justin Heiner · 22 years ago
- 5cb5712 CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/ by Daniel Stenberg · 22 years ago
- 11714ac fixed compiler error by Daniel Stenberg · 22 years ago
- 70a2033 Added conditional Title-Artist to appease PsycoXul :-) It's bound to %h by Justin Heiner · 22 years ago
- a27f5d7 faqs and plain txt are now handled differently by Robert Hak · 22 years ago
- 0525659 renameing txt2plain.pl to faq2html.pl by Robert Hak · 22 years ago
- d421f5b initial creation.. file is to convert plain text to html by Robert Hak · 22 years ago
- b10017e Added %% as an available tag to the Custom WPS. Displays % when used by Justin Heiner · 22 years ago
- fac7852 refered to the new WPS formating by Robert Hak · 22 years ago
- 363a00d initial commit by Robert Hak · 22 years ago
- b6e8aad added custom_wps_format info by Robert Hak · 22 years ago
- c45166d updated for new files by Robert Hak · 22 years ago
- 43e7cb8 Documentation for Custom WPS Display on the Player by Justin Heiner · 22 years ago
- 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
- 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
- ed04872 Added information about the travel charger. by Heikki Hannikainen · 22 years ago