aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flex.rs
Commit message (Expand)AuthorAgeFilesLines
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-12/+12
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+17
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-1/+1
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-9/+9
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove unused code from gfx and layout cratesest312019-05-291-4/+0
* Fix servo build.Emilio Cobos Álvarez2019-02-231-3/+2
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-29/+14
* Fix servo build.Emilio Cobos Álvarez2019-02-101-16/+25
* Remove FlexFlowDisplayListBuildingAnthony Ramine2019-01-141-3/+6
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-13/+9
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-15/+15
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-19/+17
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-8/+9
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-8/+8
* Reorder importsPyfisch2018-11-061-3/+5
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-232/+351
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-1/+1
* style: Add support for 'flex-basis:content' in the style system.Emilio Cobos Álvarez2018-04-021-23/+11
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+2
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-6/+5
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-20/+24
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-8/+8
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-8/+8
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-8/+8
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Auto merge of #18462 - mrobinson:cleanup-building-state, r=emiliobors-servo2017-09-151-1/+2
|\
| * Separate stacking context collection and display list building stateMartin Robinson2017-09-121-1/+2
* | Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-3/+3
|/
* Auto merge of #18175 - stshine:no-floats-in-flexbox, r=mbrubeckbors-servo2017-08-291-8/+25
|\
| * layout: Stop calling normal block size assignment for flex containerPu Xingyu2017-08-291-8/+25
* | Auto merge of #18243 - DominoTree:18224, r=stshinebors-servo2017-08-261-2/+6
|\ \
| * | Check if line_count is zero to calculate space around lineNick Price2017-08-261-2/+6
| |/
* / Remove border collapse argument from compute_border_and_paddingKeith Yeung2017-08-251-3/+1
|/
* Improve containing block creation for position:absolute flowsMartin Robinson2017-08-171-0/+8
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-3/+3
* Rename compute_absolute_position to compute_stacking_relative_positionMatt Brubeck2017-08-081-2/+2
* Bug 1374233 - Part 1: Add NonNegativeNumber and GreaterThanOrEqualToOneNumber.Boris Chiou2017-08-041-2/+2
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-2/+2
* Rename LengthOrPercentageOrAutoOrContent to FlexBasisAnthony Ramine2017-06-171-12/+15
* Make computed types hold Percentage instead of bare CSSFloatAnthony Ramine2017-06-151-2/+2
* Refactor how calc() clamping is done on computed values (fixes #15296)Anthony Ramine2017-05-181-11/+12