summaryrefslogtreecommitdiff
path: root/desktop/plot_style.c
Commit message (Collapse)AuthorAgeFilesLines
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-231-5/+5
|
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-2/+2
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-3/+3
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* make local history use system coloursVincent Sanders2017-01-121-9/+0
|
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
|
* Height is already scaled. Make OBJ char bigger.Michael Drake2012-11-051-1/+1
|
* Don't abort redraw on bad image.Michael Drake2012-11-051-0/+22
|
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+3
|
* History colours as constants r=jmb,vinceSven Weidauer2011-01-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=11478
* Remove pointless rectangle fill under text.Michael Drake2010-12-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=11037
* Change styles used for plotting local history to make it more obvious what ↵Rob Kendrick2010-12-051-1/+2
| | | | | | the current page is, along with other minor improvements. svn path=/trunk/netsurf/; revision=11008
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8752
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-0/+11
| | | | svn path=/trunk/netsurf/; revision=8641
* Rename debug outline plot styles and make them const.Michael Drake2009-07-141-9/+13
| | | | svn path=/trunk/netsurf/; revision=8518
* next round of plotter refactorVincent Sanders2009-07-141-1/+15
| | | | svn path=/trunk/netsurf/; revision=8512
* plotters line refactorVincent Sanders2009-07-101-0/+121
svn path=/trunk/netsurf/; revision=8446