summaryrefslogtreecommitdiffstats
path: root/src/object/sp-conn-end-pair.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash after deleting a grouped connectionNathan Lee2019-06-141-0/+1
| | | | Fix gitlab.com/inkscape/inkscape/issues/205
* Fix nullptr deref after connector deleteBryce Harrington2019-04-141-2/+6
| | | | | | | | When a connector has been deleted, its _connRef will be set to NULL. Some logic should be bypassed in this case, other should check NULL status as a pre-condition. Fixes: https://gitlab.com/inkscape/inbox/issues/313
* More document.h cleanup.Tavmjong Bah2019-04-061-2/+2
|
* modernize loopsMarc Jeanmougin2019-01-021-10/+10
|
* 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
* remove Inkscape::URI::toStringThomas Holder2018-11-051-3/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
| | | | | 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-6/+6
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
|
* Put adaptagrams into its own folderMarc Jeanmougin2018-04-291-1/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+345
A lot of header clean-up.