summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-09Improve node selection ~x3 removing unneded updateNow() called in non necesar...Jabier Arraiza1-0/+7
2019-01-14Misc. typo and whitespace fixesluz.paz1-2/+2
2019-01-02modernize loopsMarc Jeanmougin1-36/+35
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-18Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot1-2/+4
2018-09-12New option to invert y-axisThomas Holder1-2/+2
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-6/+9
2017-10-17Replace boost::shared_ptrJan Lingscheid1-3/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-05-15Fixing pointwiseJabier Arraiza Cenoz1-5/+5
2015-08-08minor coding style changesJabier Arraiza Cenoz1-4/+5
2015-05-30Snapping in node tool now also works when:Diederik van Lierop1-0/+8
2015-04-03Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz1-5/+5
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-4/+4
2014-09-27Update to experimental r13565Liam P. White1-3/+3
2014-08-08Massive performance improvment for basic node operations with thousands of nodesLiam P. White1-1/+1
2014-03-05Fixing branch problemsJabier Arraiza Cenoz1-2/+3
2014-03-05TranslationsJabier Arraiza Cenoz1-3/+2
2014-03-05translations from spanish to english done, it might need a little review, but...Guiu Rocafort1-2/+3
2014-03-03Fixed path color when changed by Objects DialogLiam P. White1-3/+3
2014-01-14multi-path-manipulator: strip dead codeAlex Valavanis1-11/+0
2013-12-30Spanish comment of multi-path-manipulator-cppJabier Arraiza Cenoz1-0/+2
2013-12-30RefactorizingJabier Arraiza Cenoz1-3/+0
2013-12-12Fix for Bug #1255367 (Alt D clears undo history even when nothing happens).Nicolas Dufour1-1/+9
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-06-29Make DAMN sure paths with zero nodes do not cause a crash.Martin Owens1-2/+6
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
2013-03-20Fixing node faultjtx1-1/+1
2013-03-17cppcheckKris De Gussem1-1/+0
2013-03-11~sub fix, double click to reset default handles and control to 10% steproot1-1/+3
2013-01-18Delete bspline node whith node tool and fix 1 segment continue shift errorJabier Arraiza Cenoz1-1/+10
2012-09-06Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith1-0/+3
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-17Extended resizing to node handles.Jon A. Cruz1-0/+5
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-106/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-35/+144
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+2
2012-01-23Patch from John Smith for 623660Josh Andler1-2/+2
2012-01-04new: add nodes at extreme values of selected subpathsJohan B. C. Engelen1-0/+5
2011-11-05Powerstroke: adjust control points when adding or deleting knots, to try and ...Johan B. C. Engelen1-9/+9
2011-10-03Doxygen cleanup.Jon A. Cruz1-8/+15
2010-12-16Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski1-1/+72