summaryrefslogtreecommitdiff
path: root/apps/menu.c (follow)
Commit message (Expand)AuthorAge
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Remove unnecessary #include "backlight.h"Bertrik Sikken2009-04-25
* Fix redraw sequence when exiting a setting menu, so splashes work properly - ...Steve Bavin2009-03-10
* Clean up some #includesBertrik Sikken2009-03-08
* Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon2009-02-01
* Statusbar handling fixes. Jonathan Gordon2009-02-01
* a few more button/statusbar fixes...Jonathan Gordon2009-01-03
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* revert part of r18933 which fixes FS#9600. Jonathan Gordon2008-12-03
* FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon2008-12-01
* FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon2008-11-05
* fix some problems with the menu code:Jonathan Gordon2008-10-30
* Stop scrolling lines when entering or leaving a menu list item. Fixes FS #947...Peter D'Hoye2008-10-13
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye2008-05-29
* Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon2008-05-03
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* found (and fixed) by Stephane Doyon...Jonathan Gordon2008-04-30
* option_screen() now accepts a viewportJonathan Gordon2008-04-23
* enable the quickscreen in menus and neaten up the else if-ingJonathan Gordon2008-04-23
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808)Jonathan Gordon2008-03-26
* fix the buttonbar in the browser and menus. Jonathan Gordon2008-03-26
* 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
* Fix buffer overflow in the title padding code (FS#8163)Linus Nielsen Feltzing2007-11-16
* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15546 a1c6a512-1295-4272-9138...Jonathan Gordon2007-11-09
* fix redJonathan Gordon2007-11-07
* fix FS#7288 - pad the title of the scrolling settings so they actually scrollJonathan Gordon2007-11-05
* revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon2007-11-04
* return to the main menu if stop is pressed in the wps context menu, (blame po...Jonathan Gordon2007-11-04
* From FS#7774: use list voice callback in menus.Stéphane Doyon2007-10-21
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon2007-10-09
* minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon2007-09-17
* Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string)Jonathan Gordon2007-08-20
* Redraw the menu when stopping playback, in case the bookmarking code left som...Magnus Holmgren2007-08-05
* dont redraw the menu if we are about to quit anyway (noticable when backing o...Jonathan Gordon2007-08-04
* Finally use the rec button to get to the rec screen on sansa and iriver hxxx....Jonathan Gordon2007-08-02
* Fix the text for settings which have a different title than what is shown in ...Jonathan Gordon2007-07-23
* remove the need for action_signalscreenchange().Jonathan Gordon2007-07-22
* Rearrange and cleanup settings codeJonathan Gordon2007-07-11
* same as previous commit, but more forgotten casesJonathan Gordon2007-07-11
* woops, menus stopped getting redrawn when the setting screen exitedJonathan Gordon2007-07-11
* If the action handler for the menu returns ACTION_REDRAW the list will be red...Jonathan Gordon2007-07-11
* Redraw the menus once every action, not 3 timesJonathan Gordon2007-07-11
* Accept FS#7313 - make the menus talk more oftenJonathan Gordon2007-06-21
* When recording, disable voice menus without actually modifying user settings....Steve Bavin2007-06-11
* Fix FS#7176 - wps context menu doesnt set the correct selection.Jonathan Gordon2007-05-20
* Remove unused function and unused headerNils Wallménius2007-05-19