aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/geom.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Add basic support for `getClientRects()` queries (#31696)Martin Robinson2024-03-151-0/+14
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-141-2/+30
* layout: make `margin` in `pbm` use app unit (#31621)atbrakhi2024-03-131-4/+4
* layout: make `AxisResult`, `Anchor` & `AbsoluteAxisSolver` use `Au` (#31395)atbrakhi2024-02-261-20/+12
* make ContainingBlock use Au for inline_size and block_size (#31370)atbrakhi2024-02-201-6/+8
* layout: make `padding` and `border` use `Au` in `pbm` (#31289)atbrakhi2024-02-121-0/+22
* layout: Add *very* basic support for table layout (#31121)Martin Robinson2024-01-191-0/+17
* Use App units in flow layout (#30894)atbrakhi2024-01-191-1/+50
* Use `Au` instead of `Length` in flexbox code (#30704)atbrakhi2023-11-081-0/+2
* Layout 2020: Rename `flow_relative` types to `Logical...` (#30324)Martin Robinson2023-09-121-78/+75
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+6
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Flow inlines around floats (#30243)Martin Robinson2023-08-311-4/+15
* Split line layout into two phases (#30089)Martin Robinson2023-08-111-1/+1
* Place floats in layout 2020, but don't flow text around the floats yet.Patrick Walton2023-06-031-0/+22
* Add an implementation of the core float and clear placement logic in layoutPatrick Walton2020-07-201-4/+18
* First pass at implementing the Flex Layout AlgorithmSimon Sapin2020-06-231-0/+14
* Less cloningSimon Sapin2020-04-011-18/+14
* Add layout debugger support to layout_2020Fernando Jiménez Moreno2020-02-211-3/+3
* Add layout_2020 support for filters and mix-blend-modeMartin Robinson2020-02-191-38/+0
* Fix combinations of `border-radius` and `background-clip`Simon Sapin2020-01-241-0/+50
* Use euclid data types for physical structs in layout_2020Martin Robinson2020-01-231-138/+40
* Add initial support for scrollable overflow in layout_2020Martin Robinson2020-01-211-0/+36
* Allow dumping the fragment tree in layout_2020Martin Robinson2020-01-131-1/+14
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-2/+6
* layout-2020: build fixes.Emilio Cobos Álvarez2019-12-161-7/+8
* Replace `percent_resolved_*` functions with methodsSimon Sapin2019-12-101-0/+35
* Containing blocks contains styles rather than just a writing modeSimon Sapin2019-12-071-1/+2
* Use the WritingMode bitflags from StyloSimon Sapin2019-12-071-23/+21
* Add some helpers to resolve percentages of box sizesAnthony Ramine2019-12-041-0/+9
* Un-allow and fix warnings in `components/layout_2020`Simon Sapin2019-12-021-21/+0
* More compact debug output for CSS valuesSimon Sapin2019-10-241-2/+25
* 2020: paint background-colorSimon Sapin2019-10-241-0/+9
* Import victor's layout system 🍷Anthony Ramine2019-09-111-27/+31
* Import files from VictorSimon Sapin2019-09-111-0/+330