summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/node-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to trunkJabier Arraiza2017-07-011-5/+1
|\
| * Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-5/+1
| |
* | Working on hideJabier Arraiza Cenoz2017-05-291-1/+1
| | | | | | (bzr r15711)
* | Add toggle clip bisibility buttonJabier Arraiza Cenoz2017-05-291-1/+1
| | | | | | (bzr r15709)
* | Initial releaseJabiertxof2017-05-291-2/+5
|/ | | (bzr r15704)
* Remove unneeded static var from previous commitJabier Arraiza Cenoz2016-12-191-12/+12
| | | (bzr r15336)
* Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz2016-12-191-17/+23
| | | (bzr r15335)
* Fix bug:1630821 on LPE selected nodesJabier Arraiza Cenoz2016-10-071-6/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1630821 (bzr r15149)
* Add phantom bpath to helperJabier Arraiza Cenoz2016-08-291-1/+1
| | | (bzr r15092)
* Partial fix for bug 172063 while we find a better solution for XOR in helper ↵Jabier Arraiza Cenoz2016-08-291-14/+1
| | | | | lines (bzr r15090)
* Add comment and fix in helper pathsJabier Arraiza Cenoz2016-08-291-1/+1
| | | (bzr r15087)
* Fixes to helper paths. evaluate backport to 0.92.xJabier Arraiza Cenoz2016-08-291-6/+14
| | | (bzr r15086)
* Merged trunkAdrian Boguszewski2016-08-031-6/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-2/+2
| | | | | | (bzr r14954.1.20)
* | Added items as a range functionAdrian Boguszewski2016-07-031-3/+4
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-2/+2
|/ | | (bzr r14954.1.10)
* Remove duplicated codeJabier Arraiza Cenoz2016-05-211-5/+0
| | | (bzr r14908)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-2/+2
| | | (bzr r14639)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14510)
* Merge node angle measurement by Alexander BrockKrzysztof Kosi??ski2015-06-241-3/+21
|\ | | | | (bzr r14213)
| * Change function call to one lineAlexander Brock2015-06-101-3/+1
| | | | | | (bzr r14195.1.3)
| * Compute angle in [0,180[ and adhere to style guideAlexander Brock2015-06-101-11/+6
| | | | | | (bzr r14195.1.2)
| * Show angle of selected line segments relative to X-axisAlexander Brock2015-06-081-3/+26
|/ | | (bzr r14195.1.1)
* Snapping in node tool now also works when:Diederik van Lierop2015-05-301-27/+79
| | | | | | | | | - when double clicking to insert a node on a path - when dragging a part of the path to deform it Fixed bugs: - https://launchpad.net/bugs/1448859 (bzr r14189)
* mergingMarc Jeanmougin2015-04-261-1/+1
|\ | | | | (bzr r13922.1.13)
| * ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-191-1/+1
| | | | | | (bzr r14016)
* | mergeMarc Jeanmougin2015-04-261-10/+0
|\| | | | | (bzr r13922.1.12)
| * Strip ToolFactoryLiam P. White2015-02-251-10/+0
| | | | | | (bzr r13939.1.2)
* | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.11)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-3/+3
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-6/+4
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-1/+1
| | | (bzr r13819)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-2/+2
| | | (bzr r13816)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
| | | (bzr r13809)
* Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-121-1/+1
| | | (bzr r13704)
* Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-051-0/+10
| | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
* Move more UI code into ui/Liam P. White2014-10-051-2/+2
| | | (bzr r13341.1.253)
* Update to experimental r13543Liam P. White2014-09-071-21/+17
| | | (bzr r13090.1.108)
* Update to experimental r13465Liam P. White2014-08-081-1/+1
|\ | | | | (bzr r13090.1.102)
| * Massive performance improvment for basic node operations with thousands of nodesLiam P. White2014-08-081-1/+1
| | | | | | (bzr r13341.1.124)
* | Update to experimental r13460Liam P. White2014-08-061-2/+11
|\| | | | | (bzr r13090.1.98)
| * Update to trunk r13489Liam P. White2014-08-041-2/+11
| |\ | | | | | | (bzr r13341.1.116)
| | * Fix for #906794, #1246550 (live effects not showing helper paths)Jabier Arraiza Cenoz2014-08-011-1/+45
| | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1246550 - https://launchpad.net/bugs/906794 (bzr r13487)
* | | Update to experimental r13452Liam P. White2014-07-301-1/+1
|\| | | | | | | | (bzr r13090.1.95)
| * | Clean up some ShapeHolder related thingsLiam P. White2014-07-261-1/+1
| | | | | | | | | (bzr r13341.1.100)