summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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