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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Derive ToolBase from sigc::trackable for easier slot management.
Krzysztof Kosi??ski
2014-03-05
3
-120
/
+104
*
static code analysis: references for string classes that are function input p...
Kris De Gussem
2014-03-04
2
-268
/
+282
*
Stop tracking SPDocuments as they are deleted.
Jon A. Cruz
2014-03-02
2
-30
/
+75
*
Avoid crashing when the document is set to NULL (upon cleanup, window closing...
Jon A. Cruz
2014-03-02
1
-1
/
+4
*
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
*
Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).
Nicolas Dufour
2014-02-28
1
-0
/
+5
*
remove some unnecessary copying/casting
Johan B. C. Engelen
2014-02-27
1
-4
/
+4
*
swatches dialog: remove unused code part. cleanup some code
Johan B. C. Engelen
2014-02-27
1
-7
/
+3
*
swatches dialog: properly reference count the reference to SPDocument in time...
Johan B. C. Engelen
2014-02-27
1
-1
/
+2
*
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
*
Move filter reordering closer to the layers.cpp patern of reordering xml
Martin Owens
2014-02-25
2
-6
/
+7
*
Fix infinite loop (?) by disabling saving the order of filters when they are ...
Johan B. C. Engelen
2014-02-24
1
-1
/
+6
*
inspired by r13052, fix up the code to hopefully work when someone has differ...
Johan B. C. Engelen
2014-02-24
1
-14
/
+18
*
fix typos in page-sizer (Bug 1240308)
Alvin Penner
2014-02-24
1
-2
/
+2
*
Fix for selcue settings.
Markus Engel
2014-02-23
5
-0
/
+10
*
offset of viewBox on document unit change (Bug 1280684)
Alvin Penner
2014-02-22
1
-1
/
+7
*
Symbols dialog: update currentDesktop and currentDocument when document repla...
Tavmjong Bah
2014-02-21
1
-1
/
+3
*
Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent sear...
Nicolas Dufour
2014-02-19
1
-3
/
+2
*
scaling of viewBox on document unit change (Bug 1236257)
Alvin Penner
2014-02-17
1
-3
/
+8
*
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
3
-10
/
+10
*
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
*
Fix some formatting problems and add formatting info at end of file.
Tavmjong Bah
2014-02-01
1
-60
/
+74
*
Fix spacing/remove tabs and eliminate extra conditional.
Martin Owens
2014-01-31
1
-10
/
+8
*
Prevent crash if a symbols file does not have a title.
Tavmjong Bah
2014-01-30
1
-1
/
+9
*
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
2
-7
/
+4
*
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...
Martin Owens
2014-01-20
2
-11
/
+8
*
i18n. No need to translate strings with one single space.
Nicolas Dufour
2014-01-19
1
-1
/
+1
*
Try another fix for the undo when dragging bug #168695
Martin Owens
2014-01-19
2
-3
/
+12
*
Better fix for GTK3 build error in symbols.cpp.
Nicolas Dufour
2014-01-17
1
-2
/
+2
*
GTK3 build error in symbols.cpp.
Nicolas Dufour
2014-01-17
1
-1
/
+2
*
i18n. Symbols are now translatable (see Bug #1261198); POT file and French tr...
Nicolas Dufour
2014-01-17
1
-3
/
+4
*
fix null pointer dereference
Kris De Gussem
2014-01-16
1
-4
/
+6
*
i18n. New from Template entries now translatable (see Bug #383844). POT file ...
Nicolas Dufour
2014-01-15
1
-5
/
+5
*
for rubberband outline, add shading instead of XOR (Bug 1266308)
Alvin Penner
2014-01-15
1
-0
/
+1
*
Fix for Bug #1236282 (add full keyboard navigation support for new templates ...
Nicolas Dufour
2014-01-15
3
-5
/
+12
*
multi-path-manipulator: strip dead code
Alex Valavanis
2014-01-14
1
-11
/
+0
*
Fix bug #1239779 by removing caching for symbols.
Martin Owens
2014-01-14
2
-50
/
+22
*
Add GUI for feComponentTransfer filter primitive.
Tavmjong Bah
2014-01-13
2
-31
/
+220
*
update 2geom's copy to r2142
Johan B. C. Engelen
2014-01-12
1
-2
/
+2
*
gtkmmification (seems there is more margin in desktop-widget.cpp)
Kris De Gussem
2014-01-11
1
-1
/
+1
*
suppress compiler warnings
Kris De Gussem
2014-01-11
2
-2
/
+2
*
Give the selection id a default just in case every selected item has no id. F...
Martin Owens
2014-01-10
1
-1
/
+1
[next]