summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* init matrix variable, removes compiler warningsRalf Stephan2006-05-191-2/+3
| | | (bzr r893)
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
| | | (bzr r791)
* fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY2006-05-091-1/+1
| | | (bzr r789)
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵MenTaLguY2006-05-092-59/+1
| | | | | memory management (bzr r788)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-094-74/+74
| | | (bzr r787)
* NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY2006-05-011-1/+2
| | | (bzr r646)
* use GC allocator for bitmap cache and transformMenTaLguY2006-05-011-12/+6
| | | (bzr r645)
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-294-25/+25
| | | (bzr r636)
* remove compiler warningsRalf Stephan2006-04-211-4/+4
| | | (bzr r562)
* 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)
* disabling rendering optimization for dashed strokes (until optimization is ↵Andrius Ramanauskas2006-04-201-1/+1
| | | | | tweaked to render dashes correctly) (bzr r555)
* resolving compiler warningsAndrius Ramanauskas2006-04-201-4/+4
| | | (bzr r552)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-1910-26/+112
| | | | | 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)
* Attempt to preserve the shape of the path when deleting nodesAaron Spike2006-04-142-2/+2
| | | | | Old deletion behavior is available via Ctrl+Delete (bzr r525)
* 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)
* 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 1457118bulia byak2006-03-261-1/+1
| | | (bzr r304)
* cosmeticbulia byak2006-03-261-2/+3
| | | (bzr r303)
* fix clipping with unfilled pathsbulia byak2006-03-192-7/+8
| | | (bzr r261)
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-152-12/+4
| | | (bzr r241)
* 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)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-142-0/+32
| | | | | | | | 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-134-31/+31
| | | (bzr r134)
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-061-1/+12
| | | (bzr r94)
* optimized includesRalf Stephan2006-01-181-2/+0
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-1652-0/+13972
(bzr r1)