rockbox/apps
2003-01-29 13:20:22 +00:00
..
lang Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP. 2003-01-29 13:20:22 +00:00
player Removed cursor before adding it. 2003-01-29 11:49:13 +00:00
recorder tm_mon starts at 0 2003-01-27 14:43:32 +00:00
alarm_menu.c my compiler warned on a missing newline on the last line! 2003-01-23 19:54:01 +00:00
alarm_menu.h Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES). 2003-01-22 12:50:34 +00:00
applimits.h The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. 2003-01-09 00:55:00 +00:00
credits.c use the generated list of names 2002-10-15 07:50:52 +00:00
credits.h
credits.pl This is a little script that extracts all the names from the docs/CREDITS 2002-10-15 07:48:45 +00:00
debug_menu.c battery level 100% when trickle chg, only 1% per minute change allowed, ignore 25 min. after charge start/stop, get rid of old lazyness table (I hope this makes the battery display less confusing to the user, charging algo. is not affected\!) 2002-12-18 18:55:50 +00:00
debug_menu.h Partition debug screen added, and jumped to when no fat32 partition is found at boot. 2002-10-10 12:01:58 +00:00
demo_menu.c make oscillograph always be used, even in simulator since we have a stub 2002-10-15 07:58:51 +00:00
demo_menu.h
FILES include the .pl file in the release archive 2002-10-15 07:49:15 +00:00
games_menu.c
games_menu.h
keyboard.h Added virtual keyboard for text input, loosely based on John Wood's code 2002-12-04 15:04:43 +00:00
language.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
language.h Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
main.c Moving the keyboard buffer empty routine to pure simulator code. 2003-01-13 12:54:59 +00:00
main_menu.c Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP. 2003-01-29 13:20:22 +00:00
main_menu.h
Makefile When building the FM version, invoke 'scramble' with the -fm option. 2003-01-16 14:44:08 +00:00
menu.c New onplay-menu for the Player. 2003-01-29 08:26:11 +00:00
menu.h New onplay-menu for the Player. 2003-01-29 08:26:11 +00:00
options.h
playlist.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
playlist.h The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. 2003-01-09 00:55:00 +00:00
README
screens.c Removed unnecessary calls to lcd_stop_scroll(). 2003-01-23 14:28:16 +00:00
screens.h Enable status bar in usb mode. 2002-10-11 08:56:23 +00:00
settings.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
settings.h The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. 2003-01-09 00:55:00 +00:00
settings_menu.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
settings_menu.h
sleeptimer.c Removed annoying OK delay from settings. Made cancel text visible. 2003-01-15 14:16:21 +00:00
sleeptimer.h Sleep timer, inspired by Jim Hagani 2002-12-03 22:41:50 +00:00
sound_menu.c Recording settings are now persistent. Added a Recording Settings menu 2002-11-10 23:18:33 +00:00
sound_menu.h Recording settings are now persistent. Added a Recording Settings menu 2002-11-10 23:18:33 +00:00
status.c Corrected get_time(). This should fix the bad file date bug. Also changed status.c to use get_time() instead of reading directly from RTC. 2003-01-27 14:24:40 +00:00
status.h include time.h for the sim (the win version in fact) 2003-01-27 15:36:48 +00:00
string.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
tree.c Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP. 2003-01-29 13:20:22 +00:00
tree.h Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP. 2003-01-29 13:20:22 +00:00
version.h
viewer.c Removed all traces of the repeat and release masks 2002-10-16 13:17:26 +00:00
viewer.h Gilles Roux's text viewer 2002-09-30 19:05:03 +00:00
win32.mak now supporting the credits.pl script and a language is pre-set 2002-10-22 18:49:50 +00:00
wps-display.c Show status stopped after playlist ends 2003-01-28 22:33:55 +00:00
wps-display.h Cleaning up code for Player. 2003-01-13 11:48:41 +00:00
wps.c Removed unnecessary calls to lcd_stop_scroll(). 2003-01-23 14:28:16 +00:00
wps.h cruft removal 2002-11-21 09:32:32 +00:00

For general information see: docs/README
For API information see: docs/API