Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout: Rewrite the float context. | Patrick Walton | 2014-02-26 | 1 | -392/+0 |
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -32/+14 |
* | Rewrite flow construction to be incrementalizable and parallelizable. | Patrick Walton | 2013-11-18 | 1 | -6/+17 |
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -10/+10 |
* | Optimize reflow by changing enums to traits and inlining more | Patrick Walton | 2013-10-28 | 1 | -75/+90 |
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 1 | -2/+2 |
* | Move the gfx::geometry module to servo_util::geometry. | Simon Sapin | 2013-10-16 | 1 | -1/+1 |
* | Switch flow tree to owned pointers | Eric Atkinson | 2013-08-20 | 1 | -4/+4 |
* | For loops and misc changes | Keegan McAllister | 2013-08-15 | 1 | -4/+4 |
* | Library changes | Keegan McAllister | 2013-08-15 | 1 | -2/+2 |
* | Trait changes, and eliminate 'copy' | Keegan McAllister | 2013-08-15 | 1 | -0/+2 |
* | Implement clear | Seo Sanghyeon | 2013-08-05 | 1 | -0/+35 |
* | Replace some Option matching with higher order methods | Keegan McAllister | 2013-08-01 | 1 | -4/+1 |
* | Line breaking around floats | Eric Atkinson | 2013-07-11 | 1 | -13/+50 |
* | Fix rebase fallout | Eric Atkinson | 2013-07-11 | 1 | -1/+1 |
* | Semi-correct text wrapping | Eric Atkinson | 2013-07-11 | 1 | -10/+51 |
* | Fix float placement bugs & add hacky non-percen heights to blocks. | Eric Atkinson | 2013-07-11 | 1 | -8/+6 |
* | Add right floats and fix bug where max_y was not being set | Eric Atkinson | 2013-07-11 | 1 | -2/+13 |
* | Update to latest Rust. | Jack Moffitt | 2013-07-09 | 1 | -4/+8 |
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -1/+2 |
* | Fix up problems with float placement | Eric Atkinson | 2013-06-24 | 1 | -3/+20 |
* | Allow floats to have specified heights | Eric Atkinson | 2013-06-24 | 1 | -3/+19 |
* | Added floats to the flow tree | Eric Atkinson | 2013-06-24 | 1 | -0/+225 |