aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/geometry.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-304/+0
* Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-0/+7
* Merge pull request #3182 from glennw/inline-text-borderPatrick Walton2014-09-031-1/+1
|\
| * Add support for borders on inline elements.Glenn Watson2014-09-031-1/+1
* | Start using more typed units in the compositorMartin Robinson2014-08-271-6/+0
|/
* Only write the px value in Show for AuSimon Sapin2014-08-261-2/+1
* Move CSS Writing Modes properties behind a new command-line flag.Simon Sapin2014-07-181-1/+1
* Made Page.window_size and Page.next_subpage_id Traceable, added trait Encodab...eshyong2014-07-061-0/+3
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-2/+2
* Separate "desktop" and "mobile" zoom calculations.Matt Brubeck2014-06-201-4/+22
* Outside of compositor, store window size in CSS pxMatt Brubeck2014-06-091-0/+6
* Use some typed units in compositor and windowing.Matt Brubeck2014-06-061-0/+32
* gfx: Add display list optimization to eliminate clipped items beforePatrick Walton2014-06-051-0/+12
* Upgrade Rust.Jack Moffitt2014-06-051-1/+1
* Add some fmt::show implementations to make debugging layout easier.Glenn Watson2014-05-231-1/+1
* layout: Re-enable parallel layout by removing all `RefCell` instancesPatrick Walton2014-05-021-0/+8
* Replace Au::zero_* with generic methodsMatt Brubeck2014-05-021-25/+0
* Use derived traits for AuMatt Brubeck2014-04-291-61/+1
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
* util: Add a `rect_contains_point` utility methodPatrick Walton2014-04-031-0/+8
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-13/+13
* Rust upgradesLars Bergstrom2014-03-181-34/+100
* script: Inline some hot functions used in flow constructions.Patrick Walton2014-01-301-0/+5
* Upgrade to latest Rust.Jack Moffitt2014-01-121-4/+0
* Document the Au struct and add similar font metrics debug as macDaniel Hedlund2013-12-091-0/+8
* Fix infinite recursion in Au formattingKeegan McAllister2013-11-011-1/+2
* Add default formatters for Au and RangeKeegan McAllister2013-10-311-0/+7
* Implement basic overflow computation. Closes #1148.Patrick Walton2013-10-311-1/+8
* Optimize reflow by changing enums to traits and inlining morePatrick Walton2013-10-281-2/+53
* Update to latest Rust.Jack Moffitt2013-10-211-33/+29
* Move the gfx::geometry module to servo_util::geometry.Simon Sapin2013-10-161-0/+165