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