aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/text
Commit message (Expand)AuthorAgeFilesLines
* Warning police.Josh Matthews2015-08-041-1/+0
* Auto merge of #6937 - mbrubeck:hb_funcs, r=glennwbors-servo2015-08-031-13/+15
|\
| * Make Harfbuzz font_funcs staticMatt Brubeck2015-08-031-13/+15
* | Implement the unicode-bidi propertyMatt Brubeck2015-08-033-37/+61
|/
* Basic support for bidirectional textMatt Brubeck2015-07-232-11/+58
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-152-8/+8
* Remove dead code from gfx/textMatt Brubeck2015-07-144-90/+4
* Move away from the repeat().take().collect() pattern.Ms2ger2015-07-142-7/+3
* Use euclid from crates.ioecoal952015-06-192-2/+2
* rust-geom API changesCorey Farwell2015-06-131-1/+1
* remove more heapsize ignoresManish Goregaokar2015-06-031-0/+1
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Rename Au methods with f32/f64 instead of frac32/frac/subpxSimon Sapin2015-05-052-7/+7
* Replace Au-related free functions in util::geometry with Au methods.Simon Sapin2015-05-051-2/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-052-9/+5
* Implement Clone for Copy types.Ms2ger2015-04-282-4/+4
* Remove some as_slice calls.Ms2ger2015-04-241-2/+2
* Remove unneeded assert (code below handles it) and a warning. Fixes #5230.Glenn Watson2015-04-101-2/+0
* layout: Simplify and improve the correctness of whitespace stripping inPatrick Walton2015-04-082-16/+5
* Auto merge of #5571 - jdm:gfx_uint, r=Ms2gerbors-servo2015-04-084-72/+70
|\
| * Remove int_uint feature from gfx.Josh Matthews2015-04-074-72/+70
* | Move gfx unit tests to the unit_tests crate.Simon Sapin2015-04-071-160/+0
|/
* auto merge of #5470 : bjwbell/servo/tab-in-pre, r=mbrubeckbors-servo2015-04-031-0/+16
|\
| * Show tabs in pre elementsBryan Bell2015-04-021-0/+16
* | Use isize for CharIndex.Ms2ger2015-04-021-5/+5
* | Fix is_simple_advance check. Fixes #4614.dhneio2015-04-011-2/+5
|/
* Use isize/usize in range.Ms2ger2015-03-281-23/+23
* Update some code that's feature-gated under core.Ms2ger2015-03-213-6/+6
* Fix warnings in gfx.Ms2ger2015-02-132-6/+6
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-5/+5
* Fix build warnings.Ms2ger2015-02-031-1/+1
* layout: Fix warnings.Patrick Walton2015-01-301-1/+1
* layout: Implement `text-align: justify` and `text-justify` perPatrick Walton2015-01-293-19/+62
* Import the util crate as util rather than servo_util.Ms2ger2015-01-293-9/+9
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-283-27/+36
* Use chars().count() rather than char_len().Ms2ger2015-01-221-1/+1
* Use std::cmp::Ordering explicitly.Ms2ger2015-01-222-6/+7
* Stop calling is_not_null.Ms2ger2015-01-201-11/+11
* Stop using Vec::from_elem.Ms2ger2015-01-192-3/+7
* Write a macro or syntax extension to generate OpenType tagsGilles Leblanc2015-01-152-18/+8
* Update png/harfbuzz, use prefixed symbol names.Glenn Watson2015-01-131-50/+50
* layout: Implement `text-rendering` per SVG 1.1 § 11.7.4.Patrick Walton2015-01-081-2/+12
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-084-7/+9
* Remove some obsolete formatting traits.Ms2ger2015-01-041-1/+1
* Slice some fixed-size arrays.Ms2ger2015-01-041-1/+1
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* Reformat the transform_text tests.Ms2ger2014-12-301-29/+83
* Cleanup the transform_text tests.Ms2ger2014-12-281-105/+56
* Re-enable two transform_text unit tests.Ms2ger2014-12-271-41/+49