summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix code accidentally made useless in de6d47ed290e02aa4bdc64d6cea5a6c8c20e61c7Eduard Braun2017-10-251-2/+2
* | Add limited support for CSS 'font-face' rule.Tavmjong Bah2017-10-252-0/+35
* | Fix compilation on Ubuntu TrustyEduard Braun2017-10-221-1/+4
* | FontFactory: Add function to add additional font directoriesEduard Braun2017-10-202-0/+35
|/
* Replace deprecated call to pango_win32_get_contextEduard Braun2017-10-171-8/+2
* Revive pango_win32 backendEduard Braun2017-10-162-6/+8
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-13/+5
* Fix error when vertical text has 'text-orientation' value 'sideways'.Tavmjong Bah2017-09-261-1/+1
* Minor code cleanup and better handling of non-spacing marks in upright vertic...Tavmjong Bah2017-09-251-4/+17
* cleanup: put extraction of OpenType tables in separate functionEduard Braun2017-09-231-144/+147
* cleanup: do not overwrite/free original font descriptionEduard Braun2017-09-231-4/+4
* Do not crash if no fonts are availableEduard Braun2017-09-231-0/+4
* Improve rendering of vertical text with non-spacing marks in upright orientat...Tavmjong Bah2017-09-131-19/+42
* Fix infinite loop when rendering text inside a shape under very special condi...Tavmjong Bah2017-09-071-8/+7
* Minor code cleanup.Tavmjong Bah2017-09-061-6/+11