summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better check for CONTROL_CODENathan Lee2019-06-181-1/+1
* Add check for empty text on pathNathan Lee2019-05-261-1/+2
* Remove error message when SVG OpenType table is empty.Tavmjong Bah2019-05-141-2/+7
* Stop crash on newline when entering rtl textNathan Lee2019-05-121-4/+2
* Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah2019-05-071-1/+3
* Fix rendering for some SVG in OpenType fonts with glyphs that don't have a vi...Tavmjong Bah2019-05-062-2/+11
* Possibly fix build on Windows.Tavmjong Bah2019-05-061-2/+2
* Add basic SVG in OpenType support.Tavmjong Bah2019-05-064-2/+158
* Adds out of bound check for selecting text on pathNathan Lee2019-05-031-1/+3
* Refer to correct array index in chunkAnchorPointNathan Lee2019-05-031-3/+3
* Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah2019-04-151-3/+4
* Fix for line positioning in wrapped multi-line text.Tavmjong Bah2019-04-151-1/+1
* 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