summaryrefslogtreecommitdiff
path: root/apps/root_menu.c
AgeCommit message (Expand)Author
2011-01-29Move fm radio related menus out of radio.c into apps/menus/.Thomas Martitz
2011-01-29Re-factor code for the plugins main menu item, enabling better icons in that ...Thomas Martitz
2011-01-29Give the playlists main menu item a context menu (playlist settings).Thomas Martitz
2011-01-29Change the way how playlists and system menu items in the main menu are inter...Thomas Martitz
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima
2010-11-03Remote android button handling (again). do the press/unpress more like other ...Jonathan Gordon
2010-10-25do not reset last selected item after leaving the file browser when in root.Teruaki Kawashima
2010-10-04New setting to control the file browser start location.Jonathan Gordon
2010-09-01load_plugin_screen(): handle all plugin_load() return valuesRafaël Carré
2010-08-27Make getcwd match the posix variant, make get_current_file() behave similar t...Thomas Martitz
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-06-09fix a fun infinite loop when follow playlist is on and you started playback f...Jonathan Gordon
2010-06-09rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...Jonathan Gordon
2010-06-09reclaim most of the delta from the pictureflow commitJonathan Gordon
2010-06-09FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-11-26Redo a hack that precluded entering a folder on an ejected hotswap drive. Use...Thomas Martitz
2009-11-03root_menu() can't return, tell gcc about itRafaël Carré
2009-10-16Make next_screen static and add a comment.Thomas Martitz
2009-10-16Add %cs tag.Thomas Martitz
2009-10-08RTL: Add support for DB init messageTomer Shalev
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-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon
2009-08-03Don't recalculate the array length during the loop, use the ARRAYLEN macro an...Thomas Martitz
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-06-18Revert r21307 - it was not an agreed change and should never have been commit...Dave Chapman
2009-06-16For those who dont have the memory of a <Something that has really good memor...Jonathan Gordon
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-03-19Put exiting the wps entirely into the hands of the wps (restoring backdrops a...Thomas Martitz
2009-03-08Clean up some #includesBertrik Sikken
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon
2009-02-01Statusbar handling fixes. Jonathan Gordon
2009-01-11use the playback PLAYBACK_EVENT_TRACK_CHANGE instead of the WPS to keep track...Jonathan Gordon
2009-01-09revert part of r19705 which caused fS#9773Jonathan Gordon
2009-01-07remove some useless/unused stuff from gwps.cJonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon
2008-10-05revert my commit from a few days ago.. It doesnt actually do anythingJonathan Gordon
2008-10-03fix yellow... should also actyually fix the issue...Jonathan Gordon
2008-10-03Hopefully fix crashes if the start screen is set to previous and nvram.bin be...Jonathan Gordon
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-07-16Make a couple of locally used callbacks staticBertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-22FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playb...Steve Bavin