summaryrefslogtreecommitdiffstats
path: root/src/livarot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* patch by KoRi for bug 323594bulia byak2009-02-101-70/+80
| | | (bzr r7264)
* fix bug !Johan B. C. Engelen2009-01-172-9/+10
| | | (bzr r7141)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-0/+2
| | | | | sub-libs of inkscape. (bzr r7120)
* fix bug in livarot where open paths are rendered as closed path when start ↵Johan B. C. Engelen2009-01-023-5/+10
| | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059)
* More NR ==> Geom changesJoshua L. Blocher2008-12-2819-892/+892
| | | (bzr r7032)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-055-24/+24
| | | (bzr r6953)
* Merge from trunkTed Gould2008-10-281-1/+1
| | | (bzr r6886)
* Merging from trunkTed Gould2008-10-112-28/+30
| | | (bzr r6884)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-1/+4
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-182-12/+12
| | | (bzr r6839)
* temporary fix for continuity exceptionJohan B. C. Engelen2008-08-311-2/+17
| | | (bzr r6735)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
| | | (bzr r6593)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
| | | (bzr r6564)
* fix arc conversion to livarotJohan B. C. Engelen2008-08-031-2/+2
| | | (bzr r6547)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+1
| | | (bzr r6416)
* 2geom path to livarot path conversion: don't add closing line segment when ↵Johan B. C. Engelen2008-07-231-1/+7
| | | | | it is degenerate. (bzr r6404)
* patch for bug 249665bulia byak2008-07-181-0/+10
| | | (bzr r6353)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
| | | (bzr r6332)
* warning cleanupJon A. Cruz2008-07-166-23/+24
| | | (bzr r6329)
* fix conversion from pathvector to livarot path. (a.o. caused crash of ↵Johan B. C. Engelen2008-07-141-1/+1
| | | | | nodetool when editing second subpath when first subpath was closed.) (bzr r6309)
* remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)Johan B. C. Engelen2008-07-122-149/+0
| | | (bzr r6280)
* use new 2geom function. This ensures we cannot end up in infinite loop while ↵Johan B. C. Engelen2008-07-111-1/+1
| | | | | converting unexpected 2geom curve types to expected types. (bzr r6260)
* add MakePathVector to livarotJohan B. C. Engelen2008-07-082-5/+121
| | | (bzr r6232)
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen2008-07-041-4/+4
| | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158)
* Warning cleanupJon A. Cruz2008-07-042-2/+3
| | | (bzr r6156)
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-292-10/+13
| | | (bzr r6087)
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵Johan B. C. Engelen2008-06-262-0/+8
| | | | | instead (bzr r6076)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-18/+2
| | | (bzr r6046)
* remove obsolete LoadArtBPath from livarotJohan B. C. Engelen2008-06-222-71/+0
| | | (bzr r6018)
* create method for Livarot paths to load PathVectors instead of NArtBpathsJohan B. C. Engelen2008-06-222-0/+76
| | | (bzr r6016)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-092-3/+3
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-0/+39
| | | (bzr r5532)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-7/+0
| | | (bzr r5299)
* noop: Translate some comments. Use utf-8 for originals.Peter Moulder2008-03-291-9/+10
| | | (bzr r5226)
* delete unused codebulia byak2008-03-234-1307/+0
| | | (bzr r5181)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+2
| | | (bzr r5149)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-082-3/+6
| | | | | edited (bzr r4989)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
| | | (bzr r4706)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-318-6/+28
| | | (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)
* Snap to intersections of line segmentsDiederik van Lierop2007-11-142-0/+16
| | | (bzr r4082)
* 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)