summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug: stroke width was not changed when switching to outline and backbulia byak2006-11-041-2/+12
| | | (bzr r1894)
* fix visibility and pickability of nofill/nostroke objects in outline mode; ↵bulia byak2006-10-251-17/+24
| | | | | optimize looking up rendermode (bzr r1862)
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-141-0/+21
| | | (bzr r1800)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-201-3/+7
| | | | | Comments added/fixed. (bzr r1622)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-1/+31
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-291-10/+5
| | | (bzr r1503)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+9
| | | (bzr r1252)
* factor out dashing codebulia byak2006-05-261-24/+2
| | | (bzr r1014)
* 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)