summaryrefslogtreecommitdiff
path: root/gtk/thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up ripples from urldb change.Michael Drake2012-10-111-2/+2
|
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-46/+37
| | | | svn path=/trunk/netsurf/; revision=13354
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-171-6/+1
| | | | svn path=/trunk/netsurf/; revision=12803
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-4/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES ↵Vincent Sanders2011-03-261-0/+2
| | | | | | -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
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-4/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale ↵Michael Drake2011-03-091-1/+0
| | | | | | global. svn path=/trunk/netsurf/; revision=11943
* Use core's thumbnail_redraw().Michael Drake2011-02-191-15/+3
| | | | svn path=/trunk/netsurf/; revision=11717
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Comment rationale for render buffer dimensions.Michael Drake2011-02-161-1/+8
| | | | svn path=/trunk/netsurf/; revision=11699
* Remove legacy logging.Michael Drake2011-02-161-4/+0
| | | | svn path=/trunk/netsurf/; revision=11698
* Various gtk thumbnailing fixes. Don't make intermediate buffer bigger than ↵Michael Drake2011-02-161-20/+27
| | | | | | it needs to be. Don't pass clip rect that's larger than render area. Don't plot blank background before setting the clip rect. Scale initial content render appropriately. Simplify and fix scale calc for thumbnail resampling. svn path=/trunk/netsurf/; revision=11697
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-1/+1
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-3/+8
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* fixup gtk source file namesVincent Sanders2011-01-291-0/+138
svn path=/trunk/netsurf/; revision=11529