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
/
nr-arena-shape.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
2007-09-15
1
-19
/
+16
*
Purged fill type enum
Jon A. Cruz
2007-09-10
1
-32
/
+16
*
adapt to new paintservers API of SPStyle
bulia byak
2007-07-04
1
-2
/
+2
*
use an accessor method to get filter from style
bulia byak
2007-06-27
1
-3
/
+3
*
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
2007-06-27
1
-3
/
+4
*
Refactoring work for filter effects renderer initialization
Niko Kiirala
2007-05-21
1
-41
/
+8
*
Added renderer support for feBlend filter effect
Niko Kiirala
2007-05-14
1
-4
/
+13
*
no pick if transparent; fix sodipodi-era bug where delta had no effect for no...
bulia byak
2007-03-19
1
-9
/
+14
*
two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...
bulia byak
2007-03-19
1
-10
/
+51
*
optimize cairo paths by not drawing segments that are outside of view (for st...
bulia byak
2007-03-18
1
-7
/
+8
*
fix bug where master opacity did not affect markers
bulia byak
2007-03-14
1
-4
/
+5
*
delivarotify picking; restore the old pick code, fix it to work with stroke w...
bulia byak
2007-03-04
1
-66
/
+34
*
restore rendering markers in outline mode
bulia byak
2007-03-03
1
-6
/
+10
*
patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)
bulia byak
2007-03-02
1
-2
/
+5
*
outline mode: render into the passed cairo_t
bulia byak
2007-03-02
1
-14
/
+6
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
1
-3
/
+3
*
render text in outline mode via cairo (still no endian-safe); factor out help...
bulia byak
2007-03-01
1
-79
/
+4
*
add commented-out cairo stroke rendering; refactoring
bulia byak
2007-02-22
1
-44
/
+166
*
factor out some cairo-related helpers; add cairo clipping - commented out for...
bulia byak
2007-02-21
1
-64
/
+112
*
eliminate temporary buffer in outline mode (faster); restore livarot path for...
bulia byak
2007-02-17
1
-24
/
+17
*
first try to use cairo, for outline mode only so far
bulia byak
2007-02-17
1
-3
/
+102
*
Unions Are Evil! When pixblock size is TINY, it stores data right in the data...
bulia byak
2007-02-04
1
-3
/
+3
*
fix 1632748
bulia byak
2007-01-11
1
-2
/
+1
*
when bailing out on update due to missing curve or style, don't forget to upd...
bulia byak
2007-01-07
1
-4
/
+6
*
Cleanup work for markers - adding some documentation to areas of code
Bryce Harrington
2006-11-18
1
-0
/
+29
*
fix bug: stroke width was not changed when switching to outline and back
bulia byak
2006-11-04
1
-2
/
+12
*
fix visibility and pickability of nofill/nostroke objects in outline mode; op...
bulia byak
2006-10-25
1
-17
/
+24
*
deal with the possible failure to create pixblock due to insufficient memory
bulia byak
2006-10-14
1
-0
/
+21
*
Object groups can be blurred. Blur slider updates when selection changes. Com...
Hugo Rodrigues
2006-08-20
1
-3
/
+7
*
Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...
Hugo Rodrigues
2006-08-14
1
-1
/
+31
*
patch for rendering quality and speed from Jasper van de Gronde
bulia byak
2006-07-29
1
-10
/
+5
*
svg-filters branch merged back to head
Niko Kiirala
2006-06-21
1
-0
/
+9
*
factor out dashing code
bulia byak
2006-05-26
1
-24
/
+2
*
init matrix variable, removes compiler warnings
Ralf Stephan
2006-05-19
1
-2
/
+3
*
eliminate direct accesses to SPCurve::bpath
MenTaLguY
2006-05-09
1
-6
/
+6
*
rationalize function names and remove spurious soft_ptr
MenTaLguY
2006-04-29
1
-8
/
+8
*
disabling rendering optimization for dashed strokes (until optimization is tw...
Andrius Ramanauskas
2006-04-20
1
-1
/
+1
*
Rendering optimisation, which gives best results for zoomed in drawings with ...
Andrius Ramanauskas
2006-04-19
1
-25
/
+83
*
CodingStyle: whitespace
Peter Moulder
2006-04-03
1
-531
/
+530
*
CodingStyle: const placement
Peter Moulder
2006-04-03
1
-2
/
+2
*
cleanup: Remove some commented-out code.
Peter Moulder
2006-04-03
1
-95
/
+2
*
fix 1457118
bulia byak
2006-03-26
1
-1
/
+1
*
fix clipping with unfilled paths
bulia byak
2006-03-19
1
-6
/
+7
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+1298