summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Derive ToolBase from sigc::trackable for easier slot management.Krzysztof Kosi??ski2014-03-053-120/+104
| | | | | | Fix TextTool to use mem_fun instead of ptr_fun to avoid the generation of stale slots. (bzr r13118)
* Added some consts. Turned functions to member functions.Markus Engel2014-03-0216-1051/+973
| | | (bzr r13089)
* Fix for crash when cycle-selecting.Markus Engel2014-03-012-39/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1270351 (bzr r13088)
* Fix for crashes on fast tool toggling.Markus Engel2014-03-012-4/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1265376 (bzr r13087)
* Spray tool:Nicolas Dufour2014-02-281-32/+58
| | | | | | | * Partial patch (in sp_spray_dilate) for crashes explained in Bug #1274831. * Some minor style fixes (indentation). * Due to some remaining crashes, the Single path mode is disabled in Inkscape 0.91. (bzr r13077)
* remove some unnecessary copying/castingJohan B. C. Engelen2014-02-271-4/+4
| | | (bzr r13070)
* Added template functions as a casting-macro replacement.Markus Engel2014-02-261-1/+23
| | | (bzr r13061)
* Made constructors of tools use initializer lists.Markus Engel2014-02-2633-514/+402
| | | (bzr r13060)
* Fix for selcue settings.Markus Engel2014-02-235-0/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1274659 (bzr r13051)
* Fix console messages (see Bug #879058 - Spray Single Path Mode includes ↵Nicolas Dufour2014-02-161-16/+8
| | | | | | | | original object). Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13031)
* Fix for Bug #879058 (Spray Single Path Mode includes original object).Nicolas Dufour2014-02-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13011)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour2014-02-051-28/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1250685 (bzr r12997)
* Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after ↵Nicolas Dufour2014-02-041-1/+6
| | | | | tool-switch). (bzr r12996)
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-212-8/+0
| | | (bzr r12967)
* cppcheck stuffKris De Gussem2014-01-201-2/+2
| | | (bzr r12963)
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵Martin Owens2014-01-202-11/+8
| | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960)
* Try another fix for the undo when dragging bug #168695Martin Owens2014-01-192-3/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955)
* fix null pointer dereferenceKris De Gussem2014-01-161-4/+6
| | | (bzr r12943)
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-151-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
* suppress compiler warningsKris De Gussem2014-01-112-2/+2
| | | (bzr r12914)
* Change my mind on the solution to the bug, protect all selection additions.Martin Owens2014-01-081-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12894)
* Make damn sure the item hasn't been deleted before adding it.Martin Owens2014-01-081-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12891)
* Clean up some tool related things.Markus Engel2013-11-129-173/+41
| | | (bzr r12795)
* Moved and renamed some tool-related files.Markus Engel2013-11-0951-0/+24899
(bzr r12785)