summaryrefslogtreecommitdiff
path: root/desktop/plot_style.h
Commit message (Collapse)AuthorAgeFilesLines
* fix missing includes from header API changesVincent Sanders2016-05-301-1/+1
|
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-1/+1
| | | | | This refactors the core "font" sizing API to be handled through gui function tables similar to every other core/frontend calling API.
* Add accessors for individual colour channels.Michael Drake2013-10-021-1/+13
|
* Move mix_colour macro out of treeview for other stuff to use.Michael Drake2013-07-081-0/+8
|
* Fun micro-optimisations.Michael Drake2013-02-121-21/+15
|
* Move html textarea's selection colour chooser to plot_style.h, as it could ↵Michael Drake2013-02-111-0/+8
| | | | be used elsewhere.
* 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