summaryrefslogtreecommitdiffstats
path: root/src/helper/geom.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-19/+19
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-14/+14
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Adding baseJabiertxof2017-01-051-0/+7
| | | (bzr r15392.1.1)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| | | (bzr r15025)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-7/+2
|\ | | | | (bzr r14059.2.11)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-7/+2
| | | | | | (bzr r14126)
* | More helper/geom.h pruning.Krzysztof Kosi??ski2015-05-081-23/+0
| | | | | | | | | | Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10)
* | Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski2015-05-081-12/+0
| | | | | | (bzr r14059.2.9)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-6/+7
|/ | | (bzr r14059.2.1)
* Lattice 2 now handle in miror mode revase of axis, also fix a bug moving ↵Jabier Arraiza Cenoz2015-03-141-0/+3
| | | | | extem axis knots (bzr r14001)
* Fix a bug in lattice2 with SegmentLines and add a Expander widget to ↵Jabier Arraiza Cenoz2015-03-121-0/+46
| | | | | contract all point parameters (bzr r13998)
* Small tweak to bbox calculationLiam P. White2014-08-081-24/+29
| | | (bzr r13341.1.123)
* fix warning, update commentsJohan B. C. Engelen2014-01-081-5/+4
| | | (bzr r12896)
* merge from trunk (r12272)su_v2013-04-081-6/+6
|\ | | | | (bzr r11668.1.66)
| * Fix for Bug #1163759 (Mouse selection ignores transform).Nicolas Dufour2013-04-041-6/+6
| | | | | | (bzr r12265)
* | merge from trunk (r12258)su_v2013-03-291-13/+13
|\| | | | | (bzr r11668.1.65)
| * Stop using top-level glibmm headerAlex Valavanis2013-03-261-13/+13
| | | | | | (bzr r12251)
* | changes_2013_02_25a.patchDavid Mathog2013-03-081-0/+310
|/ | | | | | | | | | | | | | New: WMF import/export implements WMF (Windows Metafile) read and write. Inkscape previously supported that through uniconverter, which was not very good with WMF files. The new version now has a complete wmf-print/wmf-inout implementation, analogous to the previous emf-print/emf-inout. This handles images, patterns, and various other goodies to the extent that WMF does. WMF is a bit primitive, many fields are only 16 bits, so it even more resolution sapping issues than does EMF. Given the choice, always use the latter format. (bzr r11668.1.52)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* cppcheck stuffKris De Gussem2012-04-091-6/+6
| | | (bzr r11201)
* remove unused codeJohan B. C. Engelen2012-02-191-5/+0
| | | (bzr r10997)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-5/+5
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-25/+29
|\ | | | | (bzr r9508.1.73)
| * Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-9/+13
| | | | | | | | | | in 2Geom's BezierCurve (bzr r10035)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-16/+16
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+1
|/ | | (bzr r9508.1.48)
* Merge from fe-movedTed Gould2008-11-211-6/+17
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-0/+24
| | | (bzr r6884)
* src/helper 2geomifiedJohan B. C. Engelen2008-08-061-28/+0
| | | (bzr r6579)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-10/+5
| | | (bzr r6564)
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
| | | (bzr r6536)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde2008-07-211-1/+1
| | | (bzr r6383)
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵Jasper van de Gronde2008-07-191-67/+78
| | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363)
* warning cleanupJon A. Cruz2008-07-161-0/+1
| | | (bzr r6329)
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+38
| | | (bzr r6284)
* 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)
* EOL fixupsJon A. Cruz2008-07-051-496/+496
| | | (bzr r6164)
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen2008-07-041-6/+6
| | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158)