summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* interruptible redrawbulia byak2006-08-031-65/+178
| | | (bzr r1551)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-4/+4
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-1/+1
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* 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)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-141-0/+24
| | | | | | | | 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)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-7/+7
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+2074
(bzr r1)