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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-29
fix usage of iterator when iterator's erase function is used (Bug #812018)
Kris De Gussem
1
-1
/
+1
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
4
-4
/
+3
2011-10-03
Doxygen cleanup.
Jon A. Cruz
6
-44
/
+63
2011-09-16
Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...
Diederik van Lierop
6
-73
/
+137
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2
-3
/
+3
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-2
/
+2
2011-06-14
Remove deprecated glib macro wrappers
Alex Valavanis
1
-4
/
+4
2011-04-17
add new preference widget for a number with a unit.
Johan B. C. Engelen
2
-3
/
+3
2011-04-01
use shape's curve before LPE as flash path in node tool. so now, you should s...
Johan B. C. Engelen
1
-2
/
+3
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
6
-0
/
+6
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-4
/
+4
2011-02-13
update to latest 2geom. fixes bezier curve casts.
Johan B. C. Engelen
1
-1
/
+1
2011-02-05
Fix node tool brokenness resulting from a switch to runtime order
Krzysztof Kosi??ski
1
-6
/
+7
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
11
-70
/
+50
2010-12-27
Snapping: improve calculation of metrics for scaling, modify some comments, a...
Diederik van Lierop
1
-1
/
+0
2010-12-27
Node tool: snap while scaling a selection of nodes. Consider this as experime...
Diederik van Lierop
3
-2
/
+87
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
9
-10
/
+11
2010-12-16
Node tool: special case node duplication for endnodes - select new endnode
Krzysztof Kosi??ski
1
-10
/
+19
2010-12-16
Node tool: fix Tab and Shift+Tab
Krzysztof Kosi??ski
3
-60
/
+76
2010-12-16
Node tool: fix snapping of node rotation center
Krzysztof Kosi??ski
3
-1
/
+49
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-12-16
Node tool: fix moving multiple nodes along handles (Ctrl+Alt)
Krzysztof Kosi??ski
1
-1
/
+1
2010-12-16
Node tool: correctly save node skewing to undo history
Krzysztof Kosi??ski
1
-0
/
+8
2010-11-21
Reintroduce plural forms into the node selection description
Krzysztof Kosi??ski
1
-4
/
+9
2010-11-21
Minor documentation update
Krzysztof Kosi??ski
1
-1
/
+11
2010-11-19
Fix rare crash when trying to drag after undo in the node tool
Krzysztof Kosi??ski
1
-0
/
+2
2010-11-18
Fix four minor node tool regressions:
Krzysztof Kosi??ski
2
-6
/
+33
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
29
-29
/
+29
2010-11-07
Reintroduce Shift+U shortcut (make segments curves)
Krzysztof Kosi??ski
1
-0
/
+7
2010-11-07
Fix compile breakage.
Jon A. Cruz
1
-1
/
+1
2010-11-06
Reintroduce Shift+L shortcut and handle retraction when setting the type
Krzysztof Kosi??ski
2
-10
/
+28
2010-10-31
Prevent context menu and keyboard shortcuts from interrupting grabs
Krzysztof Kosi??ski
1
-3
/
+4
2010-10-31
Only create / delete shape editors in the node tool when necessary.
Krzysztof Kosi??ski
2
-14
/
+17
2010-10-31
Fix pattern editing in the node editor. As a bonus, allow editing
Krzysztof Kosi??ski
2
-12
/
+16
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
2
-11
/
+7
2010-10-12
Cherry pick node duplication from 0.48 stable
Krzysztof Kosi??ski
4
-0
/
+47
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-13
Fix funny behavior when dragging near the start node of a path
Krzysztof Kosi??ski
1
-1
/
+4
2010-08-13
Fix node editor crash when dragging near the last node of a path
Krzysztof Kosi??ski
1
-1
/
+1
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-24
Patch by Krzysztof to fix handles when node sculpting
Josh Andler
2
-5
/
+50
2010-07-22
Fix sculpting of nodes with non-degenerate handles.
Krzysztof Kosi??ski
2
-5
/
+50
2010-07-21
When snapping to handle lines (Ctrl+Alt node drag), snap
Krzysztof Kosi??ski
1
-7
/
+64
[next]