summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* An a few more config.h fixesPatrick Storz2019-03-282-8/+0
* Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2019-03-231-4/+38
* Fix complication when debugging enabled.Tavmjong Bah2019-03-201-3/+4
* Fix rendering for text with inherited 'font-variation-settings' property.Tavmjong Bah2019-03-181-2/+2
* Fix code to avoid error message "descr without font family".Tavmjong Bah2019-02-191-4/+24
* fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2019-01-182-14/+0
* out-of-bounds access on Enter-up-left in new text fieldTrevor Spiteri2019-01-151-1/+1
* out-of-bounds access on Enter-up-down in new text fieldTrevor Spiteri2019-01-151-1/+4
* out-of-bounds access on clicking at end of text fieldTrevor Spiteri2019-01-151-1/+4
* out-of-bounds access on Enter in new text fieldTrevor Spiteri2019-01-151-0/+2
* modernize loopsMarc Jeanmougin2019-01-027-42/+40
* Fix comment.Tavmjong Bah2018-12-201-1/+1
* Prevent screen jump when 'inline-size' value is too small to display text.Tavmjong Bah2018-12-201-2/+14
* Add ability to create SVG 2 text:Tavmjong Bah2018-12-181-1/+26
* Clarify licensesMax Gaukler2018-11-0819-19/+97
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-182-3/+3
* Misc. typosluz.paz2018-10-066-8/+8
* Remove #include "config.h" wherever possibleEduard Braun2018-10-016-7/+12
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-242-8/+0
* Fix wrong initial glyph size with native pango_win32 font backendEduard Braun2018-08-161-0/+10
* Merge branch 'sp_print' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-211-5/+5
|\
| * Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot2018-06-211-5/+5
* | Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...Tavmjong Bah2018-06-211-0/+7
|/
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-193-13/+13
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-182-2/+2
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-182-2/+2
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-185-6/+5
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1810-109/+109
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-182-17/+17
* Potential fix for FTBFS introduced in 60ecfba7Alexander Valavanis2018-06-171-0/+5
* Minor documentation changes.Tavmjong Bah2018-06-161-8/+20
* Merge branch 'fontselection' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-06-142-0/+12
|\
| * In font list, don't change selection if current font is already selected; oth...Geoff Lankow2018-05-312-0/+12
* | Merge branch 'fontmarkup' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-06-141-4/+5
|\ \
| * | Fix three more instances of incorrectly escaped markupGeoff Lankow2018-05-311-4/+5
| |/
* | 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