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