summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-390/+0
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-63/+45
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+1
2011-06-22Warning cleanup.Jon A. Cruz1-4/+6
2011-06-19Fix outline viewKrzysztof Kosi??ski1-8/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-1/+0
2010-08-09Fix performance regression when displaying large imagesKrzysztof Kosi??ski1-3/+7
2010-08-05Minor cleanupsKrzysztof Kosi??ski1-1/+2
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-2/+0
2010-08-03Handle preserveAspectRatio for imagesKrzysztof Kosi??ski1-72/+107
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-4/+0
2010-07-07Switch to nearest neighbor filtering when image is larger than originalKrzysztof Kosi??ski1-0/+5
2010-07-07Smaller intermediate rendering regionsKrzysztof Kosi??ski1-3/+1
2010-07-04Remove some cruftKrzysztof Kosi??ski1-3/+1
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
2010-06-29Bitmap image renderingKrzysztof Kosi??ski1-56/+39
2010-05-18Fix for bug #284147Jasper van de Gronde1-0/+1
2010-04-18Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...Jasper van de Gronde1-11/+5
2009-05-17Bitmap images with filters are now updated as the filter is modifiedNiko Kiirala1-0/+2
2009-03-12was a bit overzealous in removing render requests from subclassesbulia byak1-0/+3
2009-03-09separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak1-5/+0
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-1/+1
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+1
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-3/+4
2008-10-11Merging from trunkTed Gould1-31/+32
2008-06-24delivarotifybulia byak1-5/+0
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-2/+2
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-9/+9
2007-11-10Warning cleanupJon A. Cruz1-3/+3
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-209/+210
2007-09-29noop: CodingStyle: const placementPeter Moulder1-13/+13
2007-06-27use an accessor method to get filter from stylebulia byak1-3/+3
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-3/+4
2007-05-21Refactoring work for filter effects renderer initializationNiko Kiirala1-49/+31
2007-05-14Added renderer support for feBlend filter effectNiko Kiirala1-0/+8
2007-03-03the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...bulia byak1-1/+1
2007-03-03implement proper picking (by the frame and diagonals) in outline modebulia byak1-11/+51
2007-03-02cairoify image outlinesbulia byak1-30/+28
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-2/+2
2006-11-05add diagonals, fix shape conversionbulia byak1-2/+10
2006-11-05display images as rects in Outline modebulia byak1-28/+75
2006-10-10Filtering now works with text and image objectsNiko Kiirala1-0/+57