rockbox/apps
Daniel Stenberg c5a26b0eb7 Update by BlueChip
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3901 a1c6a512-1295-4272-9138-f99709370657
2003-07-29 06:55:29 +00:00
..
lang Updated Paul's dutch file. 2003-07-03 14:43:21 +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 Update by BlueChip 2003-07-29 06:55:29 +00:00
recorder chip icon for UCL files 2003-07-27 22:09:49 +00:00
alarm_menu.c
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
credits.h
credits.pl
debug_menu.c
debug_menu.h
demo_menu.c 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
demo_menu.h
FILES include othelo.txt 2003-07-29 06:50:30 +00:00
games_menu.c lets actually set it so we can play the new games. 2003-06-30 04:36:57 +00:00
games_menu.h
keyboard.h
language.c
language.h
main.c call power_init() before the charging screen may open, thus before ata_init(). No settings loaded yet, I hope this is not harmful. 2003-07-18 21:58:28 +00:00
main_menu.c 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
main_menu.h
Makefile Henrik Backe's patch that makes the .map files get created in the build 2003-07-24 09:42:59 +00:00
menu.c
menu.h
misc.c
misc.h
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
playlist.c The creation of the playlist control file failed when control_fd == 0 2003-07-08 06:31:23 +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 Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_init sets default contrast until settings are read. 2003-07-09 23:07:49 +00:00
settings.h Include config.h so anyone including this file will get proper version of config structure 2003-07-15 02:34:10 +00:00
settings_menu.c Future proof value for Jumpscroll selection allways was illegal. Code 2003-07-21 00:33:07 +00:00
settings_menu.h
sleeptimer.c
sleeptimer.h
sound_menu.c
sound_menu.h
status.c
status.h
tree.c Fixed build error: UCL files are only supported on recorders so far. 2003-07-27 22:50:54 +00:00
tree.h Lee Marlow's patch: UCL files can be "played" to call the flash plugin 2003-07-27 22:08:42 +00:00
version.h
win32.mak
wps-display.c 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
wps-display.h
wps.c 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
wps.h

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