| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove util/unordered-containers.h aliases. | Emmanuel Gil Peyrot | 2018-10-18 | 2 | -6/+9 |
| | | |||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Misc. typos | luz.paz | 2018-09-11 | 1 | -1/+1 |
| | | | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"` | ||||
| * | | New option to invert y-axis | Thomas Holder | 2018-09-12 | 4 | -22/+23 |
| | | | | | | | | | | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | | Support smooth scrolling (part 2) | Eduard Braun | 2018-09-11 | 2 | -2/+6 |
| |/ | | | | | | | | | | Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields | ||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 4 | -13/+13 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+3 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 5 | -5/+5 |
| | | | | | 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 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 11 | -49/+49 |
| | | | | | | 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 | 12 | -82/+82 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Merge branch 'clang-tidy-delete-pass' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -3/+3 |
| |\ | |||||
| | * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -3/+3 |
| | | | | | | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | | Replace all deprecated gdk_keymap_get_default() with ↵ | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -1/+2 |
| |/ | | | | Gdk::Display::get_default()->get_keymap(). | ||||
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 3 | -2/+14 |
| | | |||||
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 3 | -14/+2 |
| | | |||||
| * | Start migrating 0.92 patch to master | Jabier Arraiza | 2018-05-09 | 3 | -2/+14 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 10 | -25/+25 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 10 | -25/+25 |
| | | |||||
| * | Noumerous bugfixes pointed by Lazur on IRC | Jabier Arraiza | 2018-04-23 | 1 | -2/+0 |
| | | |||||
| * | Allow path move | Jabier Arraiza | 2018-03-26 | 1 | -1/+2 |
| | | |||||
| * | Fixing refs | Jabier Arraiza | 2018-03-26 | 1 | -8/+4 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -8/+30 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-02-18 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 6 | -24/+50 |
| | | | | | A lot of header clean-up. | ||||
| * | Don't allow dragging path at cap or line join | Eduard Braun | 2018-01-18 | 1 | -0/+1 |
| | | | | | | | | | | This avoids a crash as dragging infinitesimally close to the node will cause undefined behavior (and we were actually dragging at the node itself in those two cases). Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1691406 | ||||
| * | Remove obsolete build defines | Stefano Facchini | 2018-01-16 | 1 | -11/+0 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 2 | -3/+3 |
| | | | | Found via `codespell` | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 2 | -7/+7 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 6 | -20/+14 |
| |\ | |||||
| | * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | ||||
| | * | Replace boost::shared_ptr | Jan Lingscheid | 2017-10-17 | 5 | -19/+13 |
| | | | | | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header. | ||||
| * | | Remove unused util/accumulators.h | Stefano Facchini | 2017-10-19 | 2 | -13/+0 |
| |/ | |||||
| * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -4/+5 |
| | | |||||
| * | Remove usage of GString from tool/node.cpp | Jan Lingscheid | 2017-09-21 | 1 | -12/+7 |
| | | |||||
| * | Fix a bug with select knots and modifiers | Jabier Arraiza | 2017-07-04 | 1 | -1/+1 |
| | | |||||
| * | working on knots selection | Jabier Arraiza | 2017-07-01 | 1 | -1/+1 |
| | | |||||
| * | Update to trunk | Jabiertxof | 2017-03-16 | 2 | -7/+13 |
| |\ | | | | | (bzr r13645.1.170) | ||||
| | * | Remove some unneeded < C++11 fallback code | Alex Valavanis | 2017-02-06 | 1 | -5/+0 |
| | | | | | | | (bzr r15485) | ||||
| | * | fix crash when inserting nodes | Shlomi Fish | 2017-02-05 | 1 | -2/+13 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1617615 (bzr r15479) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2017-01-25 | 1 | -0/+5 |
| |\| | | | | | (bzr r13645.1.168) | ||||
| | * | fix nodes reverting back during editing | alexandru.roman | 2017-01-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1270989 (bzr r15435) | ||||
| * | | Update to trunk | Jabiertxof | 2017-01-21 | 11 | -76/+11 |
| |\| | | | | | (bzr r13645.1.165) | ||||
| | * | Add update_helperpaths not member of nodetool class to easy call from outside | Jabier Arraiza Cenoz | 2016-12-19 | 1 | -8/+2 |
| | | | | | | | (bzr r15335) | ||||
| | * | Remove obsolete comment | Jabiertxof | 2016-12-06 | 1 | -1/+0 |
| | | | | | | | (bzr r15303) | ||||
| | * | Fixes for measure LPE and speed path based LPE operations | Jabiertxof | 2016-12-06 | 1 | -3/+7 |
| | | | | | | | (bzr r15302) | ||||
| | * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -30/+0 |
| | | | | | | | (bzr r15046) | ||||
