summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2008-08-13gcc 4.3.1 quite rightfully warnings when printf-style functions use "formatDaniel Stenberg1-2/+2
2008-08-08Also have the peakmeter menu shown inside the recording menu, because there i...Peter D'Hoye2-7/+7
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye1-9/+13
2008-08-03Fix FS#9237 (Mismatch in voiced and displayed buffer size).Bertrik Sikken1-7/+5
2008-07-16Make a couple of locally used callbacks staticBertrik Sikken1-2/+2
2008-07-15rectrigger: voice the splashes, and say "off" when start/stopStéphane Doyon1-10/+19
2008-07-14Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen1-9/+6
2008-07-08fix FS#9162 - the time needs to not talk so often, not the date lineJonathan Gordon1-13/+13
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon1-12/+22
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye2-6/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg13-26/+52
2008-06-25fix redJonathan Gordon1-1/+3
2008-06-25ok, only update the screen if the time is selected... otherwise the scrolling...Jonathan Gordon1-1/+1
2008-06-25fix FS#8969 - rockbox info screen is now redrawn every half secondJonathan Gordon1-1/+10
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-0/+3
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