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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-2
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-7
/
+6
|
\
|
*
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
2011-02-21
1
-1
/
+1
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-6
/
+6
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-1
/
+0
|
\
|
|
*
Fix luminance to alpha calculation in masks.
Tavmjong Bah
2010-11-22
1
-6
/
+16
*
|
Fix mask luminance calculation, so the coeffs add up to 1
Krzysztof Kosi??ski
2010-11-26
1
-2
/
+2
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
2010-08-15
1
-8
/
+3
*
|
Do not un-premultiply alpha when computing mask luminance
Krzysztof Kosi??ski
2010-08-12
1
-8
/
+4
*
|
Fix computation of drawbox for filtered, rotated items
Krzysztof Kosi??ski
2010-08-12
1
-6
/
+10
*
|
Fix bitmap opacity
Krzysztof Kosi??ski
2010-08-11
1
-2
/
+1
*
|
Fix rendering of masks with non-opaque alpha channel
Krzysztof Kosi??ski
2010-08-10
1
-6
/
+15
*
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-3
/
+7
|
\
|
|
*
Fix to background handling that avoids both duplication and aliasing as much ...
Jasper van de Gronde
2010-08-04
1
-25
/
+12
*
|
Minor cleanups
Krzysztof Kosi??ski
2010-08-05
1
-0
/
+5
*
|
Fix mask rendering to use luminance-to-alpha
Krzysztof Kosi??ski
2010-08-05
1
-5
/
+7
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-211
/
+2
*
|
Gaussian blur
Krzysztof Kosi??ski
2010-07-12
1
-6
/
+28
*
|
Fix group opacity
Krzysztof Kosi??ski
2010-07-07
1
-2
/
+21
*
|
Smaller intermediate rendering regions
Krzysztof Kosi??ski
2010-07-07
1
-14
/
+47
*
|
Remove some cruft
Krzysztof Kosi??ski
2010-07-04
1
-0
/
+1
*
|
Text rendering. Factor out style handling into nr-style.h
Krzysztof Kosi??ski
2010-06-28
1
-2
/
+2
*
|
Implement clipping (slightly incorrect) and masking
Krzysztof Kosi??ski
2010-06-26
1
-70
/
+78
*
|
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
2010-06-22
1
-5
/
+8
|
/
*
- new: Print Colors Preview Dialog and rendermode
Felipe Corr??a da Silva Sanches
2009-12-11
1
-1
/
+3
*
separate bbox (calculated by subclasses) and drawbox, which includes filters ...
bulia byak
2009-03-09
1
-21
/
+35
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-3
/
+0
*
Filter quality setting revised, seems to not crash when viewing filters.svg
Niko Kiirala
2008-12-14
1
-2
/
+2
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-5
/
+3
*
From trunk
Ted Gould
2008-10-27
1
-3
/
+4
*
Merging from trunk
Ted Gould
2008-10-11
1
-14
/
+15
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
Minor cleanup work on macros
Jon A. Cruz
2008-08-03
1
-3
/
+3
*
lay groundwork for non-filter view mode
MenTaLguY
2008-03-31
1
-6
/
+8
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-9
/
+10
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
whitespace
Bryce Harrington
2008-01-19
1
-1
/
+1
*
Improved handling bounding boxes and rotated/skewed coordinates in filters
Niko Kiirala
2007-08-18
1
-0
/
+9
*
revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...
bulia byak
2007-08-11
1
-0
/
+5
*
Fixed background access problems introduced in previous revision
Niko Kiirala
2007-06-07
1
-6
/
+4
*
First version of feOffset support. Contains some rendering glitches.
Niko Kiirala
2007-06-07
1
-2
/
+3
*
Modified filter rendering area handling to better accommodate upcoming feOffset
Niko Kiirala
2007-06-04
1
-1
/
+1
*
eliminate caching and temp buffers for cairo outline mode
bulia byak
2007-03-02
1
-31
/
+35
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
1
-7
/
+7
*
Unions Are Evil! When pixblock size is TINY, it stores data right in the data...
bulia byak
2007-02-04
1
-2
/
+2
*
comment on possible optimization
bulia byak
2007-01-07
1
-1
/
+4
*
implement rendering of clips/masks in outline mode; make all outline colors s...
bulia byak
2006-10-25
1
-1
/
+28
*
more correct double opacity fix: do not multiply by opacity if item->render_o...
bulia byak
2006-10-20
1
-3
/
+2
[next]