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-item.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-03-09
separate bbox (calculated by subclasses) and drawbox, which includes filters ...
bulia byak
1
-21
/
+35
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-3
/
+0
2008-12-14
Filter quality setting revised, seems to not crash when viewing filters.svg
Niko Kiirala
1
-2
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-5
/
+3
2008-10-27
From trunk
Ted Gould
1
-3
/
+4
2008-10-11
Merging from trunk
Ted Gould
1
-14
/
+15
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-08-03
Minor cleanup work on macros
Jon A. Cruz
1
-3
/
+3
2008-03-31
lay groundwork for non-filter view mode
MenTaLguY
1
-6
/
+8
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-9
/
+10
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-19
whitespace
Bryce Harrington
1
-1
/
+1
2007-08-18
Improved handling bounding boxes and rotated/skewed coordinates in filters
Niko Kiirala
1
-0
/
+9
2007-08-11
revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...
bulia byak
1
-0
/
+5
2007-06-07
Fixed background access problems introduced in previous revision
Niko Kiirala
1
-6
/
+4
2007-06-07
First version of feOffset support. Contains some rendering glitches.
Niko Kiirala
1
-2
/
+3
2007-06-04
Modified filter rendering area handling to better accommodate upcoming feOffset
Niko Kiirala
1
-1
/
+1
2007-03-02
eliminate caching and temp buffers for cairo outline mode
bulia byak
1
-31
/
+35
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-7
/
+7
2007-02-04
Unions Are Evil! When pixblock size is TINY, it stores data right in the data...
bulia byak
1
-2
/
+2
2007-01-07
comment on possible optimization
bulia byak
1
-1
/
+4
2006-10-25
implement rendering of clips/masks in outline mode; make all outline colors s...
bulia byak
1
-1
/
+28
2006-10-20
more correct double opacity fix: do not multiply by opacity if item->render_o...
bulia byak
1
-3
/
+2
2006-10-20
fix the erroneous double opacity on filtered objects
bulia byak
1
-2
/
+6
2006-10-17
purge fred's arena item tile cache (has been disabled for quite some time any...
bulia byak
1
-594
/
+105
2006-10-14
indentation; declarations to first uses; deal with the possible failure to cr...
bulia byak
1
-897
/
+1061
2006-10-11
disable filters in outline mode
bulia byak
1
-8
/
+10
2006-07-29
patch for rendering quality and speed from Jasper van de Gronde
bulia byak
1
-5
/
+5
2006-07-26
Added renderer support for accessing background image from filters
Niko Kiirala
1
-2
/
+38
2006-06-21
svg-filters branch merged back to head
Niko Kiirala
1
-2
/
+22
2006-05-01
NRMatrix copy constructor appears deficient; avoid it for now
MenTaLguY
1
-1
/
+2
2006-05-01
use GC allocator for bitmap cache and transform
MenTaLguY
1
-12
/
+6
2006-04-29
rationalize function names and remove spurious soft_ptr
MenTaLguY
1
-6
/
+6
2006-04-19
Rendering optimisation, which gives best results for zoomed in drawings with ...
Andrius Ramanauskas
1
-0
/
+7
2006-03-26
cosmetic
bulia byak
1
-2
/
+3
2006-03-19
fix clipping with unfilled paths
bulia byak
1
-1
/
+1
2006-03-15
Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
MenTaLguY
1
-7
/
+0