summaryrefslogtreecommitdiffstats
path: root/apps/root_menu.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-16More meaningful name and type for 'root menu' settingAlexander Levin1-3/+3
2012-02-27root menu: Use - to reset the root menu order from a configJonathan Gordon1-0/+5
2012-02-25main menu: Add the ability to hide and reorder the main menu items.Jonathan Gordon1-12/+104
2011-12-26Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.cNick Peskett1-3/+0
2011-12-20Another round of making local functions staticBertrik Sikken1-2/+0
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-0/+6
2011-10-17Sleep timer options: persistent duration and start on boot.Thomas Martitz1-0/+3
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-08-07%cs (current screen) changes:Jonathan Gordon1-3/+7
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon1-5/+24
2011-06-13Fix the %cs tag for the pitchscreen and playlist viewerJonathan Gordon1-1/+6
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-5/+21
2011-02-28Missed #if change from r29462 - thanks to Thomas Martitz for spotting.Dave Chapman1-1/+1
2011-02-28Fix returning to wps from a plugin.Thomas Martitz1-1/+2
2011-02-28Change the condition for including the shutdown menu item to something more a...Dave Chapman1-1/+1
2011-01-29Move fm radio related menus out of radio.c into apps/menus/.Thomas Martitz1-3/+0
2011-01-29Re-factor code for the plugins main menu item, enabling better icons in that ...Thomas Martitz1-40/+5
2011-01-29Give the playlists main menu item a context menu (playlist settings).Thomas Martitz1-1/+2
2011-01-29Change the way how playlists and system menu items in the main menu are inter...Thomas Martitz1-9/+26
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima1-7/+14
2010-11-03Remote android button handling (again). do the press/unpress more like other ...Jonathan Gordon1-0/+8
2010-10-25do not reset last selected item after leaving the file browser when in root.Teruaki Kawashima1-1/+2
2010-10-04New setting to control the file browser start location.Jonathan Gordon1-3/+8
2010-09-01load_plugin_screen(): handle all plugin_load() return valuesRafaël Carré1-2/+12
2010-08-27Make getcwd match the posix variant, make get_current_file() behave similar t...Thomas Martitz1-1/+5
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-2/+8
2010-06-09fix a fun infinite loop when follow playlist is on and you started playback f...Jonathan Gordon1-1/+1
2010-06-09rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...Jonathan Gordon1-2/+2
2010-06-09reclaim most of the delta from the pictureflow commitJonathan Gordon1-2/+2
2010-06-09FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon1-0/+31
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-1/+0
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz1-1/+17
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-1/+0
2009-11-26Redo a hack that precluded entering a folder on an ejected hotswap drive. Use...Thomas Martitz1-7/+34
2009-11-03root_menu() can't return, tell gcc about itRafaël Carré1-1/+0
2009-10-16Make next_screen static and add a comment.Thomas Martitz1-1/+4
2009-10-16Add %cs tag.Thomas Martitz1-1/+8
2009-10-08RTL: Add support for DB init messageTomer Shalev1-3/+13
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-0/+1
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-1/+1
2009-08-03Don't recalculate the array length during the loop, use the ARRAYLEN macro an...Thomas Martitz1-2/+3
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-1/+1
2009-07-14FS#10080Nils Wallménius1-2/+2
2009-06-18Revert r21307 - it was not an agreed change and should never have been commit...Dave Chapman1-2/+0
2009-06-16For those who dont have the memory of a <Something that has really good memor...Jonathan Gordon1-0/+2
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-2/+0
2009-03-19Put exiting the wps entirely into the hands of the wps (restoring backdrops a...Thomas Martitz1-8/+0
2009-03-08Clean up some #includesBertrik Sikken1-1/+0