rockbox/apps
Eric Linenberg c5b645b795 Chris Pimlott's menu patch -- reorgainzes the menus
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2178 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 04:42:12 +00:00
..
player Wrong order of icons 2002-09-03 07:51:15 +00:00
recorder Added dir filter toggle (mp3/m3u) to F2 quick-set screen. 2002-09-03 20:47: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 Put Randy up there in the neon lights. 2002-09-02 13:18:12 +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 added those gnush makefiles 2002-09-02 07:15:29 +00:00
games_menu.c added USE_GAMES 2002-09-01 05:47:38 +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 corrected for games define 2002-08-31 23:07:11 +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 New player directory with icons 2002-09-03 07:39:55 +00:00
menu.c Added menu wrap. It works on the recorder, but I can't test on the player... hopefully it plays okay! 2002-09-04 04:21:10 +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 USE_SCREENSAVERS define added so that we can build w/o Screensavers for the recorders if we want 2002-08-31 20:57:53 +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 Chris Pimlott's menu patch -- reorgainzes the menus 2002-09-05 04:42:12 +00:00
settings.h Chris Pimlott's menu patch -- reorgainzes the menus 2002-09-05 04:42:12 +00:00
settings_menu.c Chris Pimlott's menu patch -- reorgainzes the menus 2002-09-05 04:42:12 +00:00
settings_menu.h Chris Pimlott's menu patch -- reorgainzes the menus 2002-09-05 04:42:12 +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 Minor update to the last commit 2002-09-04 22:32:19 +00:00
status.h F3 now toggles global_settings.statusbar 2002-08-15 14:12:32 +00:00
tree.c The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQ 2002-09-05 01:20:10 +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 custom wps without an ending newline should still be OK 2002-09-04 14:17:41 +00:00
wps-display.h Renamed "wps.config" to "default.wps". 2002-09-02 12:46:32 +00:00
wps.c make the RIGHT button release work again 2002-09-04 11:23:15 +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