aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/float.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove 'FloatFlow'Bruno de Oliveira Abinader2013-12-031-333/+0
* s/FlowContext/FlowBruno de Oliveira Abinader2013-12-021-2/+2
* Rewrite flow construction to be incrementalizable and parallelizable.Patrick Walton2013-11-181-18/+30
* Integrate 'BoxModel' into 'RenderBoxBase'. (#1257)Tetsuharu OHZEKI2013-11-181-26/+21
* layout: Add debug strings for float flows and boxesPatrick Walton2013-11-131-0/+4
* Add some basic debug info for dumping flows.Lars Bergstrom2013-11-111-0/+3
* fmt! -> format!Keegan McAllister2013-10-311-5/+5
* Implement basic overflow computation. Closes #1148.Patrick Walton2013-10-311-0/+1
* Optimize reflow by changing enums to traits and inlining morePatrick Walton2013-10-281-164/+165
* Use the new style systemSeo Sanghyeon2013-10-231-18/+12
* Update to latest Rust.Jack Moffitt2013-10-211-10/+8
* Move the gfx::geometry module to servo_util::geometry.Simon Sapin2013-10-161-2/+2
* Fix nits; warning policeEric Atkinson2013-08-201-1/+1
* Switch flow tree to owned pointersEric Atkinson2013-08-201-15/+12
* add todos for iframe size messaging in float/inlineTim Kuehn2013-08-191-1/+2
* add iframe supportTim Kuehn2013-08-191-0/+3
* Fix doubling noncontent_height in float flowIlyong Cho2013-08-191-5/+3
* For loops and misc changesKeegan McAllister2013-08-151-17/+15
* Reorganize tree ref / node traitsKeegan McAllister2013-08-151-1/+1
* Implement clear for floatsSeo Sanghyeon2013-08-151-1/+8
* Don't use a whole in-order traversal for computing heights.Eric Atkinson2013-08-091-29/+71
* Fix the handling of flow_contexts in floats.Jack Moffitt2013-08-051-3/+13
* Fix calculation of float height and width.Jack Moffitt2013-07-221-4/+10
* Float children are now positioned relative to the float's box.Jack Moffitt2013-07-221-1/+1
* Renaming and refactoring `spec_or_default`.Jack Moffitt2013-07-181-6/+6
* Properly account for relative CSS units in borders, margins, padding, and wid...Jack Moffitt2013-07-181-7/+13
* Refactor display lists to use an explicit traversalEric Atkinson2013-07-151-5/+17
* Fix float placement bugs & add hacky non-percen heights to blocks.Eric Atkinson2013-07-111-1/+1
* Add right floats and fix bug where max_y was not being setEric Atkinson2013-07-111-4/+8
* Update to latest Rust.Jack Moffitt2013-07-091-4/+4
* Update for language changesBrian Anderson2013-06-261-5/+5
* Fix up problems with float placementEric Atkinson2013-06-241-5/+10
* Allow floats to have specified heightsEric Atkinson2013-06-241-6/+19
* Added floats to the flow treeEric Atkinson2013-06-241-0/+223