summaryrefslogtreecommitdiff
path: root/apps/menu.c
AgeCommit message (Expand)Author
2021-08-10touchscreen: Fix annoying bug when switching touchscreen modesAidan MacDonald
2021-08-03menu.c guard against NULL menu, list, setting pointersWilliam Wilgus
2021-05-24Allow Softlock to happen in most contextsDana Conrad
2021-04-07menu.c submenu items should be limited to MAX_MENU_SUBITEMSWilliam Wilgus
2021-03-08Shortcuts Menu UpdateWilliam Wilgus
2021-03-07Shortcuts.c -- UpdateWilliam Wilgus
2020-07-27Do_menu allow VOICE_ONLY stringsWilliam Wilgus
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy
2020-07-20menu.c fix redraw bugWilliam Wilgus
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus
2019-09-20Bug fix menu -- generalWilliam Wilgus
2019-09-20Bug fix dynamic menusWilliam Wilgus
2019-08-20Save and apply settings after resetting settings in menu.Igor B. Poretsky
2014-01-16menus: Stop scrolling before entering the USB screen or remnants of the previ...Thomas Martitz
2012-05-06Remove extraneous parensRafaël Carré
2012-01-27Force settings touchscreen mode in menus.Thomas Martitz
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