aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/logical_geometry.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-1/+0
* style: Make LengthPercentage not copy.Emilio Cobos Álvarez2019-12-161-7/+12
* Implement `text-align` (except `justify`)Simon Sapin2019-12-071-0/+14
* Use the WritingMode bitflags from StyloSimon Sapin2019-12-071-0/+5
* style: Split SIDEWAYS bit in WritingMode.Ting-Yu Lin2019-10-091-10/+16
* style: Add a comment quoting the spec.Emilio Cobos Álvarez2019-10-091-0/+7
* style: 'text-orientation: upright' forces used 'direction' to LTR. r=jfkthamefantasai2019-10-091-0/+2
* style: Align the Rust and C++ representations of WritingMode.Cameron McCormack2019-09-121-25/+78
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* style: Update to euclid 0.20.Nicolas Silva2019-07-231-1/+1
* Fix servo build and rustfmt recent changes.Emilio Cobos Álvarez2019-01-201-10/+19
* style: Add plumbing for handling physical/logical corner values.Mats Palmgren2019-01-201-0/+51
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-5/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-3/+3
* Reorder importsPyfisch2018-11-061-1/+1
* Format style component.chansuke2018-09-091-2/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-93/+234
* Use specific assertion for style logical geometryCYBAI2018-01-261-2/+2
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-13/+13
* style: Move get_writing_mode outside of mako, and add a pointer to it.Emilio Cobos Álvarez2017-11-271-0/+61
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-16/+16
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-16/+16
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-16/+16
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* order derivable traits listsClément DAVID2017-08-231-8/+8
* Untry styleSimon Sapin2017-06-181-6/+6
* Bump euclid to 0.14.Nicolas Silva2017-06-141-2/+1
* [gfx] [layout] [style] Upgrade unicode-bidi to 0.3Behnam Esfahbod2017-05-221-3/+8
* style: Add Gecko-only support for writing-mode:sideways-{lr,rl}.Cameron McCormack2017-04-171-3/+10
* Convert text-orientation to a Gecko-only propertyMatt Brubeck2017-01-271-6/+13
* Activate flexbox layout tracingShing Lyu2016-12-281-0/+1
* style: Add a "start_end()" method to LogicalMarginPu Xingyu2016-11-101-0/+17
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-8/+14
* Reorder `use` statementsUK9922016-09-091-1/+1
* Update to euclid 0.8Martin Robinson2016-08-121-12/+10
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-1/+2
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-1/+2
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-1/+1
* Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-0/+29
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-0/+1040