rockbox/apps
Jonathan Gordon 012833ce15 merge the variou set color functions which all do the same thing (and just let settings_apply() set the setting)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16534 a1c6a512-1295-4272-9138-f99709370657
2008-03-06 05:49:10 +00:00
..
bitmaps
codecs clear up some sim warnings 2008-02-25 21:57:09 +00:00
eqs
gui fix the touchpad list code 2008-03-05 10:38:10 +00:00
keymaps m:robe 100 - small keymap changes 2008-03-04 23:24:28 +00:00
lang Not everyone uses GNU ls. But everyone should. 2008-02-25 00:05:29 +00:00
menus merge the variou set color functions which all do the same thing (and just let settings_apply() set the setting) 2008-03-06 05:49:10 +00:00
metadata remove reference to non-existing variable to make rockbox compile with logf enabled 2007-12-14 23:14:25 +00:00
player
plugins Greyscale library: Assembler optimised update function for SH1 (Archos recorders, Ondios), giving ~50% speedup. 2008-03-05 22:14:13 +00:00
recorder Fix FS #8514 (remote peakmeter issue) by separating the peak release times for the screens. Thanks to amiconn for pointing in the right direction. 2008-02-06 21:53:07 +00:00
abrepeat.c
abrepeat.h
action.c Keyclick option (FS#7307). Disabled by default, go into System settings to enable it. WARNING: PortalPlayer targets reportedly have a problem with this, so don't enable it on those unless you want to risk burning your ears with horrible noise. This is probably a bug in pcmbuf_beep(), and I'm hoping that someone who has an affected target will look into it and fix it as a result of this commit. 2008-01-21 09:48:44 +00:00
action.h
alarm_menu.c FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. 2007-10-19 15:31:42 +00:00
alarm_menu.h
applimits.h
audio_path.c
bookmark.c
bookmark.h
buffering.c
buffering.h
codecs.c
codecs.h Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM buffer is empty and save some power. Codec API becomes incompatible so full updates! :) 2007-11-30 05:16:56 +00:00
cuesheet.c
cuesheet.h
debug_menu.c
debug_menu.h More static'ing, and a few fixes resulting from that. 2006-12-12 22:22:21 +00:00
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, for you golden-eared people. 2007-08-29 14:32:52 +00:00
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
FILES
filetree.c
filetree.h
filetypes.c Small fixes for icon behaviour on the Player: Read viewer icon numbers from viewers.config, and correct the icon selection in icons.c. Now viewer supported filetypes get the mirrored question mark icon instead of no icon at all. 2008-02-23 13:12:08 +00:00
filetypes.h
keyboard.h Add support for loadable vkeyboard layouts 2006-03-29 16:21:42 +00:00
language.c
language.h
logfdisp.c
logfdisp.h
main.c
Makefile
menu.c
menu.h
metadata.c
metadata.h
misc.c
misc.h
onplay.c
onplay.h Introducing the root menu! 2007-03-01 11:14:46 +00:00
pcmbuf.c
pcmbuf.h
playback.c
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
README
root_menu.c Fix FS#7334, make Follow Playlist work when STOP is pressed. 2008-02-09 15:20:15 +00:00
root_menu.h
screen_access.c
screen_access.h
screens.c (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
screens.h
scrobbler.c A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song 2007-06-24 18:46:04 +00:00
scrobbler.h
settings.c FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. 2008-03-05 09:58:30 +00:00
settings.h Remove font_file from the settings struct on the Archos Player - it isn't used. 2008-02-23 00:17:13 +00:00
settings_list.c Fix default iconsets for targets with small mono LCDs (Archos Recorders and Ondios). 2008-02-27 08:04:13 +00:00
settings_list.h FS#8353 - add a quick way to make a .cfg from the sound settings. 2007-12-24 22:35:31 +00:00
sound_menu.h
SOURCES FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. 2008-03-05 09:58:30 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config Change heading on database root for consistency. 2008-01-07 12:16:50 +00:00
tagtree.c
tagtree.h
talk.c
talk.h
tree.c
tree.h
version.h More const policeing step 1 2004-08-01 21:50:57 +00:00
voice_thread.c
voice_thread.h

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