| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Change Path Cutting for Arcs | Nathan Lee | 2019-06-17 | 1 | -2/+2 |
| | | | | | | | | The arc's sweep and large arc flags are wrong. Also remove early return (proper error handling already present). https://gitlab.com/inkscape/inkscape/issues/250 | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -16/+16 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -2/+2 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -32/+3 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -3/+32 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -12/+12 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -9/+9 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -9/+9 |
| | | |||||
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 1 | -6/+6 |
| | | | | (bzr r14059.2.16) | ||||
| * | Fix path conversion between 2Geom and Livarot | Krzysztof Kosi??ski | 2015-05-08 | 1 | -7/+1 |
| | | | | (bzr r14059.2.6) | ||||
| * | Fix calls to Geom::cross() - sign change. | Krzysztof Kosi??ski | 2015-04-28 | 1 | -2/+2 |
| | | | | (bzr r14059.2.2) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -15/+20 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Fix for Bug #1250685 (Unnecessary gender-specific terms in code). | Nicolas Dufour | 2014-02-05 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1250685 (bzr r12997) | ||||
| * | more conversions from radians to degrees for arcs (Bug 1239462) | Alvin Penner | 2013-11-02 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239462 (bzr r12763) | ||||
| * | conversions from radians to degrees for arcs (Bug 324117) | Alvin Penner | 2013-10-31 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/324117 (bzr r12756) | ||||
| * | fix small "performance" issues (cppcheck) | Johan B. C. Engelen | 2013-08-03 | 1 | -3/+3 |
| | | | | (bzr r12461) | ||||
| * | Path->Cut Path loses segments (Bug 166302) | Alvin Penner | 2013-02-16 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166302 (bzr r12130) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -1/+0 |
| | | | | (bzr r11460) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -7/+7 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -7/+7 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 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) | ||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -2/+2 |
| | | | | | | | (bzr r9508.1.47) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+0 |
| |/ | | | (bzr r9508.1.44) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -64/+64 |
| | | | | (bzr r7032) | ||||
| * | NR::LInfty => Geom:: | Johan B. C. Engelen | 2008-12-05 | 1 | -1/+1 |
| | | | | (bzr r6953) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-28 | 1 | -1/+1 |
| | | | | (bzr r6886) | ||||
| * | temporary fix for continuity exception | Johan B. C. Engelen | 2008-08-31 | 1 | -2/+17 |
| | | | | (bzr r6735) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -5/+5 |
| | | | | (bzr r6593) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -3/+2 |
| | | | | (bzr r6564) | ||||
| * | fix arc conversion to livarot | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+2 |
| | | | | (bzr r6547) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+1 |
| | | | | (bzr r6416) | ||||
| * | 2geom path to livarot path conversion: don't add closing line segment when ↵ | Johan B. C. Engelen | 2008-07-23 | 1 | -1/+7 |
| | | | | | | it is degenerate. (bzr r6404) | ||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+1 |
| | | | | (bzr r6332) | ||||
| * | fix conversion from pathvector to livarot path. (a.o. caused crash of ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 |
| | | | | | | nodetool when editing second subpath when first subpath was closed.) (bzr r6309) | ||||
| * | remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath) | Johan B. C. Engelen | 2008-07-12 | 1 | -148/+0 |
| | | | | (bzr r6280) | ||||
| * | use new 2geom function. This ensures we cannot end up in infinite loop while ↵ | Johan B. C. Engelen | 2008-07-11 | 1 | -1/+1 |
| | | | | | | converting unexpected 2geom curve types to expected types. (bzr r6260) | ||||
| * | add MakePathVector to livarot | Johan B. C. Engelen | 2008-07-08 | 1 | -1/+116 |
| | | | | (bzr r6232) | ||||
| * | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 2008-07-04 | 1 | -4/+4 |
| | | | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158) | ||||
| * | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 2008-06-29 | 1 | -9/+12 |
| | | | | (bzr r6087) | ||||
| * | don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵ | Johan B. C. Engelen | 2008-06-26 | 1 | -0/+7 |
| | | | | | | instead (bzr r6076) | ||||
| * | remove obsolete LoadArtBPath from livarot | Johan B. C. Engelen | 2008-06-22 | 1 | -70/+0 |
| | | | | (bzr r6018) | ||||
| * | create method for Livarot paths to load PathVectors instead of NArtBpaths | Johan B. C. Engelen | 2008-06-22 | 1 | -0/+69 |
| | | | | (bzr r6016) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+2 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | Node tool: snap to paths and their nodes, incl. to the path currently being ↵ | Diederik van Lierop | 2008-03-08 | 1 | -2/+5 |
| | | | | | | edited (bzr r4989) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -2/+6 |
| | | | | (bzr r4629) | ||||
| * | fix bug where nearest_point_on_path returned bogus t values on sharp bends | bulia byak | 2007-04-08 | 1 | -5/+12 |
| | | | | (bzr r2834) | ||||
