1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Tom Ross aaf3f5fd01 Another small change from my GSoC work: get rid of some old printf code in language.c and replace it with DEBUGF.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20168 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 04:48:53 +00:00
..
bitmaps Fix building of sims for targets with remotes in OS X. 2009-02-28 07:57:36 +00:00
codecs Make tremor check for very long ogg tags and truncate them if they're larger then 10000 characters rather then seg faulting. Fixes FS#9866. 2009-03-01 21:36:13 +00:00
eqs
gui Fix screens not redrawing the statusbar when they should. 2009-02-27 08:24:39 +00:00
keymaps Ingenic Jz4740 RTC: actually write date to RTC 2009-02-26 22:58:10 +00:00
lang Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive 2009-03-01 17:55:59 +00:00
menus Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive 2009-03-01 17:55:59 +00:00
metadata
player
plugins Calculate the optimal memory location for overlay plugins, and use plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. 2009-03-02 00:16:44 +00:00
recorder
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make
audio_path.c
bookmark.c
bookmark.h
buffering.c
buffering.h
codecs.c
codecs.h
cuesheet.c
cuesheet.h
debug_menu.c Leave "usb mode" when all LUNs are ejected again 2009-02-28 15:16:54 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.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 Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive 2009-03-01 17:55:59 +00:00
filetree.h
filetypes.c
filetypes.h
iap.c
keyboard.h
language.c Another small change from my GSoC work: get rid of some old printf code in language.c and replace it with DEBUGF. 2009-03-02 04:48:53 +00:00
language.h
logfdisp.c
logfdisp.h
main.c
menu.c
menu.h
metadata.c
metadata.h
misc.c made 'make' in tools/database work again 2009-02-26 10:20:28 +00:00
misc.h
mp3data.c
mp3data.h
mpeg.c Fix some memset calls that use the wrong order for arguments. 2009-03-02 01:40:41 +00:00
mpeg.h
onplay.c Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other errors). 2009-02-26 22:55:04 +00:00
onplay.h
pcmbuf.c
pcmbuf.h
playback.c Correct comment and log message for failed AlbumArt bitmap loading. 2009-03-01 07:46:08 +00:00
playback.h
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h Mac doesn't handle placing variables in specific sections very well. Building the sim on OS X is now possible once again. 2009-02-27 07:30:41 +00:00
README
replaygain.c
replaygain.h
root_menu.c
root_menu.h
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c
settings.h Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive 2009-03-01 17:55:59 +00:00
settings_list.c Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive 2009-03-01 17:55:59 +00:00
settings_list.h
sound_menu.h
SOURCES
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c
talk.h
tree.c
tree.h
version.h
voice_thread.c
voice_thread.h

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