summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NetSurf URL.Michael Drake2007-04-201-1/+1
* Fix null pointer use when a content with no title is in the local history (hi...James Bursa2007-04-181-17/+35
* Fix casts in parameter to gdk_window_raise().James Bursa2007-04-181-3/+3
* Don't block new windows for Adjust-click on target='_blank' links.Richard Wilson2007-04-081-1/+4
* Revert last changeJohn Mark Bell2007-04-072-2/+0
* Add loggingJohn Mark Bell2007-04-072-0/+2
* nsgtk warning squashesRob Kendrick2007-04-071-4/+5
* Fix return value checkJohn Mark Bell2007-04-071-4/+4
* Open window targets with a new name in a new window. Fix handling of Adjust-c...Richard Wilson2007-04-074-46/+68
* Remove redundant close window calls.Richard Wilson2007-04-073-3/+0
* Set minimum META refresh delay to 1sRichard Wilson2007-04-071-0/+5
* Construct cookies treeview correctly (fixes 1675328)John Mark Bell2007-04-071-7/+5
* Silence noisy loggingJohn Mark Bell2007-04-071-15/+8
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-072-3/+3
* Add loggingJohn Mark Bell2007-04-071-2/+20
* Object sizes do not apply when calculating the extent of descendent John Mark Bell2007-04-071-11/+0
* Fix embedded object + display: none; crash (1695751) (c.f r3236)John Mark Bell2007-04-061-17/+32
* Support insertion into textbox after optional trailing space.John Mark Bell2007-04-061-11/+25
* Squash access to freed memory.John Mark Bell2007-04-061-5/+5
* Squash memory leakJohn Mark Bell2007-04-051-9/+12
* Recognise <image> as a synonym for <img> (fixes 1692426)John Mark Bell2007-04-011-0/+2
* Lose duplicate entryJohn Mark Bell2007-04-011-1/+0
* Deal with more ways in which meta refresh URLs can be invalid.John Mark Bell2007-04-011-14/+23
* Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)John Mark Bell2007-03-283-25/+37
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-264-63/+94
* Call close function for submenu windows.Richard Wilson2007-03-263-4/+25
* Call close functions when automatically closing child windows and when automa...Richard Wilson2007-03-262-3/+10
* Minor tidyingJohn Mark Bell2007-03-251-9/+2
* Fix assertion when table has negative mbp (1579981)John Mark Bell2007-03-251-0/+4
* Fix handling of scrollbar addition to blocks which have height/width == John Mark Bell2007-03-241-19/+41
* Fix FP exception when right-aligned tables with margin: auto are nested John Mark Bell2007-03-241-0/+5
* Fix crash on WWW-Authenticate header with no realm (1686714)John Mark Bell2007-03-231-11/+14
* Make <object> attribute handling more spec compliantJohn Mark Bell2007-03-221-10/+31
* Fix invalidation of unwanted contents.John Mark Bell2007-03-192-1/+23
* Lose noisy loggingJohn Mark Bell2007-03-182-4/+3
* Ensure content structures are zero initialised.John Mark Bell2007-03-182-6/+9
* Ensure content owners check that they are still interested in a content John Mark Bell2007-03-183-13/+42
* Improve debug output so that content usage may be tracedJohn Mark Bell2007-03-181-9/+17
* Handle redirects with partial bodies.John Mark Bell2007-03-181-0/+8
* Fix pasting into writables via IcnClipBrd (fixes 1582072)John Mark Bell2007-03-171-3/+3
* Default form field maxlength to UINT_MAX (fixes 1620540)John Mark Bell2007-03-112-2/+3
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-1111-26/+31
* Transliterate form submissions (requires an iconv implementation that John Mark Bell2007-03-112-27/+12
* Apply Darren Salt's keypress callbacl claiming patch, with addition of doc co...Rob Kendrick2007-03-062-31/+43
* Apply Darren Salt's patch to implement Open Location/Ctrl-L in nsgtkRob Kendrick2007-03-062-1/+12
* Reformat and apply Darren Salt's scrollwheel and keyboard scrolling patch, al...Rob Kendrick2007-03-062-4/+121
* Stop iframe contents from appearing in global history. Fix by JMB.Michael Drake2007-03-061-1/+1
* Add mention of libmng-dev dependancyRob Kendrick2007-03-061-1/+2
* Position new folders correctly for global history (fix 1547523)Richard Wilson2007-03-031-2/+7
* Implement keyboard scrolling for tree views.Richard Wilson2007-03-031-1/+69