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
/
node.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-2
/
+2
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-03-26
Misc. typos
luz.paz
1
-1
/
+1
2019-02-04
NodeToolbar: GtkAction migration
Alexander Valavanis
1
-5
/
+7
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-24
Remove #include "config.h" from header files where possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-5
/
+5
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-23
/
+23
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-01-16
Remove obsolete build defines
Stefano Facchini
1
-11
/
+0
2017-10-17
Replace boost::shared_ptr
Jan Lingscheid
1
-5
/
+3
2017-02-06
Remove some unneeded < C++11 fallback code
Alex Valavanis
1
-5
/
+0
2015-04-30
Update 2Geom to r2347
Krzysztof Kosi??ski
1
-2
/
+2
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-0
/
+4
2014-06-01
remove fwd decl (a left-over, not intended for something useful) that breaks ...
Johan B. C. Engelen
1
-8
/
+0
2014-05-15
fix C++11 compilation
Johan B. C. Engelen
1
-0
/
+3
2014-05-05
adding const _pathmanipulatos staff to handles (handles also have tips)
Jabier Arraiza Cenoz
1
-0
/
+4
2014-05-05
Enabling path manipulator to comunicate if paths are bspline when
Vinícius dos Santos Oliveira
1
-0
/
+6
2014-03-31
Some node.cpp/h work moved to path_manipulator.
Jabier Arraiza Cenoz
1
-2
/
+0
2014-03-30
Fix checking for unordered containers on incomplete C++11 implementations
Alex Valavanis
1
-1
/
+5
2014-03-05
Fixing branch problems
Jabier Arraiza Cenoz
1
-1
/
+1
2014-03-05
Translations
Jabier Arraiza Cenoz
1
-1
/
+1
2014-03-05
translations from spanish to english done, it might need a little review, but...
Guiu Rocafort
1
-1
/
+1
2013-12-30
Spanish comment of node.h
Jabier Arraiza Cenoz
1
-0
/
+1
2013-12-30
Refactorizing
Jabier Arraiza Cenoz
1
-5
/
+4
2013-11-12
part of patch by David Evans to fix C++11 build
Johan B. C. Engelen
1
-0
/
+8
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-2
/
+2
2013-03-31
Fix scale and rotate some nodes
Jabier Arraiza Cenoz
1
-1
/
+1
2013-03-20
Fixing node fault
jtx
1
-2
/
+6
2013-03-19
Working width widgets
Jabier Arraiza Cenoz
1
-4
/
+1
2013-03-18
working whith widgets
Jabier Arraiza Cenoz
1
-0
/
+3
2013-03-11
~sub fix, double click to reset default handles and control to 10% step
root
1
-0
/
+3
2012-07-12
Bug #781893 (Crash after moving a Bezier node after Knot path effect)
Kris De Gussem
1
-3
/
+3
2012-05-21
Extended control resizing to node editing. Fixes half of bug #172059.
Jon A. Cruz
1
-1
/
+0
2012-05-17
Extended resizing to node handles.
Jon A. Cruz
1
-0
/
+2
2012-05-17
Corrected protected type access (comments were incorrect).
Jon A. Cruz
1
-27
/
+131
2012-05-04
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
1
-1
/
+2
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-5
/
+2
2012-01-23
Patch from John Smith for 623660
Josh Andler
1
-2
/
+2
2012-01-14
Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...
Diederik van Lierop
1
-2
/
+2
2011-09-16
Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...
Diederik van Lierop
1
-0
/
+1
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
1
-0
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-12-16
Node tool: fix snapping of node rotation center
Krzysztof Kosi??ski
1
-0
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-03-18
Fix scaling of degenerate handles using keybard shortcuts.
Krzysztof Kosi??ski
1
-2
/
+6
2010-03-14
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
1
-18
/
+18
2010-03-14
Implement keyboard shortcuts for single handle adjustments.
Krzysztof Kosi??ski
1
-34
/
+30
2010-02-09
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
1
-0
/
+2
2010-02-04
Reduce libsigc++ usage to partially fix performance regressions
Krzysztof Kosi??ski
1
-10
/
+21
[next]