1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Heikki Hannikainen 4b0e8b0b56 Added char rockboxdir[] containing the directory /.rockbox/ where we should
start storing wps config files, fonts and other data/config files.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2083 a1c6a512-1295-4272-9138-f99709370657
2002-08-30 13:24:03 +00:00
..
recorder Added status_draw() to set_playmode(). 2002-08-30 00:39:31 +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 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
FILES add the FILES file itself 2002-05-29 08:56:30 +00:00
games_menu.c Philpp Petermann's game wormlet: add to game menu 2002-08-26 03:30:55 +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
main.c reverted Felix Arends' mistake 2002-08-16 14:14:37 +00:00
main_menu.c Centered the ROCKbox! logo in the player 2002-08-28 18:01:55 +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 Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts). 2002-08-28 11:54:41 +00:00
menu.c properly remember DISK_CHANGE status and return that to menu parents, 2002-08-23 12:57:00 +00:00
menu.h MENU_DISK_CHANGED is the new value for telling disk content might have 2002-08-23 12:41:25 +00:00
playlist.c modified the playlist system slightly: 2002-08-28 09:22:44 +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
screensavers_menu.c Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +00:00
screensavers_menu.h Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +00:00
settings.c Added char rockboxdir[] containing the directory /.rockbox/ where we should 2002-08-30 13:24:03 +00:00
settings.h Added char rockboxdir[] containing the directory /.rockbox/ where we should 2002-08-30 13:24:03 +00:00
settings_menu.c Corrected bit masks for time setting menu. 2002-08-30 11:14:52 +00:00
settings_menu.h Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +00:00
showtext.c use extern strcat() now 2002-06-19 08:29:28 +00:00
sound_menu.c Remade the menu system slightly. All functions invoked from menus now use 2002-08-23 12:32:52 +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 Removed warning 2002-08-30 00:58:55 +00:00
status.h F3 now toggles global_settings.statusbar 2002-08-15 14:12:32 +00:00
tree.c syntax error fix 2002-08-28 14:03:55 +00:00
tree.h Initial revision 2002-05-16 12:53:40 +00:00
version.h Added build timestamp in version string 2002-07-15 13:34:36 +00:00
win32.mak it is madness having this a separate makefile 2002-08-23 12:52:07 +00:00
wps-display.c Psyco Dedman's player progress-bar fix 2002-08-30 13:08:37 +00:00
wps-display.h Psyco Dedman's player progress-bar fix 2002-08-30 13:08:37 +00:00
wps.c Moved display portions of wps.c into new file: wps-display.c 2002-08-30 11:04:41 +00:00
wps.h Psyco Dedman's player progress-bar fix 2002-08-30 13:08:37 +00:00

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