summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-043-38/+0
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-283-32/+0
| | | | | | (bzr r15023.2.8)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-6/+0
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-0325-186/+12
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-2825-12/+186
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-2825-186/+12
|/ | | (bzr r15025)
* Fixed null when selection contains more than one itemAdrian Boguszewski2016-07-221-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1591390 (bzr r15018)
* Fixing wrong gettext keyword preventing translations from being used.Nicolas Dufour2016-06-171-2/+2
| | | (bzr r14992)
* Fixes some bugs related to powerstroke 'Powerstroke infinite loop'Jabier Arraiza Cenoz2016-06-161-30/+10
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1535444 - https://launchpad.net/bugs/1236320 - https://launchpad.net/bugs/1586973 (bzr r14991)
* remove tabsMarc Jeanmougin2016-06-161-29/+29
| | | (bzr r14989)
* Fix z-cycling (alt+mousewheel) behaviorMarc Jeanmougin2016-06-162-118/+84
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1589420 (bzr r14988)
* Fix bug 'Persistent measure repositions on middle click'Jabier Arraiza Cenoz2016-06-121-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1591662 (bzr r14982)
* Enabled using the context menu key additionally to the already working ↵h-h-h2016-06-101-0/+5
| | | | | Shift+F10 key combination to show the context menu ("tool-base.cpp") (bzr r14971.1.1)
* Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ↵Jabier Arraiza Cenoz2016-06-081-1/+1
| | | | | the text (bzr r14959)
* Remove duplicated codeJabier Arraiza Cenoz2016-05-211-5/+0
| | | (bzr r14908)
* Fix a bug on Pen tool when use bend path as option and the clipboard has ↵Jabier Arraiza Cenoz2016-05-101-1/+4
| | | | | something diferent than shape, path or group (bzr r14882)
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
| | | (bzr r14861)
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-2/+2
| | | (bzr r14790)
* Update status bar text and remove spare Geom Point variable.Martin Owens2016-03-201-8/+7
| | | (bzr r14725)
* Add Shift+Enter path complete and larger square node on mouse over.Martin Owens2016-03-201-1/+13
| | | (bzr r14721)
* Fix a bug meassuring text in units diferent than PXJabier Arraiza Cenoz2016-03-141-2/+1
| | | (bzr r14704)
* does not zoom in to selection box if holding shift to zoom outMarc Jeanmougin2016-03-071-1/+1
| | | (bzr r14692)
* Fix for bug 415471 and 1553182 related to undo with eraser toolJabier Arraiza Cenoz2016-03-041-41/+48
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1553182 (bzr r14688)
* Fix bug: 230480 eraser tool always deletes selected objectsJabier Arraiza Cenoz2016-03-041-1/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/230480 (bzr r14685)
* Hide with widget in delete mode of eraser toolJabier Arraiza Cenoz2016-03-041-0/+1
| | | (bzr r14684)
* update to trunkJabier Arraiza Cenoz2016-03-031-6/+10
|\ | | | | (bzr r14648.1.5)
| * Fix bug 1540155: Interactive simplify on pencit tool is hard to editJabier Arraiza Cenoz2016-03-021-6/+10
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1540155 (bzr r14679)
* | Fix a bug with 0 width shapesJabier Arraiza Cenoz2016-03-011-1/+3
| | | | | | (bzr r14648.1.4)
* | update to trunkJabier Arraiza Cenoz2016-03-012-7/+9
|\| | | | | (bzr r14648.1.3)
| * static code analysisKris De Gussem2016-02-222-7/+9
| | | | | | (bzr r14664)
* | Improve fill rule and add mass optionJabier Arraiza Cenoz2016-03-011-19/+43
| | | | | | (bzr r14648.1.2)
* | Improved eraser tool, now working on documents not pixels and with 0 widthJabier Arraiza Cenoz2016-02-132-79/+81
|/ | | (bzr r14648.1.1)
* Fix a bug on explicit_base on meassure tool when using knots dialog to ↵Jabier Arraiza Cenoz2016-02-112-10/+14
| | | | | change position (bzr r14646)
* Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz2016-02-082-20/+32
| | | (bzr r14640)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-11/+11
| | | (bzr r14639)
* Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz2016-02-071-2/+2
| | | (bzr r14638)
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-072-5/+28
| | | (bzr r14636)
* Fix for bug 1540518. Improved performance based on previous meassure code ↵Jabier Arraiza Cenoz2016-02-071-58/+47
| | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635)
* Added phantom meassure feature to meassure toolJabier Arraiza Cenoz2016-02-062-31/+85
| | | (bzr r14634)
* Remove duplicated variable on meassureJabier Arraiza Cenoz2016-02-061-1/+0
| | | (bzr r14633)
* Fix for meassure bug #1541963Jabier Arraiza Cenoz2016-02-062-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632)
* Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz2016-02-011-2/+2
| | | | | toolbar (bzr r14628)
* Remove two warnings on compileJabier Arraiza Cenoz2016-01-301-2/+2
| | | (bzr r14627)
* Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz2016-01-281-2/+2
| | | (bzr r14622)
* Fix crash when apply Bend From Clipboard to a clone by the pen/pencil toolbarJabier Arraiza Cenoz2016-01-061-1/+6
| | | (bzr r14563)
* update to trunkMarc Jeanmougin2015-12-073-5/+5
|\ | | | | (bzr r14504.1.7)
| * static code analysisKris De Gussem2015-12-073-5/+5
| | | | | | (bzr r14510)
* | cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin2015-12-062-61/+41
| | | | | | (bzr r14504.1.4)
* | cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-063-37/+35
|/ | | | | meshes) (bzr r14504.1.2)
* Fix undo of mesh creation.Tavmjong Bah2015-11-251-18/+11
| | | (bzr r14491)