rockbox/apps/menus
Bertrik Sikken 7bb968ba7b Fixed warning about unused flipdisplay_callback function for targets that cannot flip the display.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17313 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 09:49:43 +00:00
..
display_menu.c Fixed warning about unused flipdisplay_callback function for targets that cannot flip the display. 2008-05-03 09:49:43 +00:00
eq_menu.c option_screen() now accepts a viewport 2008-04-23 11:07:40 +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 Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +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 Made local functions static in playback_menu.c 2008-04-19 23:29:39 +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 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
settings_menu.c Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. 2008-04-20 18:28:25 +00:00
sound_menu.c Removed unneeded dependency on pcmbuf.h 2008-04-20 10:21:44 +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