rockbox/apps
Daniel Stenberg 11714aceab fixed compiler error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1914 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 05:30:07 +00:00
..
recorder Make use of the fixed lcd_getstringsize() for prop fonts. 2002-08-21 06:23:23 +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 Mats Lidell joins the list 2002-08-12 22:19:22 +00:00
credits.h credits and version merged 2002-05-31 08:12:29 +00:00
debug_menu.c corrected lcd margins for debug menu 2002-08-20 22:13:20 +00:00
debug_menu.h Forgot to add debug_menu 2002-07-15 11:23:24 +00:00
FILES add the FILES file itself 2002-05-29 08:56:30 +00:00
games_menu.c Abstracted settings user interface into set_bool, set_int and set_option. 2002-06-27 01:08:11 +00:00
games_menu.h games and screensavers are now in submenus 2002-06-24 08:51:28 +00:00
main.c reverted Felix Arends' mistake 2002-08-16 14:14:37 +00:00
main_menu.c made the main menu have a USB selection when built for simulator so that 2002-08-21 17:26:12 +00:00
main_menu.h fixed show_logo() 2002-05-30 09:49:54 +00:00
Makefile use the gcc option -ffreestanding: (quote from the gcc man page) 2002-08-20 14:00:42 +00:00
menu.c enabled status bar in menus on recorders 2002-08-20 19:37:00 +00:00
menu.h Abstracted settings user interface into set_bool, set_int and set_option. 2002-06-27 01:08:11 +00:00
playlist.c play_list() is now modified to accept a playlist index that is either 2002-08-21 15:08:01 +00:00
playlist.h play_list() is now modified to accept a playlist index that is either 2002-08-21 15:08:01 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
screensavers_menu.c added blank 2002-08-11 12:02:15 +00:00
screensavers_menu.h games and screensavers are now in submenus 2002-06-24 08:51:28 +00:00
settings.c Make use of the fixed lcd_getstringsize() for prop fonts. 2002-08-21 06:23:23 +00:00
settings.h Expanded resume options: off/ask/on 2002-08-19 10:57:55 +00:00
settings_menu.c Added ability to have a Custom WPS Display on the Player. See the commited doc for the tag specification 2002-08-22 02:24:14 +00:00
settings_menu.h moved general settings to a submenu 2002-06-24 21:39:48 +00:00
showtext.c use extern strcat() now 2002-06-19 08:29:28 +00:00
sound_menu.c corrected display of values when entering a setting 2002-08-20 20:30:32 +00:00
sound_menu.h
status.c Ignore recorder playmode states. 2002-08-21 11:51:24 +00:00
status.h F3 now toggles global_settings.statusbar 2002-08-15 14:12:32 +00:00
tree.c play_list() is now modified to accept a playlist index that is either 2002-08-21 15:08:01 +00:00
tree.h
version.h Added build timestamp in version string 2002-07-15 13:34:36 +00:00
win32.mak fixed missing APPSVERSION definition 2002-08-19 12:02:34 +00:00
wps.c fixed compiler error 2002-08-22 05:30:07 +00:00
wps.h Added %% as an available tag to the Custom WPS. Displays % when used 2002-08-22 03:02:59 +00:00

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