rockbox/apps
Hardeep Sidhu 8a1187e80a Renamed "Browse Current" to "Follow Playlist"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2263 a1c6a512-1295-4272-9138-f99709370657
2002-09-12 06:45:47 +00:00
..
player Wrong order of icons 2002-09-03 07:51:15 +00:00
recorder classic snake game by Itai Shaked 2002-09-10 15:55:37 +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 runs smoother-looking on target 2002-09-06 09:08:10 +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
demo_menu.c Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes. 2002-09-06 22:28:28 +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 player dir too 2002-09-05 12:53:14 +00:00
games_menu.c classic snake game by Itai Shaked 2002-09-10 15:55:37 +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 Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes. 2002-09-06 22:28:28 +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 lcd_puts() now clears to end-of-line 2002-09-09 23: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
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 Flush and reload preloaded tracks if playlist changes 2002-09-10 08:50:40 +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 Added function pointer argument to set_option(). This allows for instantaneous response from the AVC and Channels sound options 2002-09-10 05:31:12 +00:00
settings.h Added function pointer argument to set_option(). This allows for instantaneous response from the AVC and Channels sound options 2002-09-10 05:31:12 +00:00
settings_menu.c Renamed "Browse Current" to "Follow Playlist" 2002-09-12 06:45:47 +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 use extern strcat() now 2002-06-19 08:29:28 +00:00
sound_menu.c Oooops! Players need the set_chanconf() function too 2002-09-10 06:24:46 +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 Go to current song (instead of root) when exiting wps after resume and browse current enabled. Also, if current file is at end of directory listing, show more files on the screen when exiting wps. 2002-09-09 17:32:15 +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 now also build without parameters 2002-09-08 20:14:10 +00:00
wps-display.c Added support for %d4 to %d9 in the WPS format string. 2002-09-07 12:34:10 +00:00
wps-display.h Renamed "wps.config" to "default.wps". 2002-09-02 12:46:32 +00:00
wps.c Added tracknum and playlist to id3 browser (Magnus Holmgren). Enabled id3 browser on recorder. 2002-09-09 23:18:44 +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