summaryrefslogtreecommitdiff
path: root/amiga/system_colour.c
Commit message (Collapse)AuthorAgeFilesLines
* 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