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
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for #906794, #1246550 (live effects not showing helper paths)
Jabier Arraiza Cenoz
2014-08-01
2
-1
/
+47
*
Fix for 1346972 (freehand shape mode should pick stroke width from tool's act...
Liam P. White
2014-07-29
1
-0
/
+28
*
Replaced some abs/fabs with std::abs.
Markus Engel
2014-07-22
1
-1
/
+1
*
Fixed some unused variables warnings.
Markus Engel
2014-07-22
1
-1
/
+1
*
Workarounds for crash bugs 1309050, 601336; will fix properly in experimental
Liam P. White
2014-07-19
1
-6
/
+3
*
Fix pentool backspace bug. Thanks Jabier
Johan B. C. Engelen
2014-07-01
1
-12
/
+23
*
pen tool: fix crash when finishing path with right-click or enter while dragg...
Johan B. C. Engelen
2014-06-11
1
-0
/
+2
*
Fix flakiness of measurement tool (due to issues with parallel lines, duplica...
Diederik van Lierop
2014-05-23
1
-35
/
+24
*
Fix some mismatched tags
Alex Valavanis
2014-03-30
1
-1
/
+1
*
Removed obsolete header file.
Markus Engel
2014-03-29
4
-14
/
+15
*
Further refactored SPKnot.
Markus Engel
2014-03-28
1
-11
/
+11
*
First step of refactoring SPKnot.
Markus Engel
2014-03-27
1
-25
/
+28
*
Changed some return types from gint to bool.
Markus Engel
2014-03-27
6
-28
/
+28
*
Cleaned up pencil-tool.
Markus Engel
2014-03-26
1
-47
/
+37
*
Cleaned up connector-tool, pen-tool, and pencil-tool.
Markus Engel
2014-03-26
3
-202
/
+199
*
Cleaned up includes of tools / revert experimental casting macro replacements...
Markus Engel
2014-03-26
14
-72
/
+142
*
Fix random crashes when spraying in single path mode.
Krzysztof Kosi??ski
2014-03-09
3
-9
/
+27
*
Fix crashes caused by the desktop's query_style signal being called before
Krzysztof Kosi??ski
2014-03-08
1
-2
/
+2
*
Derive ToolBase from sigc::trackable for easier slot management.
Krzysztof Kosi??ski
2014-03-05
3
-120
/
+104
*
Added some consts. Turned functions to member functions.
Markus Engel
2014-03-02
16
-1051
/
+973
*
Fix for crash when cycle-selecting.
Markus Engel
2014-03-01
2
-39
/
+28
*
Fix for crashes on fast tool toggling.
Markus Engel
2014-03-01
2
-4
/
+18
*
Spray tool:
Nicolas Dufour
2014-02-28
1
-32
/
+58
*
remove some unnecessary copying/casting
Johan B. C. Engelen
2014-02-27
1
-4
/
+4
*
Added template functions as a casting-macro replacement.
Markus Engel
2014-02-26
1
-1
/
+23
*
Made constructors of tools use initializer lists.
Markus Engel
2014-02-26
33
-514
/
+402
*
Fix for selcue settings.
Markus Engel
2014-02-23
5
-0
/
+10
*
Fix console messages (see Bug #879058 - Spray Single Path Mode includes origi...
Nicolas Dufour
2014-02-16
1
-16
/
+8
*
Fix for Bug #879058 (Spray Single Path Mode includes original object).
Nicolas Dufour
2014-02-08
1
-1
/
+1
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-6
/
+6
*
Fix for Bug #1250685 (Unnecessary gender-specific terms in code).
Nicolas Dufour
2014-02-05
1
-28
/
+28
*
Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after tool...
Nicolas Dufour
2014-02-04
1
-1
/
+6
*
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
2014-01-21
2
-8
/
+0
*
cppcheck stuff
Kris De Gussem
2014-01-20
1
-2
/
+2
*
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...
Martin Owens
2014-01-20
2
-11
/
+8
*
Try another fix for the undo when dragging bug #168695
Martin Owens
2014-01-19
2
-3
/
+12
*
fix null pointer dereference
Kris De Gussem
2014-01-16
1
-4
/
+6
*
for rubberband outline, add shading instead of XOR (Bug 1266308)
Alvin Penner
2014-01-15
1
-0
/
+1
*
suppress compiler warnings
Kris De Gussem
2014-01-11
2
-2
/
+2
*
Change my mind on the solution to the bug, protect all selection additions.
Martin Owens
2014-01-08
1
-2
/
+1
*
Make damn sure the item hasn't been deleted before adding it.
Martin Owens
2014-01-08
1
-1
/
+2
*
Clean up some tool related things.
Markus Engel
2013-11-12
9
-173
/
+41
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
51
-0
/
+24899