summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #906794, #1246550 (live effects not showing helper paths)Jabier Arraiza Cenoz2014-08-012-1/+47
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1246550 - https://launchpad.net/bugs/906794 (bzr r13487)
* Fix for 1346972 (freehand shape mode should pick stroke width from tool's ↵Liam P. White2014-07-291-0/+28
| | | | | | | | active style) Fixed bugs: - https://launchpad.net/bugs/1346972 (bzr r13482)
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | (bzr r13459)
* Fixed some unused variables warnings.Markus Engel2014-07-221-1/+1
| | | (bzr r13458)
* Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White2014-07-191-6/+3
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/1309050 (bzr r13455)
* Fix pentool backspace bug. Thanks JabierJohan B. C. Engelen2014-07-011-12/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1336561 (bzr r13445)
* pen tool: fix crash when finishing path with right-click or enter while ↵Johan B. C. Engelen2014-06-111-0/+2
| | | | | | | | dragging from path's startnode (otherwise closing the path) Fixed bugs: - https://launchpad.net/bugs/1326652 (bzr r13422)
* Fix flakiness of measurement tool (due to issues with parallel lines, ↵Diederik van Lierop2014-05-231-35/+24
| | | | | | | | duplicate intersections, and faulty sorting of intersections) Fixed bugs: - https://launchpad.net/bugs/1022733 (bzr r13397)
* Fix some mismatched tagsAlex Valavanis2014-03-301-1/+1
| | | (bzr r13230)
* Removed obsolete header file.Markus Engel2014-03-294-14/+15
| | | (bzr r13229)
* Further refactored SPKnot.Markus Engel2014-03-281-11/+11
| | | (bzr r13226)
* First step of refactoring SPKnot.Markus Engel2014-03-271-25/+28
| | | (bzr r13223)
* Changed some return types from gint to bool.Markus Engel2014-03-276-28/+28
| | | (bzr r13220)
* Cleaned up pencil-tool.Markus Engel2014-03-261-47/+37
| | | (bzr r13219)
* Cleaned up connector-tool, pen-tool, and pencil-tool.Markus Engel2014-03-263-202/+199
| | | (bzr r13217)
* Cleaned up includes of tools / revert experimental casting macro ↵Markus Engel2014-03-2614-72/+142
| | | | | replacements from r13061 (bzr r13216)
* Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski2014-03-093-9/+27
| | | | | | | | Fixes LP bug #1274831 Fixed bugs: - https://launchpad.net/bugs/1274831 (bzr r13131)
* Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski2014-03-081-2/+2
| | | | | | | | | | the selection's changed signal was processed in the text tool. Also fix similar crashes in the gradient dragger. Fixes LP #1271004. Fixed bugs: - https://launchpad.net/bugs/1271004 (bzr r13129)
* 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)