summaryrefslogtreecommitdiff
path: root/gtk/plotters.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+1
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+0
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* reduce uncessary include usageVincent Sanders2014-05-181-2/+3
|
* Remove comment. Background only used with alpha channel when printing via ↵Michael Drake2013-10-281-4/+0
| | | | Tinct on RISC OS.
* move options includeVincent Sanders2013-05-281-1/+1
|
* Fix scaled tiled image rendering.Michael Drake2012-08-221-3/+0
|
* Test for zero width/height at the start.Michael Drake2012-08-221-5/+5
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+0
| | | | svn path=/trunk/netsurf/; revision=13548
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-56/+69
| | | | svn path=/trunk/netsurf/; revision=13354
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-171-52/+29
| | | | svn path=/trunk/netsurf/; revision=12803
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES ↵Vincent Sanders2011-03-261-4/+3
| | | | | | -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE svn path=/trunk/netsurf/; revision=12138
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale ↵Michael Drake2011-03-091-13/+0
| | | | | | global. svn path=/trunk/netsurf/; revision=11943
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-7/+7
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* fixup gtk source file namesVincent Sanders2011-01-291-0/+570
svn path=/trunk/netsurf/; revision=11529