summaryrefslogtreecommitdiff
path: root/apps/menu.c
AgeCommit message (Expand)Author
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon
2011-01-29Change the way how playlists and system menu items in the main menu are inter...Thomas Martitz
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz
2010-10-30fix menu screen title bug - patch by TeruMichael Chicoine
2010-09-21do_setting_from_menu(): remove write-only variablesRafaël Carré
2010-08-07Correct flawed search&replace.Thomas Martitz
2010-08-07Android port: handle incoming calls.Thomas Martitz
2010-07-11do not redraw menu when exiting the menu.Teruaki Kawashima
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode
2010-05-07Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. ...Jeffrey Goode
2010-05-07Fix redJeffrey Goode
2010-05-07Hotkey menu items have their own iconJeffrey Goode
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode
2010-02-262 new tags for the base skin.Jonathan Gordon
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima
2010-01-26Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon
2009-12-17only stop scrolling in the menu's viewport not the whole display (Fixes scrol...Jonathan Gordon
2009-12-17code police and make do_menu() obey the hide_bars param which was never meant...Jonathan Gordon
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-08-29Quickscreen: 4th itemThomas Martitz
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-19fix redNils Wallménius
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz
2009-08-06Remove some unused #includesBertrik Sikken
2009-07-29fix forcing scrolling title like "Scroll Speed Setting Example".Teruaki Kawashima
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone
2009-06-26FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak...Johannes Schwarz
2009-06-13Fix typo in comment.Thomas Martitz
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-04-25Remove unnecessary #include "backlight.h"Bertrik Sikken
2009-03-10Fix redraw sequence when exiting a setting menu, so splashes work properly - ...Steve Bavin
2009-03-08Clean up some #includesBertrik Sikken
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon
2009-02-01Statusbar handling fixes. Jonathan Gordon
2009-01-03a few more button/statusbar fixes...Jonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-03revert part of r18933 which fixes FS#9600. Jonathan Gordon
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon
2008-10-30fix some problems with the menu code:Jonathan Gordon
2008-10-13Stop scrolling lines when entering or leaving a menu list item. Fixes FS #947...Peter D'Hoye
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye