summaryrefslogtreecommitdiff
path: root/apps/menu.c (follow)
Commit message (Expand)AuthorAge
* Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz2010-10-31
* fix menu screen title bug - patch by TeruMichael Chicoine2010-10-30
* do_setting_from_menu(): remove write-only variablesRafaël Carré2010-09-21
* Correct flawed search&replace.Thomas Martitz2010-08-07
* Android port: handle incoming calls.Thomas Martitz2010-08-07
* do not redraw menu when exiting the menu.Teruaki Kawashima2010-07-11
* FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode2010-05-09
* Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. ...Jeffrey Goode2010-05-07
* Fix redJeffrey Goode2010-05-07
* Hotkey menu items have their own iconJeffrey Goode2010-05-07
* FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode2010-04-01
* 2 new tags for the base skin.Jonathan Gordon2010-02-26
* fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima2010-02-11
* Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz2010-01-26
* fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon2009-12-21
* only stop scrolling in the menu's viewport not the whole display (Fixes scrol...Jonathan Gordon2009-12-17
* code police and make do_menu() obey the hide_bars param which was never meant...Jonathan Gordon2009-12-17
* Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon2009-12-16
* FS#10824 - viewport/statusbar API rework.Jonathan Gordon2009-12-09
* Quickscreen: 4th itemThomas Martitz2009-08-29
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* fix redNils Wallménius2009-08-19
* User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2009-08-16
* Remove some unused #includesBertrik Sikken2009-08-06
* fix forcing scrolling title like "Scroll Speed Setting Example".Teruaki Kawashima2009-07-29
* Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon2009-07-27
* FS#10080Nils Wallménius2009-07-14
* Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone2009-07-11
* FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak...Johannes Schwarz2009-06-26
* Fix typo in comment.Thomas Martitz2009-06-13
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Remove unnecessary #include "backlight.h"Bertrik Sikken2009-04-25
* Fix redraw sequence when exiting a setting menu, so splashes work properly - ...Steve Bavin2009-03-10
* Clean up some #includesBertrik Sikken2009-03-08
* Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon2009-02-01
* Statusbar handling fixes. Jonathan Gordon2009-02-01
* a few more button/statusbar fixes...Jonathan Gordon2009-01-03
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* revert part of r18933 which fixes FS#9600. Jonathan Gordon2008-12-03
* FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon2008-12-01
* FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon2008-11-05
* fix some problems with the menu code:Jonathan Gordon2008-10-30
* Stop scrolling lines when entering or leaving a menu list item. Fixes FS #947...Peter D'Hoye2008-10-13
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye2008-05-29
* Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon2008-05-03
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* found (and fixed) by Stephane Doyon...Jonathan Gordon2008-04-30
* option_screen() now accepts a viewportJonathan Gordon2008-04-23
* enable the quickscreen in menus and neaten up the else if-ingJonathan Gordon2008-04-23