summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix more off-by-ones in nsgtk's image plotting and clipping. AFAICT, this ↵Rob Kendrick2007-02-021-7/+5
| | | | | | is now perfect. svn path=/trunk/netsurf/; revision=3164
* Fix off-by-one in nsgtk image plotter that resulted in all images being ↵Rob Kendrick2007-02-021-1/+1
| | | | | | subject to a bilinear resample. svn path=/trunk/netsurf/; revision=3162
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-1/+26
| | | | svn path=/trunk/netsurf/; revision=3075
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fudge off-by-one bitmap plotting in nsgtk plotters. Will investigate actual ↵Rob Kendrick2006-11-051-0/+2
| | | | | | cause later. svn path=/trunk/netsurf/; revision=3032
* Make GTK build compile again (don't expect frames to work, however)John Mark Bell2006-09-061-17/+18
| | | | | | Squash warnings in GTK plotters. svn path=/trunk/netsurf/; revision=2921
* Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretileDaniel Silverstone2006-08-091-7/+28
| | | | svn path=/trunk/netsurf/; revision=2824
* Make image resampling optional in nsgtkRob Kendrick2006-07-231-1/+2
| | | | svn path=/trunk/netsurf/; revision=2794
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure ↵Rob Kendrick2006-07-231-79/+100
| | | | | | for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-14/+2
| | | | svn path=/trunk/netsurf/; revision=2725
* [project @ 2006-03-31 10:50:14 by rjek]Rob Kendrick2006-03-311-3/+9
| | | | | | GTK dotted line plotting improvements svn path=/import/netsurf/; revision=2483
* [project @ 2006-03-26 16:36:20 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Fix plotters to use system colormap to save widget ranting when rendering history thumbnails svn path=/import/netsurf/; revision=2177
* [project @ 2006-03-25 23:53:34 by rjek]Rob Kendrick2006-03-251-3/+0
| | | | | | Misc GTK thumbnailing fixes svn path=/import/netsurf/; revision=2167
* [project @ 2006-03-25 23:31:41 by rjek]Rob Kendrick2006-03-251-1/+14
| | | | | | Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166
* [project @ 2006-03-23 13:51:39 by rjek]Rob Kendrick2006-03-231-2/+63
| | | | | | Dashed and dotted line and rectangle drawing in GDK/Cairo plotters svn path=/import/netsurf/; revision=2155
* [project @ 2006-03-23 04:37:53 by rjek]Rob Kendrick2006-03-231-2/+2
| | | | | | Use higher quality dither in GTK image plotting svn path=/import/netsurf/; revision=2153
* [project @ 2006-03-21 17:22:41 by rjek]Rob Kendrick2006-03-211-1/+20
| | | | | | Radio and checkbox widgets are now 3D, and implemented arc plotting for them svn path=/import/netsurf/; revision=2145
* [project @ 2006-03-20 17:39:39 by rjek]Rob Kendrick2006-03-201-3/+3
| | | | | | Minor Cairo colour selection and line drawing improvements svn path=/import/netsurf/; revision=2143
* [project @ 2006-03-20 10:56:54 by rjek]Rob Kendrick2006-03-201-46/+46
| | | | | | Source cleanup and true/false to TRUE/FALSE conversion for GTK plotters svn path=/import/netsurf/; revision=2142
* [project @ 2006-03-19 23:56:52 by rjek]Rob Kendrick2006-03-191-5/+21
| | | | | | Cairo area clipping, and misc fixups in GTK plotters svn path=/import/netsurf/; revision=2141
* [project @ 2006-03-19 21:44:22 by rjek]Rob Kendrick2006-03-191-1/+3
| | | | | | Some Cairo line thickness related fixes svn path=/import/netsurf/; revision=2139
* [project @ 2006-03-19 20:53:46 by rjek]Rob Kendrick2006-03-191-3/+45
| | | | | | Some GTK plotters now use Cairo if it is available for higher render quality svn path=/import/netsurf/; revision=2137
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-191-2/+8
| | | | | | Implemented unfilled disc plotting and GTK disc plotting svn path=/import/netsurf/; revision=2136
* [project @ 2006-03-14 22:14:02 by dsilvers]Daniel Silverstone2006-03-141-3/+13
| | | | | | Fix anchoring and repeats for gtk repeated bitmaps svn path=/import/netsurf/; revision=2131
* [project @ 2006-03-14 21:14:17 by dsilvers]Daniel Silverstone2006-03-141-4/+27
| | | | | | Add tiled bitmap support to GTK port to make backgrounds etc work svn path=/import/netsurf/; revision=2130
* [project @ 2006-03-10 02:03:56 by dsilvers]Daniel Silverstone2006-03-101-2/+0
| | | | | | Remove some unnecessary debug from GTK frontend svn path=/import/netsurf/; revision=2119
* [project @ 2006-03-10 01:42:21 by dsilvers]Daniel Silverstone2006-03-101-0/+5
| | | | | | Make sure zero width/height images don't crash the gtk renderer svn path=/import/netsurf/; revision=2117
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-191-6/+4
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [project @ 2005-02-27 16:03:02 by bursa]James Bursa2005-02-271-24/+3
| | | | | | Fix the GTK build. svn path=/import/netsurf/; revision=1527
* [project @ 2005-01-13 20:28:50 by bursa]James Bursa2005-01-131-2/+2
| | | | | | Fix some compilation warnings in the debug build. Update nsgtk_plot_rectangle() with the new parameters. svn path=/import/netsurf/; revision=1447
* [project @ 2004-12-25 11:37:35 by bursa]James Bursa2004-12-251-229/+229
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1409
* [project @ 2004-10-20 23:31:31 by jmb]John Mark Bell2004-10-201-1/+15
| | | | | | Reimplement draw groups svn path=/import/netsurf/; revision=1332
* [project @ 2004-10-17 21:51:06 by bursa]James Bursa2004-10-171-0/+215
Update to use plotters for HTML redraw. svn path=/import/netsurf/; revision=1322