aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/multicol.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-10/+4
* Make the DomTraversalContext own the SharedStyleContext and share it immutabl...Bobby Holley2016-12-161-1/+1
* Update layout component and helper to use LengthOrNormalNick Price2016-12-111-3/+5
* Convert column-width to use EitherJ. Cliff Dyer2016-12-011-1/+2
* Make `FlowRef` a newtypeMichael Howell2016-11-041-5/+4
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-4/+9
* layout: Refactor `Flow::from_fragment`-style constructors to bePatrick Walton2016-10-261-2/+2
* Simplify stacking context collectionMartin Robinson2016-09-271-11/+4
* Pass SharedLayoutContext to Flow::compute_absolute_position.Ms2ger2016-08-241-3/+3
* Update to euclid 0.8Martin Robinson2016-08-121-1/+2
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-2/+1
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-1/+1
* Move util::print_tree to gfx_traitsAnthony Ramine2016-07-041-1/+1
* Pass SharedStyleContext to assign_inline_sizes.Ms2ger2016-06-221-6/+7
* Pass SharedStyleContext to compute_inline_sizes.Ms2ger2016-06-221-1/+1
* Pass SharedStyleContext to propagate_assigned_inline_size_to_children.Ms2ger2016-06-221-1/+1
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-1/+2
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-3/+3
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+1
* gfx: Box stacking contexts to minimize `memmove` traffic.Patrick Walton2016-03-031-2/+2
* Flatten display list structureMartin Robinson2016-03-011-4/+20
* 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-4/+4
* Add Multicolumn support block fragmentation.Simon Sapin2016-01-281-13/+154
* Multicol: compute the width of columns based on `column-width` and `column-co...Simon Sapin2016-01-281-2/+43
* Sequentialize assign_block_size for flows that can be fragmented.Simon Sapin2016-01-281-1/+5
* Improve readability of flow tree dumpMartin Robinson2015-11-231-0/+5
* 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
* Elide most 'a lifetimesManish Goregaokar2015-09-041-3/+3
* sort all usesJohann Tuffe2015-08-201-3/+3
* flow::Flow should follow *_mut naming conventionsCorey Farwell2015-08-181-3/+3
* layout: Make sure anonymous table flows are statically positioned.Patrick Walton2015-08-061-6/+2
* Implement offsetParent/Top/Left/Width/Height.Glenn Watson2015-08-031-1/+2
* Fix panic when html element has display: table.Glenn Watson2015-07-311-0/+4
* Use euclid from crates.ioecoal952015-06-191-1/+1
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-2/+2
* layout: Allow inline elements to be containing blocks forPatrick Walton2015-05-131-4/+4
* Refactor flow construction to make `float` less of a special case.Simon Sapin2015-04-291-3/+6
* Add MulticolFlow and use it for multicol elements.Simon Sapin2015-04-291-0/+107