index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
(Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...
Jasper van de Gronde
2009-01-04
3
-39
/
+38
*
correctly initialize vector in spitem.
Johan B. C. Engelen
2009-01-04
1
-0
/
+3
*
2geomify marker viewbox
Johan B. C. Engelen
2009-01-04
2
-34
/
+28
*
a bit more cleanup
Johan B. C. Engelen
2009-01-04
1
-2
/
+4
*
fix bbox calculation of markers
Johan B. C. Engelen
2009-01-04
1
-58
/
+73
*
fix possible crash
Johan B. C. Engelen
2009-01-04
1
-1
/
+3
*
clean up code a bit. especially remove obscure newing of a struct with C++ ob...
Johan B. C. Engelen
2009-01-04
1
-24
/
+23
*
apologies for our very fine windows build system
Johan B. C. Engelen
2009-01-04
1
-0
/
+2
*
update of sbasis-geometric.cpp (unitVector() was broken, which affects some l...
JF Barraud
2009-01-03
1
-13
/
+38
*
rely on config file for enabling test effects
Johan B. C. Engelen
2009-01-03
1
-2
/
+4
*
remove some of the lpe test define clauses. they are not needed. this in prep...
Johan B. C. Engelen
2009-01-03
2
-8
/
+2
*
added lpe-dynastroke, but hidden as experimental.
JF Barraud
2009-01-03
5
-0
/
+404
*
add labels
bulia byak
2009-01-03
2
-5
/
+5
*
display filter label, if any, in filtered item description
bulia byak
2009-01-03
1
-2
/
+8
*
make 'marker' property work (shorthand for start, mid and end markers); inksc...
Johan B. C. Engelen
2009-01-02
4
-230
/
+221
*
improve cairo path drawing
Johan B. C. Engelen
2009-01-02
1
-23
/
+20
*
fix bug in livarot where open paths are rendered as closed path when start ==...
Johan B. C. Engelen
2009-01-02
3
-5
/
+10
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
100
-506
/
+621
*
reorder LPE list
Johan B. C. Engelen
2009-01-02
2
-13
/
+13
*
2geomification
Johan B. C. Engelen
2009-01-02
3
-4
/
+3
*
switch nr-filter to 2geom
Johan B. C. Engelen
2009-01-01
4
-17
/
+10
*
remove old icon code that seems unused
Johan B. C. Engelen
2009-01-01
4
-742
/
+0
*
remove redundant inclusion
Johan B. C. Engelen
2009-01-01
1
-1
/
+0
*
revert 19261 partly, to fix toolbar icon loading on windows. disabled themed ...
Johan B. C. Engelen
2009-01-01
1
-1
/
+1
*
fix crash when assigning a non-parseable preset filter
bulia byak
2009-01-01
1
-2
/
+7
*
fix crash when ungrouping a group with set-then-unset filter
bulia byak
2009-01-01
1
-1
/
+1
*
Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32
Jon A. Cruz
2008-12-31
2
-5
/
+5
*
Warning cleanup
Jon A. Cruz
2008-12-31
1
-1
/
+1
*
switch nr-filter to 2geom
Johan B. C. Engelen
2008-12-31
3
-52
/
+57
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
24
-32
/
+6
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
19
-58
/
+13
*
add possibility to change the UI language (gettext) in preferences dialogue
theAdib
2008-12-30
6
-3
/
+83
*
Remove some obsolete from_2geom() calls
Diederik van Lierop
2008-12-30
3
-3
/
+3
*
Remove utest.
Krzysztof Kosi??ski
2008-12-30
11
-1031
/
+5
*
Build a single test executable on Linux to match Windows build system.
Krzysztof Kosi??ski
2008-12-29
10
-275
/
+135
*
Fix bug #311736 (uninitialized variables resulted in weird snapping behaviour...
Diederik van Lierop
2008-12-29
2
-22
/
+39
*
added a "remove" context menu option for removing kerning pairs
Felipe Corr??a da Silva Sanches
2008-12-29
2
-5
/
+43
*
fixing the upside-down glyph issue for the missing-glyph case (which I
Felipe Corr??a da Silva Sanches
2008-12-29
1
-1
/
+12
*
fix crash, allow combine to work transparently on groups
bulia byak
2008-12-29
1
-3
/
+9
*
add utility for recursively replacing groups with their members in a list of ...
bulia byak
2008-12-29
2
-1
/
+32
*
coding style
bulia byak
2008-12-29
1
-5
/
+2
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
51
-1068
/
+1069
*
convert NR to Geom
Johan B. C. Engelen
2008-12-28
1
-4
/
+4
*
convert NR to Geom
Johan B. C. Engelen
2008-12-28
1
-13
/
+10
*
Now users can design a font within inkscape, save it and then open the
Felipe Corr??a da Silva Sanches
2008-12-28
19
-211
/
+710
*
Makes sure a Gaussian filter is applied to premultiplied data.
Jasper van de Gronde
2008-12-28
3
-40
/
+93
*
Eliminate unnecessary premultiplied boolean from nr-filter-colormatrix
Jasper van de Gronde
2008-12-28
1
-5
/
+1
*
Some accuracy improvements for nr-filter-colormatrix (including some changes ...
Jasper van de Gronde
2008-12-22
2
-57
/
+100
*
fix crash bug 310206
Johan B. C. Engelen
2008-12-22
1
-7
/
+7
*
revert change of sp_item_i2d_affine in rev 20388, as it crashed command line use
Thomas Holder
2008-12-21
1
-2
/
+4
[prev]
[next]