rockbox/apps
Daniel Stenberg 8d38c965dd binary language load support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2388 a1c6a512-1295-4272-9138-f99709370657
2002-09-24 12:39:33 +00:00
..
lang corrected the id string 2002-09-24 12:35:32 +00:00
player Wrong order of icons 2002-09-03 07:51:15 +00:00
recorder Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. 2002-09-23 11:17: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 Greg Haerr's new loadable font. No more #ifdef font-style, removed old 2002-09-12 13:33:59 +00:00
credits.h
debug_menu.c Removed the LEFT key from dbg_ports() to be able to debug the analog key levels even for the LEFT key 2002-08-26 10:06:33 +00:00
debug_menu.h Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +00:00
demo_menu.c Added Philipp Pertermanns oscillograph demo 2002-09-19 10:28:10 +00:00
demo_menu.h Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes. 2002-09-06 22:28:28 +00:00
FILES include the language files 2002-09-17 06:45:22 +00:00
games_menu.c New language/string handling 2002-09-18 14:08:05 +00:00
games_menu.h Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +00:00
language.c binary language load support 2002-09-24 12:39:33 +00:00
language.h binary language load support 2002-09-24 12:39:33 +00:00
main.c Fixed default font name misspelling. Again. 2002-09-20 11:07:08 +00:00
main_menu.c New language/string handling 2002-09-18 14:08:05 +00:00
main_menu.h Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +00:00
Makefile genlang needs perl -s, and I added some files to the clean target 2002-09-20 15:34:19 +00:00
menu.c New full ISO-8859-1 system font. 2002-09-20 08:07:51 +00:00
menu.h use an unsigned char * for the string 2002-09-17 07:20:31 +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
settings.c Now sets the poweroff timer when loading the settings 2002-09-24 07:49:44 +00:00
settings.h Auto-poweroff, by Lee Marlow 2002-09-23 11:42:48 +00:00
settings_menu.c Auto-poweroff, by Lee Marlow 2002-09-23 11:42:48 +00:00
settings_menu.h Renamed 'load default config' to 'reset settings'. Made it work on recorder. 2002-09-07 12:28:46 +00:00
showtext.c
sound_menu.c New language/string handling 2002-09-18 14:08:05 +00:00
sound_menu.h Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +00:00
status.c use lcd_update_rect() even on simulators (*crosses fingers*) 2002-09-10 08:43:01 +00:00
status.h F3 now toggles global_settings.statusbar 2002-08-15 14:12:32 +00:00
tree.c New mpeg_status() function replaces mpeg_is_playing() 2002-09-24 07:49:16 +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
win32.mak updated makefile supporting fonts and .lang files 2002-09-21 21:13:31 +00:00
wps-display.c New mpeg_status() function replaces mpeg_is_playing() 2002-09-24 07:49:16 +00:00
wps-display.h Renamed "wps.config" to "default.wps". 2002-09-02 12:46:32 +00:00
wps.c Quickscreens now stay up if you release the F-key before pressing a combination key. 2002-09-24 08:37:58 +00:00
wps.h Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c 2002-09-03 15:58:47 +00:00

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