rockbox/apps
Tomer Shalev cee3b29729 FS#11049 - Brickmania: Make brick a two-dimensional array
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24890 a1c6a512-1295-4272-9138-f99709370657
2010-02-24 20:08:30 +00:00
..
bitmaps
codecs
eqs
gui
keymaps
lang
menus
metadata
player Fix yellows. 2009-08-12 14:51:16 +00:00
plugins FS#11049 - Brickmania: Make brick a two-dimensional array 2010-02-24 20:08:30 +00:00
recorder
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make change dependencies in make files: 2010-01-17 13:03:10 +00:00
audio_path.c
bookmark.c
bookmark.h
buffering.c Use a helpfer function to avoid ugly casting and correct some data types (no functional change). 2010-02-20 15:13:53 +00:00
buffering.h
codec_thread.c pcmbuf: bug fix with pcmbuf flush, code cleanup, added comments 2009-11-11 07:02:18 +00:00
codec_thread.h
codecs.c mpeg.h/c cleanup 2009-11-16 22:02:06 +00:00
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 Compressor: simplify makeup gain setting, expand release range, finally provide documention in the manual! 2009-11-04 18:14:36 +00:00
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq_cf.S
features.txt
filetree.c
filetree.h
filetypes.c
filetypes.h
fixedpoint.c
fixedpoint.h
fracmul.h
iap.c
keyboard.h
language.c
language.h
logfdisp.c Prettify debug menu for logf 2009-11-23 00:19:22 +00:00
logfdisp.h
main.c
menu.c fix text scrolling handling in do_menu, set_time_screen and time_screen. 2010-02-11 10:41:06 +00:00
menu.h
metadata.c add SMAF codec (.mmf extension)(FS#10432) 2010-02-24 11:46:29 +00:00
metadata.h
misc.c
misc.h
mp3data.c
mp3data.h
mpeg.c
mpeg.h mpeg.h/c cleanup 2009-11-16 22:02:06 +00:00
onplay.c
onplay.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h Fix FS#9660 - make warn on playlist erase work correctly when creating a new playlist from the database (a bit of a hack, but not bad enough to outright reject) 2009-12-21 05:44:00 +00:00
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h Playlist Viewer Changes to bring consistency: 2010-02-20 19:06:39 +00:00
plugin.c FS#10984 - multifont! 2 major additions: 2010-02-14 06:26:16 +00:00
plugin.h
README
replaygain.c
replaygain.h
root_menu.c Playlist Viewer Changes to bring consistency: 2010-02-20 19:06:39 +00:00
root_menu.h
screen_access.c
screen_access.h skin rework (FS#10922) notable changes: 2010-01-29 07:52:13 +00:00
screens.c
screens.h Extract usb_screen logic out of screens.c into apps/gui/usb_screen.c 2009-10-19 21:19:30 +00:00
scrobbler.c
scrobbler.h
settings.c
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 Change %mp tag to use current_playmode(). It has upto 9 values now, including recording and radio states. 2009-10-16 19:14:28 +00:00
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c Kill some global variables 2010-02-24 19:40:45 +00:00
talk.h
tdspeed.c
tdspeed.h Remove an unneeded include 2009-07-11 21:33:45 +00:00
tree.c
tree.h
usb_keymaps.c
usb_keymaps.h
version.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
voice_thread.c
voice_thread.h

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