summaryrefslogtreecommitdiff
path: root/gtk/gtk_window.h
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-071-1/+1
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Ensure that when a gui_window dies in nsgtk it kills its browser and gets ↵Daniel Silverstone2007-06-201-0/+1
| | | | | | that to kill it. Makes the browser less crashy if one closes an in-flight window svn path=/trunk/netsurf/; revision=3355
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | 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
* Update project URL (partially lost during merge)John Mark Bell2006-11-271-1/+1
| | | | | | Merge r3071 into gtk_window.c after gtk frames merge (again, lost in merge) svn path=/trunk/netsurf/; revision=3076
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-13/+15
| | | | svn path=/trunk/netsurf/; revision=3075
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Redraw nsgtk browser windows when Choices...Apply is clicked.Rob Kendrick2006-08-171-1/+2
| | | | svn path=/trunk/netsurf/; revision=2860
* [project @ 2006-03-25 23:53:34 by rjek]Rob Kendrick2006-03-251-1/+1
| | | | | | Misc GTK thumbnailing fixes svn path=/import/netsurf/; revision=2167
* [project @ 2006-03-25 23:31:41 by rjek]Rob Kendrick2006-03-251-0/+3
| | | | | | Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166
* [project @ 2006-03-19 20:53:46 by rjek]Rob Kendrick2006-03-191-0/+3
| | | | | | Some GTK plotters now use Cairo if it is available for higher render quality svn path=/import/netsurf/; revision=2137
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-191-0/+14
Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901