summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Do_menu allow VOICE_ONLY stringsWilliam Wilgus1-2/+11
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-10/+1
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-2/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-34/+0
2020-07-20menu.c fix redraw bugWilliam Wilgus1-5/+5
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-9/+11
2019-09-20Bug fix menu -- generalWilliam Wilgus1-11/+30
2019-09-20Bug fix dynamic menusWilliam Wilgus1-9/+28
2019-08-20Save and apply settings after resetting settings in menu.Igor B. Poretsky1-0/+2
2014-01-16menus: Stop scrolling before entering the USB screen or remnants of the previ...Thomas Martitz1-0/+4
2012-05-06Remove extraneous parensRafaël Carré1-1/+1
2012-01-27Force settings touchscreen mode in menus.Thomas Martitz1-0/+12
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon1-0/+3
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-13/+25
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+1
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-1/+0
2011-01-29Change the way how playlists and system menu items in the main menu are inter...Thomas Martitz1-4/+1
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz1-3/+13
2010-10-30fix menu screen title bug - patch by TeruMichael Chicoine1-0/+5
2010-09-21do_setting_from_menu(): remove write-only variablesRafaël Carré1-12/+1
2010-08-07Correct flawed search&replace.Thomas Martitz1-4/+4
2010-08-07Android port: handle incoming calls.Thomas Martitz1-2/+11
2010-07-11do not redraw menu when exiting the menu.Teruaki Kawashima1-11/+5
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode1-22/+0
2010-05-07Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. ...Jeffrey Goode1-4/+9
2010-05-07Fix redJeffrey Goode1-5/+0
2010-05-07Hotkey menu items have their own iconJeffrey Goode1-0/+5
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode1-0/+17
2010-02-262 new tags for the base skin.Jonathan Gordon1-1/+3
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