summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-09always make local copy of path data so we have control of memory policyMenTaLguY1-29/+17
2006-05-09fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY1-1/+1
2006-05-09get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY2-59/+1
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY4-74/+74
2006-05-01NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY1-1/+2
2006-05-01use GC allocator for bitmap cache and transformMenTaLguY1-12/+6
2006-04-29rationalize function names and remove spurious soft_ptrMenTaLguY4-25/+25
2006-04-21remove compiler warningsRalf Stephan1-4/+4
2006-04-20SVG 1.1 Conditional Processing Module rendering support (<switch> element, re...Andrius Ramanauskas1-1/+1
2006-04-20disabling rendering optimization for dashed strokes (until optimization is tw...Andrius Ramanauskas1-1/+1
2006-04-20resolving compiler warningsAndrius Ramanauskas1-4/+4
2006-04-19Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas10-26/+112
2006-04-14Attempt to preserve the shape of the path when deleting nodesAaron Spike2-2/+2
2006-04-03CodingStyle: whitespacePeter Moulder1-531/+530
2006-04-03CodingStyle: const placementPeter Moulder1-2/+2
2006-04-03cleanup: Remove some commented-out code.Peter Moulder1-95/+2
2006-04-03CodingStyle: whitespace, and move a few declarations to first use.Peter Moulder1-447/+451
2006-04-03cleanup: Remove commented-out code (dating from 2004, Big Pango Patch)Peter Moulder1-52/+1
2006-04-03CodingStyle: const placementPeter Moulder1-6/+6
2006-03-26fix 1457118bulia byak1-1/+1
2006-03-26cosmeticbulia byak1-2/+3
2006-03-19fix clipping with unfilled pathsbulia byak2-7/+8
2006-03-15Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2-12/+4
2006-02-15fix 1432089: stroke is not drawn not only when it's not set but also when it'...bulia byak1-2/+3
2006-02-14* src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2-0/+32
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan4-31/+31
2006-02-06revert to using inttypes.h instead of stdint.hRalf Stephan1-1/+12
2006-01-18optimized includesRalf Stephan1-2/+0