summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)