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
| |
* | Remobing bspline interpolatorJabier Arraiza2017-12-022-0/+2
| |
* | CleaninngJabier Arraiza2017-12-015-205/+208
| |
* | Working on BSPline interpolatorJabier Arraiza2017-11-285-208/+205
| |
* | Working on continuous pathsJabier Arraiza2017-11-223-45/+65
| |
* | Smoothing start and endJabiertxo Arraiza Cenoz2017-11-203-39/+70
| |
* | Working on coontinuing pathsJabier Arraiza2017-11-193-172/+156
| |
* | Working on fix smooth drawJabier Arraiza2017-11-193-108/+123
| |
* | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-2/+4
| |
* | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-28/+47
| |
* | Working refactorJabiertxo Arraiza Cenoz2017-11-133-101/+105
| |
* | Added speed improbementsJabier Arraiza2017-11-123-49/+67
| |
* | Base refactorJabier Arraiza2017-11-123-124/+181
|/
* 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
| | |