summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Fix layout of standalone <br>.James Bursa2006-08-141-1/+1
* Use a minimum line height of 0 for inline containers which have no text.James Bursa2006-08-131-2/+16
* Layout absolutely positioned children of tables.James Bursa2006-07-231-0/+3
* Allow broken meta refresh commands (fix mail.google.com, bug 1522982)Richard Wilson2006-07-171-1/+10
* Check an object has a frame name before comparing.James Bursa2006-07-121-1/+2
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-5/+5
* Generate directory listings (fix 1397934)Richard Wilson2006-07-062-0/+141
* Ignore junk values (fix 1444336)Richard Wilson2006-07-051-9/+9
* Set correct message on TEXTPLAIN completion (fix 1484874)Richard Wilson2006-07-041-0/+1
* Fix submission of forms in embedded objects; resolve submission URL at John Mark Bell2006-07-032-8/+18
* 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
* Use case-insensitive strstr to match "stylesheet"John Mark Bell2006-07-021-2/+2
* Implement knockout rendering (controlled by 'knockout_rendering' option or Ct...Richard Wilson2006-07-011-2/+14
* 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
* 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
* Fix float placement when it's an exact fit for the width availableJohn Mark Bell2006-06-281-1/+1
* 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 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
* Fix rendering of float children of a hidden box. Render box absolute children.James Bursa2006-06-251-24/+63
* Changes to struct box for absolute positioning.James Bursa2006-06-212-0/+42
* Report fetching of 1 object/stylesheet correctly in status barAdrian Lees2006-05-291-5/+12
* Fix box_at_point() for certain cases involving floats (solves unclickable lin...James Bursa2006-05-241-17/+23
* Fix float positions after a block with a specified height.James Bursa2006-05-071-0/+7
* Move word that doesn't fit next to float below float correctly (fixes crash o...James Bursa2006-04-091-24/+38
* Remove incorrect comment.James Bursa2006-04-091-1/+0
* [project @ 2006-04-06 23:03:32 by rjw]Richard Wilson2006-04-061-4/+4
* [project @ 2006-04-04 10:56:21 by dsilvers]Daniel Silverstone2006-04-043-8/+33
* [project @ 2006-04-04 10:55:47 by dsilvers]Daniel Silverstone2006-04-041-1/+3
* [project @ 2006-03-27 01:04:56 by jmb]John Mark Bell2006-03-271-0/+15
* [project @ 2006-03-26 23:52:22 by dsilvers]Daniel Silverstone2006-03-261-0/+11
* [project @ 2006-03-26 23:05:08 by dsilvers]Daniel Silverstone2006-03-261-4/+2
* [project @ 2006-03-26 22:43:22 by dsilvers]Daniel Silverstone2006-03-261-2/+10
* [project @ 2006-03-26 21:41:18 by bursa]James Bursa2006-03-261-2/+9
* [project @ 2006-03-26 19:59:15 by bursa]James Bursa2006-03-261-2/+2
* [project @ 2006-03-26 05:46:21 by adrianl]Adrian Lees2006-03-261-3/+3
* [project @ 2006-03-26 04:48:45 by adrianl]Adrian Lees2006-03-261-27/+146
* [project @ 2006-03-25 08:53:32 by adrianl]Adrian Lees2006-03-251-7/+46
* [project @ 2006-03-22 03:56:44 by adrianl]Adrian Lees2006-03-221-1/+4
* [project @ 2006-03-22 01:06:05 by rjek]Rob Kendrick2006-03-221-12/+23