summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+1
| | | | | 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)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-141-0/+8
| | | | | | | | Revert a previous change that generated enter events for canvas items other than the current one when mouse buttons were depressed. These events are now only generated in the connector context, where they are required. (bzr r142)
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-061-1/+12
| | | (bzr r94)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+186
(bzr r1)