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
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-932
/
+0
2011-07-28
Per-item render cache.
Krzysztof Kosi??ski
1
-18
/
+103
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-109
/
+74
2011-07-13
Fix crashes during offscreen rendering, part 1
Krzysztof Kosi??ski
1
-1
/
+9
2011-07-12
Compute different bounding boxes in outline mode to fix partial
Krzysztof Kosi??ski
1
-54
/
+61
2011-07-10
Simplify rendering of masked / clipped / translucent items.
Krzysztof Kosi??ski
1
-59
/
+46
2011-07-09
Redesign the rendering pipeline. Clipping paths are now rasterized.
Krzysztof Kosi??ski
1
-84
/
+122
2011-07-09
Add SPCanvasArena caching layer. Currently breaks for clipped groups
Krzysztof Kosi??ski
1
-1
/
+3
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-2
/
+1
2011-02-21
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-6
/
+6
2010-11-26
Fix mask luminance calculation, so the coeffs add up to 1
Krzysztof Kosi??ski
1
-2
/
+2
2010-11-22
Fix luminance to alpha calculation in masks.
Tavmjong Bah
1
-6
/
+16
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-15
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
1
-8
/
+3
2010-08-12
Do not un-premultiply alpha when computing mask luminance
Krzysztof Kosi??ski
1
-8
/
+4
2010-08-12
Fix computation of drawbox for filtered, rotated items
Krzysztof Kosi??ski
1
-6
/
+10
2010-08-11
Fix bitmap opacity
Krzysztof Kosi??ski
1
-2
/
+1
2010-08-10
Fix rendering of masks with non-opaque alpha channel
Krzysztof Kosi??ski
1
-6
/
+15
2010-08-05
Minor cleanups
Krzysztof Kosi??ski
1
-0
/
+5
2010-08-05
Fix mask rendering to use luminance-to-alpha
Krzysztof Kosi??ski
1
-5
/
+7
2010-08-04
Fix to background handling that avoids both duplication and aliasing as much ...
Jasper van de Gronde
1
-25
/
+12
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-211
/
+2
2010-07-12
Gaussian blur
Krzysztof Kosi??ski
1
-6
/
+28
2010-07-07
Fix group opacity
Krzysztof Kosi??ski
1
-2
/
+21
2010-07-07
Smaller intermediate rendering regions
Krzysztof Kosi??ski
1
-14
/
+47
2010-07-04
Remove some cruft
Krzysztof Kosi??ski
1
-0
/
+1
2010-06-28
Text rendering. Factor out style handling into nr-style.h
Krzysztof Kosi??ski
1
-2
/
+2
2010-06-26
Implement clipping (slightly incorrect) and masking
Krzysztof Kosi??ski
1
-70
/
+78
2010-06-22
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
1
-5
/
+8
2009-12-11
- new: Print Colors Preview Dialog and rendermode
Felipe Corr??a da Silva Sanches
1
-1
/
+3
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
[next]