summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/connector-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* More document.h cleanup.Tavmjong Bah2019-04-061-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
|
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-1/+1
|
* 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
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-70/+70
| | | | | 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
|
* Put adaptagrams into its own folderMarc Jeanmougin2018-04-291-1/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-5/+5
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-23/+28
| | | | A lot of header clean-up.
* Format connector codeSylvain Chiron2017-12-261-409/+399
| | | | Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-011-2/+1
|\
| * Merge branch 'master' of gitlab.com:inkscape/inkscapeSylvain Chiron2017-07-011-1/+1
| |\
| * | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron2017-07-011-2/+1
| | | | | | | | | | | | | | | | | | changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* | | Starting selectable knotsJabier Arraiza2017-06-301-5/+5
| |/ |/|
* | Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|/
* Partial fix for bug 172063 while we find a better solution for XOR in helper ↵Jabier Arraiza Cenoz2016-08-291-3/+3
| | | | | lines (bzr r15090)
* Merged trunkAdrian Boguszewski2016-08-031-7/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+3
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-2/+2
| | | (bzr r14790)
* static code analysisKris De Gussem2015-11-131-1/+1
| | | (bzr r14463)
* mergingMarc Jeanmougin2015-04-261-1/+1
|\ | | | | (bzr r13922.1.13)
| * ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-191-1/+1
| | | | | | (bzr r14016)
* | mergeMarc Jeanmougin2015-04-261-10/+0
|\| | | | | (bzr r13922.1.12)
| * Strip ToolFactoryLiam P. White2015-02-251-10/+0
| | | | | | (bzr r13939.1.2)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-5/+3
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-7/+7
| | | (bzr r13820)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
| | | (bzr r13816)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
| | | (bzr r13809)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
| | | (bzr r13768)
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\ | | | | (bzr r13341.5.17)
| * Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.253)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* Further refactored SPKnot.Markus Engel2014-03-281-11/+11
| | | (bzr r13226)
* First step of refactoring SPKnot.Markus Engel2014-03-271-25/+28
| | | (bzr r13223)
* Changed some return types from gint to bool.Markus Engel2014-03-271-4/+4
| | | (bzr r13220)
* Cleaned up connector-tool, pen-tool, and pencil-tool.Markus Engel2014-03-261-54/+42
| | | (bzr r13217)