summaryrefslogtreecommitdiff
path: root/desktop/plot_style.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't abort redraw on bad image.Michael Drake2012-11-051-0/+5
|
* Clean up blend_colour macro.Michael Drake2012-03-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=13753
* Fix lighten_colour and double_lighten_colour to prevent alpha bleeding into ↵Michael Drake2012-03-271-10/+10
| | | | | | red channel. Make macros clearer. svn path=/trunk/netsurf/; revision=13742
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-0/+5
| | | | svn path=/trunk/netsurf/; revision=13354
* History colours as constants r=jmb,vinceSven Weidauer2011-01-241-0/+16
| | | | svn path=/trunk/netsurf/; revision=11478
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=10605
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+11
| | | | svn path=/trunk/netsurf/; revision=8752
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+6
| | | | svn path=/trunk/netsurf/; revision=8657
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-15/+57
| | | | svn path=/trunk/netsurf/; revision=8641
* Rename debug outline plot styles and make them const.Michael Drake2009-07-141-4/+4
| | | | svn path=/trunk/netsurf/; revision=8518
* next round of plotter refactorVincent Sanders2009-07-141-0/+2
| | | | svn path=/trunk/netsurf/; revision=8512
* Move colour blend routine from html_redraw to plot_style and make it a define.Michael Drake2009-07-101-12/+21
| | | | svn path=/trunk/netsurf/; revision=8451
* plotters line refactorVincent Sanders2009-07-101-0/+90
svn path=/trunk/netsurf/; revision=8446