aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/multicol.rs
Commit message (Expand)AuthorAgeFilesLines
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Further changes required by ServoOriol Brufau2023-11-041-3/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+12
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-0/+14
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-4/+4
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove unused code from gfx and layout cratesest312019-05-291-4/+0
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-4/+7
* layout: Fix servo build.Emilio Cobos Álvarez2019-03-131-2/+4
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-7/+5
* Fix servo build.Emilio Cobos Álvarez2019-02-101-7/+5
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-8/+6
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-5/+5
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-6/+17
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-5/+5
* Reorder importsPyfisch2018-11-061-4/+4
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-33/+70
* Fix servo build.Emilio Cobos Álvarez2018-04-281-3/+3
* Add support for percentages in column-gap.Ramshell2018-04-051-2/+1
* [css-multicol] style: Implement percentages for 'column-gap'.Mats Palmgren2018-04-021-0/+1
* Replace PositiveIntegerOrAuto by ColumnCountAnthony Ramine2018-02-221-2/+3
* Use specific assertion for layout multicolCYBAI2018-01-261-1/+1
* Create own file for background calculations in layoutPyfisch2018-01-061-1/+1
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-2/+2
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+8
* stylo: Add keyword info to computed value of font-sizeManish Goregaokar2017-09-231-4/+4
* Auto merge of #18462 - mrobinson:cleanup-building-state, r=emiliobors-servo2017-09-151-3/+3
|\
| * Separate stacking context collection and display list building stateMartin Robinson2017-09-121-3/+3
* | Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-2/+2
* | Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-5/+6
|/
* Improve containing block creation for position:absolute flowsMartin Robinson2017-08-171-0/+16
* Rename compute_absolute_position to compute_stacking_relative_positionMatt Brubeck2017-08-081-4/+4
* Bug 1374233 - Part 6: Add PositiveInteger and PositiveIntegerOrAuto for colum...Boris Chiou2017-08-041-2/+2
* Bug 1374233 - Part 4: Add NonNegativeLengthOr{Auto|Normal|Number}.Boris Chiou2017-08-041-2/+2
* Bug 1374233 - Part 3: Use NonNegativeAu as computed values for font-size rela...Boris Chiou2017-08-041-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-3/+3
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-3/+3
* Make BaseFlow::stacking_relative_position a vector.Nicolas Silva2017-06-141-3/+2
* Fix up script and layout.Bobby Holley2017-05-021-2/+3
* Switch column-count to use predefined integer typeXidorn Quan2017-03-171-2/+5
* Bug 1303229: Get the proper viewport size for stylo. r=heycamEmilio Cobos Álvarez2017-03-111-1/+1
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-10/+10