rockbox/apps
Miika Pekkarinen 05012ac9f7 Enable crossfade for simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7151 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 07:15:39 +00:00
..
codecs
lang
player
plugins
recorder
tagdb
action.h
alarm_menu.c
alarm_menu.h Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES). 2003-01-22 12:50:34 +00:00
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
bookmark.c
bookmark.h
codecs.c Resume now starts playback at the point it was stopped, not 2-7 seconds later. 2005-07-12 16:45:38 +00:00
codecs.h
credits.c
credits.h
credits.pl
database.c
database.h
dbtree.c Added the 'only return to root if current dir no longer exists' functionality to the plugin handling. 2005-05-17 18:28:32 +00:00
dbtree.h
debug_menu.c
debug_menu.h
dsp.c (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. 2005-07-05 22:27:54 +00:00
dsp.h
FILES
filetree.c
filetree.h
filetypes.c
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c
main_menu.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
main_menu.h New Recording Option: Show recording screen on startup 2005-02-04 10:37:21 +00:00
Makefile
menu.c
menu.h
metadata.c
metadata.h
misc.c
misc.h
onplay.c
onplay.h
options.h
pcm_recording.c
pcmbuf.c Removed an unnecessary logf call. 2005-07-13 12:53:01 +00:00
pcmbuf.h Separated buffering stuff from pcm_playback to pcmbuf. Renamed some 2005-07-13 12:48:22 +00:00
playback.c
playback.h
playlist.c
playlist.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
playlist_viewer.h
plugin.c
plugin.h
README
screens.c
screens.h
settings.c
settings.h (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. 2005-07-05 22:27:54 +00:00
settings_menu.c
settings_menu.h
sleeptimer.c
sleeptimer.h Sleep timer, inspired by Jim Hagani 2002-12-03 22:41:50 +00:00
sound_menu.c (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. 2005-07-05 22:27:54 +00:00
sound_menu.h
SOURCES
status.c
status.h
talk.c
talk.h
tree.c
tree.h
version.h
win32.mak
wps-display.c
wps-display.h
wps.c "Bugfix" by Langlois Florian (Chamois on IRC), we forgot to change this one. 2005-07-07 16:11:40 +00:00
wps.h

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