rockbox/apps
Yoshihisa Uchida 6fa312b221 text viewer: the display of the statusbar is synchronized actual battery, time, etc. and deletes unnecessary lcd_set_backdrop().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27194 a1c6a512-1295-4272-9138-f99709370657
2010-06-30 11:49:36 +00:00
..
bitmaps
codecs Clean up a leftover preprocessor symbol and improve the workaround for the 'arm-elf and static functions in iram' quirk so it doesn't affect builds with eabi toolchain (only affects nano2g). 2010-06-29 14:57:52 +00:00
eqs
gui Remove some redundant #include's 2010-06-29 20:13:22 +00:00
keymaps
lang
menus
metadata
player Fix remaining reds/yellows. 2010-05-14 13:21:40 +00:00
plugins text viewer: the display of the statusbar is synchronized actual battery, time, etc. and deletes unnecessary lcd_set_backdrop(). 2010-06-30 11:49:36 +00:00
radio Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
recorder
abrepeat.c
abrepeat.h
action.c
action.h ACTION_FM_QUICKSCREEN is unused 2010-06-18 22:42:40 +00:00
alarm_menu.c
alarm_menu.h
appevents.h FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running. 2010-05-16 11:13:42 +00:00
applimits.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
apps.make
audio_path.c
bookmark.c
bookmark.h
buffering.c Remove some redundant #include's 2010-06-29 20:13:22 +00:00
buffering.h Rework albumart buffering internally to allow for mutliple albumart sizes. 2009-10-16 19:14:41 +00:00
codec_thread.c
codec_thread.h
codecs.c
codecs.h
core_asmdefs.c
cuesheet.c
cuesheet.h
debug_menu.c
debug_menu.h
dsp.c Partially revert svn r24888 that causes build failure on coldfire targets 2010-02-24 19:52:39 +00:00
dsp.h
dsp_arm.S
dsp_arm_v6.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
filetree.c
filetree.h
filetypes.c
filetypes.h
fixedpoint.c
fixedpoint.h Replace limiter with dynamic range compressor 2009-09-25 15:46:38 +00:00
fracmul.h Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
iap.c Clean up IAP / ipod remote tuner a bit. 2010-04-18 15:46:56 +00:00
keyboard.h
language.c Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins. 2009-10-18 00:56:42 +00:00
language.h Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins. 2009-10-18 00:56:42 +00:00
logfdisp.c Remove last traces of sprintf.h 2010-05-07 02:13:47 +00:00
logfdisp.h
main.c Remove some redundant #include's 2010-06-29 20:13:22 +00:00
menu.c
menu.h
metadata.c
metadata.h
misc.c
misc.h
mp3data.c
mp3data.h
mpeg.c
mpeg.h
onplay.c
onplay.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h mpeg.h/c cleanup 2009-11-16 22:02:06 +00:00
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_viewer.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
playlist_viewer.h
plugin.c
plugin.h
README
replaygain.c
replaygain.h
root_menu.c
root_menu.h FS#11270 by Chris Savery - WPS integration for pictureflow 2010-06-09 04:25:41 +00:00
screen_access.c
screen_access.h Fix remaining reds/yellows. 2010-05-14 13:21:40 +00:00
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
settings.h
settings_list.c
settings_list.h Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
sound_menu.h
SOURCES
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config Show track length too for tracks tagged with the discnumber tag in the database. 2009-10-15 19:11:10 +00:00
tagtree.c
tagtree.h
talk.c
talk.h Delete unused function, const police, minor style police 2008-09-29 16:29:51 +00:00
tdspeed.c
tdspeed.h
tree.c
tree.h FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
usb_keymaps.c
usb_keymaps.h Commit "FS#10468 - USB HID: Show keypad mode on screen" 2009-09-30 10:06:04 +00:00
voice_thread.c
voice_thread.h

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