summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/connector-tool.cpp (follow)
Commit message (Expand)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
* 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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-70/+70
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* 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
* Format connector codeSylvain Chiron2017-12-261-409/+399
* 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; cha...Sylvain Chiron2017-07-011-2/+1
* | | 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
* Merged trunkAdrian Boguszewski2016-08-031-7/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+3
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-2/+2
* static code analysisKris De Gussem2015-11-131-1/+1
* mergingMarc Jeanmougin2015-04-261-1/+1
|\
| * ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-191-1/+1
* | mergeMarc Jeanmougin2015-04-261-10/+0
|\|
| * Strip ToolFactoryLiam P. White2015-02-251-10/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
* | Just...mc2015-02-181-5/+3
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-7/+7
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\
| * Move more UI code into ui/Liam P. White2014-10-051-1/+1
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+1
|/
* Further refactored SPKnot.Markus Engel2014-03-281-11/+11
* First step of refactoring SPKnot.Markus Engel2014-03-271-25/+28
* Changed some return types from gint to bool.Markus Engel2014-03-271-4/+4
* Cleaned up connector-tool, pen-tool, and pencil-tool.Markus Engel2014-03-261-54/+42