summaryrefslogtreecommitdiff
path: root/gtk/plotters.c
Commit message (Collapse)AuthorAgeFilesLines
* 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