summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
Commit message (Expand)AuthorAgeFilesLines
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-21/+23
* Change the search ico to be a chooser gadget with the icon as the displayChris Young2014-06-151-3/+1
* Use search provider iterator.Chris Young2014-06-151-27/+28
* fix disc cache size option to be unsignedVincent Sanders2014-06-091-3/+3
* Completely re-write web search provider handlingVincent Sanders2014-05-251-2/+1
* Set a more sensible upper cache size limit.Chris Young2014-05-161-1/+1
* Add disc cache size to settings UIChris Young2014-05-161-5/+5
* Fix cppcheck arrayIndexOutOfBoundsChris Young2014-04-051-1/+1
* Ensure any user-input URLs are passed to the core in UTF-8.Chris Young2014-03-131-2/+5
* Disable the dither option if we're running on a screen which doesn't use it.Chris Young2014-03-011-0/+5
* Initialise AmigaGuide help system only at the point of first use.Chris Young2014-02-071-2/+2
* Enforce the use of popupmenu.library >=53.11Chris Young2014-01-101-0/+1
* Use LIB_IS_AT_LEAST macroChris Young2013-10-131-1/+1
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-2/+2
* Don't change the setting, just in case NetSurf is being used from two differe...Chris Young2013-10-121-5/+1
* Force usage of OS pointers for OS4.1, there's no reason to use custom ones now.Chris Young2013-10-121-0/+9
* Add proxy bypass optionChris Young2013-06-081-2/+25
* Don't read the state of gadgets which don't existChris Young2013-06-011-0/+2
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-6/+6
* fixup atari option namesVincent Sanders2013-05-281-1/+1
* fixup issues with new options API mergeVincent Sanders2013-05-281-14/+15
* fix mismatched option name and variable namesVincent Sanders2013-05-281-3/+3
* move options includeVincent Sanders2013-05-281-1/+1
* We are opening on a public screen, not a custom screen (even our own screen i...Chris Young2013-03-201-1/+1
* ifdef some code that will never work under AmigaOS <4.0mono/windom-guiChris Young2013-01-301-0/+10
* Add basic context-sensitive help.Chris Young2013-01-241-0/+11
* Disable compositing if simple refresh is enabled; set it back to "like WB" if...Chris Young2013-01-131-3/+6
* Track the mouse pointer on a per-window basisChris Young2013-01-061-7/+2
* Ensure the menu checked state remain in sync with realityChris Young2012-12-151-0/+2
* Add dither quality options to GUIChris Young2012-12-091-0/+21
* Add simple refresh option to GUIChris Young2012-12-091-0/+23
* Add font anti-aliasing option to GUIChris Young2012-12-091-35/+57
* Toggle the tab bar to the correct state if the option to always show it is ch...Chris Young2012-12-091-0/+6
* Add options for always showing tabbar and warning on closing multiple tabsChris Young2012-12-091-0/+30
* Move tabbed browsing options to new tabChris Young2012-12-091-28/+39
* These were allocated with c lib functions, not AllocVecChris Young2012-11-111-5/+5
* Fix options GUI cleanup (credit: Gazelle)Chris Young2012-11-111-5/+5
* Remove the fallback font options from the prefs GUI; it isn't really needed n...Chris Young2012-11-081-33/+1
* Fix crash when fallback font is not set and NetSurf was unable to find anythi...Chris Young2012-11-081-8/+8
* Include desktop/browser_private.h.Michael Drake2012-08-221-0/+1
* remove depth gadget, as doesn't let us select <256 colours anywayChris Young2012-08-071-1/+0
* display depth gadget on screenmode requesterChris Young2012-08-071-0/+1
* Allow <16-bit depth in options GUI tooChris Young2012-08-041-1/+1
* missing 'defined'Chris Young2012-07-281-2/+2
* Add a GUI option to enable/disable Javascript, if NetSurf is built with Javas...Chris Young2012-07-281-23/+51
* Add DoNotTrack to Amiga options GUIChris Young2012-05-201-15/+30
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-061-5/+29
* Reject non-scalable BulletAPI fontsChris Young2012-05-051-0/+6
* fix crashChris Young2012-05-011-1/+1
* Move user-specifics out of ResourcesChris Young2012-03-281-1/+1