summaryrefslogtreecommitdiffstats
path: root/src/livarot/Shape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* init membersJohan B. C. Engelen2013-08-031-1/+6
| | | (bzr r12453)
* cppcheck Common realloc mistake: 'qrsData' nulled but not freed upon failureJohan B. C. Engelen2013-08-031-1/+6
| | | (bzr r12448)
* Shape calculations. re-introduce grid of a smaller size. ↵Alvin Penner2013-07-161-4/+4
| | | | | (http://article.gmane.org/gmane.comp.graphics.inkscape.devel/40786) (bzr r12420)
* Shape calculations. do not quantize the coordinates. (Bug 168158)Alvin Penner2013-07-011-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168158 (bzr r12399)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-1/+0
| | | (bzr r10582.1.11)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-3/+3
| | | (bzr r10347.1.2)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-31/+31
| | | (bzr r7032)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-1/+1
| | | (bzr r2398)
* enable Affichebulia byak2006-11-051-7/+5
| | | (bzr r1900)
* resolving compiler warningsAndrius Ramanauskas2006-04-201-2/+2
| | | (bzr r552)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-1084/+1106
| | | | | 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/+2282
(bzr r1)