summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2008-05-29Gigabeat F/X:Michael Sevakis1-0/+7
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon1-424/+142
2008-05-22FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playb...Steve Bavin3-3/+3
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-2/+2
2008-05-06Fix the colour selector. The only colours not allowed should be when trying t...Barry Wardell1-2/+9
2008-05-05scroll all lines in read-only info listsJonathan Gordon1-0/+2
2008-05-04Accept FS#6188: study mode.Stéphane Doyon1-0/+6
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon1-1/+1
2008-05-03Fixed warning about unused flipdisplay_callback function for targets that can...Bertrik Sikken1-1/+1
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken2-5/+6
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-7/+10
2008-04-23option_screen() now accepts a viewportJonathan Gordon1-1/+1
2008-04-20Nicer handling of unset clock in the 'Rockbox Info' screenNils Wallménius1-14/+48
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann1-7/+13
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken2-4/+0
2008-04-19Made local functions static in playback_menu.cBertrik Sikken1-7/+7
2008-04-09Some small binsize savingsNils Wallménius1-16/+12
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-16/+17
2008-03-31Fix for FS#8820 by Christopher Williams - Misformatted time in Rockbox InfoLinus Nielsen Feltzing1-4/+6
2008-03-30In the equalizer menu, switch to low-latency mode in the smallest scope rathe...Dan Everton1-45/+50
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2-7/+0
2008-03-28Update the LCD after setting flip status as required by the LCD drivers. Fixe...Jens Arnold1-0/+1
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin2-2/+9
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2-2/+2
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin1-0/+3
2008-03-25So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon1-1/+0
2008-03-25well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon1-0/+1
2008-03-25ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon1-1/+0
2008-03-25write the current settings to .rockbox/config.cfg.bak before resetting settingsJonathan Gordon1-0/+1
2008-03-06there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon3-4/+4
2008-03-06merge the variou set color functions which all do the same thing (and just le...Jonathan Gordon1-73/+36
2008-03-05force the lists to reload when the colour changesJonathan Gordon1-0/+6
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon1-1/+13
2008-03-03Try and only use the PCM buffer low latency mode in sound settings when we re...Dan Everton4-35/+116
2008-03-03All references to the hardware equalizer should have be removed.Dan Everton1-5/+1
2008-01-21Keyclick option (FS#7307). Disabled by default, go into System settings to en...Steve Bavin1-1/+15
2008-01-13charcell doesnt show titles in lists, so remove the "show path" setting and f...Jonathan Gordon1-1/+6
2008-01-12Fix FS#8451Nils Wallménius1-1/+1
2007-12-24FS#8353 - add a quick way to make a .cfg from the sound settings.Jonathan Gordon1-1/+3
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon1-1/+1
2007-12-08Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen2-9/+0
2007-12-07Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton1-40/+6
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton3-168/+14
2007-11-22New USB stackBjörn Stenberg1-92/+0
2007-11-07Add a setting to control whether or not to speak the file type (r15506).Stéphane Doyon1-1/+2
2007-11-03Fix my mess in r15419: LANG_BATTERY_TOPOFF_CHARGE is only definedStéphane Doyon1-4/+12
2007-11-03Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon1-1/+4
2007-11-03Info screen: charging and battery.Stéphane Doyon1-15/+20
2007-11-03Info screen fixups:Stéphane Doyon1-28/+17
2007-11-01Fix FS#7826 - make the view catalog option in the main menu > playlists menu ...Jonathan Gordon1-1/+1