summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixup per reviewJohn Mark Bell2010-03-282-75/+23
* Fix for new-cacheChris Young2010-03-281-3/+8
* Avoid failing completely if gui_window is NULLChris Young2010-03-281-4/+3
* Remove unnecessary assignment.Michael Drake2010-03-281-1/+0
* Pass mouse buttons to core correctly.Michael Drake2010-03-281-12/+21
* Only obey size property on input elements that are either text or password. ...Rob Kendrick2010-03-281-0/+4
* Allow us to cache foo?bar when it explicitly allows it. as per rfc2616 13.9Daniel Silverstone2010-03-281-8/+15
* Allow NetSurf to be opened from the CLI without a URL specified.Chris Young2010-03-281-4/+13
* Ensure that finished redirection objects in llcache do not get found by subse...Daniel Silverstone2010-03-281-1/+6
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-285-83/+82
* Changes required for new-cacheChris Young2010-03-2824-178/+205
* Remove redundant fetch_poll callDaniel Silverstone2010-03-281-1/+0
* Do not assert when the only thing of interest is a body box. Status string c...Rob Kendrick2010-03-281-2/+3
* Remove fetchcache.[ch]Daniel Silverstone2010-03-285-1386/+0
* Adjust alignment and padding of toolbar. All this toolbar code needs throwin...Rob Kendrick2010-03-281-2/+6
* Ensure we honour html_fetch_object's API properly regarding NOMEM behaviourDaniel Silverstone2010-03-281-19/+18
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-28106-2887/+6574
* Call the toolbar sensitivity update function when changing sensitivity of too...Rob Kendrick2010-03-281-0/+2
* Remove empty tab labels from glade files; removes GTK assertions on startup. ...Rob Kendrick2010-03-281-703/+396
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-277-3247/+5606
* Stop javascript: links being passed to launch-handlerChris Young2010-03-251-1/+2
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
* Updated translation from Samir HawamdehChris Young2010-03-231-100/+99
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
* Factor Amiga theme-related code out to a new file. This includes all throbbe...Chris Young2010-03-236-448/+547
* Add missing string. Thanks to Samir Hawamdeh for the report.Chris Young2010-03-225-0/+5
* Fix crash when attempting to open context menu in a browser_window with no co...Chris Young2010-03-211-1/+4
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-218-34/+134
* Updated translation from Samir HawamdehChris Young2010-03-181-5/+4
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-173-7/+18
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-176-7/+49
* Local history URL HelpHints (will show on OS4.1u1 and newer only)Chris Young2010-03-171-1/+17
* Help hints, mainly for the tabs but also massage messages strings HelpToolbar...Chris Young2010-03-164-19/+86
* Remove caret when window is inactive, re-add when window becomes active again.Chris Young2010-03-152-0/+8
* Remove caret while "fast scrolling" to prevent caret-trails over the display.Chris Young2010-03-151-0/+8
* Clean up, rename, and split out some new functions. Remove unused code.James Bursa2010-03-152-278/+307
* Exclude about: as that will never be handled externally and some sites useChris Young2010-03-141-8/+12
* Fix character offset, which was one character left of where the user clicked ...Chris Young2010-03-141-2/+3
* Only draw search favicon on normal browser windowsChris Young2010-03-141-1/+2
* Only run the scheduler on null poll events.John Mark Bell2010-03-102-7/+41
* Pass all unknown URLs to launch-handler/OpenURL.Chris Young2010-03-071-15/+12
* Set file comment to URL *after* closing the file. This resolves the problem ...Chris Young2010-03-061-3/+3
* Fix compilationChris Young2010-02-221-3/+3
* Attempt fix for OS4.0Chris Young2010-02-211-3/+7
* Accomodate for antique versions of libpng (as found with the BeOS R5 devkit),...François Revel2010-02-171-0/+11
* Try to avoid the tab switching if closing a tab other than the current one (d...Chris Young2010-02-142-14/+23
* Sync button images with Windows versionChris Young2010-02-1416-5/+5
* Add an Add Tab button.Chris Young2010-02-144-12/+65
* New window/tab now opens a blank window/tab rather than one showing the curre...Chris Young2010-02-142-8/+10