summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof2019-09-131-1/+8
|
* Add listeners for when shapes used by text are changed.Tavmjong Bah2019-09-061-2/+17
|
* Misc. typosluz.paz2019-03-261-3/+3
| | | Found via `codespell`
* Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2019-03-231-0/+4
| | | | Possible fix for GitLab issue #45.
* Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah2018-12-141-0/+12
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for ↵Tavmjong Bah2018-06-211-21/+24
| | | | | | 'inline-size'). Some additinal refactoring.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-18/+18
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+109
A lot of header clean-up.