aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/macos/font.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Derive Debug on FontGroup and its componentsOlaf Buddenhagen2015-12-121-0/+1
|
* Fix issues found by rust-clippyCorey Farwell2015-10-121-2/+2
|
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
|
* A few clean ups for Au typeGlenn Watson2015-09-281-8/+22
|
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-10/+8
| | | | This merges import blocks that were reported by tidy as unmerged.
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-1/+1
|
* Implement get_table_for_tag on FreeTypeMatt Brubeck2015-09-031-2/+2
| | | | Also fixes use-after-free of FontTable buffers.
* Remove no-op Drop implementation from FontTableMatt Brubeck2015-08-281-5/+0
| | | | This is no longer necessary for opting out of the Copy trait.
* sort all usesJohann Tuffe2015-08-201-4/+4
|
* Utilize match guard; make methods more similarCorey Farwell2015-08-111-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 Walton2015-08-041-3/+3
| | | | Fixes GitHub Octicons. A reftest has been added for this.
* gfx: Instantiate the `CTFont` corresponding to a Mac font on demand.Patrick Walton2015-07-311-1/+1
| | | | This avoids panics in multiprocess mode.
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-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 gettersCorey Farwell2015-06-021-3/+2
| | | | | | Part of #6224 I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script`
* Remove unused imports.Ms2ger2015-05-061-1/+0
|
* Rename Au methods with f32/f64 instead of frac32/frac/subpxSimon Sapin2015-05-051-4/+4
|
* Replace Au-related free functions in util::geometry with Au methods.Simon Sapin2015-05-051-2/+2
|
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+0
|
* Remove int_uint feature from gfx.Josh Matthews2015-04-071-2/+2
|
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-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 TextPatrick Walton2015-01-281-1/+16
| | | | font backend.
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-11/+11
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+1
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
|
* Convert internal font code to store pt size as Au.Glenn Watson2014-10-221-2/+2
|
* Disallow toggling radio buttons. Use generated content for checkboxes and ↵Josh Matthews2014-10-011-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 Matthews2014-10-011-1/+8
| | | | as a best guess.
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+185