summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathCutting.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
* Change Path Cutting for ArcsNathan Lee2019-06-171-2/+2
* modernize loopsMarc Jeanmougin2019-01-021-16/+16
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Refactor with Tav helpJabier Arraiza2018-08-051-2/+2
* Revert changesJabier Arraiza2018-08-051-32/+3
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-3/+32
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-12/+12
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-9/+9
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-9/+9
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-6/+6
* Fix path conversion between 2Geom and LivarotKrzysztof Kosi??ski2015-05-081-7/+1
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-2/+2
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-15/+20
* Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour2014-02-051-6/+6
* more conversions from radians to degrees for arcs (Bug 1239462)Alvin Penner2013-11-021-1/+1
* conversions from radians to degrees for arcs (Bug 324117)Alvin Penner2013-10-311-2/+2
* fix small "performance" issues (cppcheck)Johan B. C. Engelen2013-08-031-3/+3
* Path->Cut Path loses segments (Bug 166302)Alvin Penner2013-02-161-0/+2
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+0
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Merge from trunkKrzysztof Kosi??ski2011-04-071-7/+7
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-7/+7
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-2/+2
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-1/+0
|/
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-64/+64
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-051-1/+1
* Merge from trunkTed Gould2008-10-281-1/+1
* 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
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
* 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-121-148/+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-081-1/+116
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-041-4/+4
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-9/+12
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ...Johan B. C. Engelen2008-06-261-0/+7
* remove obsolete LoadArtBPath from livarotJohan B. C. Engelen2008-06-221-70/+0
* create method for Livarot paths to load PathVectors instead of NArtBpathsJohan B. C. Engelen2008-06-221-0/+69
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-2/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-2/+5
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-2/+6
* fix bug where nearest_point_on_path returned bogus t values on sharp bendsbulia byak2007-04-081-5/+12