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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fixing node fault
jtx
2013-03-20
1
-29
/
+18
|
*
|
Fixing node creations in BSpline mode.
jtx
2013-03-20
1
-9
/
+9
|
/
/
*
|
Widgets to effect added
Jabier Arraiza Cenoz
2013-03-19
1
-1
/
+1
|
\
|
*
|
Working width widgets
Jabier Arraiza Cenoz
2013-03-19
1
-5
/
+2
*
|
working whith widgets
Jabier Arraiza Cenoz
2013-03-18
1
-1
/
+4
*
|
~sub fix, double click to reset default handles and control to 10% step
root
2013-03-11
1
-5
/
+63
*
|
BPower for testing.
Jabier Arraiza Cenoz
2013-03-05
1
-6
/
+14
*
|
Fixed closed pc->ea
Jabier Arraiza Cenoz
2013-02-28
1
-19
/
+19
*
|
BSpline refactor
Jabier Arraiza Cenoz
2013-02-25
1
-8
/
+9
|
\
\
|
*
\
Refactor problem cusp nodes
jtx
2013-02-19
1
-3
/
+45
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
BSpline refactor
Jabier Arraiza Cenoz
2013-02-25
1
-1
/
+17
*
|
|
Saved for next refactor
Jabier Arraiza Cenoz
2013-02-23
1
-3
/
+2
|
|
/
|
/
|
*
|
Mayor refactor
Jabier Arraiza Cenoz
2013-02-19
1
-8
/
+31
*
|
refactor
Jabier Arraiza Cenoz
2013-02-18
1
-4
/
+22
|
/
*
Shift key should disable snapping when dragging a handle in the node tool
Diederik van Lierop
2012-10-13
1
-1
/
+1
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-4
/
+0
*
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
2012-06-09
1
-1
/
+1
*
Extended control resizing to node editing. Fixes half of bug #172059.
Jon A. Cruz
2012-05-21
1
-34
/
+41
*
Extended resizing to node handles.
Jon A. Cruz
2012-05-17
1
-22
/
+51
*
Corrected protected type access (comments were incorrect).
Jon A. Cruz
2012-05-17
1
-98
/
+69
*
Centralized line creation and enhanced visibility.
Jon A. Cruz
2012-05-09
1
-1
/
+3
*
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
2012-05-04
1
-5
/
+9
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-6
/
+1
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-4
/
+13
*
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
2012-04-10
1
-2
/
+2
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-2
/
+1
*
Cleaning up a few headers
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Additional fixes for drag cancellation in the node tool
Krzysztof Kosi??ski
2012-02-01
1
-6
/
+9
*
Patch from John Smith for 623660
Josh Andler
2012-01-23
1
-4
/
+4
*
Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...
Diederik van Lierop
2012-01-14
1
-16
/
+43
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-20
/
+23
*
Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...
Diederik van Lierop
2011-09-16
1
-6
/
+9
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-27
/
+7
*
Node tool: fix snapping of node rotation center
Krzysztof Kosi??ski
2010-12-16
1
-0
/
+29
*
Node tool: fix snapping during constrained rotation of handles
Krzysztof Kosi??ski
2010-12-16
1
-6
/
+21
*
Node tool: fix handle retraction with non-cusp nodes
Krzysztof Kosi??ski
2010-12-16
1
-8
/
+23
*
Fix four minor node tool regressions:
Krzysztof Kosi??ski
2010-11-18
1
-4
/
+25
*
Shift should disable snapping when dragging the rotation center of an object
Diederik van Lierop
2010-11-17
1
-2
/
+2
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Reintroduce Shift+L shortcut and handle retraction when setting the type
Krzysztof Kosi??ski
2010-11-06
1
-8
/
+1
*
Remove the misfeature of retracting handles when the cusp node button
Krzysztof Kosi??ski
2010-10-12
1
-4
/
+7
*
Fix oddities related to smooth endnodes. Should fix a crasher.
Krzysztof Kosi??ski
2010-10-12
1
-2
/
+4
*
Addition to my previous commit: fix for trunk is a bit different from the fix...
Diederik van Lierop
2010-09-25
1
-0
/
+1
*
fix snapmanager initialization
Diederik van Lierop
2010-09-25
1
-5
/
+5
*
2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!
Diederik van Lierop
2010-08-15
1
-1
/
+1
*
Fix a crash and add more safety checks to catch NULL pointers
Diederik van Lierop
2010-08-14
1
-0
/
+7
*
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
1
-0
/
+2
*
Add a constrained snap method that takes multiple constraints. This reduces t...
Diederik van Lierop
2010-08-07
1
-101
/
+16
*
When snapping to handle lines (Ctrl+Alt node drag), snap
Krzysztof Kosi??ski
2010-07-21
1
-7
/
+64
*
- Snap while rotating an object using the selector tool
Diederik van Lierop
2010-07-12
1
-6
/
+6
[prev]
[next]