summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-243-237/+224
* Strip day names from date strings before parsing; these are too variable John Mark Bell2006-06-241-1/+26
* Add workaround to bug in Pinboard not displaying some windows when iconisedRob Kendrick2006-06-231-0/+9
* Changes to struct box for absolute positioning.James Bursa2006-06-212-0/+42
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-204-35/+51
* Localise configure icon strings when appropriate.John Mark Bell2006-06-207-341/+494
* Remove assertion of invalid assumption (fixes #1509118)John Mark Bell2006-06-201-2/+2
* Make cookie file parser more strict (cookies with spaces in the value John Mark Bell2006-06-201-56/+52
* Fix handling of broken Expires avpairsJohn Mark Bell2006-06-191-5/+41
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-197-10/+1063
* Make URL completion ignore unvisited URLsJohn Mark Bell2006-06-151-2/+8
* Fix handling of hosts with no paths attached (fixes #1505891)John Mark Bell2006-06-151-7/+17