summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix failing window update for large extents.Richard Wilson2007-03-031-1/+19
* Correctly calculate maximised frame heights (fix 1644216)Richard Wilson2007-03-033-3/+20
* Ignore common GIF screen size errors (fix 1650225)Richard Wilson2007-03-031-6/+6
* Dynamically update scale view (implement 1556975) and prevent double redraws.Richard Wilson2007-03-035-26/+31
* Ensure multipart/form-data submissions are in the correct charset. John Mark Bell2007-02-261-70/+110
* Ensure handle options are reset appropriately (fixes 1668354)John Mark Bell2007-02-251-3/+17
* Fix nsgtk bitmap code warningsRob Kendrick2007-02-231-2/+2
* Fix RING_FINDBYHOST to actually find things. jmb found the bug, I verified hi...Daniel Silverstone2007-02-221-2/+5
* Fix debug build.John Mark Bell2007-02-212-8/+7
* Correct SharedUnixLibrary version number. Thanks to Richard Mellish.Michael Drake2007-02-201-2/+2
* Fix handling of % signs in textarea initial value. (Fixes 1617123)John Mark Bell2007-02-111-1/+1
* Bring percent-encoding closer to what other browsers do.John Mark Bell2007-02-111-8/+13
* Fix stupidityJohn Mark Bell2007-02-111-0/+2
* Rewrite utf8_[to,from]_local_encoding to not have arbitrary limit in the John Mark Bell2007-02-111-111/+96
* Reparse entire document if meta charset resulting in changed document John Mark Bell2007-02-101-14/+48
* Work around libxml oddness in allowing document meta encoding to John Mark Bell2007-02-101-0/+20
* Another warning squash in gtk/Rob Kendrick2007-02-101-0/+1
* Fix almost all warnings in gtk/Rob Kendrick2007-02-107-51/+14
* Add default icon for nsgtk windows, tidy default locations for resources a li...Rob Kendrick2007-02-102-5/+325
* Misc nsgtk window improvements, smaller shipped NetSurf logoRob Kendrick2007-02-092-24/+51
* Remove optimisation settings accidentally checked in. I will examine my diff...Rob Kendrick2007-02-061-1/+1
* Reduce warnings caused by GTK and XML2 library headersRob Kendrick2007-02-061-2/+5
* Make makefile delete nsgtk binary on cleanRob Kendrick2007-02-061-1/+2
* Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-G...Rob Kendrick2007-02-062-2/+36
* Remove .cvsignore files, and replicate functionality with svn:ignore attributesRob Kendrick2007-02-042-9/+0
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-029-40/+61
* Fix more off-by-ones in nsgtk's image plotting and clipping. AFAICT, this is...Rob Kendrick2007-02-021-7/+5
* Fix off-by-one in nsgtk image plotter that resulted in all images being subje...Rob Kendrick2007-02-021-1/+1