summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.c (follow)
Commit message (Expand)AuthorAge
* Fix build reds caused by typos.Thomas Martitz2014-03-18
* quickscreen: return true on USB connection.Thomas Martitz2014-03-18
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* Make the recorder build with HAVE_LCD_FLIP disabled.Frank Gevaerts2012-08-28
* Make DSP's replaygain independent of global_settings.Michael Sevakis2012-04-30
* Make rbcodec/dsp includes more specific.Michael Sevakis2012-04-29
* quickscreen: optionally display the shortcuts menu instead of the QSJonathan Gordon2012-03-28
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Remove to top/bottom quickscreen defaults.Jonathan Gordon2011-07-20
* FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon2011-06-01
* Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* invert the quickscreen setting direction on wheel targets for settings which ...Jonathan Gordon2011-04-24
* Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren2010-03-06
* split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon2010-02-26
* small change to how the quickscreen fixes its viewportsJonathan Gordon2010-02-26
* Quickscreen: add more check for case that qs item is not set.Teruaki Kawashima2010-02-25
* Quickscreen: Hande case where not all quick settings are definesTomer Shalev2010-02-23
* Const correctnessNils Wallménius2009-10-29
* Use array for quickscreen item settings to simplify some logicNils Wallménius2009-10-28
* Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz2009-10-19
* Deinline fuction and some whitespace tweaksNils Wallménius2009-10-10
* Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz2009-09-05
* Improve and simplify touchscreen handling of the quickscreen in absolut mode ...Thomas Martitz2009-09-05
* Don't forget the touchscreen targets!Thomas Martitz2009-09-05
* Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ...Thomas Martitz2009-09-05
* Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for t...Thomas Martitz2009-09-05
* Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.Alessio Lenzi2009-09-01
* 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
* Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.Thomas Martitz2009-08-13
* Make gui_syncquickscreen_run() static as it's not used anywhere.Thomas Martitz2009-08-13
* get the quickscreen working on the mr500. hold "mode" on the remote to get to...Jonathan Gordon2009-05-15
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Keep the quickscreen from crashing the player with a divide by 0Karl Kurbjun2009-05-06
* Fix typos in commentsAlexander Levin2009-03-28
* Clean up some more #includesBertrik Sikken2009-03-08
* Minor quickscreen and pitchscreen fixesThomas Martitz2009-02-05
* Fix Quickscreen ACTION_QS_DOWNINV button to reverse direction of down entry w...Dominik Riebeling2009-01-09
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon2008-11-05
* Make local functions staticBertrik Sikken2008-11-03
* FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon2008-11-03
* rearrange the order that the quickscreen wiewports are allocated.Jonathan Gordon2008-10-31
* Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye2008-09-07
* The second part of this expression always becomes true before the first part,...Jens Arnold2008-07-01
* Fix the bug where the german language would crash the quickscreen on the nano. Jonathan Gordon2008-06-30
* Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon2008-05-28
* Fix FS #9022: space reserved for the icons in the quickscreen used the incorr...Peter D'Hoye2008-05-23