index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-17
settings: Remove setting ID return from find_setting()
Aidan MacDonald
1
-5
/
+3
2022-12-17
quickscreen: Settings ID to pointer conversion
Aidan MacDonald
1
-4
/
+4
2022-12-17
menus move functions with parameters to their own type
William Wilgus
1
-3
/
+8
2022-12-08
Tree / Playlist Viewer / Menu: Fix redraw issues
Christian Soffke
1
-1
/
+5
2022-12-01
settings: Remove redundant lang_id check for F_PADTITLE settings
Aidan MacDonald
1
-4
/
+1
2022-11-15
Fix menus in Settings
Christian Soffke
1
-3
/
+4
2022-11-14
Remove some shadowed variables identified by -Wshadow
William Wilgus
1
-1
/
+0
2022-11-04
Shortcuts: Fix return to wrong menu
Christian Soffke
1
-2
/
+9
2022-10-25
Enable access to Shortcuts Menu from QuickScreen
Christian Soffke
1
-4
/
+3
2022-10-05
gui: Remove "enum list_wrap" from list action functions
Aidan MacDonald
1
-1
/
+1
2022-10-05
gui: Remove gui_synclist_limit_scroll()
Aidan MacDonald
1
-1
/
+0
2022-02-06
Fix glitches with custom list title viewports
Christian Soffke
1
-0
/
+2
2021-10-29
PLUGINBROWSER make resumable
William Wilgus
1
-7
/
+20
2021-10-27
menu.c do_menu code cleanup
William Wilgus
1
-64
/
+68
2021-10-21
whitespace fixes
Christian Soffke
1
-6
/
+6
2021-08-10
touchscreen: Fix annoying bug when switching touchscreen modes
Aidan MacDonald
1
-1
/
+7
2021-08-03
menu.c guard against NULL menu, list, setting pointers
William Wilgus
1
-1
/
+14
2021-05-24
Allow Softlock to happen in most contexts
Dana Conrad
1
-1
/
+1
2021-04-07
menu.c submenu items should be limited to MAX_MENU_SUBITEMS
William Wilgus
1
-1
/
+3
2021-03-08
Shortcuts Menu Update
William Wilgus
1
-0
/
+1
2021-03-07
Shortcuts.c -- Update
William Wilgus
1
-1
/
+7
2020-07-27
Do_menu allow VOICE_ONLY strings
William Wilgus
1
-2
/
+11
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-10
/
+1
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-2
/
+0
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-34
/
+0
2020-07-20
menu.c fix redraw bug
William Wilgus
1
-5
/
+5
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
1
-9
/
+11
2019-09-20
Bug fix menu -- general
William Wilgus
1
-11
/
+30
2019-09-20
Bug fix dynamic menus
William Wilgus
1
-9
/
+28
2019-08-20
Save and apply settings after resetting settings in menu.
Igor B. Poretsky
1
-0
/
+2
2014-01-16
menus: Stop scrolling before entering the USB screen or remnants of the previ...
Thomas Martitz
1
-0
/
+4
2012-05-06
Remove extraneous parens
Rafaël Carré
1
-1
/
+1
2012-01-27
Force settings touchscreen mode in menus.
Thomas Martitz
1
-0
/
+12
2012-01-12
keyclick: Add a callback so screens can cancel a click. Add a generic list ca...
Jonathan Gordon
1
-0
/
+3
2011-11-15
FS#12251 - User shortcuts in the main menu.
Jonathan Gordon
1
-13
/
+25
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-1
/
+1
2011-06-01
FS#11925 - Add a proper system to keep track of the current screen/activity t...
Jonathan Gordon
1
-1
/
+0
2011-01-29
Change the way how playlists and system menu items in the main menu are inter...
Thomas Martitz
1
-4
/
+1
2010-10-31
Add support multimedia keys/buttons to the core, and adapt Rockbox on android...
Thomas Martitz
1
-3
/
+13
2010-10-30
fix menu screen title bug - patch by Teru
Michael Chicoine
1
-0
/
+5
2010-09-21
do_setting_from_menu(): remove write-only variables
Rafaël Carré
1
-12
/
+1
2010-08-07
Correct flawed search&replace.
Thomas Martitz
1
-4
/
+4
2010-08-07
Android port: handle incoming calls.
Thomas Martitz
1
-2
/
+11
2010-07-11
do not redraw menu when exiting the menu.
Teruaki Kawashima
1
-11
/
+5
2010-05-09
FS#11250: Hotkey setting method changed to menu item vs button pres in contex...
Jeffrey Goode
1
-22
/
+0
2010-05-07
Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. ...
Jeffrey Goode
1
-4
/
+9
2010-05-07
Fix red
Jeffrey Goode
1
-5
/
+0
2010-05-07
Hotkey menu items have their own icon
Jeffrey Goode
1
-0
/
+5
2010-04-01
FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...
Jeffrey Goode
1
-0
/
+17
2010-02-26
2 new tags for the base skin.
Jonathan Gordon
1
-1
/
+3
[next]