summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2002-05-29included debug.h for debugf functionFelix Arends1-0/+4
2002-05-29included string.h for memset in windowsFelix Arends1-0/+1
2002-05-29Fixed draw bug. Removed wrapping.Björn Stenberg1-11/+5
2002-05-29make the version string say "CVS" when retrieved from CVS, it getsDaniel Stenberg1-1/+1
2002-05-29MENU exits menuBjörn Stenberg1-0/+1
2002-05-29Version waits for key press instead of 1s sleepBjörn Stenberg1-1/+1
2002-05-29Added version display to menuBjörn Stenberg2-3/+36
2002-05-29APPSVERSION is defined in a stand-alone header file, and main.c setsDaniel Stenberg2-0/+5
2002-05-29Added system_init callLinus Nielsen Feltzing1-0/+3
2002-05-29Show splash during init, no delayBjörn Stenberg2-6/+4
2002-05-29Don't scroll past end of file listBjörn Stenberg1-9/+11
2002-05-29add the FILES file itselfDaniel Stenberg1-0/+1
2002-05-29Fixed bad display on recorderBjörn Stenberg1-4/+8
2002-05-28No debugf() pleaseBjörn Stenberg1-1/+0
2002-05-28Removed some silly codeBjörn Stenberg1-25/+15
2002-05-28Now caches dir. 200 files max, no sorting yetBjörn Stenberg1-110/+84
2002-05-28Menu now supports scrollingBjörn Stenberg1-33/+42
2002-05-28new button_get() usageDaniel Stenberg2-2/+2
2002-05-28Adapted to modified button_get() callBjörn Stenberg6-29/+7
2002-05-27STOP in root stops playbackBjörn Stenberg1-0/+5
2002-05-27files included in a releaseDaniel Stenberg1-0/+3
2002-05-27Moved mpeg_play() to after id3 displayBjörn Stenberg1-4/+6
2002-05-27Don't call debug_init() unless in debug modeBjörn Stenberg1-0/+2
2002-05-27removed bad externDaniel Stenberg2-2/+0
2002-05-27clean removes the map file tooDaniel Stenberg1-1/+1
2002-05-27include config.h early to make all ifdefs work fineDaniel Stenberg1-0/+1
2002-05-27mpeg_play() is present if not simulating or if especially definedDaniel Stenberg1-0/+2
2002-05-27dmalloc and bmalloc are not intended for the simulator buildsDaniel Stenberg1-0/+2
2002-05-26Added sound menu, adapted to new menu APIBjörn Stenberg1-31/+22
2002-05-26Sound settingsBjörn Stenberg2-0/+140
2002-05-26Added support for nested menusBjörn Stenberg2-41/+60
2002-05-24Added mpeg_play() for targetBjörn Stenberg1-6/+2
2002-05-24Proper declaration of show_splash and main_menuBjörn Stenberg3-0/+27
2002-05-24Added linker pool symbols and mpeg_init()Björn Stenberg1-0/+13
2002-05-24Added -Imalloc and fixed archos.map to OBJDIRBjörn Stenberg1-2/+2
2002-05-24pass on more variables to firmware when we build librockboxDaniel Stenberg1-1/+1
2002-05-24fix clean targetDaniel Stenberg1-2/+3
2002-05-24fix -I for recorder, also use -L to find the librockbox properlyDaniel Stenberg1-1/+2
2002-05-24include "config.h" firstDaniel Stenberg2-0/+4
2002-05-24fixed reference to mpeg_play.hRobert Hak1-1/+1
2002-05-23-g on DEBUG builds, generate the librockbox.a properly if absentDaniel Stenberg1-4/+5
2002-05-23Cut away some single-use functionsBjörn Stenberg1-45/+10
2002-05-23OBJDIR support addedDaniel Stenberg1-16/+26
2002-05-22Oh, wrong APIBjörn Stenberg1-1/+1
2002-05-21Only the simulator may exitBjörn Stenberg1-1/+1
2002-05-21im an idiotRobert Hak1-0/+2
2002-05-21We can now turn the sim off... couldn't before.Robert Hak1-0/+3
2002-05-21Added 1s timeout to splashBjörn Stenberg1-2/+9
2002-05-21Removed indexing bugBjörn Stenberg1-4/+0
2002-05-21Removed cursor flickerBjörn Stenberg1-8/+5