rockbox/apps
Linus Nielsen Feltzing f13410a490 Patch #836267 by Zakk Roberts, adds peak meter to the radio screen, plus a few more changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4018 a1c6a512-1295-4272-9138-f99709370657
2003-11-05 09:46:08 +00:00
..
lang Patch #836267 by Zakk Roberts, adds peak meter to the radio screen, plus a few more changes 2003-11-05 09:46:08 +00:00
player Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
plugins Patch #780511 by Pierre Delore, a NIM game for Players 2003-11-04 00:30:49 +00:00
recorder Patch #836267 by Zakk Roberts, adds peak meter to the radio screen, plus a few more changes 2003-11-05 09:46:08 +00:00
alarm_menu.c avoid min+hour to be out of range after changing the batteries 2003-03-03 14:23:39 +00:00
alarm_menu.h
applimits.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
credits.c Hey, how come no one reported this? The credits were rolling using that 2003-03-17 21:16:23 +00:00
credits.h
credits.pl extract the names better from the CREDITS file 2003-02-15 17:37:23 +00:00
debug_menu.c HW info: removed the V2 boot ROM crap, now gives boot ROM CRC or says no boot ROM in case of flash mirror 2003-10-29 22:10:13 +00:00
debug_menu.h
FILES include othelo.txt 2003-07-29 06:50:30 +00:00
keyboard.h
language.c
language.h The newest german .lng file is 5.26K, so I extended the maximum .lng file 2003-08-21 13:49:45 +00:00
main.c Slightly more correct initialization of the power/charging code 2003-08-25 08:57:49 +00:00
main_menu.c Removed games_menu.[ch] and demo_menu.[ch] since they are no longer used. 2003-09-29 21:37:31 +00:00
main_menu.h
Makefile Proper echo of uclpack command line 2003-09-29 21:14:43 +00:00
menu.c Addded option to hide icons in dir browser. (Patch #728377) 2003-06-05 09:38:26 +00:00
menu.h New onplay-menu for the Player. 2003-01-29 08:26:11 +00:00
misc.c Moved read_line() to misc.c 2003-05-04 02:04:31 +00:00
misc.h Moved read_line() to misc.c 2003-05-04 02:04:31 +00:00
onplay.c Allow playing even if we are unable to access the playlist control file (e.g. no .rockbox dir). However, dynamic playlists and resume will not work in this case. Also, there are no playlist options for m3u files when nothing is playing. 2003-07-06 16:05:44 +00:00
onplay.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
options.h re-enabled the demos 2003-06-10 23:12:19 +00:00
playlist.c Brian King's .rockbox browsing patch 2003-09-29 21:26:53 +00:00
playlist.h Added "Ask" option to recursive dir insert which, if enabled, will ask users whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. 2003-07-02 15:54:44 +00:00
playlist_menu.c Added "Ask" option to recursive dir insert which, if enabled, will ask users whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. 2003-07-02 15:54:44 +00:00
playlist_menu.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
plugin.c Allow older versions of plugins to run so long as plugin api struct changes don't break backwards compatibility. Also added call to retrieve the portion of plugin buffer that is not being used by plugin. 2003-07-25 23:04:59 +00:00
plugin.h Allow older versions of plugins to run so long as plugin api struct changes don't break backwards compatibility. Also added call to retrieve the portion of plugin buffer that is not being used by plugin. 2003-07-25 23:04:59 +00:00
README
screens.c Added adc_read in place for saving simulator builds for 2003-07-20 00:12:21 +00:00
screens.h A very basic charging screen, probably buggy, the pro's would make it much nicer, but it's a starting point. 2003-07-17 20:29:51 +00:00
settings.c Oooops 2003-11-04 00:18:19 +00:00
settings.h Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
settings_menu.c Oooops 2003-11-04 00:18:19 +00:00
settings_menu.h
sleeptimer.c Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +00:00
sleeptimer.h
sound_menu.c Accepting PLAY as confirm in sound-menu (as in all other settings menu). 2003-08-28 06:21:03 +00:00
sound_menu.h
status.c Now clears the buttonbar before drawing 2003-11-05 09:42:29 +00:00
status.h Renamed the buttonbar functions 2003-11-05 08:59:55 +00:00
tree.c Patch #835815 by Henrik Backe, prevents stack overflow in .rockbox browser. 2003-11-04 16:47:05 +00:00
tree.h play .ch8 files with the Chip-8 emulator 2003-10-30 23:48:36 +00:00
version.h
win32.mak Changed to use new firmware/export/ directory 2003-02-13 08:21:52 +00:00
wps-display.c WPS files now supports comments 2003-11-04 13:46:37 +00:00
wps-display.h Added Genre+Year to ID3 viewer, and added the viewer to the main menu. 2003-02-11 15:03:28 +00:00
wps.c Patch #783177 by Craig Sather, fixes the progress bar glitch when fast forwarding 2003-11-03 00:28:23 +00:00
wps.h Added Genre+Year to ID3 viewer, and added the viewer to the main menu. 2003-02-11 15:03:28 +00:00

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