summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant log statementsRichard Wilson2006-07-031-6/+0
* Implement component-wise URL comparisonJohn Mark Bell2006-07-023-1/+73
* Ensure that layout of absolute children is carried out after the height is kn...James Bursa2006-07-021-15/+10
* Add missing file.Richard Wilson2006-07-021-4/+2
* Disable debugging.Richard Wilson2006-07-021-1/+1
* Re-instate the knockout renderers after a nested flush(). Make so knockout re...Richard Wilson2006-07-024-10/+6
* Allow nested calls to knockout rendering (stops iframes from flushing the cur...Richard Wilson2006-07-021-15/+42
* Ensure all plots are bounding boxes are correctly clipped. Handle non-repeati...Richard Wilson2006-07-021-35/+89
* Use case-insensitive strstr to match "stylesheet"John Mark Bell2006-07-023-2/+24
* Totally knock out boxes as early into the tree as possible to improve efficie...Richard Wilson2006-07-021-19/+27
* Move array definitions for GCC4Richard Wilson2006-07-021-16/+16
* Make url_plq ensure url_get_components found a pathJohn Mark Bell2006-07-011-25/+30
* Fix conversion of URLs beginning "file://". Additionally, John Mark Bell2006-07-011-6/+2
* Relax domain matching to allow host a.com to match .a.comJohn Mark Bell2006-07-011-2/+12
* Don't assume tiled plotting will cover the entire clipping region.Richard Wilson2006-07-011-3/+14
* Implement knockout rendering (controlled by 'knockout_rendering' option or Ct...Richard Wilson2006-07-017-3/+808
* Stop possible pollution of the cache.Richard Wilson2006-06-301-8/+16
* Ensure containing block has valid height for positioning absolute childrenJohn Mark Bell2006-06-291-0/+14
* Ignore alternate stylesheetsJohn Mark Bell2006-06-291-0/+4
* Fix crash when url_* failsJohn Mark Bell2006-06-291-12/+20
* Handle transparent borders correctly when plottingJohn Mark Bell2006-06-291-6/+9
* Link rel attribute may be a space separated list, take account of this John Mark Bell2006-06-291-2/+2
* Fix clipping of page background if body shorter than window heightJohn Mark Bell2006-06-291-6/+7
* Properly take account of padding on containing block.John Mark Bell2006-06-291-9/+22
* Position specifiers are relative to containing block's padding edge for John Mark Bell2006-06-291-0/+20
* Fix previous commit; it failed to make available_width include mbp such John Mark Bell2006-06-291-11/+5
* Compensate for box->{min_width,max_width} including mbp when John Mark Bell2006-06-291-0/+12
* Only accept cookies from cookie-enabled transactionsJohn Mark Bell2006-06-291-1/+2
* Only check caret position for writable icons.Richard Wilson2006-06-281-28/+40
* Handle memory exhaustion better.Richard Wilson2006-06-281-9/+10
* Trivial warning fix in GTK GUIRob Kendrick2006-06-281-1/+1
* Rewrite url_join to RFC 3986 compliance, and without the use of regular expre...Richard Wilson2006-06-281-257/+296
* Fix float placement when it's an exact fit for the width availableJohn Mark Bell2006-06-281-1/+1
* Fix background: parsing & lose potential memory leakJohn Mark Bell2006-06-281-3/+9
* Dump RUfl family list if Homerton isn't foundJohn Mark Bell2006-06-281-1/+6
* Fix URL joining for fragments.Richard Wilson2006-06-271-5/+5
* Added calls to urldb to load and save the cookie jar at init and exitRob Kendrick2006-06-271-0/+3
* Massively optimise common URL functions. This should (a) drastically reduce t...Richard Wilson2006-06-271-238/+321
* Don't use a regexp to extract scheme name.Richard Wilson2006-06-271-30/+38
* Remove clean_cookiejar; it's been redundant for yearsJohn Mark Bell2006-06-272-78/+0
* Relative positioning for absolutely positioned boxesJohn Mark Bell2006-06-261-0/+34
* Box x,y coordinates are of padding edge relative to parent; John Mark Bell2006-06-261-2/+2
* Make box_at_point detection consider absolute children tooJohn Mark Bell2006-06-261-2/+11
* Fix textarea crashesJohn Mark Bell2006-06-261-0/+3
* Fix calculation of right margin in case where margin right is autoJohn Mark Bell2006-06-261-5/+14
* Implement absolute positioning.James Bursa2006-06-263-234/+638
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-264-14/+1326
* Fix rendering of float children of a hidden box. Render box absolute children.James Bursa2006-06-251-24/+63
* Lose compiler warningsJohn Mark Bell2006-06-251-2/+3
* Fix typo in Pinboard workaround (stops it being overly zealous)Rob Kendrick2006-06-241-1/+1