summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/node-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Speedup filtering and panningJabier Arraiza2019-11-191-4/+12
|
* Fix non-translatable strings in node-tool.cppPatrick Storz2019-11-121-10/+15
| | | | (see https://gitlab.com/inkscape/inkscape/merge_requests/1004)
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-1/+4
|
* Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵Jabier Arraiza2019-10-111-8/+13
| | | | RC. Also fix a bug rendering filters with superfast scroll and node tool
* Improve node tool not limiting the time to make the renderingJabier Arraiza2019-10-101-6/+8
|
* Deselect nodes on tool chande. Fixing style.Jabier Arraiza2019-10-091-1/+2
|
* Actualizarsrc/ui/tools/node-tool.h, src/ui/tools/node-tool.cpp archivosJabier Arraiza2019-10-091-0/+6
|
* Improve node selection ~x3 removing unneded updateNow() called in non ↵Jabier Arraiza2019-10-091-4/+6
| | | | necesary places. Also ensure canvas is always redraw
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-1/+5
| | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
* Prevent crashes in node toolJabiertxof2019-02-201-2/+3
|
* modernize loopsMarc Jeanmougin2019-01-021-10/+8
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Fix warning object!=nullptrMarc Jeanmougin2018-10-061-1/+1
|
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-24/+24
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-20/+28
| | | | A lot of header clean-up.
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* Fix the editing of clipping and masking objectsStefano Facchini2017-10-011-1/+2
| | | | | | | | By passing along an edit_transform matrix, as done for clipping paths. Cleanups: - remove some unused methods - use member initialization
* 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)