summaryrefslogtreecommitdiff
path: root/beos/system_colour.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix building on Haiku.François Revel2012-04-171-4/+9
| | | | | | Some ui_color codes were renamed recently. Account for this. svn path=/trunk/netsurf/; revision=13879
* Fix the fix. (we used a different name for this struct member than on other ↵François Revel2012-03-291-1/+1
| | | | | | platforms) :p svn path=/trunk/netsurf/; revision=13770
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-4/+2
| | | | 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
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-1/+1
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-28/+28
| | | | svn path=/trunk/netsurf/; revision=13548
* Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). ↵François Revel2011-01-301-28/+116
| | | | | | Update those when they are updated in ZETA. Also update the toolbar and statusbar background. svn path=/trunk/netsurf/; revision=11535
* Fix BeOS build.François Revel2011-01-301-5/+17
| | | | svn path=/trunk/netsurf/; revision=11531
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+284
svn path=/trunk/netsurf/; revision=11530