summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* init matrix variable, removes compiler warningsRalf Stephan2006-05-191-2/+3
| | | (bzr r893)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-6/+6
| | | (bzr r787)
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-291-8/+8
| | | (bzr r636)
* disabling rendering optimization for dashed strokes (until optimization is ↵Andrius Ramanauskas2006-04-201-1/+1
| | | | | tweaked to render dashes correctly) (bzr r555)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-25/+83
| | | | | 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)
* CodingStyle: whitespacePeter Moulder2006-04-031-531/+530
| | | (bzr r414)
* CodingStyle: const placementPeter Moulder2006-04-031-2/+2
| | | (bzr r413)
* cleanup: Remove some commented-out code.Peter Moulder2006-04-031-95/+2
| | | (bzr r412)
* fix 1457118bulia byak2006-03-261-1/+1
| | | (bzr r304)
* fix clipping with unfilled pathsbulia byak2006-03-191-6/+7
| | | (bzr r261)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1298
(bzr r1)