summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima1-38/+28
2010-01-26Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz1-7/+7
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-17only stop scrolling in the menu's viewport not the whole display (Fixes scrol...Jonathan Gordon1-2/+2
2009-12-17code police and make do_menu() obey the hide_bars param which was never meant...Jonathan Gordon1-2/+2
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon1-1/+1
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-3/+4
2009-08-29Quickscreen: 4th itemThomas Martitz1-3/+7
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-5/+5
2009-08-19fix redNils Wallménius1-0/+1
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-2/+2
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-07-29fix forcing scrolling title like "Scroll Speed Setting Example".Teruaki Kawashima1-2/+2
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-1/+0
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone1-1/+1
2009-06-26FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak...Johannes Schwarz1-1/+2
2009-06-13Fix typo in comment.Thomas Martitz1-1/+1
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-04-25Remove unnecessary #include "backlight.h"Bertrik Sikken1-1/+0
2009-03-10Fix redraw sequence when exiting a setting menu, so splashes work properly - ...Steve Bavin1-15/+2
2009-03-08Clean up some #includesBertrik Sikken1-1/+0
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-1/+2
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+1
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