index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
gui
/
quickscreen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-22
Add perceptual volume adjustment
Aidan MacDonald
1
-4
/
+2
2022-12-17
quickscreen: Settings ID to pointer conversion
Aidan MacDonald
1
-34
/
+13
2022-12-14
wps.c cleanup gui_show_wps
William Wilgus
1
-2
/
+2
2022-12-11
Eliminate skin updates in between activities
Christian Soffke
1
-2
/
+5
2022-10-25
Enable access to Shortcuts Menu from QuickScreen
Christian Soffke
1
-9
/
+16
2022-03-16
touchscreen: fix quickscreen
Aidan MacDonald
1
-3
/
+11
2022-01-22
Option to switch off album art or to prefer file over embedded
Christian Soffke
1
-0
/
+10
2021-11-21
touchscreen: make quickscreen easier to use
Aidan MacDonald
1
-8
/
+16
2021-11-20
quickscreen: fix non-intuitive behavior of top/bottom items
Aidan MacDonald
1
-11
/
+7
2021-04-04
QuickScreen: Update status bar after changing volume
Christian Soffke
1
-0
/
+4
2021-03-07
Shortcuts.c -- Update
William Wilgus
1
-2
/
+2
2021-03-03
iPods: Allow using scroll wheel to change volume on QuickScreen
Christian Soffke
1
-1
/
+9
2020-11-12
Quickscreen: don't apply glabal settings
Moshe Piekarski
1
-1
/
+0
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-2
/
+2
2020-10-12
quickscreen: Get rid of a vestigal remnant of the Archos code.
Solomon Peachy
1
-28
/
+2
2019-08-05
Speech Feedback improvements on the Quickscreen
Solomon Peachy
1
-6
/
+7
2014-03-18
Fix build reds caused by typos.
Thomas Martitz
1
-2
/
+2
2014-03-18
quickscreen: return true on USB connection.
Thomas Martitz
1
-7
/
+13
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-2
/
+2
2012-08-28
Make the recorder build with HAVE_LCD_FLIP disabled.
Frank Gevaerts
1
-0
/
+4
2012-04-30
Make DSP's replaygain independent of global_settings.
Michael Sevakis
1
-3
/
+1
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
1
-1
/
+0
2012-03-28
quickscreen: optionally display the shortcuts menu instead of the QS
Jonathan Gordon
1
-0
/
+4
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-2
/
+2
2011-07-20
Remove to top/bottom quickscreen defaults.
Jonathan Gordon
1
-4
/
+2
2011-06-01
FS#11925 - Add a proper system to keep track of the current screen/activity t...
Jonathan Gordon
1
-0
/
+4
2011-05-01
Fix several 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
1
-2
/
+0
2011-04-24
invert the quickscreen setting direction on wheel targets for settings which ...
Jonathan Gordon
1
-1
/
+7
2010-03-06
Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...
Magnus Holmgren
1
-2
/
+2
2010-02-26
split the theme settings apply() sutff out of settings_apply(). this should f...
Jonathan Gordon
1
-2
/
+2
2010-02-26
small change to how the quickscreen fixes its viewports
Jonathan Gordon
1
-3
/
+3
2010-02-25
Quickscreen: add more check for case that qs item is not set.
Teruaki Kawashima
1
-19
/
+25
2010-02-23
Quickscreen: Hande case where not all quick settings are defines
Tomer Shalev
1
-17
/
+28
2009-10-29
Const correctness
Nils Wallménius
1
-8
/
+8
2009-10-28
Use array for quickscreen item settings to simplify some logic
Nils Wallménius
1
-21
/
+6
2009-10-19
Cleanup quickscreen text drawing by using text alignment flags for viewports.
Thomas Martitz
1
-33
/
+13
2009-10-10
Deinline fuction and some whitespace tweaks
Nils Wallménius
1
-17
/
+18
2009-09-05
Factor out/generalise the function that checks whether a point is within a vi...
Thomas Martitz
1
-12
/
+6
2009-09-05
Improve and simplify touchscreen handling of the quickscreen in absolut mode ...
Thomas Martitz
1
-10
/
+14
2009-09-05
Don't forget the touchscreen targets!
Thomas Martitz
1
-8
/
+9
2009-09-05
Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ...
Thomas Martitz
1
-70
/
+64
2009-09-05
Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for t...
Thomas Martitz
1
-6
/
+14
2009-09-01
Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.
Alessio Lenzi
1
-0
/
+1
2009-08-29
Quickscreen: 4th item
Thomas Martitz
1
-54
/
+76
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-2
/
+2
2009-08-13
Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.
Thomas Martitz
1
-1
/
+1
2009-08-13
Make gui_syncquickscreen_run() static as it's not used anywhere.
Thomas Martitz
1
-1
/
+1
2009-05-15
get the quickscreen working on the mr500. hold "mode" on the remote to get to...
Jonathan Gordon
1
-1
/
+26
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
1
-1
/
+0
2009-05-06
Keep the quickscreen from crashing the player with a divide by 0
Karl Kurbjun
1
-0
/
+7
[next]