summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure that inline end boxes get the correct height.Michael Drake2009-08-071-0/+1
* Slightly more useful vertical alignment.Michael Drake2009-08-071-3/+21
* Port to modified libcss API.John Mark Bell2009-08-021-28/+28
* Prevent negative calculated width of replaced inlines in layout_minmax_line().John Mark Bell2009-08-011-1/+3
* Fix potential crash when inline replaced elements have percentage width.John Mark Bell2009-07-271-0/+2
* Simplify line-height calculation, deferring to nscss_len2px.John Mark Bell2009-07-251-18/+3
* Don't attempt to basline-align non text related inlines.Michael Drake2009-07-241-134/+135
* Better way of aligning text baselines. Move boxes down to align 0.75 point in...James Bursa2009-07-231-2/+3
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-617/+941
* Set height of all text boxes in a line to the height of the highest one. This...James Bursa2009-07-231-2/+11
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-16/+35
* Positioned elements are taken out of normal flow, so don't let them affect mi...Michael Drake2009-07-131-0/+11
* Fix assert when replaced element has display:table;.Michael Drake2009-06-241-2/+4
* Don't need height of css positioned boxes when laying out boxes in normal flow.Michael Drake2009-05-301-5/+1
* When computing relative offset values for floats, use block formatting contex...Michael Drake2009-05-281-2/+11
* Reorganise some conditions and only try to deal with min-height and max-heigh...Michael Drake2009-05-281-21/+33
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-0/+1
* Make layout_apply_minmax_height assert if it's called with a box that shouldn...Michael Drake2009-05-271-1/+2
* Pedantic wrap.Michael Drake2009-05-271-1/+2
* Remove a couple of superfluous conditions.Michael Drake2009-05-271-4/+4
* Remove dead assignmentMichael Drake2009-05-271-2/+0
* Handle percentage table heights. Spare height is still not distributed over c...Michael Drake2009-05-081-10/+52
* Fix viewport height handling not to obliterate calculationMichael Drake2009-05-071-29/+42
* Make layout_block_context() private.Michael Drake2009-05-061-0/+1
* Move special casing of form element dimensions out into separate helper funct...Michael Drake2009-05-061-61/+62
* Make form elements with specified sizes include paddings and borders in their...Michael Drake2009-05-011-48/+133
* Move handling of TR height attribute from box construction to layout and add ...Michael Drake2009-04-281-0/+9
* If we calculate the height of the root box to be AUTO, set it to the viewport...John Mark Bell2009-04-171-0/+2
* Update some comments.Michael Drake2009-04-151-1/+14
* 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