summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-21fix Glib::Regex::match stack-use-after-scopeThomas Holder1-1/+6
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-5/+5
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-1/+1
2019-10-10Fix GC warningsMarc Jeanmougin1-0/+1
2019-10-05Fix various minor code problemsMarc Jeanmougin1-6/+5
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-4/+4
2019-09-16Active SVG2 Flow Text by defaultJabiertxof1-1/+1
2019-09-16Allow paste preserving new lines into a flowtext elementJabiertxof1-4/+7
2019-09-13Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof1-2/+30
2019-09-13A value of zero for 'inline-size' should act as if 'inline-size' is not set. ...Tavmjong Bah1-4/+5
2019-09-07Allow transforms in SVG2 flow elementsJabier Arraiza1-0/+9
2019-09-07Prepared for beta. Fixed blocking bugJabiertxof1-1/+0
2019-09-07Prepare for betaJabiertxof1-4/+1
2019-09-07fixx flowbox on SVG2 mode using tspansJabiertxof1-2/+10
2019-09-07Write out 'x' and 'y' attribute values to repr when some text property value ...Tavmjong Bah1-0/+1
2019-09-06Add listeners for when shapes used by text are changed.Tavmjong Bah1-27/+21
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-1/+1
2019-04-15Fix for line positioning in wrapped multi-line text.Tavmjong Bah1-0/+5
2019-03-26Misc. typosluz.paz1-3/+3
2019-03-23Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah1-3/+43
2019-01-02modernize loopsMarc Jeanmougin1-21/+19
2018-12-14Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah1-49/+284
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-08-27Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.Tavmjong Bah1-0/+5
2018-06-21Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...Tavmjong Bah1-179/+222
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-9/+9
2018-04-23Remove some documents updatesJabier Arraiza1-2/+0
2018-03-28a bit more of warning cleanupFelipe Corrêa da Silva Sanches1-1/+1
2018-03-27a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches1-2/+2
2018-03-12Fixed more trivial typosluz.paz1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+2
2018-01-08Misc. typosluz.paz1-1/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-10-19Implement rendering for SVG 2 text with 'inline-size'. Work partially from Al...Tavmjong Bah1-0/+91
2017-10-17Allow multiple shapes in 'shape-inside' and 'shape-subtract'. Work from Alex ...Tavmjong Bah1-44/+125
2017-10-17Remove text 'width' and 'height' attributes. These were replaced by the 'inli...Tavmjong Bah1-28/+0
2017-10-01First batchMarc Jeanmougin1-26/+11
2017-09-21Remove useage of GString from sp-text.cppJan Lingscheid1-3/+3
2017-06-10libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches1-2/+6
2016-08-29Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah1-11/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-9/+9
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-6/+6