summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add an option to open new tabs next to the current tab. Needs some ↵Chris Young2011-07-021-2/+17
| | | | | | | | | additional logic as opening multiple tabs results in the new tabs being in reverse order to that expected. svn path=/trunk/netsurf/; revision=12559
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-021-4/+37
| | | | svn path=/trunk/netsurf/; revision=12269
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-011-3/+0
| | | | svn path=/trunk/netsurf/; revision=12267
* Enable the ask overwrite checkbox so it can actually be changed, correct the ↵Chris Young2011-03-261-13/+14
| | | | | | | | | gadget ID so it works and swap clipboard and search bar options as it makes the interface look neater svn path=/trunk/netsurf/; revision=12139
* Implement ask overwriteChris Young2011-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12135
* Remove "search from url bar" as it doesn't do anything.Chris Young2011-03-251-40/+30
| | | | | | Move clipboard group into vacated space svn path=/trunk/netsurf/; revision=12132
* Add "use blank page" button for homepage urlChris Young2011-03-041-3/+21
| | | | | | Add close gadget to window (operates as cancel) svn path=/trunk/netsurf/; revision=11909
* Use base type for gfxbaseChris Young2011-01-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=11249
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=10922
* Amiga font code revamped and fixed. Will now fall back to a different font ↵Chris Young2010-05-061-1/+27
| | | | | | | | | | | if the character isn't present in the current one, this needs a complete or near-complete Unicode font in order to be useful - Code2000 and Bitstream Cyberbit are auto-detected by NetSurf on startup if none is configured. Japanese websites now display correctly, along with Japanese characters within Google UK search results etc. svn path=/trunk/netsurf/; revision=10551
* Remove Export tab properly when building without HaruChris Young2010-05-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=10545
* Update fonts immediately after requester use/saveChris Young2010-04-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=10511
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-251-1/+3
| | | | svn path=/trunk/netsurf/; revision=10480
* Fix broken event handling.Chris Young2010-04-091-2/+1
| | | | | | | Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332
* Changes required for new-cacheChris Young2010-03-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=10186