summaryrefslogtreecommitdiff
path: root/apps/menus (follow)
Commit message (Expand)AuthorAge
* Accept FS#6188: study mode.Stéphane Doyon2008-05-04
* a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon2008-05-04
* Fixed warning about unused flipdisplay_callback function for targets that can...Bertrik Sikken2008-05-03
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* option_screen() now accepts a viewportJonathan Gordon2008-04-23
* Nicer handling of unset clock in the 'Rockbox Info' screenNils Wallménius2008-04-20
* Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann2008-04-20
* Removed unneeded dependency on pcmbuf.hBertrik Sikken2008-04-20
* Made local functions static in playback_menu.cBertrik Sikken2008-04-19
* Some small binsize savingsNils Wallménius2008-04-09
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* Fix for FS#8820 by Christopher Williams - Misformatted time in Rockbox InfoLinus Nielsen Feltzing2008-03-31
* In the equalizer menu, switch to low-latency mode in the smallest scope rathe...Dan Everton2008-03-30
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* Update the LCD after setting flip status as required by the LCD drivers. Fixe...Jens Arnold2008-03-28
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* Code police raid on the settings code, consting and putting headers alongside...Steve Bavin2008-03-25
* So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon2008-03-25
* well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon2008-03-25
* ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon2008-03-25
* write the current settings to .rockbox/config.cfg.bak before resetting settingsJonathan Gordon2008-03-25
* there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon2008-03-06
* merge the variou set color functions which all do the same thing (and just le...Jonathan Gordon2008-03-06
* force the lists to reload when the colour changesJonathan Gordon2008-03-05
* FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon2008-03-05
* Try and only use the PCM buffer low latency mode in sound settings when we re...Dan Everton2008-03-03
* All references to the hardware equalizer should have be removed.Dan Everton2008-03-03
* Keyclick option (FS#7307). Disabled by default, go into System settings to en...Steve Bavin2008-01-21
* charcell doesnt show titles in lists, so remove the "show path" setting and f...Jonathan Gordon2008-01-13
* Fix FS#8451Nils Wallménius2008-01-12
* FS#8353 - add a quick way to make a .cfg from the sound settings.Jonathan Gordon2007-12-24
* remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon2007-12-17
* Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen2007-12-08
* Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton2007-12-07
* Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton2007-11-24
* New USB stackBjörn Stenberg2007-11-22
* Add a setting to control whether or not to speak the file type (r15506).Stéphane Doyon2007-11-07
* Fix my mess in r15419: LANG_BATTERY_TOPOFF_CHARGE is only definedStéphane Doyon2007-11-03
* Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2007-11-03
* Info screen: charging and battery.Stéphane Doyon2007-11-03
* Info screen fixups:Stéphane Doyon2007-11-03
* Fix FS#7826 - make the view catalog option in the main menu > playlists menu ...Jonathan Gordon2007-11-01
* * For a better access to the information of the Rockbox Info menu by visuallyAlessio Lenzi2007-10-30
* Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin2007-10-24
* Use some consts...Steve Bavin2007-10-24
* Improved enum naming.Steve Bavin2007-10-24
* Complete info screen voicing; now consistent with displayed screenSteve Bavin2007-10-24
* Small voice-related tweaks and fixes to simplelists.Stéphane Doyon2007-10-23