summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-051-24/+24
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-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 Cenoz2016-08-291-11/+11
| | | | | lines (bzr r15090)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-12/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+12
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+0
| | | (bzr r15025)
* Update status bar text and remove spare Geom Point variable.Martin Owens2016-03-201-8/+7
| | | (bzr r14725)
* Add Shift+Enter path complete and larger square node on mouse over.Martin Owens2016-03-201-1/+13
| | | (bzr r14721)
* A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-141-1/+1
| | | (bzr r14301)
* Refactor of BSPline code attemping to fix the duplicate end node bug, not ↵Jabier Arraiza Cenoz2015-08-131-2/+3
| | | | | sure if fixed jet (bzr r14300)
* Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz2015-08-061-253/+2
| | | (bzr r14280)
* Fix snapping of start point of path when holding the CTRL key in the Bézier ↵Diederik van Lierop2015-07-251-0/+3
| | | | | | | | tool Fixed bugs: - https://launchpad.net/bugs/1432354 (bzr r14257)
* Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-101-7/+14
| | | (bzr r14239)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-11/+4
|\ | | | | (bzr r14059.2.11)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-11/+4
| | | | | | (bzr r14126)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+9
|/ | | (bzr r14059.2.1)
* Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-200/+207
| | | (bzr r14054)
* ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-191-2/+2
| | | (bzr r14016)
* Strip ToolFactoryLiam P. White2015-02-251-9/+0
| | | (bzr r13939.1.2)
* Fixing build error on Ubuntu (GThread error due to include ordering).Nicolas Dufour2015-01-121-2/+3
| | | (bzr r13849)
* Undo. Partial fix for Bug #171990 (pen tool commit for each node for more ↵Jeremiah Darais2015-01-121-85/+106
| | | | | | | | granular undo). Fixed bugs: - https://launchpad.net/bugs/171990 (bzr r13848)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-4/+4
| | | (bzr r13819)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-3/+3
| | | (bzr r13816)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-3/+3
| | | (bzr r13809)
* Fix snapping bug in pen toolDiederik van Lierop2014-12-041-3/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1260544 (bzr r13785)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-1/+1
| | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* Move more UI code into ui/Liam P. White2014-10-051-3/+3
| | | (bzr r13341.1.253)
* A bit refactor, remove some old varsJabier Arraiza Cenoz2014-09-241-9/+6
| | | (bzr r13341.1.223)
* Change colors of helper paths also in middle draw when change the mode ↵root2014-09-241-0/+1
| | | | | -spiro, bspline...- (bzr r13341.1.222)
* Show the helper curves in pen tool with the color of the current layer ↵Jabier Arraiza Cenoz2014-09-241-29/+17
| | | | | defined in objects dialog (bzr r13341.1.220)
* Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-221-121/+111
| | | | | | | | Now curves with cusp noden in bspline mode looks better, more smooth. Remove some duplicate code from outside for loops Fix a bug continuing shapes in bspline-spiro mode. Style code formating (bzr r13341.1.215)
* fixing cusp node bug on bspline -problems moving nodes because tiny handlesJabier Arraiza Cenoz2014-09-151-1/+7
| | | (bzr r13341.1.209)
* Ponyscape feature: finish pen drawing on context switchLiam P. White2014-08-081-1/+3
| | | (bzr r13090.1.101)
* Fixed some redraw problems moving nodes in bspline modeJabier Arraiza Cenoz2014-08-041-8/+8
| | | (bzr r13341.1.115)
* Merge from trunk 13472Liam P. White2014-07-271-13/+15
|\ | | | | (bzr r13341.1.102)
| * Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | | | | (bzr r13459)
| * Fix pentool backspace bug. Thanks JabierJohan B. C. Engelen2014-07-011-12/+23
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1336561 (bzr r13445)
* | fix bug pointed by LiamW in SpiroliveJabier Arraiza Cenoz2014-07-221-1/+0
| | | | | | (bzr r13341.1.94)
* | pen tool: add back removal of curvature handle when backspace-deleting a ↵Johan B. C. Engelen2014-07-011-29/+32
| | | | | | | | | | | | | | node while drawing many code improvements: unnecessary casts, whitespace, { }, reduce variable scope. should all be noops. (bzr r13341.1.73)
* | Update to latest tip (trunk r13432)Liam P. White2014-06-191-0/+2
|\| | | | | (bzr r13341.1.62)
| * pen tool: fix crash when finishing path with right-click or enter while ↵Johan B. C. Engelen2014-06-111-0/+2
| | | | | | | | | | | | | | | | dragging from path's startnode (otherwise closing the path) Fixed bugs: - https://launchpad.net/bugs/1326652 (bzr r13422)
* | fix a bug on spirolive close pathJabier Arraiza Cenoz2014-06-091-27/+29
| | | | | | (bzr r13341.1.55)
* | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-131-3/+19
| | | | | | (bzr r13341.1.12)
* | Refactor of end anchors.Jabier Arraiza Cenoz2014-04-011-87/+82
| | | | | | (bzr r11950.1.325)
* | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵Jabier Arraiza Cenoz2014-03-311-10/+8
| | | | | | | | | | of one curve less in the header (bzr r11950.1.320)