summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make paraxial have a free starting angle.Martin Owens2019-11-121-39/+39
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-21/+20
* Crashfix: switch from active LPE tool (gitlab/420)Nathan Lee2019-09-191-1/+1
* Display spiro pen preview right after backspaceNathan Lee2019-07-061-6/+7
* Update pen tool path instantly on mode changeNathan Lee2019-06-241-0/+2
* Minor clean up of pen tool codeNathan Lee2019-06-241-12/+2
* Pen tool live update of green BPaths on Alt+MoveNathan Lee2019-06-241-0/+1
* Sync pen toolbar mode change with toolNathan Lee2019-06-171-2/+1
* Hackfest2019: Rm tautological testsAlexander Valavanis2019-05-271-1/+0
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-1/+1
* Good redraw of BPaths on trying to close a BSplineJabier Arraiza2019-05-011-14/+12
* Fix inverted up/down when moving last point placed by pen toolWizardOhio242019-01-251-0/+2
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+1
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-35/+35
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-20/+25
* Fix start anchorsJabier Arraiza2017-12-251-1/+1
* Add fix to problem switching pen tool modesJabier Arraiza2017-12-041-96/+49
* Merge branch 'master' into powerpencilJabier Arraiza2017-11-031-33/+28
|\
| * Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
| * Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-29/+25
| * Remove remaining usage of GString in ui/tools/*Jan Lingscheid2017-09-211-3/+2
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-281-0/+1
* | Starting with powerpencilJabier Arraiza2017-08-251-2/+2
|/
* Add Alt modifier to allow move ultimate point in BSpline and Spiro pen toolsJabier Arraiza2017-08-131-45/+125
* Merge branch 'master' into shortcutsEduard Braun2017-07-091-3/+3
|\
| * Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-3/+3
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-7/+1
|/
* Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-051-24/+24
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin2016-10-241-1/+1
* Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz2016-08-291-11/+11
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-12/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+12
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+0
* Update status bar text and remove spare Geom Point variable.Martin Owens2016-03-201-8/+7
* Add Shift+Enter path complete and larger square node on mouse over.Martin Owens2016-03-201-1/+13
* A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-141-1/+1
* Refactor of BSPline code attemping to fix the duplicate end node bug, not sur...Jabier Arraiza Cenoz2015-08-131-2/+3
* Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz2015-08-061-253/+2
* Fix snapping of start point of path when holding the CTRL key in the Bézier ...Diederik van Lierop2015-07-251-0/+3
* Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-101-7/+14
* Merge from trunkKrzysztof Kosi??ski2015-05-081-11/+4
|\
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-11/+4
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+9
|/
* Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-200/+207