aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/logical_geometry.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1040/+0
|
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
|
* Improve readability of flow tree dumpMartin Robinson2015-11-231-11/+21
| | | | | | | Use the PrintTree utility to improve the readability of flow tree dumps. Blocks and fragments are now split over two dump levels, because otherwise they are impenetrable. Also start printing the restyle damage of fragments.
* Associate documentation comments for LogicalPoint's fields with the correct ↵Ms2ger2015-10-231-2/+4
| | | | field.
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+3
|
* sort all usesJohann Tuffe2015-08-201-1/+1
|
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
|
* Basic support for bidirectional textMatt Brubeck2015-07-231-0/+8
|
* Use euclid from crates.ioecoal952015-06-191-2/+2
|
* Move to latest hyper everywhereManish Goregaokar2015-06-021-2/+2
|
* Change not(ndebug) to debug_assertionsMatt Brubeck2015-06-011-6/+6
| | | | The name of this directive changed in rust-lang/rust#22980.
* Positioning fixes for RTL floatsMatt Brubeck2015-05-181-0/+7
|
* Address review commentsPatrick Walton2015-04-271-0/+47
|
* Move util crate unit tests into a new unit_tests crateSimon Sapin2015-04-071-62/+0
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-7/+7
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-34/+51
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-15/+15
|
* Remove usage of the deprecated std::num::Zero trait.Simon Sapin2014-12-181-24/+9
|
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-3/+3
|
* Fix unit test compile error.Glenn Watson2014-11-131-9/+9
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-10/+10
|
* Fix the documentation comment for logical_geometry.rs.Ms2ger2014-11-101-1/+1
|
* Improve logical geometry formattingMartin Robinson2014-10-201-10/+14
| | | | | | | | Logical geometry is complicated, so the string formatted output is verbose. This means that flow tree dumps often go well beyond the edge of the terminal screen. With a simple notation, we can shorten the output and make it slightly easier to read. This notation also makes it more similar to the formatted output of Rect, Point2D, and Size2D.
* Cargoify servoJack Moffitt2014-09-081-0/+1023