aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Move util::range into its own crateJonathan Schuster2016-02-251-1/+1
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
* Prefer `is_empty` over `len` when option is available.Corey Farwell2016-01-291-1/+1
* layout/text.rs: Add assertion for empty fontgroupOlaf Buddenhagen2016-01-141-0/+2
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-8/+5
* Extend whitespace::T with additional helper methodsKeith Yeung2015-11-201-2/+2
* display input caret for textarea. fixes #7758Florian Merz2015-10-211-1/+11
* Add support for `pre-wrap` and `pre-line` values for `white-space`.Eli Friedman2015-10-201-15/+13
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* Fix text-transform:capitalize across text runsMatt Brubeck2015-09-291-5/+8
* Break text runs by unicode scriptMatt Brubeck2015-09-291-1/+32
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* layout: Query and maintain the position of the insertion pointPatrick Walton2015-09-171-7/+38
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-2/+2
* layout: Fix several bugs relating to inline borders, padding, andPatrick Walton2015-09-031-5/+9
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-1/+1
* Correctly handle length-changing mappings in text-transformAnthony Ramine2015-08-191-6/+7
* layout: Rewrite whitespace stripping.Patrick Walton2015-08-111-6/+5
* Rollup merge of #7015 - mbrubeck:arc-box, r=Ms2gerMatt Brubeck2015-08-061-1/+1
|\
| * Replace Arc<Box<TextRun>> with Arc<TextRun>Matt Brubeck2015-08-051-1/+1
* | Use Box<str> instead of Box<String> for UnscannedTextFragmentInfoMatt Brubeck2015-08-051-2/+2
|/
* Implement getComputedStyleDavid Zbarsky2015-07-291-2/+2
* Basic support for bidirectional textMatt Brubeck2015-07-231-36/+94
* Slice TextRuns by byte range instead of char rangeMatt Brubeck2015-06-231-7/+13
* layout: Implement per-glyph font fallback.Patrick Walton2015-05-221-108/+247
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-7/+7
* layout: Use a flag to record whether we need to perform a line break ifPatrick Walton2015-04-241-4/+13
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
* layout: Simplify and improve the correctness of whitespace stripping inPatrick Walton2015-04-081-21/+57
* Use isize for CharIndex.Ms2ger2015-04-021-2/+2
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Rename dlist to linked_list.Matt Brubeck2015-03-181-3/+3
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-10/+12
* Get rid of servo_utilDan Fox2015-03-051-5/+5
* Make dlist::split use new DList::split_off.Matt Brubeck2015-02-121-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+2
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-2/+2
* layout: Implement `text-overflow: ellipsis` per CSS-UI-3 § 6.2.Patrick Walton2015-01-281-5/+7
* self importManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+2
* Use chars().count() rather than char_len().Ms2ger2015-01-221-2/+2
* layout: Implement `mix-blend-mode` per COMPOSITING § 3.4.1.Patrick Walton2015-01-121-2/+6
* layout: Implement `text-rendering` per SVG 1.1 § 11.7.4.Patrick Walton2015-01-081-7/+16
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-14/+14
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-4/+4
* layout: Implement `word-spacing` per CSS 2.1 § 16.4.Patrick Walton2014-12-121-2/+6
* gfx: Implement `letter-spacing` per CSS 2.1 § 16.4.Patrick Walton2014-12-121-2/+20
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-1/+1