aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/float_context.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Rewrite the float context.Patrick Walton2014-02-261-392/+0
* Upgrade to latest Rust.Jack Moffitt2014-01-121-32/+14
* Rewrite flow construction to be incrementalizable and parallelizable.Patrick Walton2013-11-181-6/+17
* fmt! -> format!Keegan McAllister2013-10-311-10/+10
* Optimize reflow by changing enums to traits and inlining morePatrick Walton2013-10-281-75/+90
* Update to latest Rust.Jack Moffitt2013-10-211-2/+2
* Move the gfx::geometry module to servo_util::geometry.Simon Sapin2013-10-161-1/+1
* Switch flow tree to owned pointersEric Atkinson2013-08-201-4/+4
* For loops and misc changesKeegan McAllister2013-08-151-4/+4
* Library changesKeegan McAllister2013-08-151-2/+2
* Trait changes, and eliminate 'copy'Keegan McAllister2013-08-151-0/+2
* Implement clearSeo Sanghyeon2013-08-051-0/+35
* Replace some Option matching with higher order methodsKeegan McAllister2013-08-011-4/+1
* Line breaking around floatsEric Atkinson2013-07-111-13/+50
* Fix rebase falloutEric Atkinson2013-07-111-1/+1
* Semi-correct text wrappingEric Atkinson2013-07-111-10/+51
* Fix float placement bugs & add hacky non-percen heights to blocks.Eric Atkinson2013-07-111-8/+6
* Add right floats and fix bug where max_y was not being setEric Atkinson2013-07-111-2/+13
* Update to latest Rust.Jack Moffitt2013-07-091-4/+8
* Update for language changesBrian Anderson2013-06-261-1/+2
* Fix up problems with float placementEric Atkinson2013-06-241-3/+20
* Allow floats to have specified heightsEric Atkinson2013-06-241-3/+19
* Added floats to the flow treeEric Atkinson2013-06-241-0/+225