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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
root_menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-18
/
+0
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
1
-2
/
+7
2019-09-20
Bug fix dynamic menus
William Wilgus
1
-2
/
+3
2019-08-13
Tweak how the pictureflow plugin is invoked
Solomon Peachy
1
-8
/
+19
2015-02-02
iBasso DX50/DX90: Major code cleanup and reorganization.
Udo Schläpfer
1
-2
/
+2
2014-09-18
Introducing Targets iBasso DX50 & iBasso DX90
Simon Rothen
1
-2
/
+2
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-3
/
+2
2014-04-15
root_menu: Remove previous_music_is_wps() and change previous_music via event...
Thomas Martitz
1
-15
/
+23
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-2
/
+3
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-0
/
+1
2014-02-23
Move VOL_NAMES definition to mv.h
Thomas Martitz
1
-1
/
+1
2014-02-13
main_menu_config: New plugin to configur the main menu order
Jonathan Gordon
1
-4
/
+8
2013-11-20
Introduce volume_{present,removable} and fix invalid calls in apps/
Amaury Pouly
1
-2
/
+3
2013-07-13
Get rid of some superfluous single-purpose functions in playback.
Michael Sevakis
1
-1
/
+1
2013-01-02
Use crc32 of filename to resume tracks
Richard Quirk
1
-2
/
+4
2012-12-16
root menu setting: make the setting handles whitespace
Jonathan Gordon
1
-41
/
+44
2012-03-16
More meaningful name and type for 'root menu' setting
Alexander Levin
1
-3
/
+3
2012-02-27
root menu: Use - to reset the root menu order from a config
Jonathan Gordon
1
-0
/
+5
2012-02-25
main menu: Add the ability to hide and reorder the main menu items.
Jonathan Gordon
1
-12
/
+104
2011-12-26
Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.c
Nick Peskett
1
-3
/
+0
2011-12-20
Another round of making local functions static
Bertrik Sikken
1
-2
/
+0
2011-11-15
FS#12251 - User shortcuts in the main menu.
Jonathan Gordon
1
-0
/
+6
2011-10-17
Sleep timer options: persistent duration and start on boot.
Thomas Martitz
1
-0
/
+3
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-1
/
+0
2011-08-07
%cs (current screen) changes:
Jonathan Gordon
1
-3
/
+7
2011-07-20
FS#11808 - Major playlist handling changes (on disk playlists)
Jonathan Gordon
1
-5
/
+24
2011-06-13
Fix the %cs tag for the pitchscreen and playlist viewer
Jonathan Gordon
1
-1
/
+6
2011-06-01
FS#11925 - Add a proper system to keep track of the current screen/activity t...
Jonathan Gordon
1
-5
/
+21
2011-02-28
Missed #if change from r29462 - thanks to Thomas Martitz for spotting.
Dave Chapman
1
-1
/
+1
2011-02-28
Fix returning to wps from a plugin.
Thomas Martitz
1
-1
/
+2
2011-02-28
Change the condition for including the shutdown menu item to something more a...
Dave Chapman
1
-1
/
+1
2011-01-29
Move fm radio related menus out of radio.c into apps/menus/.
Thomas Martitz
1
-3
/
+0
2011-01-29
Re-factor code for the plugins main menu item, enabling better icons in that ...
Thomas Martitz
1
-40
/
+5
2011-01-29
Give the playlists main menu item a context menu (playlist settings).
Thomas Martitz
1
-1
/
+2
2011-01-29
Change the way how playlists and system menu items in the main menu are inter...
Thomas Martitz
1
-9
/
+26
2010-12-14
FS#11777: enhancement for rockbox_browse()
Teruaki Kawashima
1
-7
/
+14
2010-11-03
Remote android button handling (again). do the press/unpress more like other ...
Jonathan Gordon
1
-0
/
+8
2010-10-25
do not reset last selected item after leaving the file browser when in root.
Teruaki Kawashima
1
-1
/
+2
2010-10-04
New setting to control the file browser start location.
Jonathan Gordon
1
-3
/
+8
2010-09-01
load_plugin_screen(): handle all plugin_load() return values
Rafaël Carré
1
-2
/
+12
2010-08-27
Make getcwd match the posix variant, make get_current_file() behave similar t...
Thomas Martitz
1
-1
/
+5
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
1
-2
/
+8
2010-06-09
fix a fun infinite loop when follow playlist is on and you started playback f...
Jonathan Gordon
1
-1
/
+1
2010-06-09
rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...
Jonathan Gordon
1
-2
/
+2
2010-06-09
reclaim most of the delta from the pictureflow commit
Jonathan Gordon
1
-2
/
+2
2010-06-09
FS#11270 by Chris Savery - WPS integration for pictureflow
Jonathan Gordon
1
-0
/
+31
2010-06-05
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...
Frank Gevaerts
1
-1
/
+0
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+1
2010-02-20
Playlist Viewer Changes to bring consistency:
Thomas Martitz
1
-1
/
+17
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
1
-1
/
+0
[next]