summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+9
| | | (bzr r3505)
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in ↵bulia byak2007-08-111-0/+5
| | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451)
* Fixed background access problems introduced in previous revisionNiko Kiirala2007-06-071-6/+4
| | | (bzr r3056)
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-071-2/+3
| | | (bzr r3055)
* Modified filter rendering area handling to better accommodate upcoming feOffsetNiko Kiirala2007-06-041-1/+1
| | | (bzr r3052)
* eliminate caching and temp buffers for cairo outline modebulia byak2007-03-021-31/+35
| | | (bzr r2495)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-7/+7
| | | (bzr r2472)
* Unions Are Evil! When pixblock size is TINY, it stores data right in the ↵bulia byak2007-02-041-2/+2
| | | | | data.px field (as data.p) and clears it, so when read as data.px it yields NULL. This fixes the problems with the dropper tool (which uses tiny buffers) (bzr r2325)
* comment on possible optimizationbulia byak2007-01-071-1/+4
| | | (bzr r2144)
* implement rendering of clips/masks in outline mode; make all outline colors ↵bulia byak2006-10-251-1/+28
| | | | | stored in the prefs (bzr r1861)
* more correct double opacity fix: do not multiply by opacity if ↵bulia byak2006-10-201-3/+2
| | | | | item->render_opacity, i.e. the opacity was already applied during render (bzr r1815)
* fix the erroneous double opacity on filtered objectsbulia byak2006-10-201-2/+6
| | | (bzr r1814)
* purge fred's arena item tile cache (has been disabled for quite some time ↵bulia byak2006-10-171-594/+105
| | | | | anyway, bitrotting; enabling it gives no measureable advantage) (bzr r1807)
* indentation; declarations to first uses; deal with the possible failure to ↵bulia byak2006-10-141-897/+1061
| | | | | create pixblock due to insufficient memory (bzr r1801)
* disable filters in outline modebulia byak2006-10-111-8/+10
| | | (bzr r1796)
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-291-5/+5
| | | (bzr r1503)
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-261-2/+38
| | | (bzr r1485)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-2/+22
| | | (bzr r1252)
* NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY2006-05-011-1/+2
| | | (bzr r646)
* use GC allocator for bitmap cache and transformMenTaLguY2006-05-011-12/+6
| | | (bzr r645)
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-291-6/+6
| | | (bzr r636)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+7
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* cosmeticbulia byak2006-03-261-2/+3
| | | (bzr r303)
* fix clipping with unfilled pathsbulia byak2006-03-191-1/+1
| | | (bzr r261)
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-151-7/+0
| | | (bzr r241)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1155
(bzr r1)