summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Everything else, including any content of the URL bar which hasn't just been entered by the user, is assumed to be in ASCII. NB: The exception is the ARexx OPEN command. This is because NetSurf uses the ARexx port and this command internally when multiple instances are opened. file: addresses typed into the address bar containing non-ASCII characters will probably no loger work, but it is expected that under normal circumstances, users will either drag'n'drop files or use Project=>Open. If it becomes an issue I will work around it at a later date.
* 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
| | | | Older versions have a dangerous bug which manifests itself as a deadlock or a crash.
* Use LIB_IS_AT_LEAST macroChris Young2013-10-131-1/+1
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-2/+2
| | | | where it is not necessary.
* Don't change the setting, just in case NetSurf is being used from two ↵Chris Young2013-10-121-5/+1
| | | | different OS installs on the same computer.
* 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
| | | | Rename use_pubscreen to make it clearer what the option is for
* 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
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-281-1/+1
|
* We are opening on a public screen, not a custom screen (even our own screen ↵Chris Young2013-03-201-1/+1
| | | | is a public screen)
* 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" ↵Chris Young2013-01-131-3/+6
| | | | if simple refresh is disabled.
* 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 ↵Chris Young2012-12-091-0/+6
| | | | changed and only one tab is currently open
* 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 ↵Chris Young2012-11-081-33/+1
| | | | now we have the font scanner and any advanced tweaking needs to be actioned through the Choices file anyway (the GUI would need a lot of work to add all the new options)
* Fix crash when fallback font is not set and NetSurf was unable to find ↵Chris Young2012-11-081-8/+8
| | | | anything suitable on startup.
* 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 ↵Chris Young2012-07-281-23/+51
| | | | Javascript support.
* Add DoNotTrack to Amiga options GUIChris Young2012-05-201-15/+30
| | | | svn path=/trunk/netsurf/; revision=13929
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-061-5/+29
| | | | svn path=/trunk/netsurf/; revision=13908
* Reject non-scalable BulletAPI fontsChris Young2012-05-051-0/+6
| | | | svn path=/trunk/netsurf/; revision=13906
* fix crashChris Young2012-05-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=13900
* Move user-specifics out of ResourcesChris Young2012-03-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13768
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-181/+240
| | | | svn path=/trunk/netsurf/; revision=13548
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12928
* If the prefs window is already open ad Edit Prefs is called from the menu, ↵Chris Young2011-09-131-0/+7
| | | | | | | | bring the already-opened prefs window to the front and make it active. svn path=/trunk/netsurf/; revision=12792
* Change option to get accepted languages from Locale into a checkbox so it ↵Chris Young2011-09-111-7/+21
| | | | | | | | updates at startup svn path=/trunk/netsurf/; revision=12787
* Swap position of context menu and behaviour optionsChris Young2011-09-061-34/+34
| | | | svn path=/trunk/netsurf/; revision=12760
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to ↵Chris Young2011-09-021-18/+0
| | | | | | | | | | initiate an Intuition or Input deadlock. Re-enable context menus as they are now safe. Remove sticky context menus option as this can be set in GUI prefs as a global option. svn path=/trunk/netsurf/; revision=12698