aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/model.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor how calc() clamping is done on computed values (fixes #15296)Anthony Ramine2017-05-181-27/+9
* Fix future illegal_floating_point_literal_pattern warnings.Simon Sapin2017-05-121-6/+9
* layout: Fix radius percentage resolution.Emilio Cobos Álvarez2017-05-081-3/+15
* Create a module for generics and make BorderRadiusSize genericRavi Shankar2017-04-251-1/+2
* Add to_computed method for CalcLengthOrPercentage石博文2017-04-241-3/+10
* Activate flexbox layout tracingShing Lyu2016-12-281-1/+1
* Add new methods to Fragment for size calculation of replaced elementPu Xingyu2016-12-121-0/+15
* Rename the MinMaxConstraint to SizeConstraint and enhancementPu Xingyu2016-12-111-45/+41
* style: Add a "start_end()" method to LogicalMarginPu Xingyu2016-11-101-7/+0
* layout: Mark flex items properly during constructionPu Xingyu2016-11-091-1/+1
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-1/+1
* layout: Use the fragment's writing mode when computing sizes relevant to that...Emilio Cobos Álvarez2016-10-021-5/+8
* Update euclid to 0.10.1Anthony Ramine2016-08-211-1/+1
* Update to euclid 0.8Martin Robinson2016-08-121-6/+5
* Rename enum 'Mode' to 'Direction'Pu Xingyu2016-07-241-0/+7
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-1/+1
* Add support for vertical alignment within table cells.Michael Howell2016-04-201-0/+8
* Updated euclid to version 0.6.5Peter2016-04-171-4/+4
* layout: Disallow margins from collapsing through blocks with clearancePatrick Walton2016-04-141-8/+20
* layout: Disallow margins from collapsing through blocks that havePatrick Walton2016-04-141-8/+11
* Compute size of the axes of flex containersDaniel Robertson2016-03-311-0/+64
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-3/+3
* layout: Minor whitespace cleanup.Patrick Walton2016-03-251-8/+14
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+1
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
* Add Multicolumn support block fragmentation.Simon Sapin2016-01-281-1/+1
* Implement calc expressions for more value typesDavid Zbarsky2015-11-011-0/+2
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Auto merge of #7502 - bjwbell:elliptical-borders, r=pcwaltonbors-servo2015-09-041-2/+9
|\
| * gfx: Add elliptical border radius supportBryan Bell2015-09-041-2/+9
* | Implement Calc for LengthOrPercentageOrAutoDavid Zbarsky2015-08-261-0/+3
* | Implement Calc for LengthOrPercentageDavid Zbarsky2015-08-261-1/+3
|/
* layout: Take inline margins into account when determining the intrinsicPatrick Walton2015-08-051-0/+15
* Fix percentage height calculation, absolute containing block height calculati...Glenn Watson2015-08-031-17/+22
* Change transforms to use LengthOrPercentage.Glenn Watson2015-07-281-13/+1
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Updates for changes in rust-geom and rust-layersGlenn Watson2015-06-111-2/+2
* Revert "Updates for changes in rust-geom and rust-layers"Patrick Walton2015-06-101-2/+2
* Updates for changes in rust-geom and rust-layersGlenn Watson2015-06-111-2/+2
* Partial implementation of transform animations spec.Glenn Watson2015-06-101-7/+4
* First step towards 3d transforms.Glenn Watson2015-05-291-10/+13
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Rename Au methods with f32/f64 instead of frac32/frac/subpxSimon Sapin2015-05-051-3/+3
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-3/+3
* Implement Clone for Copy types.Ms2ger2015-04-281-4/+4
* layout: Take the `white-space` property into account when computingPatrick Walton2015-04-221-0/+11
* layout: Use the same code path for computing static positions of regularPatrick Walton2015-04-141-0/+11