summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-181/+240
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
* If the prefs window is already open ad Edit Prefs is called from the menu, br...Chris Young2011-09-131-0/+7
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-111-7/+21
* Swap position of context menu and behaviour optionsChris Young2011-09-061-34/+34
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to in...Chris Young2011-09-021-18/+0
* Add an option to open new tabs next to the current tab. Needs some additiona...Chris Young2011-07-021-2/+17
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-021-4/+37
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-011-3/+0
* Enable the ask overwrite checkbox so it can actually be changed, correct the ...Chris Young2011-03-261-13/+14
* Implement ask overwriteChris Young2011-03-261-1/+1
* Remove "search from url bar" as it doesn't do anything.Chris Young2011-03-251-40/+30
* Add "use blank page" button for homepage urlChris Young2011-03-041-3/+21
* Use base type for gfxbaseChris Young2011-01-071-1/+2
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-0/+1
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-061-1/+27
* Remove Export tab properly when building without HaruChris Young2010-05-031-0/+4
* Update fonts immediately after requester use/saveChris Young2010-04-281-0/+3
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-251-1/+3
* Fix broken event handling.Chris Young2010-04-091-2/+1
* Changes required for new-cacheChris Young2010-03-281-2/+2
* Fix new warnings. Not sure if I should be declaring all the gadgets as Objec...Chris Young2010-02-131-158/+157
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-251-3/+11
* It helps to allocate enough memory for 40 LONGs, and that memory needs to be ...Chris Young2009-12-231-4/+4
* Search and a couple of other new optionsChris Young2009-12-231-19/+130