rockbox/apps
Björn Stenberg a0bf4f1744 Added progress meter to default player wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2560 a1c6a512-1295-4272-9138-f99709370657
2002-10-10 12:46:09 +00:00
..
lang Arnaud Launay's fix 2002-10-10 08:48:12 +00:00
player Added new icons for .cfg and .txt files 2002-10-08 10:10:16 +00:00
recorder Removed the 'repeat off' icon. 2002-10-09 23:30:40 +00:00
applimits.h
credits.c Mark Hillebrand 2002-10-01 11:58:40 +00:00
credits.h
debug_menu.c Partition debug screen added, and jumped to when no fat32 partition is found at boot. 2002-10-10 12:01:58 +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 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 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 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 the playlist variables are now all static, and the wps code use the new 2002-10-09 13:42:59 +00:00
playlist.h the playlist variables are now all static, and the wps code use the new 2002-10-09 13:42:59 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
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 Backlight-on-when-charging fix 2002-10-10 12:24:02 +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 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 Minor bug fix 2002-10-08 15:45:50 +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
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 progress meter to default player wps 2002-10-10 12:46:09 +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 'End of song list' message now displays for 1 second and then exits to file browser. 2002-10-09 22:05:41 +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