summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-54/+64
* Revert float ordering optimisation (r9846) due to effect on stacking order.Michael Drake2010-01-201-37/+3
* Order containing block's list of floats in descending order of the y-position...Michael Drake2010-01-171-3/+37
* When placing floats below, keep track of y-position, for future floats in cur...Michael Drake2010-01-161-13/+15
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
* Squash warningJohn Mark Bell2009-11-221-1/+1
* Avoid potential NULL pointer dereferencesJohn Mark Bell2009-11-221-23/+29
* Clearer wrapping.Michael Drake2009-08-311-2/+2
* Simplification of relative offset calculation. Thanks to Christopher Martin.Michael Drake2009-08-311-27/+22
* Use new alignment schemeJohn Mark Bell2009-08-221-34/+16
* Ensure we've got a case for default html alignment.John Mark Bell2009-08-211-0/+2
* Support HTML alignment hints.John Mark Bell2009-08-211-47/+112
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-1/+6
* 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