summaryrefslogtreecommitdiffstats
path: root/src/livarot (follow)
Commit message (Expand)AuthorAgeFilesLines
* patch by KoRi for bug 323594bulia byak2009-02-101-70/+80
* fix bug !Johan B. C. Engelen2009-01-172-9/+10
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-0/+2
* fix bug in livarot where open paths are rendered as closed path when start ==...Johan B. C. Engelen2009-01-023-5/+10
* More NR ==> Geom changesJoshua L. Blocher2008-12-2819-892/+892
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-055-24/+24
* Merge from trunkTed Gould2008-10-281-1/+1
* Merging from trunkTed Gould2008-10-112-28/+30
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-1/+4
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-182-12/+12
* temporary fix for continuity exceptionJohan B. C. Engelen2008-08-311-2/+17
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
* fix arc conversion to livarotJohan B. C. Engelen2008-08-031-2/+2
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+1
* 2geom path to livarot path conversion: don't add closing line segment when it...Johan B. C. Engelen2008-07-231-1/+7
* patch for bug 249665bulia byak2008-07-181-0/+10
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
* warning cleanupJon A. Cruz2008-07-166-23/+24
* fix conversion from pathvector to livarot path. (a.o. caused crash of nodetoo...Johan B. C. Engelen2008-07-141-1/+1
* remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)Johan B. C. Engelen2008-07-122-149/+0
* use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen2008-07-111-1/+1
* add MakePathVector to livarotJohan B. C. Engelen2008-07-082-5/+121
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-041-4/+4
* Warning cleanupJon A. Cruz2008-07-042-2/+3
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-292-10/+13
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ...Johan B. C. Engelen2008-06-262-0/+8
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-18/+2
* remove obsolete LoadArtBPath from livarotJohan B. C. Engelen2008-06-222-71/+0
* create method for Livarot paths to load PathVectors instead of NArtBpathsJohan B. C. Engelen2008-06-222-0/+76
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-092-3/+3
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-0/+39
* delete remaining .cvsignore filesAdib Taraben2008-04-011-7/+0
* noop: Translate some comments. Use utf-8 for originals.Peter Moulder2008-03-291-9/+10
* delete unused codebulia byak2008-03-234-1307/+0
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-082-3/+6
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-318-6/+28
* fix vector, power, and fidelity for paths in transformed groups, also normali...bulia byak2008-01-121-17/+11
* Snap to intersections of line segmentsDiederik van Lierop2007-11-142-0/+16
* Warning cleanupJon A. Cruz2007-11-102-97/+97
* refactoring, one MakeTweak method instead of a bunch largely similar methodsbulia byak2007-11-092-330/+118
* Warning cleanupJon A. Cruz2007-11-041-24/+35
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-0412-12/+12
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* repel/attract methodsbulia byak2007-08-272-1/+141
* remove extra Shape:: on new function definition in Shape class.Johan B. C. Engelen2007-08-081-1/+1
* new methods for tweaking, modeled after MakeOffsetbulia byak2007-08-082-0/+275
* warn when ConvertToShape failsbulia byak2007-08-071-1/+2