summaryrefslogtreecommitdiffstats
path: root/src/helper/geom.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-19/+19
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-14/+14
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Misc. typosluz.paz2018-05-141-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Adding baseJabiertxof2017-01-051-0/+7
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
* Merge from trunkKrzysztof Kosi??ski2015-05-081-7/+2
|\
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-7/+2
* | More helper/geom.h pruning.Krzysztof Kosi??ski2015-05-081-23/+0
* | Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski2015-05-081-12/+0
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-6/+7
|/
* Lattice 2 now handle in miror mode revase of axis, also fix a bug moving exte...Jabier Arraiza Cenoz2015-03-141-0/+3
* Fix a bug in lattice2 with SegmentLines and add a Expander widget to contract...Jabier Arraiza Cenoz2015-03-121-0/+46
* Small tweak to bbox calculationLiam P. White2014-08-081-24/+29
* fix warning, update commentsJohan B. C. Engelen2014-01-081-5/+4
* merge from trunk (r12272)su_v2013-04-081-6/+6
|\
| * Fix for Bug #1163759 (Mouse selection ignores transform).Nicolas Dufour2013-04-041-6/+6
* | merge from trunk (r12258)su_v2013-03-291-13/+13
|\|
| * Stop using top-level glibmm headerAlex Valavanis2013-03-261-13/+13
* | changes_2013_02_25a.patchDavid Mathog2013-03-081-0/+310
|/
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
* cppcheck stuffKris De Gussem2012-04-091-6/+6
* remove unused codeJohan B. C. Engelen2012-02-191-5/+0
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-5/+5
* Merge from trunkKrzysztof Kosi??ski2011-04-071-25/+29
|\
| * Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-9/+13
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-16/+16
* | 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 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+1
|/
* Merge from fe-movedTed Gould2008-11-211-6/+17
* Merging from trunkTed Gould2008-10-111-0/+24
* src/helper 2geomifiedJohan B. C. Engelen2008-08-061-28/+0
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-10/+5
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde2008-07-211-1/+1
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...Jasper van de Gronde2008-07-191-67/+78
* warning cleanupJon A. Cruz2008-07-161-0/+1
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+38
* use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen2008-07-111-1/+1
* EOL fixupsJon A. Cruz2008-07-051-496/+496
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-041-6/+6