summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Keep playing current song even if we can't load nextBjörn Stenberg2002-05-31
* remove compiler warnings by using '#ifdef DEBUG' on a large sectionDaniel Stenberg2002-05-31
* use proper ansi function declarations to reduce compiler warningsDaniel Stenberg2002-05-31
* now uses the internal image/bitmap/icon called rockbox112x37 if there's noDaniel Stenberg2002-05-31
* added this icon I call rockbox112x37, let's now all take a guess what itDaniel Stenberg2002-05-31
* Check for more files to playBjörn Stenberg2002-05-31
* Added peek_next_track() for playing all files in a dirBjörn Stenberg2002-05-31
* Turn off double-height when displaying file listBjörn Stenberg2002-05-31
* Show boot screen double height on new playersBjörn Stenberg2002-05-31
* Everyone wants a logoBjörn Stenberg2002-05-31
* MENU exits sound settingBjörn Stenberg2002-05-31
* the recorder now gets an archos.ajz output fileDaniel Stenberg2002-05-31
* Replaced - cursor with more suitable char for playerBjörn Stenberg2002-05-31
* Untranslated chars should be pass-throughBjörn Stenberg2002-05-31
* target builds must run make in firmware AND appsDaniel Stenberg2002-05-31
* made it support --help or -h as arguments, and then displays a very shortDaniel Stenberg2002-05-31
* credits and version mergedRobert Hak2002-05-31
* updated the build instruction since we now support building the simulatorDaniel Stenberg2002-05-31
* supports OBJDIR etc to make it possible to have the configure script generateDaniel Stenberg2002-05-31
* now manages simulator makefiles too!Daniel Stenberg2002-05-31
* Remember cursor position instead of searching for itBjörn Stenberg2002-05-31
* cleaner version of the version and splash mergeRobert Hak2002-05-31
* merged the splash screen and version infoRobert Hak2002-05-31
* include the 8bit bitmap instead of the previos 24bit one (that is no longerDaniel Stenberg2002-05-31
* Removed libc from link lineBjörn Stenberg2002-05-30
* Added code from libc instead of requiring newlibBjörn Stenberg2002-05-30
* debugbuf and debugmembuf does not have to be globalBjörn Stenberg2002-05-30
* Umm, bpb must be static to be local :)Björn Stenberg2002-05-30
* struct bpb does not have to be globalBjörn Stenberg2002-05-30
* Partition table is no longer globalBjörn Stenberg2002-05-30
* fixed the display time for the splash screen on menuRobert Hak2002-05-30
* didn't commit this. allows for delay display of splash screen from menuRobert Hak2002-05-30
* removed char(un)def.h includesDaniel Stenberg2002-05-30
* removed the no longer used code for simulating the player LCDDaniel Stenberg2002-05-30
* lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg2002-05-30
* we don't need these weirdo defined anymoreDaniel Stenberg2002-05-30
* removed the ugly use of char(un)def.hDaniel Stenberg2002-05-30
* when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg2002-05-30
* Added directory sortingBjörn Stenberg2002-05-30
* STOP in root dir stops playbackBjörn Stenberg2002-05-30
* Moved show_logo() to after malloc_initBjörn Stenberg2002-05-30
* Added cvs@haxx.se to loginfoBjörn Stenberg2002-05-30
* removed odd unused externDaniel Stenberg2002-05-30
* fixed show_logo()Daniel Stenberg2002-05-30
* removed unused variables, removed static variablesDaniel Stenberg2002-05-30
* we now show the splash screen from the menu on a delayRobert Hak2002-05-30
* corrected the curson not being drawn for the recorderRobert Hak2002-05-30
* corrected the comment regarding what kind of BMP files this readsDaniel Stenberg2002-05-30
* rearranged to prevent compiler warningsDaniel Stenberg2002-05-30
* prevent compiler warning by using unsigned int where suitableDaniel Stenberg2002-05-30