summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-09-22adjusted to work better in the new conceptDaniel Stenberg3-13/+12
2004-09-22Restored behaviour of SETTINGS_OK2 (old BUTTON_LEFT)Henrik Backe1-3/+3
2004-09-22Added SETTINGS_OK2 to sleeptimer_screen to maintain consistency withHenrik Backe1-0/+3
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg3-245/+66
2004-09-21Fixed broken rewind in wpsHenrik Backe1-3/+2
2004-09-21Fixed broken delete file/directory confirmation in onplayHenrik Backe1-1/+1
2004-09-20Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold1-1/+4
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg4-394/+0
2004-09-19Fixed typo.Björn Stenberg1-1/+1
2004-09-19On+play menu now activates on play releaseBjörn Stenberg1-2/+2
2004-09-19Don't leave a stray release.Björn Stenberg1-1/+1
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg27-1130/+967
2004-09-16oh, I need to commit this Ondio hack, else nobody can test with the automated...Jörg Hohensohn1-0/+7
2004-09-15temporarily disabled building of plugins for OndioDaniel Stenberg1-0/+5
2004-09-15Makefile Fix: plugin lib includes for OndioJens Arnold1-0/+8
2004-09-11Clean romstart fileJens Arnold1-1/+1
2004-09-10Added check for missing .rockbox directory to playlist code.Henrik Backe3-9/+24
2004-09-10temporary hacks to make it compile with the Ondio (=Player) keypad. No influe...Jörg Hohensohn4-4/+7
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn7-11/+17
2004-09-09build system updated to include Ondio optionJörg Hohensohn2-0/+28
2004-09-07Show counter option is now saved to diskZakk Roberts1-9/+15
2004-09-06Since open() does now handle O_TRUNC correctly, the previous fix is no longer...Jens Arnold1-8/+0
2004-09-06check the size of the .bin file, not the .ucl fileDaniel Stenberg1-1/+1
2004-09-06removed the hard-coded size limit from the Makefile with some preprocessorDaniel Stenberg1-8/+12
2004-09-06rombox support: building and zipDaniel Stenberg3-32/+91
2004-09-06Synced.Mats Lidell1-0/+15
2004-09-05Synced.Jens Arnold1-0/+12
2004-09-05Voicing the .rockbox warning is unnecessary because (1) It's not used by curr...Jens Arnold1-2/+2
2004-09-05Warning if .rockbox is missingHenrik Backe2-0/+23
2004-09-05Made set_file() case insensitive.Henrik Backe1-1/+1
2004-09-03Faster & smaller screen_dump() function, saving almost 1.8 KB of ramJens Arnold1-41/+32
2004-09-01Bug fix: Longish .playlist_control files got corrupted when doing ON->resume ...Jens Arnold1-4/+12
2004-08-31Reverted an erroneous const, and fixed & optimized relative path handling. Th...Jens Arnold1-6/+4
2004-08-31loading a setting (and internally calling talk_init) caused the playback to stopJörg Hohensohn1-5/+10
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold5-5/+46
2004-08-30Fixed USB handling, and brought back the special modeJens Arnold1-11/+18
2004-08-29The mute status display function now uses splash() tooJens Arnold1-9/+7
2004-08-28.rockbox browse fixes, based on patch #861278 by Brian King: (1) Leaving the ...Jens Arnold1-13/+20
2004-08-28Fixes: (1) metronome didn't yield() at all, (2) possible race condition, (3) ...Jens Arnold1-79/+81
2004-08-28Bug fix: The splash displayed when trying to soft power off with the charger ...Jens Arnold1-2/+2
2004-08-27Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold1-2/+2
2004-08-26Fixed pointer types & struct fontJens Arnold1-1/+1
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn1-1/+1
2004-08-26Made local constant arrays static, saving a few bytesJens Arnold3-34/+41
2004-08-22Made the VU meter work in the simulator againLinus Nielsen Feltzing1-0/+4
2004-08-21Minor code-policingLinus Nielsen Feltzing1-4/+7
2004-08-21Patch #1002379 by Lee Pilgrim, New VU meterLinus Nielsen Feltzing1-408/+321
2004-08-21Patch #1011849 by Antoine CellerierLinus Nielsen Feltzing1-288/+349
2004-08-21M+ always copied the power part of the result, even after performing an addit...Linus Nielsen Feltzing1-2/+4
2004-08-18 Const policed pointer arguments to functions, part 4Jens Arnold3-4/+4