summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/node-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-19Speedup filtering and panningJabier Arraiza1-4/+12
2019-11-12Fix non-translatable strings in node-tool.cppPatrick Storz1-10/+15
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-1/+4
2019-10-11Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ...Jabier Arraiza1-8/+13
2019-10-10Improve node tool not limiting the time to make the renderingJabier Arraiza1-6/+8
2019-10-09Deselect nodes on tool chande. Fixing style.Jabier Arraiza1-1/+2
2019-10-09Actualizarsrc/ui/tools/node-tool.h, src/ui/tools/node-tool.cpp archivosJabier Arraiza1-0/+6
2019-10-09Improve node selection ~x3 removing unneded updateNow() called in non necesar...Jabier Arraiza1-4/+6
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-1/+5
2019-02-20Prevent crashes in node toolJabiertxof1-2/+3
2019-01-02modernize loopsMarc Jeanmougin1-10/+8
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06Fix warning object!=nullptrMarc Jeanmougin1-1/+1
2018-06-21Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-24/+24
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-20/+28
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2017-10-01Fix the editing of clipping and masking objectsStefano Facchini1-1/+2
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