aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flex.rs
Commit message (Expand)AuthorAgeFilesLines
* Move CSS flex-direction property from Flex to Position and delete FlexMauricio Collares2016-04-051-6/+1
* Compute size of the axes of flex containersDaniel Robertson2016-03-311-30/+92
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-2/+2
* layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-17/+1
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+1
* layout: Remove the `validate_display_list_geometry` debugging tool.Patrick Walton2016-03-031-5/+0
* gfx: Box stacking contexts to minimize `memmove` traffic.Patrick Walton2016-03-031-1/+1
* Flatten display list structureMartin Robinson2016-03-011-4/+11
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
* layout: Separate out overflow-for-scrolling from overflow-for-paint.Patrick Walton2016-02-031-3/+3
* Remove unused imports in layoutKishor Bhat2016-01-171-1/+0
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-7/+6
* Fix match_refs and let_returns in layout, address review changesManish Goregaokar2015-09-041-4/+2
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* Merge branch 'master' into calcSimon Sapin2015-09-011-0/+4
|\
| * implemented a pass-through mark_as_root for FlexFlowPrabhjyot Singh Sodhi2015-08-311-0/+4
* | Address review commentsDavid Zbarsky2015-08-261-0/+1
|/
* prevent division by 0Paul Rouget2015-08-241-2/+8
* layout: Fix merge fallout.Patrick Walton2015-08-211-4/+5
* Sort imports.Simon Sapin2015-08-211-4/+4
* Implement FlexFlow::assign_block_size().Kyle Zentner2015-08-211-0/+71
* Implement FlexFlow::assign_inline_sizes().Kyle Zentner2015-08-211-1/+134
* Create FlexFlow's for 'display: flex' nodes.Kyle Zentner2015-08-211-0/+241