rockbox/apps
Robert Hak 2eda5385d3 i dumb
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2485 a1c6a512-1295-4272-9138-f99709370657
2002-10-03 09:19:11 +00:00
..
lang Minor changes. 2002-10-02 16:12:03 +00:00
player Added a flag icon for language files. 2002-09-24 14:42:14 +00:00
recorder i dumb 2002-10-03 09:19:11 +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 Mark Hillebrand 2002-10-01 11:58:40 +00:00
credits.h credits and version merged 2002-05-31 08:12:29 +00:00
debug_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
debug_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
demo_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
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 language files 2002-09-17 06:45:22 +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 lang_load() returns an int to signal success 2002-09-24 13:53:41 +00:00
language.h lang_load() returns an int to signal success 2002-09-24 13:53:41 +00:00
main.c load ".rockbox/default.lng" at startup 2002-09-25 11:42:10 +00:00
main_menu.c Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. 2002-09-24 18:04:15 +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 Bill Napier's more elegant fix to disallow running make in apps and firmware. 2002-10-02 16:47:38 +00:00
menu.c Only show scrollbar when needed. (Björn Fischer) 2002-09-24 19:41:23 +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 New language/string handling 2002-09-18 14:08:05 +00:00
playlist.h modified the playlist system slightly: 2002-08-28 09:22:44 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
screens.c Quickscreens always use system font 2002-10-02 10:58:31 +00:00
screens.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
settings.c Balance setting was signed but loaded as unsigned 2002-10-02 23:16:32 +00:00
settings.h backlight when charging now is for players and simulators too 2002-10-01 11:12:57 +00:00
settings_menu.c backlight when charging now is for players and simulators too 2002-10-01 11:12:57 +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
showtext.c use extern strcat() now 2002-06-19 08:29:28 +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 Don't draw statusbar if it's disabled 2002-09-30 21:27:53 +00:00
status.h F3 now toggles global_settings.statusbar 2002-08-15 14:12:32 +00:00
tree.c Gilles Roux's text viewer 2002-09-30 19:05:03 +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 Don't keep trying to load a non-existing default.wps. 2002-09-29 22:37:27 +00:00
wps-display.h Renamed "wps.config" to "default.wps". 2002-09-02 12:46:32 +00:00
wps.c Philip Pertermanns peak meter 2002-09-27 09:31:31 +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