| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵ | Jabiertxof | 2018-09-13 | 2 | -3/+12 | |
| | | | | | | | | | updated if no moviment on shift press | |||||
| * | | Fix horizontal scrolling direction when using smooth scrolling | Eduard Braun | 2018-09-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | New option to invert y-axis | Thomas Holder | 2018-09-12 | 7 | -14/+31 | |
| | | | | | | | | | | | | | | | | | | | 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/+4 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Support smooth scrolling (part 1) | Eduard Braun | 2018-09-11 | 1 | -5/+31 | |
| |/ | | | | Allows panning / zooming / rotating the canvas smoothly. | |||||
| * | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 2018-06-21 | 22 | -48/+48 | |
| | | ||||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 3 | -12/+12 | |
| | | ||||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 3 | -3/+3 | |
| | | | | | | 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 | 5 | -18/+18 | |
| | | | | | | 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 | 8 | -8/+8 | |
| | | | | | 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 | 3 | -6/+3 | |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 28 | -491/+491 | |
| | | | | | | 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 | 25 | -127/+127 | |
| | | | | | | 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 | -2/+2 | |
| |\ | ||||||
| | * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 | |
| | | | | | | | | | | | 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 | -3/+4 | |
| | | | | | | | | | Gdk::Display::get_default()->get_keymap(). | |||||
| * | | Make ToolBase::cursor use gdkmm and smart pointers. | Emmanuel Gil Peyrot | 2018-06-12 | 3 | -22/+15 | |
| |/ | ||||||
| * | Misc. typos | luz.paz | 2018-05-14 | 1 | -1/+1 | |
| | | | | Found via `codespell` and `grep` | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 22 | -51/+51 | |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 22 | -51/+51 | |
| | | ||||||
| * | Put adaptagrams into its own folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fixing LPE recalculations warnings on update | Jabier Arraiza | 2018-04-23 | 5 | -24/+3 | |
| | | ||||||
| * | Fix bug: 1758477 | Jabier Arraiza | 2018-03-28 | 3 | -4/+11 | |
| | | | | | | Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477 | |||||
| * | a bit more of warning cleanup | Felipe Corrêa da Silva Sanches | 2018-03-28 | 3 | -6/+5 | |
| | | ||||||
| * | Fix bug: 1738504 | Jabier Arraiza | 2018-03-28 | 1 | -1/+0 | |
| | | | | | Title:Measurement tool measures mirrored text in wrong position | |||||
| * | Allow upadate shapen innside groups with LPE | Jabier Arraiza | 2018-03-26 | 7 | -6/+22 | |
| | | ||||||
| * | Fixing refs | Jabier Arraiza | 2018-03-26 | 2 | -13/+0 | |
| | | ||||||
| * | Fix maren problem in ↵ | Jabier Arraiza | 2018-03-26 | 1 | -2/+0 | |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/212#note_61574788 | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 3 | -7/+7 | |
| | | ||||||
| * | Remove unused includes, etc. | Tavmjong Bah | 2018-03-06 | 1 | -2/+0 | |
| | | ||||||
| * | Misc. typos | luz.paz | 2018-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 28 | -441/+551 | |
| | | | | | A lot of header clean-up. | |||||
| * | Convert mesh-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-10 | 1 | -19/+14 | |
| | | | | | | | Separate new gradient on fill or stroke preference for meshes from linear/radial gradients. This fixes a bug where changing the choice for the gradient tool is not reflected in the mesh toolbar properly (and visa-versa). | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 | |
| | | | | Found via `codespell` | |||||
| * | Merge branch 'master' into powerpencilII | Jabiertxo Arraiza Cenoz | 2017-12-27 | 1 | -0/+5 | |
| |\ | ||||||
| | * | GtkMM popup menu deprecation fixes | Alexander Valavanis | 2017-12-26 | 1 | -0/+5 | |
| | | | ||||||
| * | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-26 | 2 | -438/+428 | |
| |\| | ||||||
| | * | Format connector code | Sylvain Chiron | 2017-12-26 | 2 | -438/+428 | |
| | | | | | | | | | Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr> | |||||
| * | | Fix power stroke closed path and minor tweacks for pencil powerstroke | Jabier Arraiza | 2017-12-26 | 2 | -3/+7 | |
| | | | ||||||
| * | | Fix start anchors | Jabier Arraiza | 2017-12-25 | 5 | -376/+371 | |
| | | | ||||||
| * | | Refactoring pencil powerstroke | Jabier Arraiza | 2017-12-21 | 3 | -70/+103 | |
| | | | ||||||
| * | | Tiny fix to improbe release pentool | Jabier Arraiza | 2017-12-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Working on powerstroke fixes to pentool | Jabier Arraiza | 2017-12-18 | 3 | -204/+124 | |
| | | | ||||||
| * | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-12 | 1 | -1/+2 | |
| |\| | ||||||
| | * | Prevent snapping while space-panning | Duncan | 2017-12-08 | 1 | -1/+2 | |
| | | | ||||||
| * | | Moving tolerance | Jabier Arraiza | 2017-12-08 | 1 | -4/+5 | |
| | | | ||||||
| * | | Mege trunk into powerpencilII | Jabier Arraiza | 2017-12-07 | 4 | -157/+132 | |
| |\| | ||||||
| | * | Fix bug 1733422 - Bezier and pencil tool don't work form: from clipboard | Jabier Arraiza | 2017-12-07 | 1 | -0/+16 | |
| | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1733422 Also allow using all shapes in "from clipboard" pen/cil shapes drop down | |||||
| | * | Add fix to problem switching pen tool modes | Jabier Arraiza | 2017-12-04 | 4 | -144/+115 | |
| | | | | | | | | | Add fix to bspline when two cusp nodes arround a powered node | |||||
| * | | Update to trunk | Jabier Arraiza | 2017-12-04 | 2 | -3/+21 | |
| |\| | ||||||
