summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.c
AgeCommit message (Expand)Author
2021-04-04QuickScreen: Update status bar after changing volumeChristian Soffke
2021-03-07Shortcuts.c -- UpdateWilliam Wilgus
2021-03-03iPods: Allow using scroll wheel to change volume on QuickScreenChristian Soffke
2020-11-12Quickscreen: don't apply glabal settingsMoshe Piekarski
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus
2020-10-12quickscreen: Get rid of a vestigal remnant of the Archos code.Solomon Peachy
2019-08-05Speech Feedback improvements on the QuickscreenSolomon Peachy
2014-03-18Fix build reds caused by typos.Thomas Martitz
2014-03-18quickscreen: return true on USB connection.Thomas Martitz
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz
2012-08-28Make the recorder build with HAVE_LCD_FLIP disabled.Frank Gevaerts
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis
2012-03-28quickscreen: optionally display the shortcuts menu instead of the QSJonathan Gordon
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-07-20Remove to top/bottom quickscreen defaults.Jonathan Gordon
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-04-24invert the quickscreen setting direction on wheel targets for settings which ...Jonathan Gordon
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon
2010-02-26small change to how the quickscreen fixes its viewportsJonathan Gordon
2010-02-25Quickscreen: add more check for case that qs item is not set.Teruaki Kawashima
2010-02-23Quickscreen: Hande case where not all quick settings are definesTomer Shalev
2009-10-29Const correctnessNils Wallménius
2009-10-28Use array for quickscreen item settings to simplify some logicNils Wallménius
2009-10-19Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz
2009-10-10Deinline fuction and some whitespace tweaksNils Wallménius
2009-09-05Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz
2009-09-05Improve and simplify touchscreen handling of the quickscreen in absolut mode ...Thomas Martitz
2009-09-05Don't forget the touchscreen targets!Thomas Martitz
2009-09-05Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ...Thomas Martitz
2009-09-05Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for t...Thomas Martitz
2009-09-01Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.Alessio Lenzi
2009-08-29Quickscreen: 4th itemThomas Martitz
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-13Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.Thomas Martitz
2009-08-13Make gui_syncquickscreen_run() static as it's not used anywhere.Thomas Martitz
2009-05-15get the quickscreen working on the mr500. hold "mode" on the remote to get to...Jonathan Gordon
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-05-06Keep the quickscreen from crashing the player with a divide by 0Karl Kurbjun
2009-03-28Fix typos in commentsAlexander Levin
2009-03-08Clean up some more #includesBertrik Sikken
2009-02-05Minor quickscreen and pitchscreen fixesThomas Martitz
2009-01-09Fix Quickscreen ACTION_QS_DOWNINV button to reverse direction of down entry w...Dominik Riebeling
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon
2008-11-03Make local functions staticBertrik Sikken
2008-11-03FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon
2008-10-31rearrange the order that the quickscreen wiewports are allocated.Jonathan Gordon