summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/node-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-5/+1
2017-05-29Working on hideJabier Arraiza Cenoz1-1/+1
2017-05-29Add toggle clip bisibility buttonJabier Arraiza Cenoz1-1/+1
2017-05-29Initial releaseJabiertxof1-2/+5
2017-01-22Update to new code in trunkJabiertxof1-2/+2
2016-12-19Remove unneeded static var from previous commitJabier Arraiza Cenoz1-12/+12
2016-12-19Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz1-17/+23
2016-10-07Fix bug:1630821 on LPE selected nodesJabier Arraiza Cenoz1-6/+5
2016-08-29Add phantom bpath to helperJabier Arraiza Cenoz1-1/+1
2016-08-29Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz1-14/+1
2016-08-29Add comment and fix in helper pathsJabier Arraiza Cenoz1-1/+1
2016-08-29Fixes to helper paths. evaluate backport to 0.92.xJabier Arraiza Cenoz1-6/+14
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-2/+2
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-2/+2
2016-06-18Fixes when moves a pathJabier Arraiza Cenoz1-4/+5
2016-06-18fixing bug moving nodesJabier Arraiza Cenoz1-1/+1
2016-06-18Pre fixing selected pointsJabier Arraiza Cenoz1-3/+3
2016-06-12Fix 90% of tweenk reviewJabier Arraiza Cenoz1-5/+5
2016-05-21Remove duplicated codeJabier Arraiza Cenoz1-5/+0
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-2/+2
2015-12-07static code analysisKris De Gussem1-1/+1
2015-06-10Change function call to one lineAlexander Brock1-3/+1
2015-06-10Compute angle in [0,180[ and adhere to style guideAlexander Brock1-11/+6
2015-06-08Show angle of selected line segments relative to X-axisAlexander Brock1-3/+26
2015-05-30Snapping in node tool now also works when:Diederik van Lierop1-27/+79
2015-03-19ui/tools: sp. fixes (cosmetic)Bryce Harrington1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-25Strip ToolFactoryLiam P. White1-10/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+3
2015-02-18Just...mc1-6/+4
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Purge sp_desktop_controlsLiam P. White1-1/+1
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
2014-11-12Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz1-1/+1
2014-11-05Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz1-0/+10
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-09-27Update to experimental r13565Liam P. White1-22/+19
2014-09-07Update to experimental r13543Liam P. White1-21/+17
2014-08-31Fix for bug #1363497 (strange crash with knot path effect)Liam P. White1-21/+17
2014-08-08Massive performance improvment for basic node operations with thousands of nodesLiam P. White1-1/+1
2014-08-01Fix for #906794, #1246550 (live effects not showing helper paths)Jabier Arraiza Cenoz1-1/+45
2014-07-26Clean up some ShapeHolder related thingsLiam P. White1-1/+1
2014-05-13Add Simplify LPEJabier Arraiza Cenoz1-3/+45
2014-03-03Fixed path color when changed by Objects DialogLiam P. White1-1/+2
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-24/+21