summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder2-5/+6
2019-10-11Reduce memory leak on editing text, etc.Nathan Lee2-6/+16
2019-10-03Fix comparison between char and value outside range for char in check for gzi...Tavmjong Bah1-1/+2
2019-10-02Fix SVG in OpenType decoding bug.Tavmjong Bah1-1/+1
2019-10-01Support "lang" and "xml:lang" attributes.Tavmjong Bah2-1/+10
2019-09-28Fix issue multiple signals on font change. stylingJabiertxof2-2/+4
2019-09-28Fis issue pointed by McJabier Arraiza1-1/+1
2019-09-28Dis allow to emit once instead 3 time on font changeJabier Arraiza2-15/+16
2019-09-21Fix segfault when reading Bixia SVG in OpenType font.Tavmjong Bah1-1/+1
2019-09-20Handle SVG in OpenType fonts where glyph viewboxes don't match design units.Tavmjong Bah1-23/+73
2019-09-20Handle SVG in OpenType fonts where glyphs have floating point numbers in 'vie...Tavmjong Bah1-1/+1
2019-09-20Handle SVG in OpenType fonts with compressed glyphs.Tavmjong Bah1-2/+26
2019-09-19Fix partialy issue 425 (the highlight part not new line one) https://gitlab.c...Jabier Arraiza1-5/+6
2019-09-18Fix cursor postion when text is laid out using 'x' and 'y' attributes.Tavmjong Bah3-24/+77
2019-09-13Refactor of prepare inner and some commentsJabiertxof2-19/+0
2019-09-12Fix blocking bugs in text for Beta (stiling)Jabiertxof1-1/+1
2019-09-12Line height fixesJabiertxof2-1/+19
2019-09-12Fix crash when overflowing flowed textMarc Jeanmougin1-1/+1
2019-09-09Load GPOS table only when selecting font features tab to speedup font usageJabier Arraiza2-8/+16
2019-09-07More improvements to line height.Jabier Arraiza1-2/+4
2019-06-18Better check for CONTROL_CODENathan Lee1-1/+1
2019-05-26Add check for empty text on pathNathan Lee1-1/+2
2019-05-14Remove error message when SVG OpenType table is empty.Tavmjong Bah1-2/+7
2019-05-12Stop crash on newline when entering rtl textNathan Lee1-4/+2
2019-05-07Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah1-1/+3
2019-05-06Fix rendering for some SVG in OpenType fonts with glyphs that don't have a vi...Tavmjong Bah2-2/+11
2019-05-06Possibly fix build on Windows.Tavmjong Bah1-2/+2
2019-05-06Add basic SVG in OpenType support.Tavmjong Bah4-2/+158
2019-05-03Adds out of bound check for selecting text on pathNathan Lee1-1/+3
2019-05-03Refer to correct array index in chunkAnchorPointNathan Lee1-3/+3
2019-04-15Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah1-3/+4
2019-04-15Fix for line positioning in wrapped multi-line text.Tavmjong Bah1-1/+1
2019-03-28An a few more config.h fixesPatrick Storz2-8/+0
2019-03-23Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah1-4/+38
2019-03-20Fix complication when debugging enabled.Tavmjong Bah1-3/+4
2019-03-18Fix rendering for text with inherited 'font-variation-settings' property.Tavmjong Bah1-2/+2
2019-02-19Fix code to avoid error message "descr without font family".Tavmjong Bah1-4/+24
2019-01-18fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2-14/+0
2019-01-15out-of-bounds access on Enter-up-left in new text fieldTrevor Spiteri1-1/+1
2019-01-15out-of-bounds access on Enter-up-down in new text fieldTrevor Spiteri1-1/+4
2019-01-15out-of-bounds access on clicking at end of text fieldTrevor Spiteri1-1/+4
2019-01-15out-of-bounds access on Enter in new text fieldTrevor Spiteri1-0/+2
2019-01-02modernize loopsMarc Jeanmougin7-42/+40
2018-12-20Fix comment.Tavmjong Bah1-1/+1
2018-12-20Prevent screen jump when 'inline-size' value is too small to display text.Tavmjong Bah1-2/+14
2018-12-18Add ability to create SVG 2 text:Tavmjong Bah1-1/+26
2018-11-08Clarify licensesMax Gaukler19-19/+97
2018-10-18Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2-3/+3
2018-10-06Misc. typosluz.paz6-8/+8
2018-10-01Remove #include "config.h" wherever possibleEduard Braun6-7/+12