summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Base LPE refactorJabier Arraiza2018-03-261-8/+30
|
* Misc. typosluz.paz2018-02-181-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-306-24/+50
| | | | A lot of header clean-up.
* Don't allow dragging path at cap or line joinEduard Braun2018-01-181-0/+1
| | | | | | | | | This avoids a crash as dragging infinitesimally close to the node will cause undefined behavior (and we were actually dragging at the node itself in those two cases). Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1691406
* Remove obsolete build definesStefano Facchini2018-01-161-11/+0
|
* Misc. typosluz.paz2018-01-082-3/+3
| | | Found via `codespell`
* Misc. typosUnknown2017-11-072-7/+7
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-206-20/+14
|\
| * Refactor Util::ptr_sharedJan Lingscheid2017-10-181-1/+1
| | | | | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
| * Replace boost::shared_ptrJan Lingscheid2017-10-175-19/+13
| | | | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header.
* | Remove unused util/accumulators.hStefano Facchini2017-10-192-13/+0
|/
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-4/+5
|
* Remove usage of GString from tool/node.cppJan Lingscheid2017-09-211-12/+7
|
* Fix a bug with select knots and modifiersJabier Arraiza2017-07-041-1/+1
|
* working on knots selectionJabier Arraiza2017-07-011-1/+1
|
* Update to trunkJabiertxof2017-03-162-7/+13
|\ | | | | (bzr r13645.1.170)
| * Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-5/+0
| | | | | | (bzr r15485)
| * fix crash when inserting nodesShlomi Fish2017-02-051-2/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1617615 (bzr r15479)
* | update to trunkJabier Arraiza Cenoz2017-01-251-0/+5
|\| | | | | (bzr r13645.1.168)
| * fix nodes reverting back during editingalexandru.roman2017-01-231-0/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1270989 (bzr r15435)
* | Update to trunkJabiertxof2017-01-2111-76/+11
|\| | | | | (bzr r13645.1.165)
| * Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz2016-12-191-8/+2
| | | | | | (bzr r15335)
| * Remove obsolete commentJabiertxof2016-12-061-1/+0
| | | | | | (bzr r15303)
| * Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-3/+7
| | | | | | (bzr r15302)
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-30/+0
| | | | | | (bzr r15046)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-0310-34/+2
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-2810-2/+34
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-2810-34/+2
| | | | | | (bzr r15025)
* | update to trunkJabier Arraiza Cenoz2016-06-111-1/+1
|\| | | | | (bzr r13645.1.147)
| * fix-bug-1586749. Broken english in bspline help messageJabier Arraiza Cenoz2016-05-291-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1586749 (bzr r14921)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-261-1/+0
| | | | | | (bzr r13645.1.143)
* | update to trunkJabier Arraiza Cenoz2016-05-211-1/+1
|\| | | | | (bzr r13645.1.140)
| * Fix a bug in node editor in BSpline mode, wrong power when moving nodesJabier Arraiza Cenoz2016-05-191-1/+1
| | | | | | (bzr r14903)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-151-5/+5
| | | | | | (bzr r13645.1.137)
* | update to trunkJabier Arraiza Cenoz2016-05-081-4/+4
|\| | | | | (bzr r13645.1.127)
| * Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-4/+4
| | | | | | (bzr r14790)
* | update to trunkJabier Arraiza Cenoz2016-04-081-1/+1
|\| | | | | (bzr r13645.1.125)
| * Bug #1419517 Fix Crash when applying new path effect after deleting pattern ↵Jabier Arraiza Cenoz2016-03-181-1/+1
| | | | | | | | | | | | | | | | of Pattern-along-path LPE Fixed bugs: - https://launchpad.net/bugs/1419517 (bzr r14717)
* | Update to trunkJabier Arraiza Cenoz2016-03-156-23/+64
|\| | | | | (bzr r13645.1.119)
| * "Relative to" option for node alignment.Marc Jeanmougin2016-03-132-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Node tool has those new "relative to" alignment options : last selected, first selected, current behaviour (middle), max value(rightmost/topmost) or min value(leftmost/bottommost). - Verbs: --If the node tool is active and whole objects are selected (no individual node is), works as usual for objects; --Else, align horizontal/vertical (SP_VERB_ALIGN_HORIZONTAL_CENTER) honor the "relative to" settings, SP_VERB_ALIGN_HORIZONTAL_LEFT (ctrl+alt+pavnum4) aligns vertically on the leftmost node (same behavior as SP_VERB_ALIGN_HORIZONTAL_LEFT when the setting is "align relative to min value"), and so on with all alignment verbs Fixed bugs: - https://launchpad.net/bugs/171287 (bzr r14703)
| * Fix wrong symm node type in BSpline converted to BezierJabier Arraiza Cenoz2016-01-051-1/+1
| | | | | | (bzr r14562)
| * Improve constant definitionsJabier Arraiza Cenoz2016-01-052-2/+2
| | | | | | (bzr r14561)
| * Refactoring of the code that handles transformations and snapping in the ↵Diederik van Lierop2015-09-131-19/+29
| | | | | | | | | | selector tool and the node tool. Splitting large chunks of code into some small classes, and eliminating some wrapper methods which were all just too similar (bzr r14363)
| * set node tool rubberband shadow. (Bug 1494445)Alvin Penner2015-09-121-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1494445 (bzr r14358)
* | update to trunkJabier Arraiza Cenoz2015-09-012-2/+2
|\| | | | | (bzr r13645.1.117)
| * Improvements to BSPline widgets:jtx2015-09-012-2/+2
| | | | | | | | | | | | | | Now the "Change Weight" is % based insteas 0-1 interval Removed "Ignore cusp nodes" and substituted by: "Apply on cusp nodes" and "Apply on non cusp nodes" (bzr r14337)
* | update to trunkJabier Arraiza Cenoz2015-08-214-85/+62
|\| | | | | (bzr r13645.1.108)
| * A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-142-5/+5
| | | | | | (bzr r14301)
| * Refactor of BSPline code attemping to fix the duplicate end node bug, not ↵Jabier Arraiza Cenoz2015-08-133-72/+48
| | | | | | | | | | sure if fixed jet (bzr r14300)