aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font_context.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warningsSimon Sapin2019-01-281-2/+2
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-1/+3
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Format the rest of gfx #21373kingdido9992018-09-081-25/+43
* FontContext: Cache data fetched from the cache threadJon Leighton2018-05-191-6/+39
* Implement font fallbackJon Leighton2018-05-191-128/+59
* Add test for FontContext/FontGroup functionalityJon Leighton2018-02-221-14/+27
* Lazy load fonts in a FontGroupJon Leighton2018-02-221-150/+137
* Fix FontTemplateDescriptor under FreeTypeJon Leighton2018-02-071-1/+1
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-6/+7
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* style: Use a SharedFontList object to store font-family values for Gecko.Cameron McCormack2017-10-041-1/+1
* stylo: Add keyword info to computed value of font-sizeManish Goregaokar2017-09-231-5/+5
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-5/+5
* Update WR (font instance API).Glenn Watson2017-08-311-4/+5
* Bug 1374233 - Part 3: Use NonNegativeAu as computed values for font-size rela...Boris Chiou2017-08-041-5/+5
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-3/+3
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-2/+2
* UntrySimon Sapin2017-06-181-2/+2
* Fix up script and layout.Bobby Holley2017-05-021-2/+3
* Make font-variant shorthand.Hiroyuki Ikezoe2017-04-141-8/+8
* Remove unused FontContext::font_cache_thread().Ms2ger2016-10-311-5/+0
* Remove always-empty FontContext::paint_font_cache.Ms2ger2016-10-311-17/+0
* Remove FontContext::paint_font_from_template.Ms2ger2016-10-311-37/+0
* Remove old rendering backend.Glenn Watson2016-10-181-3/+4
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-3/+3
* Always include the last-resort fontMatt Brubeck2016-05-241-29/+26
* Simplify FontContext::create_layout_font.Ms2ger2016-05-171-5/+4
* Make some Font fields privateMatt Brubeck2016-05-131-17/+2
* Remove unnecessary ServoFont type aliasMatt Brubeck2016-05-131-5/+4
* gfx: Clamp the font size we supply to Core Text to 0.01pt.Patrick Walton2016-04-111-1/+1
* Add WebRender integration to Servo.Glenn Watson2016-02-181-12/+19
* Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanutbors-servo2016-02-051-4/+3
|\
| * Upgrade to new Hasher APIRuud van Asseldonk2016-02-031-4/+3
* | Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
|/
* win32: use fontconfig/freetype on windows as well (for now)Vladimir Vukicevic2016-01-201-2/+2
* task -> threadrohan.prinja2016-01-101-12/+12
* Remove the fontgroup address cache.Patrick Walton2016-01-061-11/+0
* Auto merge of #9070 - antrik:debug-fonts, r=noxbors-servo2016-01-031-0/+5
|\
| * Derive Debug for more font-related typesOlaf Buddenhagen2016-01-031-0/+5
* | Enabled use of FontFamily enum type and replaced plain string parameters with...David Raifaizen2015-12-301-3/+1
|/
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Cache font style struct addresses in a separate font group cache.Patrick Walton2015-12-111-10/+8
* Derive PartialEq on the style Font structureAnthony Ramine2015-10-081-6/+1