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
/
control-point-selection.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update node transform handles on deselect
Nathan Lee
2019-11-05
1
-0
/
+2
*
Make sure old calls to insert behaves the same
Nathan Lee
2019-10-09
1
-5
/
+7
*
Speed up multi-node (de)selection
Nathan Lee
2019-10-09
1
-19
/
+33
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-46
/
+42
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
New option to invert y-axis
Thomas Holder
2018-09-12
1
-4
/
+4
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
Fix a bug with select knots and modifiers
Jabier Arraiza
2017-07-04
1
-1
/
+1
*
working on knots selection
Jabier Arraiza
2017-07-01
1
-1
/
+1
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-1
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+1
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-1
/
+0
*
"Relative to" option for node alignment.
Marc Jeanmougin
2016-03-13
1
-1
/
+28
*
Massive performance improvment for basic node operations with thousands of nodes
Liam P. White
2014-08-08
1
-8
/
+41
*
control-point-selection : fix a (very unlikely) crash upon dereferencing unit...
Johan B. C. Engelen
2014-03-20
1
-0
/
+4
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-1
/
+1
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-4
/
+0
*
Corrected protected type access (comments were incorrect).
Jon A. Cruz
2012-05-17
1
-2
/
+5
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-100
/
+1
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-22
/
+125
*
Warning cleanup.
Jon A. Cruz
2012-04-04
1
-1
/
+1
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-1
/
+1
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-0
/
+2
*
Patch from John Smith for 623660
Josh Andler
2012-01-23
1
-1
/
+1
*
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...
Diederik van Lierop
2011-11-04
1
-1
/
+0
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-6
/
+10
*
Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...
Diederik van Lierop
2011-09-16
1
-4
/
+16
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-2
/
+2
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-7
/
+7
*
Node tool: snap while scaling a selection of nodes. Consider this as experime...
Diederik van Lierop
2010-12-27
1
-0
/
+18
*
Node tool: fix moving multiple nodes along handles (Ctrl+Alt)
Krzysztof Kosi??ski
2010-12-16
1
-1
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Fix sculpting of nodes with non-degenerate handles.
Krzysztof Kosi??ski
2010-07-22
1
-2
/
+46
*
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
2010-04-06
1
-4
/
+4
*
Fix rotation in node and select tool
Krzysztof Kosi??ski
2010-04-03
1
-2
/
+2
*
Initial fix for the inverted coordinate system bug
Krzysztof Kosi??ski
2010-04-03
1
-2
/
+2
*
Node tool: implement sculpting
Krzysztof Kosi??ski
2010-03-03
1
-9
/
+32
*
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
2010-02-09
1
-44
/
+88
*
Fix performance regressions in the node tool and a stupid crash bug
Krzysztof Kosi??ski
2010-02-06
1
-1
/
+1
*
Reduce libsigc++ usage to partially fix performance regressions
Krzysztof Kosi??ski
2010-02-04
1
-38
/
+12
*
Fix Ctrl+Alt+click deletion of selected nodes when transform handles
Krzysztof Kosi??ski
2010-01-20
1
-2
/
+1
*
Fix snapping in the node tool when more than one point is dragged.
Krzysztof Kosi??ski
2010-01-20
1
-10
/
+8
*
Warning cleanup.
Jon A. Cruz
2010-01-15
1
-1
/
+1
*
* Add "show transform handles" toggle button.
Krzysztof Kosi??ski
2010-01-14
1
-45
/
+37
*
* Implement node snapping.
Krzysztof Kosi??ski
2010-01-10
1
-1
/
+54
*
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-0
/
+530