index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tool
/
multi-path-manipulator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
Improve node selection ~x3 removing unneded updateNow() called in non necesar...
Jabier Arraiza
1
-0
/
+7
2019-01-14
Misc. typo and whitespace fixes
luz.paz
1
-2
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-36
/
+35
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-18
Remove util/unordered-containers.h aliases.
Emmanuel Gil Peyrot
1
-2
/
+4
2018-09-12
New option to invert y-axis
Thomas Holder
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-6
/
+9
2017-10-17
Replace boost::shared_ptr
Jan Lingscheid
1
-3
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-05-15
Fixing pointwise
Jabier Arraiza Cenoz
1
-5
/
+5
2015-08-08
minor coding style changes
Jabier Arraiza Cenoz
1
-4
/
+5
2015-05-30
Snapping in node tool now also works when:
Diederik van Lierop
1
-0
/
+8
2015-04-03
Update pathinfo class to allow piecewise and pathvector as input.
Jabier Arraiza Cenoz
1
-5
/
+5
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-4
/
+4
2014-09-27
Update to experimental r13565
Liam P. White
1
-3
/
+3
2014-08-08
Massive performance improvment for basic node operations with thousands of nodes
Liam P. White
1
-1
/
+1
2014-03-05
Fixing branch problems
Jabier Arraiza Cenoz
1
-2
/
+3
2014-03-05
Translations
Jabier Arraiza Cenoz
1
-3
/
+2
2014-03-05
translations from spanish to english done, it might need a little review, but...
Guiu Rocafort
1
-2
/
+3
2014-03-03
Fixed path color when changed by Objects Dialog
Liam P. White
1
-3
/
+3
2014-01-14
multi-path-manipulator: strip dead code
Alex Valavanis
1
-11
/
+0
2013-12-30
Spanish comment of multi-path-manipulator-cpp
Jabier Arraiza Cenoz
1
-0
/
+2
2013-12-30
Refactorizing
Jabier Arraiza Cenoz
1
-3
/
+0
2013-12-12
Fix for Bug #1255367 (Alt D clears undo history even when nothing happens).
Nicolas Dufour
1
-1
/
+9
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-1
/
+1
2013-06-29
Make DAMN sure paths with zero nodes do not cause a crash.
Martin Owens
1
-2
/
+6
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-2
/
+1
2013-03-20
Fixing node fault
jtx
1
-1
/
+1
2013-03-17
cppcheck
Kris De Gussem
1
-1
/
+0
2013-03-11
~sub fix, double click to reset default handles and control to 10% step
root
1
-1
/
+3
2013-01-18
Delete bspline node whith node tool and fix 1 segment continue shift error
Jabier Arraiza Cenoz
1
-1
/
+10
2012-09-06
Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
John Smith
1
-0
/
+3
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-05-17
Extended resizing to node handles.
Jon A. Cruz
1
-0
/
+5
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-106
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-35
/
+144
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+2
2012-01-23
Patch from John Smith for 623660
Josh Andler
1
-2
/
+2
2012-01-04
new: add nodes at extreme values of selected subpaths
Johan B. C. Engelen
1
-0
/
+5
2011-11-05
Powerstroke: adjust control points when adding or deleting knots, to try and ...
Johan B. C. Engelen
1
-9
/
+9
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-8
/
+15
2010-12-16
Node tool: fix Tab and Shift+Tab
Krzysztof Kosi??ski
1
-1
/
+72
[next]