summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Root element can't be absolute positioned. Fixes #3062055.Michael Drake2010-09-081-1/+2
* Fix object descendants and make space for scrollbars if required.Michael Drake2010-08-301-1/+10
* Don't special case height to content height when object's content is HTML.Michael Drake2010-08-301-1/+1
* Fix build when layout logging is enabled.Michael Drake2010-07-161-2/+2
* Record left and right float boxes with negative widths. Fixes overlapping tex...Michael Drake2010-07-161-8/+5
* Remove dead assignements and add assert to check table cells aren't set to sp...Michael Drake2010-07-061-18/+17
* Improve handling of percentage margins and paddings on floats. Fixes pond.org...Michael Drake2010-04-271-10/+39
* Fix vertical placement of absolute positioned inlines using staic position. S...Michael Drake2010-04-271-17/+25
* Fix float wrap issue. (Amiga.org nav bar.)Michael Drake2010-04-261-1/+2
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* 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