| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -19/+19 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -14/+14 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-14 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` and `grep` | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2017-01-24 | update to trunk | Jabier Arraiza Cenoz | 1 | -0/+7 | |
| (bzr r15356.1.18) | |||||
| 2017-01-05 | Adding base | Jabiertxof | 1 | -0/+7 | |
| (bzr r15392.1.1) | |||||
| 2016-12-18 | working on reflections | Jabiertxof | 1 | -0/+7 | |
| (bzr r15295.1.27) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -7/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+7 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -7/+0 | |
| (bzr r15025) | |||||
| 2015-05-08 | More helper/geom.h pruning. | Krzysztof Kosi??ski | 1 | -23/+0 | |
| Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10) | |||||
| 2015-05-08 | Remove round_rectangle_outwards from helper/geom.h | Krzysztof Kosi??ski | 1 | -12/+0 | |
| (bzr r14059.2.9) | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -7/+2 | |
| (bzr r14126) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -6/+7 | |
| (bzr r14059.2.1) | |||||
| 2015-03-14 | Lattice 2 now handle in miror mode revase of axis, also fix a bug moving ↵ | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| extem axis knots (bzr r14001) | |||||
| 2015-03-12 | Fix a bug in lattice2 with SegmentLines and add a Expander widget to ↵ | Jabier Arraiza Cenoz | 1 | -0/+46 | |
| contract all point parameters (bzr r13998) | |||||
| 2014-08-08 | Small tweak to bbox calculation | Liam P. White | 1 | -24/+29 | |
| (bzr r13341.1.123) | |||||
| 2014-01-08 | fix warning, update comments | Johan B. C. Engelen | 1 | -5/+4 | |
| (bzr r12896) | |||||
| 2013-04-04 | Fix for Bug #1163759 (Mouse selection ignores transform). | Nicolas Dufour | 1 | -6/+6 | |
| (bzr r12265) | |||||
| 2013-03-26 | Stop using top-level glibmm header | Alex Valavanis | 1 | -13/+13 | |
| (bzr r12251) | |||||
| 2013-03-08 | changes_2013_02_25a.patch | David Mathog | 1 | -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) | |||||
| 2012-06-17 | Removed unneeded header style filename #defines | Jon A. Cruz | 1 | -2/+0 | |
| (bzr r11503) | |||||
| 2012-04-09 | cppcheck stuff | Kris De Gussem | 1 | -6/+6 | |
| (bzr r11201) | |||||
| 2012-02-19 | remove unused code | Johan B. C. Engelen | 1 | -5/+0 | |
| (bzr r10997) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10697) | |||||
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10582.1.6) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -5/+5 | |
| (bzr r10347.1.2) | |||||
| 2011-02-05 | Fix node tool brokenness resulting from a switch to runtime order | Krzysztof Kosi??ski | 1 | -9/+13 | |
| in 2Geom's BezierCurve (bzr r10035) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -16/+16 | |
| (bzr r10025) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -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) | |||||
| 2010-08-05 | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 1 | -3/+1 | |
| (bzr r9508.1.48) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -6/+17 | |
| (bzr r6891) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -0/+24 | |
| (bzr r6884) | |||||
| 2008-08-06 | src/helper 2geomified | Johan B. C. Engelen | 1 | -28/+0 | |
| (bzr r6579) | |||||
| 2008-08-05 | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 1 | -10/+5 | |
| (bzr r6564) | |||||
| 2008-08-02 | simplify pathv_to_linear_and_cubic_beziers a bit | Johan B. C. Engelen | 1 | -9/+3 | |
| (bzr r6536) | |||||
| 2008-07-25 | update to 2geom rev. 1507 | Johan B. C. Engelen | 1 | -0/+2 | |
| (bzr r6416) | |||||
| 2008-07-21 | Fix for a very stupid bug (by myself) in cubic_bbox... | Jasper van de Gronde | 1 | -1/+1 | |
| (bzr r6383) | |||||
| 2008-07-19 | Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵ | Jasper van de Gronde | 1 | -67/+78 | |
| control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363) | |||||
| 2008-07-16 | warning cleanup | Jon A. Cruz | 1 | -0/+1 | |
| (bzr r6329) | |||||
| 2008-07-13 | 2geomify pov-out extension | Johan B. C. Engelen | 1 | -0/+38 | |
| (bzr r6284) | |||||
| 2008-07-11 | use new 2geom function. This ensures we cannot end up in infinite loop while ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| converting unexpected 2geom curve types to expected types. (bzr r6260) | |||||
| 2008-07-05 | EOL fixups | Jon A. Cruz | 1 | -496/+496 | |
| (bzr r6164) | |||||
| 2008-07-04 | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 1 | -6/+6 | |
| for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158) | |||||
| 2008-06-29 | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 1 | -12/+17 | |
| (bzr r6087) | |||||
| 2008-06-26 | add const to pointers that are not written to | Johan B. C. Engelen | 1 | -5/+3 | |
| (bzr r6071) | |||||
| 2008-06-26 | add const to references that are not written to | Johan B. C. Engelen | 1 | -7/+6 | |
| (bzr r6069) | |||||
