Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Derive Debug on FontGroup and its components | Olaf Buddenhagen | 2015-12-12 | 1 | -0/+1 | |
| | ||||||
* | Fix issues found by rust-clippy | Corey Farwell | 2015-10-12 | 1 | -2/+2 | |
| | ||||||
* | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+1 | |
| | ||||||
* | A few clean ups for Au type | Glenn Watson | 2015-09-28 | 1 | -8/+22 | |
| | ||||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -10/+8 | |
| | | | | This merges import blocks that were reported by tidy as unmerged. | |||||
* | Remove 'get_*' on getters as per RFC 0344 on various components | Mathieu Rheaume | 2015-09-12 | 1 | -1/+1 | |
| | ||||||
* | Implement get_table_for_tag on FreeType | Matt Brubeck | 2015-09-03 | 1 | -2/+2 | |
| | | | | Also fixes use-after-free of FontTable buffers. | |||||
* | Remove no-op Drop implementation from FontTable | Matt Brubeck | 2015-08-28 | 1 | -5/+0 | |
| | | | | This is no longer necessary for opting out of the Copy trait. | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -4/+4 | |
| | ||||||
* | Utilize match guard; make methods more similar | Corey Farwell | 2015-08-11 | 1 | -15/+16 | |
| | | | | | Make the structure for the `stretchiness` and `boldness` methods more similar | |||||
* | gfx: Fix Core Text font instantiation for Web fonts on Mac. | Patrick Walton | 2015-08-04 | 1 | -3/+3 | |
| | | | | Fixes GitHub Octicons. A reftest has been added for this. | |||||
* | gfx: Instantiate the `CTFont` corresponding to a Mac font on demand. | Patrick Walton | 2015-07-31 | 1 | -1/+1 | |
| | | | | This avoids panics in multiprocess mode. | |||||
* | gfx: Make display lists serializable using `serde`. | Patrick Walton | 2015-07-15 | 1 | -1/+1 | |
| | | | | | | | | | This commit introduces the `serde` dependency, which we will use to serialize messages going between processes in multiprocess Servo. This also adds a new debugging flag, `-Z print-display-list-json`, allowing the output of display list serialization to be visualized. This will be useful for our experiments with alternate rasterizers. | |||||
* | Remove `get_` prefix on getters | Corey Farwell | 2015-06-02 | 1 | -3/+2 | |
| | | | | | | Part of #6224 I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script` | |||||
* | Remove unused imports. | Ms2ger | 2015-05-06 | 1 | -1/+0 | |
| | ||||||
* | Rename Au methods with f32/f64 instead of frac32/frac/subpx | Simon Sapin | 2015-05-05 | 1 | -4/+4 | |
| | ||||||
* | Replace Au-related free functions in util::geometry with Au methods. | Simon Sapin | 2015-05-05 | 1 | -2/+2 | |
| | ||||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -1/+0 | |
| | ||||||
* | Remove int_uint feature from gfx. | Josh Matthews | 2015-04-07 | 1 | -2/+2 | |
| | ||||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -2/+2 | |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | |||||
* | gfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core Text | Patrick Walton | 2015-01-28 | 1 | -1/+16 | |
| | | | | font backend. | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -4/+4 | |
| | ||||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -11/+11 | |
| | ||||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -0/+1 | |
| | ||||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -1/+1 | |
| | ||||||
* | Convert internal font code to store pt size as Au. | Glenn Watson | 2014-10-22 | 1 | -2/+2 | |
| | ||||||
* | Disallow toggling radio buttons. Use generated content for checkboxes and ↵ | Josh Matthews | 2014-10-01 | 1 | -1/+1 | |
| | | | | radio buttons. Switching to the glyph 0 for the average advance width. | |||||
* | Add average advance width to the font metrics structure, using the X glyph ↵ | Josh Matthews | 2014-10-01 | 1 | -1/+8 | |
| | | | | as a best guess. | |||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -1/+1 | |
| | ||||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+185 | |