summaryrefslogtreecommitdiffstats
path: root/src/libnrtype/FontInstance.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory leak on editing text, etc.Nathan Lee2019-10-111-0/+2
* Handle SVG in OpenType fonts where glyph viewboxes don't match design units.Tavmjong Bah2019-09-201-23/+73
* Handle SVG in OpenType fonts where glyphs have floating point numbers in 'vie...Tavmjong Bah2019-09-201-1/+1
* Load GPOS table only when selecting font features tab to speedup font usageJabier Arraiza2019-09-091-6/+11
* Fix rendering for some SVG in OpenType fonts with glyphs that don't have a vi...Tavmjong Bah2019-05-061-1/+10
* Add basic SVG in OpenType support.Tavmjong Bah2019-05-061-2/+67
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Clarify licensesMax Gaukler2018-11-081-5/+7
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-181-1/+0
* Misc. typosluz.paz2018-10-061-1/+1
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Fix wrong initial glyph size with native pango_win32 font backendEduard Braun2018-08-161-0/+10
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-5/+5
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-26/+26
* Improvements to the Font Features dialog. Better OpenType coverage.Tavmjong Bah2018-06-111-2/+1
* Add preview for numeric OpenType features.Tavmjong Bah2018-05-131-1/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-04-291-32/+24
|\
| * Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-291-32/+24
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|/
* Remove "hack" for support of FreeType 2.1.Tavmjong Bah2018-03-201-15/+4
* Add basic rendering support for 'font-variation-settings'.Tavmjong Bah2018-03-191-2/+93
* Remove unused functions and reformat section.Tavmjong Bah2018-03-131-75/+17
* Remove unused includes, etc.Tavmjong Bah2018-03-061-3/+1
* Revive pango_win32 backendEduard Braun2017-10-161-6/+6
* Use deprecated constant to maintain backwards compatibility with freetype 2.4.Tavmjong Bah2015-11-241-1/+1
* Swap text-before-edge and text-after-edge baseline values.Tavmjong Bah2015-11-191-6/+6
* Implement rendering of 'dominant-baseline' property.Tavmjong Bah2015-11-181-23/+23
* Find font metrics when font is initialized. Fill baseline table.Tavmjong Bah2015-11-181-73/+194
* Replace leading by more useful x-height. Use OS/2 font metrics when available.Tavmjong Bah2015-11-131-11/+55
* Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-5/+20
* Remove unused functions.Tavmjong Bah2014-10-051-149/+0
* Conditionally add 'semilight' due to changes in Pango 1.36.6. Curse Behdad.Tavmjong Bah2014-09-291-0/+4
* fix macro redefinition errorsJohan B. C. Engelen2014-03-211-2/+4
* Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour2014-02-051-20/+20
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
* prevent redundant firing of InitTheFace (pFont never changes, but init is cal...buliabyak2013-09-281-4/+4
* changes_2013_05_22a.patch:David Mathog2013-06-191-0/+35
* Fix for 1002757 : Regressions with new default font 'sans-serif'John Smith2013-02-021-2/+2
* Stop using deprecated pang_ft2 functionsAlex Valavanis2013-01-131-2/+5
* Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)Alex Valavanis2012-12-091-7/+0
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Minor code safety tweak to null out stale pointer.Jon A. Cruz2011-07-191-0/+1
* consistency fix (potential bug)Johan B. C. Engelen2011-07-181-1/+1
* Fixed font problem on win32.Jasper van de Gronde2011-06-041-7/+13
* work around an assert, to fix a crash at startup on windowsJohan B. C. Engelen2011-04-081-1/+3
* Fix glyph outlines to always consist of closed pathsKrzysztof Kosi??ski2010-08-141-96/+79
* Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-051-76/+0
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-1/+2
* Correct #endif placement. Should fix win32 build.Jon A. Cruz2010-04-181-1/+1