| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -36/+36 |
| | | | | | | 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 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fixing LPE recalculations warnings on update | Jabier Arraiza | 2018-04-23 | 1 | -4/+0 |
| | | |||||
| * | Allow upadate shapen innside groups with LPE | Jabier Arraiza | 2018-03-26 | 1 | -1/+4 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -13/+18 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix power stroke closed path and minor tweacks for pencil powerstroke | Jabier Arraiza | 2017-12-26 | 1 | -1/+0 |
| | | |||||
| * | Fix start anchors | Jabier Arraiza | 2017-12-25 | 1 | -93/+65 |
| | | |||||
| * | Refactoring pencil powerstroke | Jabier Arraiza | 2017-12-21 | 1 | -3/+46 |
| | | |||||
| * | 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 | 1 | -4/+0 |
| | | |||||
| * | Mege trunk into powerpencilII | Jabier Arraiza | 2017-12-07 | 1 | -31/+45 |
| |\ | |||||
| | * | 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 | 1 | -31/+29 |
| | | | | | | | | | Add fix to bspline when two cusp nodes arround a powered node | ||||
| * | | Remobing bspline interpolator | Jabier Arraiza | 2017-12-02 | 1 | -0/+1 |
| | | | |||||
| * | | Cleaninng | Jabier Arraiza | 2017-12-01 | 1 | -45/+42 |
| | | | |||||
| * | | Working on BSPline interpolator | Jabier Arraiza | 2017-11-28 | 1 | -42/+45 |
| | | | |||||
| * | | Working on continuous paths | Jabier Arraiza | 2017-11-22 | 1 | -7/+11 |
| | | | |||||
| * | | Smoothing start and end | Jabiertxo Arraiza Cenoz | 2017-11-20 | 1 | -2/+2 |
| | | | |||||
| * | | Working on coontinuing paths | Jabier Arraiza | 2017-11-19 | 1 | -12/+12 |
| | | | |||||
| * | | Working on fix smooth draw | Jabier Arraiza | 2017-11-19 | 1 | -0/+3 |
| | | | |||||
| * | | Working refactor | Jabiertxo Arraiza Cenoz | 2017-11-13 | 1 | -20/+2 |
| | | | |||||
| * | | Added speed improbements | Jabier Arraiza | 2017-11-12 | 1 | -3/+17 |
| | | | |||||
| * | | Base refactor | Jabier Arraiza | 2017-11-12 | 1 | -23/+17 |
| |/ | |||||
| * | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 1 | -44/+32 |
| |\ | |||||
| | * | 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 | -42/+30 |
| | | | |||||
| | * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -1/+1 |
| |\| | |||||
| | * | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -1/+1 |
| | | | | | | | | | in bspline mode | ||||
| * | | Merge from master | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -2/+4 |
| |\| | |||||
| | * | Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -1/+3 |
| | | | | | | | | | paths. Is retained in bezier mode. Consider backport it | ||||
| * | | Parametrice into preferences magic numbers and other staff | Jabier Arraiza | 2017-08-28 | 1 | -7/+9 |
| | | | |||||
| * | | Allow pressure in pencil in the tree modes, bezier, bspline and spiro | Jabier Arraiza | 2017-08-28 | 1 | -2/+3 |
| | | | |||||
| * | | Add preview | Jabier Arraiza | 2017-08-27 | 1 | -5/+8 |
| | | | |||||
| * | | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 1 | -33/+32 |
| | | | |||||
| * | | Starting with powerpencil | Jabier Arraiza | 2017-08-25 | 1 | -3/+59 |
| |/ | |||||
| * | Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵ | Jabier Arraiza | 2017-08-13 | 1 | -11/+25 |
| | | | | | previous width | ||||
| * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 1 | -2/+2 |
| | | |||||
| * | Calligraphy mode: creates dots on single click. | Marc Jeanmougin | 2017-05-01 | 1 | -2/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/263166 (bzr r15658) | ||||
| * | Fix some bugs on pen/cil dropdown shapes | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -42/+42 |
| | | | | (bzr r15219) | ||||
| * | Minor tweak | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 |
| | | | | (bzr r15217) | ||||
| * | Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends ↵ | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 |
| | | | | | | previously (bzr r15216) | ||||
| * | Fix bug:1639098 | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639098 (bzr r15211) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Remove "== true"s | Shlomi Fish | 2016-09-15 | 1 | -2/+2 |
| | | | | (bzr r15100.1.19) | ||||
| * | Fix compiler warning | Jabier Arraiza Cenoz | 2016-09-11 | 1 | -1/+1 |
| | | | | (bzr r15112) | ||||
