summaryrefslogtreecommitdiffstats
path: root/src/object/sp-flowtext.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly calculate line height for flowDivPatrick Storz2019-10-221-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/244
* Allow paste preserving new lines into a flowtext elementJabiertxof2019-09-161-0/+20
|
* Allow paste on flowbox at same sice of origin, also improve creation to get ↵Jabiertxof2019-09-161-5/+3
| | | | rid of transforms on origin
* Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah2019-04-151-0/+2
|
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
|
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-34/+34
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Remove some documents updatesJabier Arraiza2018-04-231-2/+0
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+749
A lot of header clean-up.