| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Regression fix: hide some toolbar icons on startup | Nathan Lee | 2019-05-13 | 1 | -1/+2 |
| | | | | | | | | Pencil toolbar also given some checks for gitlab.com/inkscape/inkscape/issues/92 Fixes gitlab.com/inkscape/inbox/issues/182 | ||||
| * | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 | ||||
| * | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -1/+1 |
| | | |||||
| * | 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 | -24/+24 |
| | | | | | | 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 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -17/+25 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix power stroke closed path and minor tweacks for pencil powerstroke | Jabier Arraiza | 2017-12-26 | 1 | -2/+7 |
| | | |||||
| * | Fix start anchors | Jabier Arraiza | 2017-12-25 | 1 | -264/+289 |
| | | |||||
| * | Refactoring pencil powerstroke | Jabier Arraiza | 2017-12-21 | 1 | -66/+53 |
| | | |||||
| * | Working on powerstroke fixes to pentool | Jabier Arraiza | 2017-12-18 | 1 | -194/+119 |
| | | |||||
| * | Moving tolerance | Jabier Arraiza | 2017-12-08 | 1 | -4/+5 |
| | | |||||
| * | Mege trunk into powerpencilII | Jabier Arraiza | 2017-12-07 | 1 | -25/+36 |
| |\ | |||||
| | * | Add fix to problem switching pen tool modes | Jabier Arraiza | 2017-12-04 | 1 | -12/+35 |
| | | | | | | | | | Add fix to bspline when two cusp nodes arround a powered node | ||||
| * | | Update to trunk | Jabier Arraiza | 2017-12-04 | 1 | -2/+2 |
| |\| | |||||
| | * | Misc. typos | luzpaz | 2017-12-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` . | ||||
| * | | Remobing bspline interpolator | Jabier Arraiza | 2017-12-02 | 1 | -0/+1 |
| | | | |||||
| * | | Cleaninng | Jabier Arraiza | 2017-12-01 | 1 | -96/+70 |
| | | | |||||
| * | | Working on BSPline interpolator | Jabier Arraiza | 2017-11-28 | 1 | -70/+96 |
| | | | |||||
| * | | Working on continuous paths | Jabier Arraiza | 2017-11-22 | 1 | -37/+53 |
| | | | |||||
| * | | Smoothing start and end | Jabiertxo Arraiza Cenoz | 2017-11-20 | 1 | -36/+67 |
| | | | |||||
| * | | Working on coontinuing paths | Jabier Arraiza | 2017-11-19 | 1 | -155/+139 |
| | | | |||||
| * | | Working on fix smooth draw | Jabier Arraiza | 2017-11-19 | 1 | -107/+118 |
| | | | |||||
| * | | Some improvements to redraw | Jabiertxo Arraiza Cenoz | 2017-11-14 | 1 | -2/+4 |
| | | | |||||
| * | | Some improvements to redraw | Jabiertxo Arraiza Cenoz | 2017-11-14 | 1 | -28/+47 |
| | | | |||||
| * | | Working refactor | Jabiertxo Arraiza Cenoz | 2017-11-13 | 1 | -78/+102 |
| | | | |||||
| * | | Added speed improbements | Jabier Arraiza | 2017-11-12 | 1 | -46/+47 |
| | | | |||||
| * | | Base refactor | Jabier Arraiza | 2017-11-12 | 1 | -98/+159 |
| |/ | |||||
| * | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 1 | -6/+6 |
| |\ | |||||
| | * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -2/+2 |
| | | | |||||
| | * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -4/+4 |
| | | | |||||
| * | | Parametrice into preferences magic numbers and other staff | Jabier Arraiza | 2017-08-28 | 1 | -4/+8 |
| | | | |||||
| * | | Allow pressure in pencil in the tree modes, bezier, bspline and spiro | Jabier Arraiza | 2017-08-28 | 1 | -7/+14 |
| | | | |||||
| * | | Add preview | Jabier Arraiza | 2017-08-27 | 1 | -86/+79 |
| | | | |||||
| * | | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 1 | -37/+178 |
| | | | |||||
| * | | Starting with powerpencil | Jabier Arraiza | 2017-08-25 | 1 | -7/+71 |
| |/ | |||||
| * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Fix bug:1639083 crach closing segment with shortcut LPE | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210) | ||||
| * | 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) | ||||
| * | Partial fix for bug 172063 while we find a better solution for XOR in helper ↵ | Jabier Arraiza Cenoz | 2016-08-29 | 1 | -1/+1 |
| | | | | | | lines (bzr r15090) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+5 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+0 |
| | | | | (bzr r15025) | ||||
| * | Fix bug 1540155: Interactive simplify on pencit tool is hard to edit | Jabier Arraiza Cenoz | 2016-03-02 | 1 | -6/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1540155 (bzr r14679) | ||||
| * | update to trunk | Jabier Arraiza Cenoz | 2015-07-24 | 1 | -14/+12 |
| |\ | | | | | (bzr r13973.1.15) | ||||
| | * | Fix a bug in BSpline whith pencil mode and handles tolerance | Jabier Arraiza Cenoz | 2015-05-29 | 1 | -6/+7 |
| | | | | | | | (bzr r14187) | ||||
| | * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -3/+0 |
| | | | | | | | (bzr r14126) | ||||
| | * | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 1 | -11/+11 |
| | | | | | | | (bzr r14054) | ||||
