rockbox/apps/menus
Nils Wallménius 8dca930a1a Some small binsize savings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17052 a1c6a512-1295-4272-9138-f99709370657
2008-04-09 16:01:40 +00:00
..
display_menu.c Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD 2008-03-29 01:14:10 +00:00
eq_menu.c In the equalizer menu, switch to low-latency mode in the smallest scope rather than for the entire equalizer menu. Also mark some more functions as static. 2008-03-30 09:31:09 +00:00
eq_menu.h 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
exported_menus.h All references to the hardware equalizer should have be removed. 2008-03-03 10:58:23 +00:00
main_menu.c Some small binsize savings 2008-04-09 16:01:40 +00:00
menu_common.c Try and only use the PCM buffer low latency mode in sound settings when we really need to. 2008-03-03 11:06:04 +00:00
menu_common.h Try and only use the PCM buffer low latency mode in sound settings when we really need to. 2008-03-03 11:06:04 +00:00
playback_menu.c The const police raid playback.c, should be no change to behaviour. 2008-03-28 11:24:24 +00:00
playlist_menu.c Fix FS#7826 - make the view catalog option in the main menu > playlists menu use the same text as the view catalog option in the onplay menus 2007-11-01 13:41:16 +00:00
recording_menu.c the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. 2008-03-26 03:35:24 +00:00
settings_menu.c The const police raid playback.c, should be no change to behaviour. 2008-03-28 11:24:24 +00:00
sound_menu.c Try and only use the PCM buffer low latency mode in sound settings when we really need to. 2008-03-03 11:06:04 +00:00
theme_menu.c Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD 2008-03-29 01:14:10 +00:00