| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for #906794, #1246550 (live effects not showing helper paths) | Jabier Arraiza Cenoz | 2014-08-01 | 2 | -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. White | 2014-07-29 | 1 | -0/+28 |
| | | | | | | | | | active style) Fixed bugs: - https://launchpad.net/bugs/1346972 (bzr r13482) | ||||
| * | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -1/+1 |
| | | | | (bzr r13459) | ||||
| * | Fixed some unused variables warnings. | Markus Engel | 2014-07-22 | 1 | -1/+1 |
| | | | | (bzr r13458) | ||||
| * | Workarounds for crash bugs 1309050, 601336; will fix properly in experimental | Liam P. White | 2014-07-19 | 1 | -6/+3 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/1309050 (bzr r13455) | ||||
| * | Fix pentool backspace bug. Thanks Jabier | Johan B. C. Engelen | 2014-07-01 | 1 | -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. Engelen | 2014-06-11 | 1 | -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 Lierop | 2014-05-23 | 1 | -35/+24 |
| | | | | | | | | | duplicate intersections, and faulty sorting of intersections) Fixed bugs: - https://launchpad.net/bugs/1022733 (bzr r13397) | ||||
| * | Fix some mismatched tags | Alex Valavanis | 2014-03-30 | 1 | -1/+1 |
| | | | | (bzr r13230) | ||||
| * | Removed obsolete header file. | Markus Engel | 2014-03-29 | 4 | -14/+15 |
| | | | | (bzr r13229) | ||||
| * | Further refactored SPKnot. | Markus Engel | 2014-03-28 | 1 | -11/+11 |
| | | | | (bzr r13226) | ||||
| * | First step of refactoring SPKnot. | Markus Engel | 2014-03-27 | 1 | -25/+28 |
| | | | | (bzr r13223) | ||||
| * | Changed some return types from gint to bool. | Markus Engel | 2014-03-27 | 6 | -28/+28 |
| | | | | (bzr r13220) | ||||
| * | Cleaned up pencil-tool. | Markus Engel | 2014-03-26 | 1 | -47/+37 |
| | | | | (bzr r13219) | ||||
| * | Cleaned up connector-tool, pen-tool, and pencil-tool. | Markus Engel | 2014-03-26 | 3 | -202/+199 |
| | | | | (bzr r13217) | ||||
| * | Cleaned up includes of tools / revert experimental casting macro ↵ | Markus Engel | 2014-03-26 | 14 | -72/+142 |
| | | | | | | replacements from r13061 (bzr r13216) | ||||
| * | Fix random crashes when spraying in single path mode. | Krzysztof Kosi??ski | 2014-03-09 | 3 | -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 before | Krzysztof Kosi??ski | 2014-03-08 | 1 | -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??ski | 2014-03-05 | 3 | -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 Engel | 2014-03-02 | 16 | -1051/+973 |
| | | | | (bzr r13089) | ||||
| * | Fix for crash when cycle-selecting. | Markus Engel | 2014-03-01 | 2 | -39/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1270351 (bzr r13088) | ||||
| * | Fix for crashes on fast tool toggling. | Markus Engel | 2014-03-01 | 2 | -4/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1265376 (bzr r13087) | ||||
| * | Spray tool: | Nicolas Dufour | 2014-02-28 | 1 | -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/casting | Johan B. C. Engelen | 2014-02-27 | 1 | -4/+4 |
| | | | | (bzr r13070) | ||||
| * | Added template functions as a casting-macro replacement. | Markus Engel | 2014-02-26 | 1 | -1/+23 |
| | | | | (bzr r13061) | ||||
| * | Made constructors of tools use initializer lists. | Markus Engel | 2014-02-26 | 33 | -514/+402 |
| | | | | (bzr r13060) | ||||
| * | Fix for selcue settings. | Markus Engel | 2014-02-23 | 5 | -0/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1274659 (bzr r13051) | ||||
| * | Fix console messages (see Bug #879058 - Spray Single Path Mode includes ↵ | Nicolas Dufour | 2014-02-16 | 1 | -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 Dufour | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13011) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Fix for Bug #1250685 (Unnecessary gender-specific terms in code). | Nicolas Dufour | 2014-02-05 | 1 | -28/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1250685 (bzr r12997) | ||||
| * | Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after ↵ | Nicolas Dufour | 2014-02-04 | 1 | -1/+6 |
| | | | | | | tool-switch). (bzr r12996) | ||||
| * | Move dragging undo block from tools-base to canvas. Regarding bug #168695 | Martin Owens | 2014-01-21 | 2 | -8/+0 |
| | | | | (bzr r12967) | ||||
| * | cppcheck stuff | Kris De Gussem | 2014-01-20 | 1 | -2/+2 |
| | | | | (bzr r12963) | ||||
| * | Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵ | Martin Owens | 2014-01-20 | 2 | -11/+8 |
| | | | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960) | ||||
| * | Try another fix for the undo when dragging bug #168695 | Martin Owens | 2014-01-19 | 2 | -3/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955) | ||||
| * | fix null pointer dereference | Kris De Gussem | 2014-01-16 | 1 | -4/+6 |
| | | | | (bzr r12943) | ||||
| * | for rubberband outline, add shading instead of XOR (Bug 1266308) | Alvin Penner | 2014-01-15 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936) | ||||
| * | suppress compiler warnings | Kris De Gussem | 2014-01-11 | 2 | -2/+2 |
| | | | | (bzr r12914) | ||||
| * | Change my mind on the solution to the bug, protect all selection additions. | Martin Owens | 2014-01-08 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12894) | ||||
| * | Make damn sure the item hasn't been deleted before adding it. | Martin Owens | 2014-01-08 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12891) | ||||
| * | Clean up some tool related things. | Markus Engel | 2013-11-12 | 9 | -173/+41 |
| | | | | (bzr r12795) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 51 | -0/+24899 |
| (bzr r12785) | |||||
