| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | terminate line with round caps. (Bug 1680179) | Alvin Penner | 2017-04-20 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1680179 (bzr r15626) | ||||
| * | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 3 | -12/+2 |
| | | | | (bzr r15223.1.1) | ||||
| * | Fix a regression introduced by the refactoring. | Shlomi Fish | 2016-09-29 | 1 | -1/+2 |
| | | | | | | | | Thanks to Mc for noticing it here: https://code.launchpad.net/~shlomif-gmail/inkscape/trunk-refactoring/+merge/307193 (bzr r15100.1.24) | ||||
| * | Remove test for bool value. | Shlomi Fish | 2016-09-03 | 1 | -1/+1 |
| | | | | (bzr r15100.1.14) | ||||
| * | remove == true/false. | Shlomi Fish | 2016-09-03 | 1 | -3/+3 |
| | | | | (bzr r15100.1.12) | ||||
| * | Avoid == true / == false. | Shlomi Fish | 2016-09-03 | 1 | -2/+1 |
| | | | | (bzr r15100.1.11) | ||||
| * | Refactoring | Shlomi Fish | 2016-09-03 | 1 | -13/+7 |
| | | | | (bzr r15100.1.10) | ||||
| * | Convert to boolean truth/falsehood. | Shlomi Fish | 2016-09-03 | 1 | -5/+5 |
| | | | | | | Refactoring. (bzr r15100.1.9) | ||||
| * | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -1/+1 |
| | | | | (bzr r15059) | ||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -41/+0 |
| | | | | (bzr r15046) | ||||
| * | cstdint is c++11, defaulting to stdint.h | Marc Jeanmougin | 2016-04-11 | 1 | -1/+1 |
| | | | | (bzr r14776) | ||||
| * | fix compile error in livarot | Marc Jeanmougin | 2016-04-11 | 1 | -11/+1 |
| | | | | (bzr r14774) | ||||
| * | re-write rev 11457. (Bug 1557348) | Alvin Penner | 2016-04-05 | 1 | -2/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1557348 (bzr r14763) | ||||
| * | 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 | 8 | -44/+44 |
| | | | | (bzr r14059.2.2) | ||||
| * | more restrictive definition of parentContour. (Bug 499744) | Alvin Penner | 2015-04-02 | 1 | -3/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/499744 (bzr r14040) | ||||
| * | Fix modelines | Alex Valavanis | 2014-08-30 | 1 | -9/+9 |
| | | | | (bzr r13341.1.183) | ||||
| * | Undo changes in r13391 | Liam P. White | 2014-06-07 | 5 | -20/+14 |
| | | | | (bzr r13341.1.51) | ||||
| * | Clean up some unnecessary pointer usage in livarot | Liam P. White | 2014-06-06 | 5 | -14/+20 |
| | | | | (bzr r13341.1.50) | ||||
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 1 | -1/+1 |
| | | | | (bzr r13309) | ||||
| * | 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 | 6 | -365/+365 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1250685 (bzr r12997) | ||||
| * | fix "set but ununused" warning | Johan B. C. Engelen | 2014-01-08 | 1 | -4/+4 |
| | | | | (bzr r12890) | ||||
| * | fix typo in rev 12797 | Alvin Penner | 2013-11-14 | 1 | -1/+1 |
| | | | | (bzr r12816) | ||||
| * | PathOutline. modify tolerance for detecting smooth joins. (Bug 1247441) | Alvin Penner | 2013-11-12 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247441 (bzr r12797) | ||||
| * | more conversions from radians to degrees for arcs (Bug 1239462) | Alvin Penner | 2013-11-02 | 4 | -8/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239462 (bzr r12763) | ||||
| * | conversions from radians to degrees for arcs (Bug 324117) | Alvin Penner | 2013-10-31 | 2 | -10/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/324117 (bzr r12756) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-27 | 1 | -1/+1 |
| | | | | (bzr r12736) | ||||
| * | cppcheck: printf variable identifier | Kris De Gussem | 2013-10-16 | 1 | -2/+2 |
| | | | | (bzr r12698) | ||||
| * | couple of typos affecting Path->Linked Offset (Bug 1236830) | Alvin Penner | 2013-10-16 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1236830 (bzr r12696) | ||||
| * | Path->Inset trial 2. revert rev 12279. (fix Bug 1218333) | Alvin Penner | 2013-09-15 | 1 | -6/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1218333 (bzr r12524) | ||||
| * | Path->Inset. remove redundant node on inner join. (Bug 1218333) | Alvin Penner | 2013-09-14 | 2 | -17/+20 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1218333 (bzr r12518) | ||||
| * | fix small "performance" issues (cppcheck) | Johan B. C. Engelen | 2013-08-03 | 6 | -36/+22 |
| | | | | (bzr r12461) | ||||
| * | init members | Johan B. C. Engelen | 2013-08-03 | 1 | -1/+6 |
| | | | | (bzr r12453) | ||||
| * | cppcheck Common realloc mistake: 'qrsData' nulled but not freed upon failure | Johan B. C. Engelen | 2013-08-03 | 1 | -1/+6 |
| | | | | (bzr r12448) | ||||
| * | Shape calculations. re-introduce grid of a smaller size. ↵ | Alvin Penner | 2013-07-16 | 4 | -20/+20 |
| | | | | | | (http://article.gmane.org/gmane.comp.graphics.inkscape.devel/40786) (bzr r12420) | ||||
| * | Shape calculations. do not quantize the coordinates. (Bug 168158) | Alvin Penner | 2013-07-01 | 4 | -18/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168158 (bzr r12399) | ||||
| * | boolops. allow Division to create hole (Bug 499744) | Alvin Penner | 2013-05-25 | 1 | -25/+35 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/499744 (bzr r12342) | ||||
| * | Path Union. fix for Bug 614577 | Alvin Penner | 2013-04-18 | 1 | -3/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/614577 (bzr r12279) | ||||
| * | Drop remaining unused functions | Alex Valavanis | 2013-03-18 | 1 | -1/+2 |
| | | | | (bzr r12224) | ||||
| * | Fix remaining forward declaration tags (except for unavoidable internal ↵ | Alex Valavanis | 2013-03-15 | 2 | -6/+6 |
| | | | | | | errors in Gtkmm headers) (bzr r12208) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -2/+2 |
| | | | | (bzr r12205) | ||||
| * | Path->Cut Path loses segments (Bug 166302) | Alvin Penner | 2013-02-16 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166302 (bzr r12130) | ||||
| * | Path::OutlineJoin. for inside join, simplify nodes only for obtuse angle ↵ | Alvin Penner | 2013-01-31 | 1 | -3/+7 |
| | | | | | | | | | (Bug 820425, comment 8) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12084) | ||||
| * | Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug ↵ | Alvin Penner | 2013-01-28 | 2 | -18/+32 |
| | | | | | | | | | 820425) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069) | ||||
| * | Update to current trunk | Ted Gould | 2012-11-25 | 3 | -9/+9 |
| |\ | | | | | (bzr r11804.1.8) | ||||
| | * | code cleanup: quiet warnings with gcc. | Campbell Barton | 2012-11-20 | 3 | -9/+9 |
| | | | | | | | (bzr r11888) | ||||
| * | | Files in /src that no longer exist | Ted Gould | 2012-10-15 | 1 | -1/+0 |
| |/ | | | (bzr r11804.1.2) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -1/+0 |
| | | | | (bzr r11460) | ||||
