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
...
*
|
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
*
Consistency fix in the tools strings (badly places :).
Nicolas Dufour
2010-05-26
1
-14
/
+14
*
Fix small snapping regression (reported in LP #562205, comment #11)
Diederik van Lierop
2010-05-09
1
-3
/
+1
*
Fix scaling of degenerate handles using keybard shortcuts.
Krzysztof Kosi??ski
2010-03-18
1
-24
/
+69
*
Fix Ctrl-drag in node tool with zero snap delay.
Krzysztof Kosi??ski
2010-03-17
1
-4
/
+4
*
New node tool: implement handle snapping
Krzysztof Kosi??ski
2010-03-14
1
-8
/
+47
*
Implement keyboard shortcuts for single handle adjustments.
Krzysztof Kosi??ski
2010-03-14
1
-36
/
+36
*
Warning cleanup.
Jon A. Cruz
2010-02-25
1
-1
/
+1
*
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging
Krzysztof Kosi??ski
2010-02-10
1
-16
/
+18
*
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
2010-02-09
1
-35
/
+148
*
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
-26
/
+30
*
Fix constrained snapping in node tool.
Krzysztof Kosi??ski
2010-01-31
1
-4
/
+5
[prev]
[next]