summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-177/+189
| | | | | for indentation. (bzr r3816)
* noop: CodingStyle: const placementPeter Moulder2007-09-291-2/+2
| | | (bzr r3815)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-5/+3
| | | (bzr r3753)
* add fields for delayed pick optimizationbulia byak2007-03-191-0/+3
| | | (bzr r2714)
* fix bug: stroke width was not changed when switching to outline and backbulia byak2006-11-041-0/+2
| | | (bzr r1894)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+4
| | | | | 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)
* optimized includesRalf Stephan2006-01-181-2/+0
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+213
(bzr r1)