summaryrefslogtreecommitdiff
path: root/amiga/gui_options.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing code to apply the fetcher settingsChris Young2009-08-181-76/+0
| | | | | | Make some stuff private to gui_options.c svn path=/trunk/netsurf/; revision=9349
* Fix warningsChris Young2009-07-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=8377
* Export tab doneChris Young2009-06-261-0/+10
| | | | svn path=/trunk/netsurf/; revision=8027
* Layout of Advanced tab done, does not set values or act on gadget clicksChris Young2009-06-251-0/+7
| | | | svn path=/trunk/netsurf/; revision=7991
* Cache tab done, missing history option added to the General tab.Chris Young2009-06-251-0/+3
| | | | svn path=/trunk/netsurf/; revision=7984
* Fonts tab done, another gadget type used, have nearly completed the set but ↵Chris Young2009-06-241-0/+8
| | | | | | | | lost the radio button on the Display tab in the process. svn path=/trunk/netsurf/; revision=7952
* Rendering tab in options all done, new option to improve the scale quality ↵Chris Young2009-06-231-0/+4
| | | | | | | | | (bilinear filtering). This needs to be tested on 4.0 as I'm not sure if bilinear is valid there, might need to be BSAF_AVERAGE. svn path=/trunk/netsurf/; revision=7939
* Network tab done, pretty much identical to the gtk version.Chris Young2009-06-221-0/+8
| | | | svn path=/trunk/netsurf/; revision=7917
* Added mouse pointer options to the Display tab, as they are probably better ↵Chris Young2009-06-211-0/+2
| | | | | | | | | | | | | suited here than in Advanced where I was going to put them. Also, like all the other options on this tab, they will not take effect until NetSurf is restarted. I have now added a note (or, more accurately, a placeholder for what will be a proper note once I've added all the new strings to the Messages files) to this effect underneath the options on the Display tab. svn path=/trunk/netsurf/; revision=7907
* Display tab done, except for interconnection of gadgets and the screenmode ↵Chris Young2009-06-211-0/+4
| | | | | | | | | | and file gadget buttons. This tab is Amiga-specific and contains the options for specifying which screen to run on, and which theme to use. svn path=/trunk/netsurf/; revision=7906
* General tab done, I've tried to keep the layout broadly similar to the GTK ↵Chris Young2009-06-211-0/+10
| | | | | | | | | version with some minor changes, removed options etc. Other than save/use/cancel the buttons don't do anything yet. svn path=/trunk/netsurf/; revision=7905
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-201-0/+43
svn path=/trunk/netsurf/; revision=7900