summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check for calloc() failingRob Kendrick2008-03-051-0/+3
* Use curl_free() when freeing data: URLs that are URL-encoded instead of using...Rob Kendrick2008-03-051-1/+4
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-057-2/+730
* Tidy up the DEP stuff a bitDaniel Silverstone2008-03-051-12/+10
* Centered tables are a special case.Michael Drake2008-03-051-1/+15
* Squash warnings differently.Michael Drake2008-03-031-4/+3
* Squash two warnings.Michael Drake2008-03-031-2/+3
* Add testcase for non-fqdn -- already passes, but may as well keep it for regr...John Mark Bell2008-03-031-6/+24
* Squash warning.Michael Drake2008-03-011-1/+1
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-295-13/+45
* Fix align attributes on TABLE etc being overridden in the table's cells by th...Michael Drake2008-02-281-4/+15
* Mark old contents as stale if a conditional request succeeded so they'll be f...John Mark Bell2008-02-271-0/+19
* Explicitly mark error pages as non-fresh so they'll get purged from the cache...John Mark Bell2008-02-271-0/+4
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-273-3/+21
* Don't meddle with blockquote's margins.Michael Drake2008-02-261-2/+3
* SignednessWarnings.squash()John Mark Bell2008-02-2514-125/+158
* s/FALSE/false/gJohn Mark Bell2008-02-251-34/+34
* Improve handling of HTML attributes / markup:Michael Drake2008-02-255-251/+554
* Set default max fetchers per host option to 2.Michael Drake2008-02-251-1/+1
* Also flag box as invisible so it'll have no effect on layoutJohn Mark Bell2008-02-251-0/+1
* Ignore spurious top-level framesets correctly (previously declared memory exh...John Mark Bell2008-02-251-1/+5
* For form gadgets, specified percentage width is inclusive of margin, border a...Michael Drake2008-02-171-9/+23
* Update SSL certificates to the latest Mozilla certificates using curl/lib/mk-...James Bursa2008-02-141-2363/+2608
* Tweak select element style.Michael Drake2008-02-111-1/+2
* Select element width is width of longest option text.Michael Drake2008-02-112-9/+61
* Make GIF decoding work correctly on big-endian (colors were wrong).James Bursa2008-02-101-4/+5
* Reinstate WARNFLAGSJohn Mark Bell2008-02-091-5/+7
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-072-4/+20
* Move SVG code into a new library, libsvgtiny.James Bursa2008-02-033-867/+61
* Fix makefile and RISC OS !Run file.Michael Drake2008-02-032-19/+19
* Improve float positioning.Michael Drake2008-02-033-20/+20
* Stop the repeating LEMON/DEP for the CSS parser with Makefile.unixDaniel Silverstone2008-02-031-0/+4
* Silence noisy loggingJohn Mark Bell2008-02-031-2/+2
* Include string.h. Thanks to joty.Michael Drake2008-02-031-0/+1
* Turn debug output off again. Remove extraneous include.Michael Drake2008-02-031-2/+1
* Ensure min line length takes into account margins, borders and paddings of ob...Michael Drake2008-02-031-2/+7
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-039-47/+118
* Remove dubious default CSS rule.Michael Drake2008-02-021-1/+0
* Ensure button style is the same as input type=button.Michael Drake2008-02-021-1/+1
* Treat font tag relative sizes of +/- >1 the same as one.Michael Drake2008-02-021-2/+4
* Update GTK form style.Michael Drake2008-02-021-2/+2
* Remove unnecessary #ifdef riscosJohn Mark Bell2008-02-021-2/+0
* Fix GTK build.Michael Drake2008-02-021-1/+1
* Make text input boxes with height:auto; and no initial value get a sensible h...Michael Drake2008-02-024-58/+49
* Add function to dump working stylesheetsJohn Mark Bell2008-01-311-0/+22
* Revert last change because it made the tracker almost unusable.Michael Drake2008-01-301-4/+2
* Make core fetching code handle verifiability of transactionsJohn Mark Bell2008-01-304-31/+95
* Support SUP and SUB tags with relative position in default CSS file.Michael Drake2008-01-301-2/+4
* Ensure plq is terminated when looking for an URL path.John Mark Bell2008-01-302-2/+19
* Stop min gif delay option growing every time choices are saved on nsgtk. Use ...Michael Drake2008-01-291-2/+2