index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
color_picker.c
Age
Commit message (
Expand
)
Author
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
2019-07-10
Fix truncation warning color_picker.c->draw_screen
William Wilgus
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2010-02-11
color_picker: a bit of rework for color_picker.
Teruaki Kawashima
2010-02-11
fix text scrolling handling in do_menu, set_time_screen and time_screen.
Teruaki Kawashima
2009-10-11
RTL: Cosmetic changes, no functional change - Rename constants
Tomer Shalev
2009-10-11
Add a action helper for touchscreen targets to only receive the touchpress co...
Thomas Martitz
2009-10-11
Clean up, simplify and fix small bugs in color picker.
Thomas Martitz
2009-02-02
Accept FS#9836 which fixes a bit of a display glitch in the colour chooser (T...
Jonathan Gordon
2009-01-05
"fix" FS#9757 by handing the statusbar redraw event more correctly... the eqs...
Jonathan Gordon
2008-09-07
fix red
Peter D'Hoye
2008-09-07
Change screens memebers char_width, char_height and nb_lines to functions ret...
Peter D'Hoye
2008-08-23
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
Maurus Cuelenaere
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
fix red
Peter D'Hoye
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-03
More static / header file cleanup.
Bertrik Sikken
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
2007-11-04
last minor fix for the colour screen
Jonathan Gordon
2007-11-04
minor touchpad tweaking...
Jonathan Gordon
2007-11-04
touchpad interface for the colour selection screens.
Jonathan Gordon
2007-09-27
FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.
Nicolas Pennequin
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-06-11
Make the screen draw correctly with the user iconset
Jonathan Gordon
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2006-10-15
More color adjustments. Better translation to and from native colors with eve...
Michael Sevakis
2006-10-13
Added inner fill option to normal scrollbar and foreground only option. Added...
Michael Sevakis
2006-10-12
Corrected the calculation to determine to display three sliders or one in the...
Michael Sevakis
2006-10-11
Fixed the problem with the backdrops on iPod. The same problem was in the upd...
Michael Sevakis
2006-10-11
Made color picker work on x5 remote and display nicely when using backdrops. ...
Michael Sevakis
2006-08-21
fixed the settings action context, time/eq/colour chooser/dbug screens
Jonathan Gordon
2006-08-15
Finally, the new button action system is here, thanks to Jonathan Gordon. Som...
Linus Nielsen Feltzing
2006-08-03
Barry Wardell's keymappings for H10
Daniel Stenberg
2006-07-28
X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...
Jens Arnold
2006-07-19
Oops - fix warning and ensure bg_col is always set to a value.
Dave Chapman
2006-07-19
Patch #5584 from Jonathan Gordon - fix the remote support for the colour picker
Dave Chapman
2006-03-21
Patch by Jonathan Gordon for bug report FS#4861 - map Select (Navi) to save t...
Zakk Roberts
2006-03-04
Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected fo...
Zakk Roberts
2006-03-02
gigabeat related changes
Marcoen Hirschberg
2006-02-26
Add iaudio x5 support to the color picker
Dave Chapman
2006-02-26
Correct the id string
Hristo Kovachev
2006-02-26
Foreground/Background colour settings. Based on patch #3050 by Jonathan Gord...
Dave Chapman