rockbox/apps
Björn Stenberg be862227e1 No longer loads /.rockbox/default.*. Only selected files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2541 a1c6a512-1295-4272-9138-f99709370657
2002-10-09 08:03:24 +00:00
..
lang Olivier Perron patch applied 2002-10-08 15:15:53 +00:00
player Added new icons for .cfg and .txt files 2002-10-08 10:10:16 +00:00
recorder Removed icon sketch 2002-10-08 10:34:07 +00:00
applimits.h
credits.c Mark Hillebrand 2002-10-01 11:58:40 +00:00
credits.h
debug_menu.c More HW info 2002-10-09 06:36:32 +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 No longer loads /.rockbox/default.*. Only selected files. 2002-10-09 08:03:24 +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
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
screens.c Reverted bad parts of last patch 2002-10-08 14:05:49 +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 Added persistence of last .wps, .fnt and .lng file played in /.rockbox 2002-10-08 15:42:40 +00:00
settings.h Added persistence of last .wps, .fnt and .lng file played in /.rockbox 2002-10-08 15:42:40 +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
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 Added repeat-one icon for recorders. 2002-10-08 10:24:29 +00:00
status.h
tree.c Minor bug fix 2002-10-08 15:45:50 +00:00
tree.h
version.h
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 The wps_loaded flag was set too early 2002-10-09 05:26:36 +00:00
wps-display.h Added persistence of last .wps, .fnt and .lng file played in /.rockbox 2002-10-08 15:42:40 +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