summaryrefslogtreecommitdiffstats
path: root/src/livarot/ShapeMisc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-201-2/+2
| | | (bzr r11888)
* Warning cleanupJon A. Cruz2012-04-181-16/+12
| | | (bzr r11265)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+4
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | | | | (bzr r10025)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+2
|/ | | (bzr r9508.1.45)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-22/+22
| | | (bzr r7032)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-11/+11
| | | (bzr r6839)
* warning cleanupJon A. Cruz2008-07-161-4/+4
| | | (bzr r6329)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+2
| | | (bzr r5149)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* fix vector, power, and fidelity for paths in transformed groups, also ↵bulia byak2008-01-121-17/+11
| | | | | normalize fidelity for zoom level (still not ideal for very small paths at 256x zoom, I suspect livarot just lacks precision) (bzr r4469)
* refactoring, one MakeTweak method instead of a bunch largely similar methodsbulia byak2007-11-091-325/+110
| | | (bzr r4047)
* repel/attract methodsbulia byak2007-08-271-1/+139
| | | (bzr r3591)
* new methods for tweaking, modeled after MakeOffsetbulia byak2007-08-081-0/+271
| | | (bzr r3422)
* fix thinning that didn't work for paths inside a transformed groupbulia byak2007-04-131-3/+3
| | | (bzr r2871)
* allow MakeOffset to do profiled offset controlled by the distance of each ↵bulia byak2007-04-111-6/+30
| | | | | point from a given center and a coverage radius (bzr r2850)
* prevent stroke becoming invisible at certain zooms and path disappearing ↵bulia byak2006-05-311-2/+0
| | | | | after outset with complex paths, closes a bunch of bugs (bzr r1105)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-1/+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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1228
(bzr r1)