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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
Centralized line creation and enhanced visibility.
Jon A. Cruz
1
-1
/
+3
2012-05-04
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
1
-5
/
+9
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-6
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-4
/
+13
2012-04-10
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
1
-2
/
+2
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-2
/
+1
2012-02-12
Cleaning up a few headers
Alex Valavanis
1
-0
/
+1
2012-02-01
Additional fixes for drag cancellation in the node tool
Krzysztof Kosi??ski
1
-6
/
+9
2012-01-23
Patch from John Smith for 623660
Josh Andler
1
-4
/
+4
2012-01-14
Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...
Diederik van Lierop
1
-16
/
+43
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-20
/
+23
2011-09-16
Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...
Diederik van Lierop
1
-6
/
+9
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-27
/
+7
2010-12-16
Node tool: fix snapping of node rotation center
Krzysztof Kosi??ski
1
-0
/
+29
2010-12-16
Node tool: fix snapping during constrained rotation of handles
Krzysztof Kosi??ski
1
-6
/
+21
2010-12-16
Node tool: fix handle retraction with non-cusp nodes
Krzysztof Kosi??ski
1
-8
/
+23
2010-11-18
Fix four minor node tool regressions:
Krzysztof Kosi??ski
1
-4
/
+25
2010-11-17
Shift should disable snapping when dragging the rotation center of an object
Diederik van Lierop
1
-2
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-11-06
Reintroduce Shift+L shortcut and handle retraction when setting the type
Krzysztof Kosi??ski
1
-8
/
+1
2010-10-12
Remove the misfeature of retracting handles when the cusp node button
Krzysztof Kosi??ski
1
-4
/
+7
2010-10-12
Fix oddities related to smooth endnodes. Should fix a crasher.
Krzysztof Kosi??ski
1
-2
/
+4
2010-09-25
Addition to my previous commit: fix for trunk is a bit different from the fix...
Diederik van Lierop
1
-0
/
+1
2010-09-25
fix snapmanager initialization
Diederik van Lierop
1
-5
/
+5
2010-08-15
2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!
Diederik van Lierop
1
-1
/
+1
2010-08-14
Fix a crash and add more safety checks to catch NULL pointers
Diederik van Lierop
1
-0
/
+7
2010-08-11
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
1
-0
/
+2
2010-08-07
Add a constrained snap method that takes multiple constraints. This reduces t...
Diederik van Lierop
1
-101
/
+16
2010-07-21
When snapping to handle lines (Ctrl+Alt node drag), snap
Krzysztof Kosi??ski
1
-7
/
+64
2010-07-12
- Snap while rotating an object using the selector tool
Diederik van Lierop
1
-6
/
+6
2010-05-26
Consistency fix in the tools strings (badly places :).
Nicolas Dufour
1
-14
/
+14
2010-05-09
Fix small snapping regression (reported in LP #562205, comment #11)
Diederik van Lierop
1
-3
/
+1
2010-03-18
Fix scaling of degenerate handles using keybard shortcuts.
Krzysztof Kosi??ski
1
-24
/
+69
2010-03-17
Fix Ctrl-drag in node tool with zero snap delay.
Krzysztof Kosi??ski
1
-4
/
+4
2010-03-14
New node tool: implement handle snapping
Krzysztof Kosi??ski
1
-8
/
+47
2010-03-14
Implement keyboard shortcuts for single handle adjustments.
Krzysztof Kosi??ski
1
-36
/
+36
2010-02-25
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2010-02-10
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging
Krzysztof Kosi??ski
1
-16
/
+18
2010-02-09
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
1
-35
/
+148
2010-02-06
Fix performance regressions in the node tool and a stupid crash bug
Krzysztof Kosi??ski
1
-1
/
+1
2010-02-04
Reduce libsigc++ usage to partially fix performance regressions
Krzysztof Kosi??ski
1
-26
/
+30
2010-01-31
Fix constrained snapping in node tool.
Krzysztof Kosi??ski
1
-4
/
+5
2010-01-23
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
1
-6
/
+5
2010-01-20
Go back to using TR1 unordered containers to fix warnings. Add configure
Krzysztof Kosi??ski
1
-1
/
+1
2010-01-15
Warning cleanup.
Jon A. Cruz
1
-8
/
+8
2010-01-13
Some additional docs
Krzysztof Kosi??ski
1
-8
/
+16
2010-01-10
* Implement node snapping.
Krzysztof Kosi??ski
1
-24
/
+100
2009-12-26
Implement selection linear grow
Krzysztof Kosi??ski
1
-11
/
+131
2009-12-26
Implement selection spatial grow
Krzysztof Kosi??ski
1
-32
/
+66
2009-11-29
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
1
-0
/
+965
[prev]
[next]