| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix crash caused by e6d70fa8d497b2d75a837aa22e5876943de9fede | Marc Jeanmougin | 2019-10-15 | 1 | -3/+3 |
| | | |||||
| * | Fix leak in path simplify | Marc Jeanmougin | 2019-10-07 | 1 | -18/+19 |
| | | |||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 5 | -7/+7 |
| | | |||||
| * | Change Path Cutting for Arcs | Nathan Lee | 2019-06-17 | 2 | -4/+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 | ||||
| * | 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 | ||||
| * | arc polygonization uses arc's scale for precision | rocifier | 2019-03-17 | 1 | -7/+8 |
| | | |||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 8 | -161/+156 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 35 | -98/+295 |
| | | | | | | | - 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 | ||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | 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 | ||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 2 | -22/+16 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 7 | -24/+24 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -4/+4 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 4 | -6/+6 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -3/+2 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 16 | -196/+196 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -26/+26 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 16 | -46/+46 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 16 | -46/+46 |
| | | |||||
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+17 |
| | | |||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -55/+0 |
| | | | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY | ||||
| * | [meson-build] livarot | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+55 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 2 | -2/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| | | |||||
| * | 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) | ||||
