aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/gfx/platform/linux/font.rs
Commit message (Expand)AuthorAgeFilesLines
* Unify the android + linux font code folders. Fixes #3028.Glenn Watson2014-08-081-296/+0
* Upgrade Rust.Jack Moffitt2014-08-021-11/+11
* Implement kerning support for linux/android. Improves some wikipedia issues (...Glenn Watson2014-07-241-3/+13
* Address review comments.Glenn Watson2014-07-081-25/+23
* Next stage of refactoring font system. This commit introducesGlenn Watson2014-07-071-56/+20
* Mark some unused fields.Ms2ger2014-07-041-1/+1
* First part of font refactoring. These changes simplify a few thingsGlenn Watson2014-07-031-3/+5
* Font refactoring - remove unstyled method, update android freetypeGlenn Watson2014-07-021-26/+8
* Remove unused code path - simplifies other refactoring.Glenn Watson2014-06-251-14/+1
* Upgrade Rust.Jack Moffitt2014-06-051-9/+9
* Rename GlyphIndex->GlyphIdBrendan Zabarauskas2014-05-121-4/+4
* Use Vec for Font::new_from_buffer.Ms2ger2014-05-051-3/+3
* Stop passing owned strings to fail!().Ms2ger2014-05-031-1/+1
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-3/+3
* Fix some private type in public signature warnings.Josh Matthews2014-04-161-1/+1
* Upgrade rust.Ms2ger2014-04-041-3/+3
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-1/+1
* Rust upgradesLars Bergstrom2014-03-181-4/+4
* Upgrade to latest Rust.Jack Moffitt2014-01-121-20/+8
* Fix font-weight properyDeokjin Kim2014-01-031-15/+14
* makes linux/Arc<FontContextHandle> Rc<FontContextHandle>patrick kim2013-12-111-3/+3
* remove @ in LayoutTask.FontContextpatrick kim2013-12-111-4/+3
* Revert "auto merge of #1356 : ksh8281/servo/remove_@_in_LayoutTask.FontContex...Patrick Walton2013-12-091-3/+4
* remove FontContxtHandle.clonepatrick kim2013-12-101-1/+0
* remove @ in LayoutTask.FontContextpatrick kim2013-12-101-3/+3
* Implement font leading metric for linux platformDaniel Hedlund2013-12-091-1/+10
* Document the Au struct and add similar font metrics debug as macDaniel Hedlund2013-12-091-2/+5
* remove @ from FontContextHandle in linuxpatrick kim2013-12-071-3/+4
* fmt! -> format!Keegan McAllister2013-10-311-4/+4
* Optimize reflow by changing enums to traits and inlining morePatrick Walton2013-10-281-2/+2
* Implement CPU rendering. Replace texture sharing with native OS surface sharing.Patrick Walton2013-10-251-4/+2
* Update to latest Rust.Jack Moffitt2013-10-211-17/+17
* Move the gfx::geometry module to servo_util::geometry.Simon Sapin2013-10-161-2/+2
* Revert unnecessary code changeDeokjin Kim2013-10-041-1/+1
* Add glyph advance cache to enhance speed of layoutDeokjin Kim2013-10-031-1/+1
* Implement the rest of 'text-decoration' property.Junyoung Cho2013-09-131-1/+17
* Update RustBrian Anderson2013-08-291-0/+9
* Update Rust version againKeegan McAllister2013-08-151-9/+9
* Library changesKeegan McAllister2013-08-151-2/+2
* Trait changes, and eliminate 'copy'Keegan McAllister2013-08-151-1/+1
* Update to latest Rust.Jack Moffitt2013-07-091-3/+2
* Update for language changesBrian Anderson2013-06-261-90/+109
* Reapply "Add initial support for the line-height property. Line height is onl...Joel Feenstra2013-06-201-1/+1
* Revert "Add initial support for the line-height property. Line height is only...eschweic2013-06-201-1/+1
* Add initial support for the line-height property. Line height is only based o...Joel Feenstra2013-06-161-1/+1
|\
| * Add initial support for the line-height property. Line height is only based o...Joel Feenstra2013-06-081-1/+1
|/
* Remove the `servo-` prefix from core components.Patrick Walton2013-05-281-0/+313