summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve node selection ~x3 removing unneded updateNow() called in non ↵Jabier Arraiza2019-10-091-0/+7
| | | | necesary places. Also ensure canvas is always redraw
* Misc. typo and whitespace fixesluz.paz2019-01-141-2/+2
| | | Found via `codespell` and `atom editor`
* modernize loopsMarc Jeanmougin2019-01-021-36/+35
|
* 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 util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-181-2/+4
|
* New option to invert y-axisThomas Holder2018-09-121-2/+2
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* 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-2/+2
| | | | | 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-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-6/+9
| | | | A lot of header clean-up.
* Replace boost::shared_ptrJan Lingscheid2017-10-171-3/+2
| | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header.
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* minor coding style changesJabier Arraiza Cenoz2015-08-081-4/+5
| | | (bzr r14284)
* Snapping in node tool now also works when:Diederik van Lierop2015-05-301-0/+8
| | | | | | | | | - when double clicking to insert a node on a path - when dragging a part of the path to deform it Fixed bugs: - https://launchpad.net/bugs/1448859 (bzr r14189)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-4/+4
| | | (bzr r13820)
* Update to experimental r13465Liam P. White2014-08-081-1/+1
|\ | | | | (bzr r13090.1.102)
| * Massive performance improvment for basic node operations with thousands of nodesLiam P. White2014-08-081-1/+1
| | | | | | (bzr r13341.1.124)
* | Update to trunk/integrate BSplineLiam P. White2014-05-091-1/+12
|\| | | | | (bzr r13090.1.73)
| * Fixing branch problemsJabier Arraiza Cenoz2014-03-051-2/+3
| | | | | | (bzr r11950.1.281)
| * TranslationsJabier Arraiza Cenoz2014-03-051-3/+2
| | | | | | (bzr r11950.1.279)
| * translations from spanish to english done, it might need a little review, ↵Guiu Rocafort2014-03-051-2/+3
| | | | | | | | | | but everything seems ok (bzr r11950.5.1)
| * update to trunkJabier Arraiza Cenoz2014-01-181-11/+0
| |\ | | | | | | (bzr r11950.1.235)
| * | Spanish comment of multi-path-manipulator-cppJabier Arraiza Cenoz2013-12-301-0/+2
| | | | | | | | | (bzr r11950.1.222)
| * | RefactorizingJabier Arraiza Cenoz2013-12-301-3/+0
| | | | | | | | | (bzr r11950.1.212)
| * | Update to trunkJabier Arraiza Cenoz2013-12-121-1/+9
| |\ \ | | | | | | | | (bzr r11950.1.208)
| * \ \ Update to trunkJabier Arraiza Cenoz2013-11-081-1/+1
| |\ \ \ | | | | | | | | | | (bzr r11950.1.193)
| * \ \ \ Upadate to trunkJabier Arraiza Cenoz2013-07-041-2/+6
| |\ \ \ \ | | | | | | | | | | | | (bzr r11950.1.122)
| * \ \ \ \ Update to trunkJabier Arraiza Cenoz2013-03-261-2/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r11950.1.75)
| * | | | | | Fixing node faultjtx2013-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11950.4.2)
| * | | | | | Widgets to effect addedJabier Arraiza Cenoz2013-03-191-1/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11950.1.59)
| * | | | | | | ~sub fix, double click to reset default handles and control to 10% steproot2013-03-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.51)
| * | | | | | | Delete bspline node whith node tool and fix 1 segment continue shift errorJabier Arraiza Cenoz2013-01-181-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.17)
* | | | | | | | Fixed path color when changed by Objects DialogLiam P. White2014-03-031-3/+3
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | (bzr r13090.1.11)
* | | | | | | multi-path-manipulator: strip dead codeAlex Valavanis2014-01-141-11/+0
| |_|_|_|_|/ |/| | | | | | | | | | | (bzr r12930)
* | | | | | Fix for Bug #1255367 (Alt D clears undo history even when nothing happens).Nicolas Dufour2013-12-121-1/+9
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1255367 (bzr r12848)
* | | | | First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| |_|_|/ |/| | | | | | | (bzr r12782)
* | | | Make DAMN sure paths with zero nodes do not cause a crash.Martin Owens2013-06-291-2/+6
| |_|/ |/| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/710637 (bzr r12396)
* | | Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* | cppcheckKris De Gussem2013-03-171-1/+0
|/ | | (bzr r12218)
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+3
| | | (bzr r11655)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-0/+5
| | | (bzr r11375)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-106/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-35/+144
| | | (bzr r11250)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+2
| | | (bzr r10940)