summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluzpaz2017-12-041-4/+4
| | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* Optionaly measure only selected elementsJabier Arraiza2017-12-021-1/+13
|
* Clear meassure when dragging knotsJabier Arraiza2017-12-021-0/+6
|
* Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-103-5/+7
|\
| * Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-072-2/+2
| |\
| | * Misc. typosUnknown2017-11-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
| * | added braces as specified in the coding standardSimon Wells2017-11-041-3/+5
| |/
* | Merge branch 'master' into powerpencilJabier Arraiza2017-11-0328-342/+275
|\|
| * Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-0524-66/+66
| |
| * Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in someAndrey Mozzhuhin2017-10-052-3/+37
| | | | | | | | | | | | | | cases in non-latin keyboard layouts The key group with zero index can be a non-Latin layout. Try to determine Latin layout group index at runtime by checking available keymap entries for Latin 'a' keyval.
| * Merge branch 'edit-clip-object' of gitlab.com:stfacc/inkscapeMarc Jeanmougin2017-10-051-1/+2
| |\
| | * 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
| * | Second batchMarc Jeanmougin2017-10-023-118/+42
| | |
| * | Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-018-104/+84
| |/
| * Merge branch 'jali/inkscape-ustring_refactor'Tavmjong Bah2017-09-277-36/+30
| |\ | | | | | | | | | Removes usage of GString.
| | * Remove remaining usage of GString in ui/tools/*Jan Lingscheid2017-09-215-30/+25
| | |
| | * Remove unused GString in ui/tools/box3d-tool.cppJan Lingscheid2017-09-211-1/+0
| | |
| | * Remove usage of GString from ui/tools/spiral-tool.cppJan Lingscheid2017-09-211-3/+2
| | |
| | * Refactor Box3d::string_from_axes to use Glib::ustringJan Lingscheid2017-09-211-2/+3
| | |
| * | Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-2412-14/+14
| |/
* | Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-08-291-1/+1
|\|
| * Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵Jabiertxo Arraiza Cenoz2017-08-291-1/+1
| | | | | | | | in bspline mode
* | Merge from masterJabiertxo Arraiza Cenoz2017-08-291-2/+4
|\|
| * Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵Jabiertxo Arraiza Cenoz2017-08-291-1/+3
| | | | | | | | paths. Is retained in bezier mode. Consider backport it
* | Parametrice into preferences magic numbers and other staffJabier Arraiza2017-08-283-12/+17
| |
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-285-9/+21
| |
* | Add previewJabier Arraiza2017-08-273-99/+91
| |
* | Working on preview over powerpencilJabier Arraiza2017-08-273-73/+215
| |
* | Starting with powerpencilJabier Arraiza2017-08-255-42/+177
|/
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-11/+25
| | | | previous width
* Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'Martin Owens2017-08-131-1/+4
|\
| * update to trunkJabier Arraiza2017-07-0130-155/+154
| |\
| * \ Update to trunkJabier Arraiza Cenoz2017-06-061-1/+1
| |\ \ | | | | | | | | (bzr r15715)
| | * | Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-061-1/+1
| | | | | | | | | | | | (bzr r15703.1.29)
| * | | 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)
* | | Add Alt modifier to allow move ultimate point in BSpline and Spiro pen toolsJabier Arraiza2017-08-132-47/+127
| | |
* | | Merge branch 'master' into shortcutsEduard Braun2017-07-0931-268/+278
|\ \ \
| * | | Upgrade dropper with fixed for each of the modesMartin Owens2017-07-052-106/+104
| | | |
| * | | cursors: rm deprecated gtkstyle custom black/whiteAlexander Valavanis2017-07-052-7/+5
| | | |
| * | | Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-011-2/+1
| |\ \ \
| | * \ \ Merge branch 'master' of gitlab.com:inkscape/inkscapeSylvain Chiron2017-07-0130-154/+150
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron2017-07-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
| * | | | Improving CR feedback. thanks!Jabier Arraiza2017-07-015-39/+7
| | | | |
| * | | | Finish add selectable knot shapesJabier Arraiza2017-07-012-7/+15
| | | | |
| * | | | Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-011-35/+73
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Hackfest: Add start of dropping toolMartin Owens2017-06-301-35/+73
| | | | |
| * | | | working on knots selectionJabier Arraiza2017-07-012-5/+45
| | | | |
| * | | | Starting selectable knotsJabier Arraiza2017-06-302-9/+9
| |/ / /