summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
Commit message (Expand)AuthorAgeFilesLines
* Move everything else over to using the class pointers.Chris Young2015-01-261-196/+194
* Add missing headersChris Young2015-01-201-0/+1
* Fixup gui_options.c for OS3Chris Young2015-01-181-2/+3
* Should be able to switch to public bw header now.Michael Drake2014-11-211-1/+1
* Use browser_window_get_url, instead of fishing content out of bw and getting ...Michael Drake2014-11-211-1/+1
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-1/+1
* Replace curbw (current browser_window, used mostly for ARexx support) with cu...Chris Young2014-11-161-3/+3
* Fix warningsChris Young2014-11-091-2/+3
* Don't crash if download dir not setChris Young2014-11-041-1/+2
* If the initial download dir is changed, update requesters immediately to use ...Chris Young2014-10-281-1/+5
* 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