Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
504dae291c73d394a5103074b71d0c170138c10e
/
apps
/
gui
/
color_picker.c
d12f81d
fixed the settings action context, time/eq/colour chooser/dbug screens
by Jonathan Gordon
· 18 years ago
224c0a1
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
by Linus Nielsen Feltzing
· 19 years ago
1e88be5
Barry Wardell's keymappings for H10
by Daniel Stenberg
· 19 years ago
05ddd9a
X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented.
by Jens Arnold
· 19 years ago
91d2678
Oops - fix warning and ensure bg_col is always set to a value.
by Dave Chapman
· 19 years ago
3ea74cc
Patch #5584 from Jonathan Gordon - fix the remote support for the colour picker
by Dave Chapman
· 19 years ago
b81f596
Patch by Jonathan Gordon for bug report FS#4861 - map Select (Navi) to save the settings in the color picker in addition to Play.
by Zakk Roberts
· 19 years ago
87142ab
Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected for foreground and background.
by Zakk Roberts
· 19 years ago
8d0a32e
gigabeat related changes
by Marcoen Hirschberg
· 19 years ago
14fe89a
Add iaudio x5 support to the color picker
by Dave Chapman
· 19 years ago
1c18146
Correct the id string
by Hristo Kovachev
· 19 years ago
603f87f
Foreground/Background colour settings. Based on patch #3050 by Jonathan Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits.
by Dave Chapman
· 19 years ago