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