rockbox/apps
Linus Nielsen Feltzing c5b24010cb Accepted Brian King's backlight-on-when-charging patch, slightly modified
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2515 a1c6a512-1295-4272-9138-f99709370657
2002-10-06 10:13:48 +00:00
..
lang A few more words translated. 2002-10-06 00:32:18 +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 Store the first index of the playlist and use it when calculating the next index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. 2002-10-06 05:50:41 +00:00
playlist.h Store the first index of the playlist and use it when calculating the next index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. 2002-10-06 05:50:41 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
screens.c Repeat off/all/one toggle. By Hardeep Sidhu. 2002-10-04 08:48:20 +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 Accepted Brian King's backlight-on-when-charging patch, slightly modified 2002-10-06 10:13:48 +00:00
settings.h Store the first index of the playlist and use it when calculating the next index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. 2002-10-06 05:50:41 +00:00
settings_menu.c Repeat off/all/one toggle. By Hardeep Sidhu. 2002-10-04 08:48:20 +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 Show repeat icons for player. 2002-10-05 13:12:01 +00:00
status.h F3 now toggles global_settings.statusbar 2002-08-15 14:12:32 +00:00
tree.c Store the first index of the playlist and use it when calculating the next index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. 2002-10-06 05:50:41 +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 Repeat off/all/one toggle. By Hardeep Sidhu. 2002-10-04 08:48:20 +00:00
wps-display.h Renamed "wps.config" to "default.wps". 2002-09-02 12:46:32 +00:00
wps.c I am incredibly silly 2002-10-04 13:32:23 +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