summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix Glib::Regex::match stack-use-after-scopeThomas Holder2019-11-211-1/+6
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-5/+5
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-1/+1
* Fix GC warningsMarc Jeanmougin2019-10-101-0/+1
* Fix various minor code problemsMarc Jeanmougin2019-10-051-6/+5
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-4/+4
* Active SVG2 Flow Text by defaultJabiertxof2019-09-161-1/+1
* Allow paste preserving new lines into a flowtext elementJabiertxof2019-09-161-4/+7
* Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof2019-09-131-2/+30
* A value of zero for 'inline-size' should act as if 'inline-size' is not set. ...Tavmjong Bah2019-09-131-4/+5
* Allow transforms in SVG2 flow elementsJabier Arraiza2019-09-071-0/+9
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-1/+0
* Prepare for betaJabiertxof2019-09-071-4/+1
* fixx flowbox on SVG2 mode using tspansJabiertxof2019-09-071-2/+10
* Write out 'x' and 'y' attribute values to repr when some text property value ...Tavmjong Bah2019-09-071-0/+1
* Add listeners for when shapes used by text are changed.Tavmjong Bah2019-09-061-27/+21
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-1/+1
* Fix for line positioning in wrapped multi-line text.Tavmjong Bah2019-04-151-0/+5
* Misc. typosluz.paz2019-03-261-3/+3
* Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2019-03-231-3/+43
* modernize loopsMarc Jeanmougin2019-01-021-21/+19
* Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah2018-12-141-49/+284
* Clarify licensesMax Gaukler2018-11-081-1/+2
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
* Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.Tavmjong Bah2018-08-271-0/+5
* Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...Tavmjong Bah2018-06-211-179/+222
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-19/+19
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-9/+9
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-9/+9
* Remove some documents updatesJabier Arraiza2018-04-231-2/+0
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+1
* a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches2018-03-271-2/+2
* Fixed more trivial typosluz.paz2018-03-121-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1279