summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused line_height stuff for now.Michael Drake2009-02-021-17/+3
* Fix clear:both; when there's nothing to clear.Michael Drake2009-02-021-6/+10
* Hubbub allows FONT tags to span blocks and the way thatMichael Drake2009-01-311-1/+1
* Make inline boxes store the height of their line box and include in box tree ...Michael Drake2009-01-311-2/+18
* Only get top margin if box has style.Michael Drake2009-01-291-14/+4
* Include top margin when finding sides for block formatting contexts.Michael Drake2009-01-291-7/+27
* Once a float has been placed below current line,Michael Drake2009-01-271-5/+9
* Fix specified table widths to include border. Tidy block formatting context a...Michael Drake2009-01-261-8/+26
* Fix -ve margins.Michael Drake2009-01-261-2/+2
* More robust float avoidance for blocks set as block formatting contexts.Michael Drake2009-01-261-44/+75
* Ignore clear:left; when the only floats are on the right and vice versa.Michael Drake2009-01-221-2/+4
* Handle clear before working out available width for tables and blocks that ca...Michael Drake2009-01-221-10/+12
* Fix placement of tables in normal flow next to floats. This stops big blank g...Michael Drake2009-01-211-1/+12
* Fix positioning of floats that come after floats with negative margins.Michael Drake2009-01-201-4/+8
* Block formatting context width is only reduced due to floats if width is auto.Michael Drake2009-01-191-20/+26
* Make blocks which establish a new block formatting context use have the corre...Michael Drake2009-01-181-0/+17
* Rewrite inline rendering. Fixes issues with borders,Michael Drake2008-12-211-2/+5
* Take into account variations in text line height due to styled inlines when l...Michael Drake2008-10-161-0/+2
* Implement percentage min/max-height.Michael Drake2008-10-131-7/+65
* Finish 80 char widthing.Michael Drake2008-10-131-48/+48
* Tidy up where spaces were used for indentation.Michael Drake2008-10-131-10/+14
* Fix float percentage heights to match other browsers: for floated elements th...Michael Drake2008-10-131-1/+16
* Set float_container before float layout. Fixes percentage height on floated e...Michael Drake2008-10-121-1/+1
* Better commenting of percentage height stuff.Michael Drake2008-10-121-3/+7
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-121-24/+67
* Use style guide switch formatting all over.Michael Drake2008-10-121-194/+192
* Fix block level replaced element height regression.Michael Drake2008-09-281-1/+1
* Also remember to apply min/max-width on floats without auto width.Michael Drake2008-09-271-0/+2
* Implement min-width and max-width properties for non-replaced elements. Parti...Michael Drake2008-09-271-78/+200
* C89François Revel2008-09-251-1/+1
* Fix for children of a containing block not being placed with respect to the c...Michael Drake2008-09-231-2/+2
* Ignore clear property on floats when there are no floats to clear.Michael Drake2008-09-221-5/+11
* Fix for positioning of inlines when a float is forced below them.Michael Drake2008-09-221-2/+0
* Fix relative positioning to affect position of descendant floats which are in...Michael Drake2008-09-211-8/+58
* Fix floated radio buttons and checkboxes.Michael Drake2008-09-201-0/+24
* Add param comments to layout_block_find_dimensions.Michael Drake2008-09-071-0/+4
* Possibly fix BeOS / AmigaOS layout assert on line 190 for particular pages.Michael Drake2008-08-241-2/+2
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-2/+0
* C89François Revel2008-08-081-3/+3
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-281-0/+1
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-36/+56
* Fix comment typo.Michael Drake2008-07-111-1/+1
* Fix top margin of boxes with a non-visible overflow type.Michael Drake2008-06-301-0/+3
* Add param and return details to layout_solve_width() comment.Michael Drake2008-06-101-0/+10
* Establish a new block formatting context for blocks with non-visisble overflo...Michael Drake2008-06-061-0/+33
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-1/+0
* Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox ...Michael Drake2008-04-251-4/+9
* Change handling of form element widths / heights.Michael Drake2008-04-251-12/+57
* Make floats that follow a cleared float heed the clear. Fixes position of sea...Michael Drake2008-04-231-4/+15
* Fix absolute positioning when there's a float between the box and its contain...Michael Drake2008-04-211-1/+22