summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-05-31This commit was manufactured by cvs2svn to create tag 'v1_0'.v1.0-finalBjörn Stenberg190-13193/+0
2002-05-31fixed a section bagder missedRobert Hak1-0/+2
2002-05-31Zoomed ScreenFelix Arends1-47/+90
2002-05-31Fixed remove-line-bug.Felix Arends1-4/+4
2002-05-31included string.h for strlen function and sprintf.h for snprintf.Felix Arends1-0/+2
2002-05-31Had to include <stddef.h> so that size_t is defined.Felix Arends1-0/+2
2002-05-31Keep playing current song even if we can't load nextBjörn Stenberg1-1/+0
2002-05-31remove compiler warnings by using '#ifdef DEBUG' on a large sectionDaniel Stenberg1-1/+9
2002-05-31use proper ansi function declarations to reduce compiler warningsDaniel Stenberg1-7/+7
2002-05-31now uses the internal image/bitmap/icon called rockbox112x37 if there's noDaniel Stenberg1-9/+18
2002-05-31added this icon I call rockbox112x37, let's now all take a guess what itDaniel Stenberg2-0/+54
2002-05-31Check for more files to playBjörn Stenberg1-7/+18
2002-05-31Added peek_next_track() for playing all files in a dirBjörn Stenberg1-8/+41
2002-05-31Turn off double-height when displaying file listBjörn Stenberg1-1/+3
2002-05-31Show boot screen double height on new playersBjörn Stenberg1-2/+7
2002-05-31Everyone wants a logoBjörn Stenberg1-1/+1
2002-05-31MENU exits sound settingBjörn Stenberg1-0/+1
2002-05-31the recorder now gets an archos.ajz output fileDaniel Stenberg1-4/+7
2002-05-31Replaced - cursor with more suitable char for playerBjörn Stenberg2-10/+27
2002-05-31Untranslated chars should be pass-throughBjörn Stenberg1-17/+17
2002-05-31target builds must run make in firmware AND appsDaniel Stenberg1-1/+9
2002-05-31made it support --help or -h as arguments, and then displays a very shortDaniel Stenberg1-0/+7
2002-05-31credits and version mergedRobert Hak3-12/+17
2002-05-31updated the build instruction since we now support building the simulatorDaniel Stenberg1-7/+16
2002-05-31supports OBJDIR etc to make it possible to have the configure script generateDaniel Stenberg1-38/+39
2002-05-31now manages simulator makefiles too!Daniel Stenberg1-11/+83
2002-05-31Remember cursor position instead of searching for itBjörn Stenberg1-16/+9
2002-05-31cleaner version of the version and splash mergeRobert Hak1-6/+2
2002-05-31merged the splash screen and version infoRobert Hak1-15/+20
2002-05-31include the 8bit bitmap instead of the previos 24bit one (that is no longerDaniel Stenberg1-1/+1
2002-05-30Removed libc from link lineBjörn Stenberg1-1/+1
2002-05-30Added code from libc instead of requiring newlibBjörn Stenberg12-0/+1284
2002-05-30debugbuf and debugmembuf does not have to be globalBjörn Stenberg1-2/+2
2002-05-30Umm, bpb must be static to be local :)Björn Stenberg1-4/+1
2002-05-30struct bpb does not have to be globalBjörn Stenberg2-44/+43
2002-05-30Partition table is no longer globalBjörn Stenberg3-11/+12
2002-05-30fixed the display time for the splash screen on menuRobert Hak1-1/+1
2002-05-30didn't commit this. allows for delay display of splash screen from menuRobert Hak1-2/+4
2002-05-30removed char(un)def.h includesDaniel Stenberg1-8/+0
2002-05-30removed the no longer used code for simulating the player LCDDaniel Stenberg1-18/+0
2002-05-30lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg1-0/+5
2002-05-30we don't need these weirdo defined anymoreDaniel Stenberg2-47/+0
2002-05-30removed the ugly use of char(un)def.hDaniel Stenberg1-9/+0
2002-05-30when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg1-0/+5
2002-05-30Added directory sortingBjörn Stenberg1-18/+30
2002-05-30STOP in root dir stops playbackBjörn Stenberg1-0/+3
2002-05-30Moved show_logo() to after malloc_initBjörn Stenberg1-3/+3
2002-05-30Added cvs@haxx.se to loginfoBjörn Stenberg1-5/+5
2002-05-30removed odd unused externDaniel Stenberg1-1/+0
2002-05-30fixed show_logo()Daniel Stenberg2-2/+2