rockbox/apps
Arnaud de Bonald 8b16eefbc4 oscillo string added & desc update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2655 a1c6a512-1295-4272-9138-f99709370657
2002-10-15 12:20:36 +00:00
..
lang oscillo string added & desc update 2002-10-15 12:20:36 +00:00
player Added new icons for .cfg and .txt files 2002-10-08 10:10:16 +00:00
recorder exit on the button off release event 2002-10-15 08:05:52 +00:00
applimits.h Now we can have up to 400 files in a directory 2002-08-15 12:28:52 +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 Player build broke 2002-10-15 08:08:35 +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 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
FILES include the .pl file in the release archive 2002-10-15 07:49:15 +00:00
games_menu.c One snake game is enough 2002-09-24 17:47:09 +00:00
games_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
language.c prevent storing IDs that are higher than we have knowledge about! 2002-10-14 12:20:53 +00:00
language.h lang_load() returns an int to signal success 2002-09-24 13:53:41 +00:00
main.c Partition debug screen added, and jumped to when no fat32 partition is found at boot. 2002-10-10 12:01:58 +00:00
main_menu.c fixed the buffer info to use one more decimal, also now require both a key 2002-10-15 07:21:34 +00:00
main_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
Makefile generate a raw list from the docs/CREDITS file and include that in credits.c 2002-10-15 07:49:47 +00:00
menu.c f2 quickscreen now reachable from f1 menu 2002-10-14 09:42:55 +00:00
menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
options.h Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes. 2002-09-06 22:28:28 +00:00
playlist.c added %pn (playlist name) to wps 2002-10-15 11:49:15 +00:00
playlist.h added %pn (playlist name) to wps 2002-10-15 11:49:15 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
screens.c Enable status bar in usb mode. 2002-10-11 08:56:23 +00:00
screens.h Enable status bar in usb mode. 2002-10-11 08:56:23 +00:00
settings.c i18n of time/date setting menu 2002-10-14 14:59:24 +00:00
settings.h Added 12 hour clock to status bar on recorders. 2002-10-14 12:50:20 +00:00
settings_menu.c the simulator simulates rtc now, no need for extra #ifdefs 2002-10-15 12:10:50 +00:00
settings_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
sound_menu.c Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
sound_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
status.c Removed the 'repeat off' icon. 2002-10-09 23:30:40 +00:00
status.h F3 now toggles global_settings.statusbar 2002-08-15 14:12:32 +00:00
tree.c removed button_set_repeat/release() calls since we don't really need to do it 2002-10-12 04:10:52 +00:00
tree.h Hardeep's browse current file patch. When hitting stop while playing, you will be on the current song, also this is configurable 2002-09-09 14:25:39 +00:00
version.h Added build timestamp in version string 2002-07-15 13:34:36 +00:00
viewer.c ON now acts as page scroll modifier. OFF/STOP exits. 2002-10-02 11:37:37 +00:00
viewer.h Gilles Roux's text viewer 2002-09-30 19:05:03 +00:00
win32.mak updated makefile supporting fonts and .lang files 2002-09-21 21:13:31 +00:00
wps-display.c added %pn (playlist name) to wps 2002-10-15 11:49:15 +00:00
wps-display.h 'Reset settings' now also resets wps, font and language (although you have to reboot to get back to the old language). 2002-10-09 23:13:25 +00:00
wps.c removed button_set_repeat/release() calls since we don't really need to do it 2002-10-12 04:10:52 +00:00
wps.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00

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