rockbox/apps
2007-04-18 07:41:31 +00:00
..
bitmaps Since the greyscale remote deserved an own iconset the greyscale main screens should have one too. (They also had their own viewer icons already.) 2007-04-17 20:12:21 +00:00
codecs
eqs
gui Remove unneeded #include, comment the filename define 2007-04-17 08:37:01 +00:00
keymaps Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). 2007-04-15 22:16:28 +00:00
lang Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). 2007-04-15 22:16:28 +00:00
menus Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). 2007-04-15 22:16:28 +00:00
player Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
plugins Allow rockboy to run while music is playing with smaller roms. Works on players that do not use the IRAM macros. Only tested on the Gigabeat as I think that is the only player that will run rockboy well with music. Also simplified the sound and reduced the code size a bit. 2007-04-18 07:41:31 +00:00
recorder Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c
bookmark.h
codecs.c
codecs.h
cuesheet.c
cuesheet.h
debug_menu.c
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
FILES Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
filetree.c
filetree.h
filetypes.c Initialise the custom icons array correctly instead of just using the ? for all filetypes 2007-04-17 09:17:23 +00:00
filetypes.h Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c explicitly set *loaded_ok = false; when given "" for a filename. 2007-04-17 06:37:22 +00:00
main_menu.h
Makefile
menu.c Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
menu.h
metadata.c
metadata.h
misc.c
misc.h
onplay.c
onplay.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
playlist_viewer.h
plugin.c
plugin.h Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
README
root_menu.c
root_menu.h
screen_access.c Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon.c to use this. Also fixed crash due to missing assignment of lcd_bitmap[_part] for monochrome main LCDs. 2007-04-16 23:55:19 +00:00
screen_access.h Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon.c to use this. Also fixed crash due to missing assignment of lcd_bitmap[_part] for monochrome main LCDs. 2007-04-16 23:55:19 +00:00
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
settings.h * its name[rows][columns] you drongo! 2007-04-16 14:33:29 +00:00
settings_list.c * its name[rows][columns] you drongo! 2007-04-16 14:33:29 +00:00
settings_list.h
settings_menu.h
sound_menu.h
SOURCES Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
tagtree.h Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
talk.c
talk.h
tree.c Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
tree.h
version.h

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