summaryrefslogtreecommitdiff
path: root/gtk/gtk_thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* Some vague attempt at limiting the size of large bitmaps for thumbnailing.John Mark Bell2008-08-131-9/+14
| | | | | | This probably wants someone who has a clue about gtk to look at it. svn path=/trunk/netsurf/; revision=5100
* Make GTK thumbnail creation more robust, return false when unable to create ↵Rob Kendrick2008-03-251-8/+24
| | | | | | pixmap for thumbnail. svn path=/trunk/netsurf/; revision=4049
* Add assert for creating pixmap for GTK thumbnails, and a LOG of what it ↵Rob Kendrick2008-03-201-0/+4
| | | | | | tried to do. svn path=/trunk/netsurf/; revision=4001
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-4/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-10/+10
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3075
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretileDaniel Silverstone2006-08-091-1/+2
| | | | svn path=/trunk/netsurf/; revision=2824
* Unify information databasesJohn Mark Bell2006-04-091-3/+3
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-27 00:51:21 by rjek]Rob Kendrick2006-03-271-1/+1
| | | | | | Reduced quality of interpolation used for GTK thumbnails for faster rendering on lesser systems svn path=/import/netsurf/; revision=2195
* [project @ 2006-03-26 01:18:00 by rjek]Rob Kendrick2006-03-261-0/+1
| | | | | | Fix memory leak in GTK thumbnailing svn path=/import/netsurf/; revision=2170
* [project @ 2006-03-26 01:14:01 by rjek]Rob Kendrick2006-03-261-16/+16
| | | | | | Improvements to GTK thumbnailing svn path=/import/netsurf/; revision=2169
* [project @ 2006-03-25 23:53:34 by rjek]Rob Kendrick2006-03-251-1/+4
| | | | | | Misc GTK thumbnailing fixes svn path=/import/netsurf/; revision=2167
* [project @ 2006-03-25 23:31:41 by rjek]Rob Kendrick2006-03-251-0/+91
Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166