index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge to trunk
Liam P. White
2014-03-04
1
-2
/
+3
|
\
|
*
Fix for W3C test suite filters-displace-01-f.svg. Don't set default colorspac...
Tavmjong Bah
2014-03-03
1
-2
/
+3
*
|
Experimental Ponyscape to Inkscape merge (does not compile)
Liam P. White
2014-03-02
2
-3
/
+3
|
/
*
Hack for when blur or offset are expressed in terms of object bounding box.
Tavmjong Bah
2014-03-01
2
-7
/
+30
*
Use viewport when calculating filter primitive region when 'primitiveUnits' s...
Tavmjong Bah
2014-03-01
1
-34
/
+19
*
Use viewport when calculating filter region when filterUnits set to "userSpac...
Tavmjong Bah
2014-02-28
1
-8
/
+15
*
Copy event with gdk_event_copy instead of assigning to structure by value.
Krzysztof Kosi??ski
2014-02-28
1
-8
/
+9
*
remove superfluous line of code (vector has just been constructed, so is empty)
Johan B. C. Engelen
2014-02-27
1
-1
/
+0
*
Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,
Krzysztof Kosi??ski
2014-02-27
1
-1
/
+6
*
Implement 'paint-order' for shapes (and paths).
Tavmjong Bah
2014-02-18
2
-29
/
+110
*
Implement 'paint-order' for text.
Tavmjong Bah
2014-02-18
1
-0
/
+19
*
Copy 'paint-order' property data for Cairo rendering.
Tavmjong Bah
2014-02-18
2
-1
/
+37
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
24
-255
/
+255
*
Make sure we're not interfering with right or middle click with undo preventi...
Martin Owens
2014-01-23
1
-1
/
+1
*
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
2014-01-21
2
-0
/
+6
*
for rubberband outline, add shading instead of XOR (Bug 1266308)
Alvin Penner
2014-01-15
1
-1
/
+12
*
Prevent segfault if 'tableValues' is empty.
Tavmjong Bah
2014-01-13
1
-8
/
+17
*
update 2geom's copy to r2142
Johan B. C. Engelen
2014-01-12
1
-1
/
+1
*
pass class variables by reference for performance
Kris De Gussem
2014-01-12
4
-12
/
+12
*
glyph drawing: improve code
Johan B. C. Engelen
2014-01-08
1
-18
/
+16
*
fix bug (and add parens so we don't rely on operator precedence)
Johan B. C. Engelen
2014-01-08
1
-1
/
+1
*
Only display snapping tooltip if source / target are defined (LP #1255764)
Bryce Harrington
2014-01-06
1
-23
/
+25
*
New CSS blending modes (outside of filters).
Tavmjong Bah
2013-12-10
2
-0
/
+93
*
New CSS blending and compositing modes.
Tavmjong Bah
2013-12-05
3
-11
/
+92
*
fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1
Johan B. C. Engelen
2013-11-13
1
-1
/
+5
*
Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...
Tavmjong Bah
2013-11-12
2
-7
/
+22
*
Fix for Bug #1249390 (filter with feImage with empty href crashes inkscape).
Nicolas Dufour
2013-11-11
1
-0
/
+4
*
Fix blurry pattern fills on text objects (blocker bug #1005892).
Krzysztof Kosi??ski
2013-11-01
2
-31
/
+43
*
suppress uninitialized variables (x and y) warning, don't ask why... g++'s wa...
Johan B. C. Engelen
2013-10-29
1
-2
/
+5
*
fix code: prevent cornercase from crashing
Johan B. C. Engelen
2013-10-29
1
-33
/
+31
*
suppress warning
Johan B. C. Engelen
2013-10-29
1
-0
/
+1
*
supress some compiler warnings
Johan B. C. Engelen
2013-10-29
1
-4
/
+2
*
Replace deprecated thread protection macros
Alex Valavanis
2013-10-15
1
-5
/
+1
*
cppcheck
Kris De Gussem
2013-10-13
1
-2
/
+1
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
3
-24
/
+25
*
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
2013-10-09
1
-1
/
+1
*
Rewrite the internals of the unit code for somewhat better performance
Krzysztof Kosi??ski
2013-10-05
2
-11
/
+11
*
Remove unnecessary warning
Krzysztof Kosi??ski
2013-10-04
1
-1
/
+0
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
5
-25
/
+22
*
Fix possible bug in DrawingItem code
Krzysztof Kosi??ski
2013-10-01
1
-0
/
+4
*
Revert render svg:patern segment for fill and stroke
Martin Owens
2013-10-01
2
-3
/
+3
*
Minor improvements to DrawingItem code and documentation
Krzysztof Kosi??ski
2013-10-01
1
-8
/
+37
*
fix memleak
Johan B. C. Engelen
2013-09-30
1
-3
/
+9
*
fix leaking of transforms
buliabyak
2013-09-28
1
-0
/
+1
*
clear paints on delete to release reffed paintservers, fixes leaking of gradi...
buliabyak
2013-09-28
1
-0
/
+2
*
Allow pixmaps to specify their width and height to control/knots. Allows non-...
Martin Owens
2013-09-28
2
-117
/
+78
*
Use Cairo 1.10 blend operators to render feBlend
Krzysztof Kosi??ski
2013-09-26
1
-134
/
+30
*
The downscaling fix is already in Cairo trunk.
Krzysztof Kosi??ski
2013-09-26
2
-120
/
+4
*
Proper fix for bug 1127103 (Filter changes color when object flipped.)
Tavmjong Bah
2013-09-25
1
-10
/
+8
*
Fix the text filter issue and revert many changes.
Martin Owens
2013-09-20
3
-9
/
+15
[next]