summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak2009-03-091-21/+35
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-3/+0
* Filter quality setting revised, seems to not crash when viewing filters.svgNiko Kiirala2008-12-141-2/+2
* Merge from fe-movedTed Gould2008-11-211-5/+3
* From trunkTed Gould2008-10-271-3/+4
* Merging from trunkTed Gould2008-10-111-14/+15
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* Minor cleanup work on macrosJon A. Cruz2008-08-031-3/+3
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-6/+8
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-9/+10
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* whitespaceBryce Harrington2008-01-191-1/+1
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+9
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...bulia byak2007-08-111-0/+5
* Fixed background access problems introduced in previous revisionNiko Kiirala2007-06-071-6/+4
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-071-2/+3
* Modified filter rendering area handling to better accommodate upcoming feOffsetNiko Kiirala2007-06-041-1/+1
* eliminate caching and temp buffers for cairo outline modebulia byak2007-03-021-31/+35
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-7/+7
* Unions Are Evil! When pixblock size is TINY, it stores data right in the data...bulia byak2007-02-041-2/+2
* comment on possible optimizationbulia byak2007-01-071-1/+4
* implement rendering of clips/masks in outline mode; make all outline colors s...bulia byak2006-10-251-1/+28
* more correct double opacity fix: do not multiply by opacity if item->render_o...bulia byak2006-10-201-3/+2
* fix the erroneous double opacity on filtered objectsbulia byak2006-10-201-2/+6
* purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak2006-10-171-594/+105
* indentation; declarations to first uses; deal with the possible failure to cr...bulia byak2006-10-141-897/+1061
* disable filters in outline modebulia byak2006-10-111-8/+10
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-291-5/+5
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-261-2/+38
* svg-filters branch merged back to headNiko Kiirala2006-06-211-2/+22
* NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY2006-05-011-1/+2
* use GC allocator for bitmap cache and transformMenTaLguY2006-05-011-12/+6
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-291-6/+6
* Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas2006-04-191-0/+7
* cosmeticbulia byak2006-03-261-2/+3
* fix clipping with unfilled pathsbulia byak2006-03-191-1/+1
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-151-7/+0
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1155