| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stop crash on binary path division (flatpak) | Nathan Lee | 2019-04-25 | 1 | -1/+1 |
| | | | | | | Not apparent without _GLIBCXX_ASSERTIONS Fixes https://gitlab.com/inkscape/inbox/issues/397 | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -5/+9 |
| | | | | | | | - 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-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -14/+14 |
| | | | | | | 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 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | 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 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) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-27 | 1 | -1/+1 |
| | | | | (bzr r12736) | ||||
| * | Shape calculations. re-introduce grid of a smaller size. ↵ | Alvin Penner | 2013-07-16 | 1 | -6/+6 |
| | | | | | | (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 | 1 | -6/+6 |
| | | | | | | | 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) | ||||
| * | code cleanup: quiet warnings with gcc. | Campbell Barton | 2012-11-20 | 1 | -2/+2 |
| | | | | (bzr r11888) | ||||
| * | Warning cleanup | Jon A. Cruz | 2012-04-18 | 1 | -16/+12 |
| | | | | (bzr r11265) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -4/+4 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -3/+3 |
| | | | | | | | (bzr r10025) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -2/+2 |
| |/ | | | (bzr r9508.1.45) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -22/+22 |
| | | | | (bzr r7032) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -11/+11 |
| | | | | (bzr r6839) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -4/+4 |
| | | | | (bzr r6329) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -1/+2 |
| | | | | (bzr r5149) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+3 |
| | | | | (bzr r4629) | ||||
| * | fix vector, power, and fidelity for paths in transformed groups, also ↵ | bulia byak | 2008-01-12 | 1 | -17/+11 |
| | | | | | | normalize fidelity for zoom level (still not ideal for very small paths at 256x zoom, I suspect livarot just lacks precision) (bzr r4469) | ||||
| * | refactoring, one MakeTweak method instead of a bunch largely similar methods | bulia byak | 2007-11-09 | 1 | -325/+110 |
| | | | | (bzr r4047) | ||||
| * | repel/attract methods | bulia byak | 2007-08-27 | 1 | -1/+139 |
| | | | | (bzr r3591) | ||||
| * | new methods for tweaking, modeled after MakeOffset | bulia byak | 2007-08-08 | 1 | -0/+271 |
| | | | | (bzr r3422) | ||||
| * | fix thinning that didn't work for paths inside a transformed group | bulia byak | 2007-04-13 | 1 | -3/+3 |
| | | | | (bzr r2871) | ||||
| * | allow MakeOffset to do profiled offset controlled by the distance of each ↵ | bulia byak | 2007-04-11 | 1 | -6/+30 |
| | | | | | | point from a given center and a coverage radius (bzr r2850) | ||||
| * | prevent stroke becoming invisible at certain zooms and path disappearing ↵ | bulia byak | 2006-05-31 | 1 | -2/+0 |
| | | | | | | after outset with complex paths, closes a bunch of bugs (bzr r1105) | ||||
| * | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 2006-04-19 | 1 | -1/+4 |
| | | | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1228 |
| (bzr r1) | |||||
