summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-09separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak1-21/+35
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-3/+0
2008-12-14Filter quality setting revised, seems to not crash when viewing filters.svgNiko Kiirala1-2/+2
2008-11-21Merge from fe-movedTed Gould1-5/+3
2008-10-27From trunkTed Gould1-3/+4
2008-10-11Merging from trunkTed Gould1-14/+15
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-03Minor cleanup work on macrosJon A. Cruz1-3/+3
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-6/+8
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-9/+10
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-19whitespaceBryce Harrington1-1/+1
2007-08-18Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala1-0/+9
2007-08-11revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...bulia byak1-0/+5
2007-06-07Fixed background access problems introduced in previous revisionNiko Kiirala1-6/+4
2007-06-07First version of feOffset support. Contains some rendering glitches.Niko Kiirala1-2/+3
2007-06-04Modified filter rendering area handling to better accommodate upcoming feOffsetNiko Kiirala1-1/+1
2007-03-02eliminate caching and temp buffers for cairo outline modebulia byak1-31/+35
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-7/+7
2007-02-04Unions Are Evil! When pixblock size is TINY, it stores data right in the data...bulia byak1-2/+2
2007-01-07comment on possible optimizationbulia byak1-1/+4
2006-10-25implement rendering of clips/masks in outline mode; make all outline colors s...bulia byak1-1/+28
2006-10-20more correct double opacity fix: do not multiply by opacity if item->render_o...bulia byak1-3/+2
2006-10-20fix the erroneous double opacity on filtered objectsbulia byak1-2/+6
2006-10-17purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak1-594/+105
2006-10-14indentation; declarations to first uses; deal with the possible failure to cr...bulia byak1-897/+1061
2006-10-11disable filters in outline modebulia byak1-8/+10
2006-07-29patch for rendering quality and speed from Jasper van de Grondebulia byak1-5/+5
2006-07-26Added renderer support for accessing background image from filtersNiko Kiirala1-2/+38
2006-06-21svg-filters branch merged back to headNiko Kiirala1-2/+22
2006-05-01NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY1-1/+2
2006-05-01use GC allocator for bitmap cache and transformMenTaLguY1-12/+6
2006-04-29rationalize function names and remove spurious soft_ptrMenTaLguY1-6/+6
2006-04-19Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas1-0/+7
2006-03-26cosmeticbulia byak1-2/+3
2006-03-19fix clipping with unfilled pathsbulia byak1-1/+1
2006-03-15Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY1-7/+0