summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the ability to stay in memory if all windows are closed. This and ...Chris Young2009-10-031-1/+0
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-291-28/+62
* Add missing code to apply the fetcher settingsChris Young2009-08-181-0/+77
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+2
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-121-1/+9
* Don't make the global bitmap a friend of the screen bitmap, instead allocate ...Chris Young2009-07-051-1/+1
* Re-enable the Use OS Pointers option as I have fixed the crash.Chris Young2009-06-301-1/+0
* Don't update screen ModeID if it is 0, as it gets written in a format which N...Chris Young2009-06-271-3/+6
* Completed Amiga preferences GUI.Chris Young2009-06-271-134/+211
* Convert group and other label strings also to local charset. Free all the st...Chris Young2009-06-271-32/+120
* Export tab doneChris Young2009-06-261-1/+157
* Advanced tab all workingChris Young2009-06-261-1/+43
* Layout of Advanced tab done, does not set values or act on gadget clicksChris Young2009-06-251-0/+77
* Disable the anim speed gadget if anims themselves are disabled. Also disable...Chris Young2009-06-251-3/+18
* Cache tab done, missing history option added to the General tab.Chris Young2009-06-251-0/+65
* Fix the disappearing radio buttons. I don't know why this suddenly stopped w...Chris Young2009-06-241-1/+1