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-image.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-390
/
+0
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-63
/
+45
2011-06-23
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
1
-1
/
+1
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-4
/
+6
2011-06-19
Fix outline view
Krzysztof Kosi??ski
1
-8
/
+5
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
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
-1
/
+0
2010-08-09
Fix performance regression when displaying large images
Krzysztof Kosi??ski
1
-3
/
+7
2010-08-05
Minor cleanups
Krzysztof Kosi??ski
1
-1
/
+2
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-2
/
+0
2010-08-03
Handle preserveAspectRatio for images
Krzysztof Kosi??ski
1
-72
/
+107
2010-07-14
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
1
-4
/
+0
2010-07-07
Switch to nearest neighbor filtering when image is larger than original
Krzysztof Kosi??ski
1
-0
/
+5
2010-07-07
Smaller intermediate rendering regions
Krzysztof Kosi??ski
1
-3
/
+1
2010-07-04
Remove some cruft
Krzysztof Kosi??ski
1
-3
/
+1
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-1
/
+1
2010-06-29
Bitmap image rendering
Krzysztof Kosi??ski
1
-56
/
+39
2010-05-18
Fix for bug #284147
Jasper van de Gronde
1
-0
/
+1
2010-04-18
Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...
Jasper van de Gronde
1
-11
/
+5
2009-05-17
Bitmap images with filters are now updated as the filter is modified
Niko Kiirala
1
-0
/
+2
2009-03-12
was a bit overzealous in removing render requests from subclasses
bulia byak
1
-0
/
+3
2009-03-09
separate bbox (calculated by subclasses) and drawbox, which includes filters ...
bulia byak
1
-5
/
+0
2009-01-02
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
1
-1
/
+1
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-3
/
+4
2008-10-11
Merging from trunk
Ted Gould
1
-31
/
+32
2008-06-24
delivarotify
bulia byak
1
-5
/
+0
2008-03-31
lay groundwork for non-filter view mode
MenTaLguY
1
-2
/
+2
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-9
/
+9
2007-11-10
Warning cleanup
Jon A. Cruz
1
-3
/
+3
2007-09-29
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
1
-209
/
+210
2007-09-29
noop: CodingStyle: const placement
Peter Moulder
1
-13
/
+13
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
-49
/
+31
2007-05-14
Added renderer support for feBlend filter effect
Niko Kiirala
1
-0
/
+8
2007-03-03
the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...
bulia byak
1
-1
/
+1
2007-03-03
implement proper picking (by the frame and diagonals) in outline mode
bulia byak
1
-11
/
+51
2007-03-02
cairoify image outlines
bulia byak
1
-30
/
+28
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-2
/
+2
2006-11-05
add diagonals, fix shape conversion
bulia byak
1
-2
/
+10
2006-11-05
display images as rects in Outline mode
bulia byak
1
-28
/
+75
2006-10-10
Filtering now works with text and image objects
Niko Kiirala
1
-0
/
+57