- 10e5e56 Bug fix dynamic menus by William Wilgus · 5 years ago
- 9e186e3 Save and apply settings after resetting settings in menu. by Igor B. Poretsky · 8 years ago
- 98591a2 menus: Stop scrolling before entering the USB screen or remnants of the previous list could appear on it. by Thomas Martitz · 11 years ago
- 65bb8e4 Remove extraneous parens by Rafaël Carré · 12 years ago
- fab7264 Force settings touchscreen mode in menus. by Thomas Martitz · 13 years ago
- eb2ea7f keyclick: Add a callback so screens can cancel a click. Add a generic list callback to stop clicks when we are at the end of the list by Jonathan Gordon · 13 years ago
- 101693f FS#12251 - User shortcuts in the main menu. by Jonathan Gordon · 13 years ago
- 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
- b58d365 FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful by Jonathan Gordon · 13 years ago
- 89a4cf2 Change the way how playlists and system menu items in the main menu are internally invoked so that the mechanism to by Thomas Martitz · 14 years ago
- 49f1ec8 Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). by Thomas Martitz · 14 years ago
- c0c7c8e fix menu screen title bug - patch by Teru by Michael Chicoine · 14 years ago
- 53ac2ca do_setting_from_menu(): remove write-only variables by Rafaël Carré · 14 years ago
- 2113e22 Correct flawed search&replace. by Thomas Martitz · 14 years ago
- ca4439f Android port: handle incoming calls. by Thomas Martitz · 14 years ago
- b1f5e56 do not redraw menu when exiting the menu. by Teruaki Kawashima · 14 years ago
- 1ad76ff FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match. by Jeffrey Goode · 14 years ago
- 227e619 Fix hotkey select behavior, ignore selection if menu item is not hotkeyable. Will not exit the context menu now by Jeffrey Goode · 14 years ago
- 2ccb83d Fix red by Jeffrey Goode · 14 years ago
- 16e0c57 Hotkey menu items have their own icon by Jeffrey Goode · 14 years ago
- d5e6bc7 FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before they can be switched on by Jeffrey Goode · 15 years ago
- 466e5d9 2 new tags for the base skin. by Jonathan Gordon · 15 years ago
- 93f9e7c fix text scrolling handling in do_menu, set_time_screen and time_screen. by Teruaki Kawashima · 15 years ago
- 5629d55 Accept the last patch FS#10797 with a few changes by me (fixing side effects and adding the new backdrop_hide() to the multi screen api). It changes the hide_bars parameter to mean hide_theme. by Thomas Martitz · 15 years ago
- 9d1832c fix FS#10870 - slightly change the viewportmanager theme undo-er to be able to force an update even if the theme isnt being toggled from off to on which caused WPS artifacts when leaving the WPS if the theme was enabled by Jonathan Gordon · 15 years ago
- c6352b3 only stop scrolling in the menu's viewport not the whole display (Fixes scrolling lines in sbs's being stopped when moving around menus) by Jonathan Gordon · 15 years ago
- 9ca03c7 code police and make do_menu() obey the hide_bars param which was never meant to be removed by Jonathan Gordon · 15 years ago
- e425371 Fix FS#10289 - screens showing a list need to check the show_icons setting before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice) by Jonathan Gordon · 15 years ago
- b2eb44c FS#10824 - viewport/statusbar API rework. by Jonathan Gordon · 15 years ago
- e454a39 Quickscreen: 4th item by Thomas Martitz · 15 years ago
- 3200d04 Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups by Nils Wallménius · 15 years ago
- 47608e0 fix red by Nils Wallménius · 15 years ago
- 4c48b59 User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays. by Thomas Martitz · 15 years ago
- 0307cd1 Remove some unused #includes by Bertrik Sikken · 15 years ago
- f495488 fix forcing scrolling title like "Scroll Speed Setting Example". by Teruaki Kawashima · 15 years ago
- 5e5fc64 Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) by Jonathan Gordon · 15 years ago
- 3d4701a FS#10080 by Nils Wallménius · 15 years ago
- 1bc67c8 Fix type mismatch warnings and errors exposed when building with EABI toolchain. by Andrew Mahone · 15 years ago
- 73d2574 FS#10283 simplify plugins' menus by using stringlist with callback (by Teruaki Kawashima - some minor changes by myself) by Johannes Schwarz · 15 years ago
- 85d8e95 Fix typo in comment. by Thomas Martitz · 15 years ago
- 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 15 years ago
- d4d1215 Remove unnecessary #include "backlight.h" by Bertrik Sikken · 15 years ago
- f14999e Fix redraw sequence when exiting a setting menu, so splashes work properly - see FS#9994. by Steve Bavin · 16 years ago
- 66cf3a3 Clean up some #includes by Bertrik Sikken · 16 years ago
- 036fb05 Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit by Jonathan Gordon · 16 years ago
- 80cb355 Statusbar handling fixes. by Jonathan Gordon · 16 years ago
- 4b472de a few more button/statusbar fixes... by Jonathan Gordon · 16 years ago
- e385ee1 Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically. by Jonathan Gordon · 16 years ago
- 2c4f406 revert part of r18933 which fixes FS#9600. by Jonathan Gordon · 16 years ago
- c7fec13 FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings) by Jonathan Gordon · 16 years ago
- a22749b FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead. by Jonathan Gordon · 16 years ago
- fdd4050 fix some problems with the menu code: by Jonathan Gordon · 16 years ago
- c5383c1 Stop scrolling lines when entering or leaving a menu list item. Fixes FS #9478 (Scrolling lines from (menu) lists are drawn over other screens) by Peter D'Hoye · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- f76122f Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines by Peter D'Hoye · 16 years ago
- ea664e0 Viewported quickscreen (take 2 :D) (FS#8553) by Jonathan Gordon · 16 years ago
- e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 16 years ago
- 6d20795 found (and fixed) by Stephane Doyon... by Jonathan Gordon · 16 years ago
- fe9dca3 option_screen() now accepts a viewport by Jonathan Gordon · 16 years ago
- 286d48f enable the quickscreen in menus and neaten up the else if-ing by Jonathan Gordon · 16 years ago
- 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 17 years ago
- a53b85a fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808) by Jonathan Gordon · 17 years ago
- be185a1 fix the buttonbar in the browser and menus. by Jonathan Gordon · 17 years ago
- 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 17 years ago
- cd88e2a Code police raid on the settings code, consting and putting headers alongside their implementation. by Steve Bavin · 17 years ago
- 34d08b2 Fix buffer overflow in the title padding code (FS#8163) by Linus Nielsen Feltzing · 17 years ago
- c586739 by Jonathan Gordon · 17 years ago
- 5cab5da fix red by Jonathan Gordon · 17 years ago
- 91ccc01 fix FS#7288 - pad the title of the scrolling settings so they actually scroll by Jonathan Gordon · 17 years ago
- a6f2b82 revert my previous commit and do it in a much less hacky way (both of these were for FS#8084) by Jonathan Gordon · 17 years ago
- 62decc4 return to the main menu if stop is pressed in the wps context menu, (blame pondlife for the hack :D ) by Jonathan Gordon · 17 years ago
- 4e09b78 From FS#7774: use list voice callback in menus. by Stéphane Doyon · 17 years ago
- 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
- 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
- cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
- 94b9804 Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string) by Jonathan Gordon · 17 years ago
- 1d9f693 Redraw the menu when stopping playback, in case the bookmarking code left something on screen. by Magnus Holmgren · 17 years ago
- 75e2f19 dont redraw the menu if we are about to quit anyway (noticable when backing out of the playlist menu from the wps context menu) by Jonathan Gordon · 17 years ago
- 73336e9 Finally use the rec button to get to the rec screen on sansa and iriver hxxx. hold rec to get there... short press still is unused by Jonathan Gordon · 17 years ago
- fe2b376 Fix the text for settings which have a different title than what is shown in the menu (i.e scroll options) by Jonathan Gordon · 17 years ago
- f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
- a5278fa Rearrange and cleanup settings code by Jonathan Gordon · 17 years ago
- 50dc0ca same as previous commit, but more forgotten cases by Jonathan Gordon · 17 years ago
- 953e7cf woops, menus stopped getting redrawn when the setting screen exited by Jonathan Gordon · 17 years ago
- 411f3e2 If the action handler for the menu returns ACTION_REDRAW the list will be redrawn. Fixes the Now Playing/Resume Playback text not updating by Jonathan Gordon · 17 years ago
- b9f22af Redraw the menus once every action, not 3 times by Jonathan Gordon · 17 years ago
- 0baad43 Accept FS#7313 - make the menus talk more often by Jonathan Gordon · 17 years ago
- 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 17 years ago
- fd9d140 Fix FS#7176 - wps context menu doesnt set the correct selection. by Jonathan Gordon · 17 years ago
- f31e123 Remove unused function and unused header by Nils Wallménius · 17 years ago
- 77a458a Move the old api out of the core and into the plugin lib. by Jonathan Gordon · 17 years ago
- cf47875 fix the menus again, this time it stopped redrawing after coming out of setting screens by Jonathan Gordon · 17 years ago
- baf9cf6 Fix my previous commit... menus will redraw correctly again by Jonathan Gordon · 17 years ago
- 1228820 Fix the menus so lines scroll again by Jonathan Gordon · 17 years ago
- 3a7760c Convert onplay.c to the new manu API. only plugins are still using the old API now by Jonathan Gordon · 17 years ago
- cd8870c fix a bug which made menus using the old API and a callback function to not work correctly by Jonathan Gordon · 17 years ago
- 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 17 years ago
- 17c93f9 Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu wrapper. by Jens Arnold · 18 years ago
- f9fb492 Give most of the items in the main menu a context menu by Jonathan Gordon · 18 years ago
- 8636e69 Moved SH1 system code to target tree. * First shot at hwcompat cleanup. by Jens Arnold · 18 years ago