summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-glyphs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-141-0/+14
| | | (bzr r1800)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+2
| | | | | 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: whitespace, and move a few declarations to first use.Peter Moulder2006-04-031-447/+451
| | | (bzr r411)
* cleanup: Remove commented-out code (dating from 2004, Big Pango Patch)Peter Moulder2006-04-031-52/+1
| | | (bzr r410)
* CodingStyle: const placementPeter Moulder2006-04-031-6/+6
| | | (bzr r409)
* fix 1432089: stroke is not drawn not only when it's not set but also when ↵bulia byak2006-02-151-2/+3
| | | | | it's too thin (bzr r148)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+679
(bzr r1)