summaryrefslogtreecommitdiff
path: root/amiga/system_colour.c
Commit message (Collapse)AuthorAgeFilesLines
* move amiga to new options codeVincent Sanders2013-05-281-367/+0
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Return a colour (ABGR) from gui_system_colour_char() rather than aChris Young2012-03-271-2/+7
| | | | | | css_color (ARGB) svn path=/trunk/netsurf/; revision=13744
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-261-1/+3
| | | | | | | colour scheme changes. svn path=/trunk/netsurf/; revision=13730
* fix buildChris Young2012-03-261-18/+0
| | | | svn path=/trunk/netsurf/; revision=13729
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-28/+28
| | | | svn path=/trunk/netsurf/; revision=13548
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-031-4/+22
| | | | svn path=/trunk/netsurf/; revision=12569
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-031-0/+16
| | | | svn path=/trunk/netsurf/; revision=12568
* Move timer.device stuff to schedule.cChris Young2011-02-191-1/+0
| | | | svn path=/trunk/netsurf/; revision=11712
* Fix colour setting. GetRGB32 seems to have been designed for some ↵Chris Young2011-01-301-6/+10
| | | | | | | | futuristic 96bpp display device. svn path=/trunk/netsurf/; revision=11554
* Pick the CSS system colours from the pens in the screen DrawInfo table, and ↵Chris Young2011-01-301-0/+59
| | | | | | | | | force repicking them if the screen changes. Think these are right - some of the CSS descriptions are a bit ambiguous. svn path=/trunk/netsurf/; revision=11532
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+284
svn path=/trunk/netsurf/; revision=11530