summaryrefslogtreecommitdiffstats
path: root/src/livarot (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Warning cleanupJon A. Cruz2007-11-102-97/+97
| | | (bzr r4052)
* refactoring, one MakeTweak method instead of a bunch largely similar methodsbulia byak2007-11-092-330/+118
| | | (bzr r4047)
* Warning cleanupJon A. Cruz2007-11-041-24/+35
| | | (bzr r4025)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-0412-12/+12
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* repel/attract methodsbulia byak2007-08-272-1/+141
| | | (bzr r3591)
* remove extra Shape:: on new function definition in Shape class.Johan B. C. Engelen2007-08-081-1/+1
| | | (bzr r3425)
* new methods for tweaking, modeled after MakeOffsetbulia byak2007-08-082-0/+275
| | | (bzr r3422)
* warn when ConvertToShape failsbulia byak2007-08-071-1/+2
| | | (bzr r3414)
* fix thinning that didn't work for paths inside a transformed groupbulia byak2007-04-132-4/+4
| | | (bzr r2871)
* allow MakeOffset to do profiled offset controlled by the distance of each ↵bulia byak2007-04-112-7/+31
| | | | | point from a given center and a coverage radius (bzr r2850)
* add a new return code indicating nothing was donebulia byak2007-04-111-1/+2
| | | (bzr r2849)
* fix bug where nearest_point_on_path returned bogus t values on sharp bendsbulia byak2007-04-081-5/+12
| | | (bzr r2834)
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-1/+1
| | | (bzr r2398)
* enable Affichebulia byak2006-11-051-7/+5
| | | (bzr r1900)
* prevent stroke becoming invisible at certain zooms and path disappearing ↵bulia byak2006-05-312-18/+0
| | | | | after outset with complex paths, closes a bunch of bugs (bzr r1105)
* method for dashing Path using an SPStylebulia byak2006-05-262-0/+35
| | | (bzr r1013)
* Bug 1488621 (path misrendered if some successive node is in the same position)Andrius Ramanauskas2006-05-161-2/+9
| | | (bzr r852)
* put Richard's copyright notice where I had forgotten it.Aaron Spike2006-05-141-0/+6
| | | (bzr r836)
* Fix for [Bug-1473139]Andrius Ramanauskas2006-04-201-7/+5
| | | (bzr r553)
* resolving compiler warningsAndrius Ramanauskas2006-04-201-2/+2
| | | (bzr r552)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-197-1088/+1398
| | | | | 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)
* ifdef'd win32 #include <inttypes.h> to fix compile errorJosh Andler2006-02-061-0/+4
| | | (bzr r96)
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-062-6/+10
| | | (bzr r94)
* optimize includes, use stdlib instead of inttypes if we have itRalf Stephan2006-02-047-19/+26
| | | (bzr r73)
* moving trunk for module inkscapeMenTaLguY2006-01-1641-0/+24463
(bzr r1)