summaryrefslogtreecommitdiff
path: root/amiga/system_colour.c
Commit message (Expand)AuthorAgeFilesLines
* Return a colour (ABGR) from gui_system_colour_char() rather than aChris Young2012-03-271-2/+7
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-261-1/+3
* fix buildChris Young2012-03-261-18/+0
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-28/+28
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-031-4/+22
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-031-0/+16
* Move timer.device stuff to schedule.cChris Young2011-02-191-1/+0
* Fix colour setting. GetRGB32 seems to have been designed for some futuristic...Chris Young2011-01-301-6/+10
* Pick the CSS system colours from the pens in the screen DrawInfo table, and f...Chris Young2011-01-301-0/+59
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+284