summaryrefslogtreecommitdiff
path: root/gtk/gtk_options.c
Commit message (Collapse)AuthorAgeFilesLines
* GTK UI tweaks from Mike Lester <element3260@gmail.com>Rob Kendrick2008-03-201-3/+3
| | | | svn path=/trunk/netsurf/; revision=4002
* Stop min gif delay option growing every time choices are saved on nsgtk. Use ↵Michael Drake2008-01-291-2/+2
| | | | | | same scale factor as RISC OS. svn path=/trunk/netsurf/; revision=3805
* Fix "no proxy" option.John Mark Bell2007-09-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=3613
* Tweaks to nsgtk's proxy option savingRob Kendrick2007-09-301-2/+24
| | | | svn path=/trunk/netsurf/; revision=3612
* Make loading/saving of memory cache size option work in nsgtkRob Kendrick2007-09-301-1/+4
| | | | svn path=/trunk/netsurf/; revision=3611
* 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-7/+7
| | | | | | | | | | | | | | 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-0/+1
| | | | svn path=/trunk/netsurf/; revision=3173
* Fix mouse events. Fix some GTK warnings.James Bursa2007-01-271-4/+8
| | | | svn path=/trunk/netsurf/; revision=3150
* 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-11/+11
| | | | svn path=/trunk/netsurf/; revision=3073
* Further Choices improvements in nsgtk; most of them now work correctly.Rob Kendrick2006-08-181-5/+38
| | | | svn path=/trunk/netsurf/; revision=2865
* Added font selection to nsgtk choices window. Still not used for plotting.Rob Kendrick2006-08-171-0/+13
| | | | svn path=/trunk/netsurf/; revision=2862
* Implement default font style choice in nsgtk Choices dialogueRob Kendrick2006-08-171-1/+7
| | | | svn path=/trunk/netsurf/; revision=2861
* Redraw nsgtk browser windows when Choices...Apply is clicked.Rob Kendrick2006-08-171-0/+2
| | | | svn path=/trunk/netsurf/; revision=2860
* Make nsgtk respect minimum font size setting, and save font size choicesRob Kendrick2006-08-171-0/+7
| | | | svn path=/trunk/netsurf/; revision=2859
* Fix nsgtk choices window. I have no idea why it worked before.Rob Kendrick2006-08-171-4/+4
| | | | svn path=/trunk/netsurf/; revision=2858
* Make URL completion optional in nsgtkRob Kendrick2006-07-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=2800
* Make image resampling optional in nsgtkRob Kendrick2006-07-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=2794
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure ↵Rob Kendrick2006-07-231-4/+7
| | | | | | for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793
* Initial code to support usable Choices window in nsgtk. Unsupported choices ↵Rob Kendrick2006-07-231-0/+147
are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792