summaryrefslogtreecommitdiffstats
path: root/src/helper/geom.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-19/+19
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-14/+14
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-05-14Misc. typosluz.paz1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-01-24update to trunkJabier Arraiza Cenoz1-0/+7
2017-01-05Adding baseJabiertxof1-0/+7
2016-12-18working on reflectionsJabiertxof1-0/+7
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+7
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+0
2015-05-08More helper/geom.h pruning.Krzysztof Kosi??ski1-23/+0
2015-05-08Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski1-12/+0
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-7/+2
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-6/+7
2015-03-14Lattice 2 now handle in miror mode revase of axis, also fix a bug moving exte...Jabier Arraiza Cenoz1-0/+3
2015-03-12Fix a bug in lattice2 with SegmentLines and add a Expander widget to contract...Jabier Arraiza Cenoz1-0/+46
2014-08-08Small tweak to bbox calculationLiam P. White1-24/+29
2014-01-08fix warning, update commentsJohan B. C. Engelen1-5/+4
2013-04-04Fix for Bug #1163759 (Mouse selection ignores transform).Nicolas Dufour1-6/+6
2013-03-26Stop using top-level glibmm headerAlex Valavanis1-13/+13
2013-03-08changes_2013_02_25a.patchDavid Mathog1-0/+310
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
2012-04-09cppcheck stuffKris De Gussem1-6/+6
2012-02-19remove unused codeJohan B. C. Engelen1-5/+0
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-5/+5
2011-02-05Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski1-9/+13
2011-02-02update to latest 2geom !Johan B. C. Engelen1-16/+16
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-3/+1
2008-11-21Merge from fe-movedTed Gould1-6/+17
2008-10-11Merging from trunkTed Gould1-0/+24
2008-08-06src/helper 2geomifiedJohan B. C. Engelen1-28/+0
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-10/+5
2008-08-02simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen1-9/+3
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-21Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde1-1/+1
2008-07-19Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...Jasper van de Gronde1-67/+78
2008-07-16warning cleanupJon A. Cruz1-0/+1
2008-07-132geomify pov-out extensionJohan B. C. Engelen1-0/+38
2008-07-11use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen1-1/+1
2008-07-05EOL fixupsJon A. Cruz1-496/+496
2008-07-04use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen1-6/+6
2008-06-29recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen1-12/+17
2008-06-26add const to pointers that are not written toJohan B. C. Engelen1-5/+3
2008-06-26add const to references that are not written toJohan B. C. Engelen1-7/+6