summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvements to the Font Features dialog. Better OpenType coverage.Tavmjong Bah2018-06-114-90/+76
* Add preview of more OpenType tables.Tavmjong Bah2018-06-071-2/+8
* Add support for character variant OpenType tags (cv01, cv02, ...).Tavmjong Bah2018-06-051-1/+3
* Add preview for numeric OpenType features.Tavmjong Bah2018-05-134-4/+35
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-047-21/+21
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-04-294-58/+44
|\
| * Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-294-58/+44
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-297-21/+21
|/
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
* Add start of 'font-variations' widget.Tavmjong Bah2018-04-264-21/+50
* Implement FontSelectorToolbar.Tavmjong Bah2018-04-252-66/+83
* Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-132-18/+182
* Remove unused variables.Tavmjong Bah2018-04-132-34/+9
* Extract and display ligatures in a font.Tavmjong Bah2018-04-054-22/+57
* Reduce error messages.Tavmjong Bah2018-04-041-1/+4
* Unset 'font-variation-settings' if not used.Tavmjong Bah2018-04-031-2/+7
* Fix crash when selection non-variation style.Tavmjong Bah2018-04-031-3/+4
* Protect against empty string.Tavmjong Bah2018-03-301-15/+17
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+0
* Convert Pango font variations string to CSS format before saving to CSS.Tavmjong Bah2018-03-271-2/+24
* move FTFixedToDouble / FTDoubleToFixed to a common headerFelipe Corrêa da Silva Sanches2018-03-272-8/+7
* Allow building with USE_PANGO_WIN32.Tavmjong Bah2018-03-233-2/+10
* Start of reading OpenType fvar table.Tavmjong Bah2018-03-233-1/+82
* Move OpenType functions to separate file.Tavmjong Bah2018-03-234-174/+255
* 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
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-39/+0
* [meson-build] libsvgFelipe Corrêa da Silva Sanches2018-03-171-1/+2
* [meson-build] livarotFelipe Corrêa da Silva Sanches2018-03-171-1/+2
* [meson-build] libsrcdirFelipe Corrêa da Silva Sanches2018-03-171-3/+1
* [meson-build] declaring more libnrtype and libinkgc dependenciesFelipe Corrêa da Silva Sanches2018-03-171-1/+3
* [meson-build] wip: inkgc + ui + libnrtypeFelipe Corrêa da Silva Sanches2018-03-171-0/+1
* [meson-build] building the uiFelipe Corrêa da Silva Sanches2018-03-171-5/+1
* wip - meson build systemFelipe Corrêa da Silva Sanches2018-03-171-0/+40
* Add font styles that use font variations to style list.Tavmjong Bah2018-03-152-25/+60
* Remove duplicate code.Tavmjong Bah2018-03-141-135/+6
* Work around possible Pango bug where an empty 'variations' generates a '@' in...Tavmjong Bah2018-03-131-1/+4
* Remove duplicate code.Tavmjong Bah2018-03-134-244/+156
* Remove unused functions and reformat section.Tavmjong Bah2018-03-131-75/+17
* Update some debugging code for text layout.Tavmjong Bah2018-03-131-2/+15
* Add 'font-variation-settings' support to FontFactory.Tavmjong Bah2018-03-131-14/+35
* Remove unused includes, etc.Tavmjong Bah2018-03-062-8/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-303-8/+6
* Merge branch 'baseline-shift' of gitlab.com:khaledhosny/inkscapeMarc Jeanmougin2018-01-121-1/+1
|\
| * Fix baseline shift movement directionKhaled Hosny2017-10-201-1/+1
* | Merge branch 'escapefontspec' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-01-111-1/+1
|\ \
| * | Don't double-escape names of used fontsGeoff Lankow2017-12-311-1/+1
* | | Fix static buildEduard Braun2018-01-091-0/+6
|/ /
* | Misc. typosluzpaz2017-12-041-1/+1
* | change assignment to equalitySimon Wells2017-11-021-2/+2