rockbox/apps
Miika Pekkarinen 4633d01eaf Now removing right tracks from playlist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7263 a1c6a512-1295-4272-9138-f99709370657
2005-07-30 17:41:26 +00:00
..
codecs
lang
player
plugins
recorder
tagdb
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c
bookmark.h
codecs.c
codecs.h Separated buffering stuff from pcm_playback to pcmbuf. Renamed some 2005-07-13 12:48:22 +00:00
credits.c
credits.h
credits.pl
database.c
database.h
dbtree.c
dbtree.h
debug_menu.c
debug_menu.h
dsp.c
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
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 And fix that red build too... 2005-07-28 22:23:43 +00:00
metadata.h
misc.c
misc.h Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARGER_CONNECTED and SYS_CHARGER_DISCONNECTED events 2005-04-06 11:12:22 +00:00
onplay.c
onplay.h
options.h
pcm_recording.c
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h Moved resume info updating to the mpeg/playback threads so that it's saved even when not in the WPS 2005-07-04 22:50:57 +00:00
playlist_menu.c
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
plugin.h
README
screens.c
screens.h
settings.c
settings.h
settings_menu.c
settings_menu.h
sleeptimer.c
sleeptimer.h
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
wps.h

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