summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | 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-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Base LPE refactorJabier Arraiza2018-03-261-3/+44
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+3
| | | | A lot of header clean-up.
* Rename object-edit.cpp to what it really isStefano Facchini2017-10-011-2/+2
|
* Fix the editing of clipping and masking objectsStefano Facchini2017-10-011-12/+7
| | | | | | | | By passing along an edit_transform matrix, as done for clipping paths. Cleanups: - remove some unused methods - use member initialization
* Fix a bug with select knots and modifiersJabier Arraiza2017-07-041-7/+5
|
* Finish add selectable knot shapesJabier Arraiza2017-07-011-6/+6
|
* working on knots selectionJabier Arraiza2017-07-011-2/+9
|
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
| | | (bzr r15025)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Move more UI code into ui/Liam P. White2014-10-051-0/+177
(bzr r13341.1.253)