| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-12 | Make paraxial have a free starting angle. | Martin Owens | 1 | -39/+39 | |
| 2019-10-05 | Fix some memory leaks found by scan-build | Marc Jeanmougin | 1 | -21/+20 | |
| 2019-09-19 | Crashfix: switch from active LPE tool (gitlab/420) | Nathan Lee | 1 | -1/+1 | |
| 2019-07-06 | Display spiro pen preview right after backspace | Nathan Lee | 1 | -6/+7 | |
| Fix https://gitlab.com/inkscape/inkscape/issues/282 | |||||
| 2019-06-24 | Update pen tool path instantly on mode change | Nathan Lee | 1 | -0/+2 | |
| 2019-06-24 | Minor clean up of pen tool code | Nathan Lee | 1 | -12/+2 | |
| 2019-06-24 | Pen tool live update of green BPaths on Alt+Move | Nathan Lee | 1 | -0/+1 | |
| Regression fix gitlab.com/inkscape/inbox/issues/600 | |||||
| 2019-06-17 | Sync pen toolbar mode change with tool | Nathan Lee | 1 | -2/+1 | |
| Reverts a previous fix that did this but caused https://gitlab.com/inkscape/inkscape/issues/282 where the pen tool's green preview line vanished when deleting the last node with the pen tool. | |||||
| 2019-05-27 | Hackfest2019: Rm tautological tests | Alexander Valavanis | 1 | -1/+0 | |
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -1/+1 | |
| 2019-05-01 | Good redraw of BPaths on trying to close a BSpline | Jabier Arraiza | 1 | -14/+12 | |
| 2019-01-25 | Fix inverted up/down when moving last point placed by pen tool | WizardOhio24 | 1 | -0/+2 | |
| Fixes inbox#20 Closes !504 | |||||
| 2018-12-03 | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+1 | |
| 2018-06-21 | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -35/+35 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -20/+25 | |
| A lot of header clean-up. | |||||
| 2017-12-25 | Fix start anchors | Jabier Arraiza | 1 | -1/+1 | |
| 2017-12-05 | Add fix to problem switching pen tool modes | Jabier Arraiza | 1 | -96/+49 | |
| Add fix to bspline when two cusp nodes arround a powered node | |||||
| 2017-12-04 | Add fix to problem switching pen tool modes | Jabier Arraiza | 1 | -96/+49 | |
| Add fix to bspline when two cusp nodes arround a powered node | |||||
| 2017-12-01 | Cleaninng | Jabier Arraiza | 1 | -61/+91 | |
| 2017-11-28 | Working on BSPline interpolator | Jabier Arraiza | 1 | -91/+61 | |
| 2017-10-05 | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 1 | -1/+1 | |
| 2017-10-01 | Removed all GSList occurences in .h files | Marc Jeanmougin | 1 | -29/+25 | |
| 2017-09-21 | Remove remaining usage of GString in ui/tools/* | Jan Lingscheid | 1 | -3/+2 | |
| 2017-08-28 | Allow pressure in pencil in the tree modes, bezier, bspline and spiro | Jabier Arraiza | 1 | -0/+1 | |
| 2017-08-25 | Starting with powerpencil | Jabier Arraiza | 1 | -2/+2 | |
| 2017-08-13 | Add Alt modifier to allow move ultimate point in BSpline and Spiro pen tools | Jabier Arraiza | 1 | -45/+125 | |
| 2017-06-30 | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 1 | -3/+3 | |
| 2017-06-23 | Improve and simplify shortcut handling. | Eduard Braun | 1 | -7/+1 | |
| Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | |||||
| 2016-11-05 | Fix bug:1639083 crach closing segment with shortcut LPE | Jabier Arraiza Cenoz | 1 | -24/+24 | |
| Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210) | |||||
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 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) | |||||
| 2016-08-29 | Partial fix for bug 172063 while we find a better solution for XOR in helper ↵ | Jabier Arraiza Cenoz | 1 | -11/+11 | |
| lines (bzr r15090) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -12/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+12 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -12/+0 | |
| (bzr r15025) | |||||
| 2016-03-20 | Update status bar text and remove spare Geom Point variable. | Martin Owens | 1 | -8/+7 | |
| (bzr r14725) | |||||
| 2016-03-20 | Add Shift+Enter path complete and larger square node on mouse over. | Martin Owens | 1 | -1/+13 | |
| (bzr r14721) | |||||
| 2015-08-14 | A bit more refactor of BSPline tool. Still the bug duplicating end node :( | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r14301) | |||||
| 2015-08-13 | Refactor of BSPline code attemping to fix the duplicate end node bug, not ↵ | Jabier Arraiza Cenoz | 1 | -2/+3 | |
| sure if fixed jet (bzr r14300) | |||||
| 2015-08-06 | Refactor BSPline and Spiro to remove duplicated functions | Jabier Arraiza Cenoz | 1 | -253/+2 | |
| (bzr r14280) | |||||
| 2015-07-25 | Fix snapping of start point of path when holding the CTRL key in the Bézier ↵ | Diederik van Lierop | 1 | -0/+3 | |
| tool Fixed bugs: - https://launchpad.net/bugs/1432354 (bzr r14257) | |||||
| 2015-07-10 | Fix a bug continuing a bezier path whith a LPE one like spiro or bspline | Jabier Arraiza Cenoz | 1 | -7/+14 | |
| (bzr r14239) | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -11/+4 | |
| (bzr r14126) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -10/+9 | |
| (bzr r14059.2.1) | |||||
| 2015-04-10 | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 1 | -200/+207 | |
| (bzr r14054) | |||||
