rockbox/apps
Jens Arnold a8b80b63db Gah, e200 sets CONFIG_LCD to LCD_X5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16011 a1c6a512-1295-4272-9138-f99709370657
2008-01-07 00:01:32 +00:00
..
bitmaps
codecs
eqs
gui
keymaps Make the ab-repeat set keys easier to use by removing a restrictive pre-condition. That also solves the awkward timing for directory skip as discussed in FS#8047. Other targets (e.g. sansa) can probably benefit from a similar change, but should be tested first. 2007-12-02 12:07:01 +00:00
lang
menus
metadata
player
plugins Gah, e200 sets CONFIG_LCD to LCD_X5. 2008-01-07 00:01:32 +00:00
recorder Quick fix to prevent freezing of H10 (possibly others too) when left at the disk full message. Needs more investigation to find the cause of the freeze. 2007-12-15 23:51:13 +00:00
abrepeat.c
abrepeat.h
action.c mrobe changes: 2007-10-23 14:33:16 +00:00
action.h First go at getting the touchpad working in the ui. lists only for now. 2007-10-22 12:26:53 +00:00
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. 2007-06-08 23:42:04 +00:00
bookmark.c
bookmark.h
buffering.c
buffering.h
codecs.c
codecs.h
cuesheet.c Code police, declare pointers in .c and expor them 2007-11-17 14:25:02 +00:00
cuesheet.h
debug_menu.c remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference) 2007-12-17 02:37:21 +00:00
debug_menu.h More static'ing, and a few fixes resulting from that. 2006-12-12 22:22:21 +00:00
dsp.c Crossfeed settings used to be stored inverted in the cfg file for legacy reasons, change that and kill some identical formatting functions while we're at it. NOTE TO CROSSFEED USERS: this will completely garble your crossfeed settings, write them down if you want to keep them. 2007-12-08 01:45:04 +00:00
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c Assumption about there being MPEG1-only samplerates available and therefore MPEG1-only bitrates for recording is no longer valid. Fix that. 2007-06-06 21:24:20 +00:00
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt fix lang problem and little clean up 2007-08-27 17:45:01 +00:00
FILES
filetree.c
filetree.h
filetypes.c
filetypes.h
keyboard.h
language.c *** Lang v2 cleanup (FS#6574) *** 2007-08-05 19:19:39 +00:00
language.h
logfdisp.c
logfdisp.h
main.c
Makefile Build libspeex for core voice on SWCODEC. Development phase - not currently utilized. 2007-11-14 10:31:57 +00:00
menu.c
menu.h Add a voice callback to dynamic menus, along side the text_callback. 2007-10-09 03:48:56 +00:00
metadata.c
metadata.h
misc.c make check_dir use dir_exists and slightly optimise the latter 2007-11-21 22:42:52 +00:00
misc.h
onplay.c
onplay.h Introducing the root menu! 2007-03-01 11:14:46 +00:00
pcmbuf.c Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary. 2007-11-18 17:12:19 +00:00
pcmbuf.h
playback.c Fix FS8069, because Nico_P made it easy 2007-11-28 04:58:16 +00:00
playback.h
playlist.c
playlist.h Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion 2006-12-26 13:31:04 +00:00
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Closes FS#8322. 2007-12-15 17:14:04 +00:00
playlist_viewer.h
plugin.c
plugin.h All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update. 2008-01-04 23:42:38 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
root_menu.c
root_menu.h Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the 2007-10-12 04:20:20 +00:00
screen_access.c
screen_access.h Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS #7875. 2007-10-15 20:42:51 +00:00
screens.c
screens.h ifdef out charging screen for targets that do not use it, + minor cleaning 2007-07-08 15:32:56 +00:00
scrobbler.c
scrobbler.h
settings.c
settings.h
settings_list.c
settings_list.h
sound_menu.h
SOURCES
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config Add a new entry for songs with playcount less than 4 but having a high score. 2007-12-16 13:51:39 +00:00
tagtree.c
tagtree.h
talk.c
talk.h
tree.c
tree.h Accept FS#7486 - shortcuts plugin. 2007-08-05 12:14:07 +00:00
version.h
voice_thread.c
voice_thread.h

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