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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-01
Fix for crash when cycle-selecting.
Markus Engel
2
-39
/
+28
2014-03-01
Fix for crashes on fast tool toggling.
Markus Engel
2
-4
/
+18
2014-03-01
Substitute isBSpline property by a cached function isBSpline(bool)
Jabier Arraiza Cenoz
4
-27
/
+29
2014-02-28
adding some comments
Jabier Arraiza Cenoz
2
-3
/
+7
2014-02-28
Spray tool:
Nicolas Dufour
1
-32
/
+58
2014-02-28
Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).
Nicolas Dufour
1
-0
/
+5
2014-02-27
remove some unnecessary copying/casting
Johan B. C. Engelen
1
-4
/
+4
2014-02-27
swatches dialog: remove unused code part. cleanup some code
Johan B. C. Engelen
1
-7
/
+3
2014-02-27
swatches dialog: properly reference count the reference to SPDocument in time...
Johan B. C. Engelen
1
-1
/
+2
2014-02-26
Fixed some/all bugs related to continuing bspline/spiro curves advertaising b...
Jabier Arraiza Cenoz
2
-35
/
+52
2014-02-26
Added template functions as a casting-macro replacement.
Markus Engel
1
-1
/
+23
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
33
-514
/
+402
2014-02-25
Move filter reordering closer to the layers.cpp patern of reordering xml
Martin Owens
2
-6
/
+7
2014-02-24
Fix infinite loop (?) by disabling saving the order of filters when they are ...
Johan B. C. Engelen
1
-1
/
+6
2014-02-24
inspired by r13052, fix up the code to hopefully work when someone has differ...
Johan B. C. Engelen
1
-14
/
+18
2014-02-24
fix typos in page-sizer (Bug 1240308)
Alvin Penner
1
-2
/
+2
2014-02-23
Fix for selcue settings.
Markus Engel
5
-0
/
+10
2014-02-22
offset of viewBox on document unit change (Bug 1280684)
Alvin Penner
1
-1
/
+7
2014-02-21
Symbols dialog: update currentDesktop and currentDocument when document repla...
Tavmjong Bah
1
-1
/
+3
2014-02-19
Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent sear...
Nicolas Dufour
1
-3
/
+2
2014-02-17
scaling of viewBox on document unit change (Bug 1236257)
Alvin Penner
1
-3
/
+8
2014-02-16
Fix console messages (see Bug #879058 - Spray Single Path Mode includes origi...
Nicolas Dufour
1
-16
/
+8
2014-02-08
Removing hack for force show red lines in bspline mode
Jabier Arraiza Cenoz
1
-7
/
+0
2014-02-08
update to trunk
Jabier Arraiza Cenoz
1
-24
/
+13
2014-02-08
Fix for Bug #879058 (Spray Single Path Mode includes original object).
Nicolas Dufour
1
-1
/
+1
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
3
-10
/
+10
2014-02-05
fixing su_v advertising memory bug
Jabier Arraiza Cenoz
1
-13
/
+24
2014-02-05
Fix for Bug #1250685 (Unnecessary gender-specific terms in code).
Nicolas Dufour
1
-28
/
+28
2014-02-04
Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after tool...
Nicolas Dufour
1
-1
/
+6
2014-02-01
Add correct preview for coninuing paths whith pencil and draw modes
Jabier Arraiza Cenoz
1
-0
/
+32
2014-02-01
Fix some formatting problems and add formatting info at end of file.
Tavmjong Bah
1
-60
/
+74
2014-01-31
Fix spacing/remove tabs and eliminate extra conditional.
Martin Owens
1
-10
/
+8
2014-01-30
add comment to bspline red outline hack
Jabier Arraiza Cenoz
1
-0
/
+2
2014-01-30
Hack to can show/hide bspline lines
Jabier Arraiza Cenoz
1
-2
/
+3
2014-01-30
fix bug compiling
Jabier Arraiza Cenoz
1
-1
/
+1
2014-01-30
show outline by default in bspline, tnx to su_v suggestion
Jabier Arraiza Cenoz
1
-0
/
+3
2014-01-30
show outline like normal paths, by good su_v suggestion
Jabier Arraiza Cenoz
1
-2
/
+2
2014-01-30
Prevent crash if a symbols file does not have a title.
Tavmjong Bah
1
-1
/
+9
2014-01-21
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
2
-8
/
+0
2014-01-20
cppcheck stuff
Kris De Gussem
2
-7
/
+4
2014-01-20
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...
Martin Owens
2
-11
/
+8
2014-01-19
i18n. No need to translate strings with one single space.
Nicolas Dufour
1
-1
/
+1
2014-01-19
Try another fix for the undo when dragging bug #168695
Martin Owens
2
-3
/
+12
2014-01-17
Better fix for GTK3 build error in symbols.cpp.
Nicolas Dufour
1
-2
/
+2
2014-01-17
GTK3 build error in symbols.cpp.
Nicolas Dufour
1
-1
/
+2
2014-01-17
i18n. Symbols are now translatable (see Bug #1261198); POT file and French tr...
Nicolas Dufour
1
-3
/
+4
2014-01-16
fix null pointer dereference
Kris De Gussem
1
-4
/
+6
2014-01-15
i18n. New from Template entries now translatable (see Bug #383844). POT file ...
Nicolas Dufour
1
-5
/
+5
2014-01-15
for rubberband outline, add shading instead of XOR (Bug 1266308)
Alvin Penner
1
-0
/
+1
2014-01-15
Fix for Bug #1236282 (add full keyboard navigation support for new templates ...
Nicolas Dufour
3
-5
/
+12
[prev]
[next]