summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-03a few more button/statusbar fixes...Jonathan Gordon1-0/+2
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-51/+10
2008-12-03revert part of r18933 which fixes FS#9600. Jonathan Gordon1-0/+2
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon1-0/+3
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon1-5/+59
2008-10-30fix some problems with the menu code:Jonathan Gordon1-5/+6
2008-10-13Stop scrolling lines when entering or leaving a menu list item. Fixes FS #947...Peter D'Hoye1-1/+11
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye1-5/+5
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon1-0/+1
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-1/+1
2008-04-30found (and fixed) by Stephane Doyon...Jonathan Gordon1-4/+5
2008-04-23option_screen() now accepts a viewportJonathan Gordon1-3/+4
2008-04-23enable the quickscreen in menus and neaten up the else if-ingJonathan Gordon1-4/+9
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-2/+5
2008-03-26fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808)Jonathan Gordon1-10/+3
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon1-3/+22
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-26/+88
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin1-1/+1
2007-11-16Fix buffer overflow in the title padding code (FS#8163)Linus Nielsen Feltzing1-6/+8
2007-11-09git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15546 a1c6a512-1295-4272-9138...Jonathan Gordon1-0/+10
2007-11-07fix redJonathan Gordon1-1/+4
2007-11-05fix FS#7288 - pad the title of the scrolling settings so they actually scrollJonathan Gordon1-0/+24
2007-11-04revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon1-11/+0
2007-11-04return to the main menu if stop is pressed in the wps context menu, (blame po...Jonathan Gordon1-0/+12
2007-10-21From FS#7774: use list voice callback in menus.Stéphane Doyon1-29/+17
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon1-6/+16
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-08-20Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string)Jonathan Gordon1-0/+11
2007-08-05Redraw the menu when stopping playback, in case the bookmarking code left som...Magnus Holmgren1-1/+1
2007-08-04dont redraw the menu if we are about to quit anyway (noticable when backing o...Jonathan Gordon1-1/+2
2007-08-02Finally use the rec button to get to the rec screen on sansa and iriver hxxx....Jonathan Gordon1-0/+8
2007-07-23Fix the text for settings which have a different title than what is shown in ...Jonathan Gordon1-2/+6
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-5/+0
2007-07-11Rearrange and cleanup settings codeJonathan Gordon1-114/+4
2007-07-11same as previous commit, but more forgotten casesJonathan Gordon1-2/+8
2007-07-11woops, menus stopped getting redrawn when the setting screen exitedJonathan Gordon1-2/+2
2007-07-11If the action handler for the menu returns ACTION_REDRAW the list will be red...Jonathan Gordon1-0/+10
2007-07-11Redraw the menus once every action, not 3 timesJonathan Gordon1-4/+4
2007-06-21Accept FS#7313 - make the menus talk more oftenJonathan Gordon1-3/+10
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-1/+1
2007-05-20Fix FS#7176 - wps context menu doesnt set the correct selection.Jonathan Gordon1-0/+9
2007-05-19Remove unused function and unused headerNils Wallménius1-6/+1
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-201/+1
2007-05-08fix the menus again, this time it stopped redrawing after coming out of setti...Jonathan Gordon1-0/+1
2007-05-07Fix my previous commit... menus will redraw correctly againJonathan Gordon1-0/+1
2007-05-07Fix the menus so lines scroll againJonathan Gordon1-3/+2
2007-04-30Convert onplay.c to the new manu API. only plugins are still using the old AP...Jonathan Gordon1-6/+17
2007-04-22fix a bug which made menus using the old API and a callback function to not w...Jonathan Gordon1-1/+1