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
...
|
*
Enable support for 'paint-order', rendering only.
Tavmjong Bah
2014-05-01
2
-12
/
+4
|
*
Enable 'mix-blend-mode' property (rendering only).
Tavmjong Bah
2014-04-30
1
-8
/
+1
*
|
Update to trunk and fix issues
Liam P. White
2014-04-29
7
-8
/
+7
|
\
|
|
*
Clean up of style code: Patch from suv: SPStyle: struct -> class
Tavmjong Bah
2014-04-26
6
-6
/
+6
|
*
Clean up of style code, converting structures to C++ classes. Step 1.
Tavmjong Bah
2014-04-23
1
-2
/
+1
*
|
Update to trunk
Liam P. White
2014-04-21
1
-2
/
+5
|
\
|
|
*
Fix remaining issue with prefs updating
Martin Owens
2014-04-19
1
-1
/
+1
|
*
Add image rendering option for outlines. Setup desktop preferences observer.
Martin Owens
2014-04-18
1
-2
/
+5
*
|
Update to trunk
Liam P. White
2014-04-18
1
-0
/
+2
|
\
|
|
*
workaround build failure on Ubuntu 14.04 with dbus ext and clang
Alex Valavanis
2014-04-16
1
-0
/
+2
*
|
Update to trunk
Liam P. White
2014-04-01
2
-2
/
+2
|
\
|
|
*
Added "Gtk::" scope to "manage" function calls.
Markus Engel
2014-03-30
2
-2
/
+2
*
|
Update to trunk
Liam P. White
2014-03-26
1
-1
/
+5
|
\
|
|
*
Fix for in-class initialisation of double const value.
Markus Engel
2014-03-24
1
-1
/
+5
*
|
Update to trunk/Fix GTK3 build errors
Liam P. White
2014-03-19
4
-21
/
+48
|
\
|
|
*
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
2014-03-13
4
-23
/
+28
|
*
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
2014-03-13
3
-1
/
+19
|
*
Use NEAREST filter when transforming cache
Krzysztof Kosi??ski
2014-03-12
1
-0
/
+1
|
*
Do not transform render cache for transforms which are not integer
Krzysztof Kosi??ski
2014-03-12
1
-16
/
+19
*
|
Updated to trunk
Liam P. White
2014-03-12
2
-6
/
+4
|
\
|
|
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
1
-3
/
+3
|
*
Remove unused includes to tidy up the code.
Martin Owens
2014-03-09
1
-3
/
+1
*
|
Reverted swatches
Liam P. White
2014-03-12
1
-2
/
+3
*
|
Update to trunk
Liam P. White
2014-03-09
2
-2
/
+3
|
\
|
|
*
Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactive
Krzysztof Kosi??ski
2014-03-07
1
-1
/
+2
|
*
Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.
Tavmjong Bah
2014-03-04
1
-1
/
+1
*
|
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
[prev]
[next]