summaryrefslogtreecommitdiff
path: root/gtk/gtk_history.c
Commit message (Collapse)AuthorAgeFilesLines
* Whole bunch of warning fixes in GTKRob Kendrick2008-10-091-18/+15
| | | | svn path=/trunk/netsurf/; revision=5521
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-69/+536
| | | | svn path=/trunk/netsurf/; revision=5189
* 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
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-5/+5
| | | | | | | | | | | | | | 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
* Fix almost all warnings in gtk/Rob Kendrick2007-02-101-5/+6
| | | | svn path=/trunk/netsurf/; revision=3173
* Update project URL.Michael Drake2006-11-271-18/+18
| | | | svn path=/trunk/netsurf/; revision=3073
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-181-0/+149
svn path=/trunk/netsurf/; revision=2867