| Commit message (Expand) | Author | Files | Lines |
| 2014-08-10 | Further fixes related to bug #1327267, toolbars don't need to update when the... | Liam P. White | 1 | -1/+1 |
| 2014-08-08 | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 1 | -1/+1 |
| 2014-08-08 | Ponyscape feature: finish pen drawing on context switch | Liam P. White | 1 | -1/+3 |
| 2014-08-07 | Add in some debugging code that will complain when deleted knots are accessed... | Liam P. White | 1 | -0/+2 |
| 2014-08-04 | Fixed some redraw problems moving nodes in bspline mode | Jabier Arraiza Cenoz | 1 | -8/+8 |
| 2014-08-01 | Fix for #906794, #1246550 (live effects not showing helper paths) | Jabier Arraiza Cenoz | 2 | -1/+47 |
| 2014-07-30 | add last applied branch - mode to strokes on pen/pencil | Jabier Arraiza Cenoz | 1 | -6/+39 |
| 2014-07-29 | Fix for 1346972 (freehand shape mode should pick stroke width from tool's act... | Liam P. White | 1 | -0/+28 |
| 2014-07-26 | Clean up some ShapeHolder related things | Liam P. White | 9 | -26/+25 |
| 2014-07-22 | Replaced some abs/fabs with std::abs. | Markus Engel | 1 | -1/+1 |
| 2014-07-22 | Fixed some unused variables warnings. | Markus Engel | 1 | -1/+1 |
| 2014-07-22 | fix bug pointed by LiamW in Spirolive | Jabier Arraiza Cenoz | 1 | -1/+0 |
| 2014-07-19 | Workarounds for crash bugs 1309050, 601336; will fix properly in experimental | Liam P. White | 1 | -6/+3 |
| 2014-07-01 | pen tool: add back removal of curvature handle when backspace-deleting a node... | Johan B. C. Engelen | 1 | -29/+32 |
| 2014-07-01 | Fix pentool backspace bug. Thanks Jabier | Johan B. C. Engelen | 1 | -12/+23 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -1/+1 |
| 2014-06-11 | pen tool: fix crash when finishing path with right-click or enter while dragg... | Johan B. C. Engelen | 1 | -0/+2 |
| 2014-06-09 | fix a bug on spirolive close path | Jabier Arraiza Cenoz | 1 | -27/+29 |
| 2014-06-07 | Undo changes in r13391 | Liam P. White | 3 | -4/+5 |
| 2014-06-06 | Clean up some unnecessary pointer usage in livarot | Liam P. White | 3 | -5/+4 |
| 2014-05-23 | Fix flakiness of measurement tool (due to issues with parallel lines, duplica... | Diederik van Lierop | 1 | -35/+24 |
| 2014-05-13 | Add Simplify LPE | Jabier Arraiza Cenoz | 2 | -3/+47 |
| 2014-05-13 | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 1 | -3/+19 |
| 2014-05-13 | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 1 | -3/+19 |
| 2014-04-01 | Refactor of end anchors. | Jabier Arraiza Cenoz | 2 | -87/+101 |
| 2014-04-01 | refactor from lastApplied | root | 1 | -89/+59 |
| 2014-03-31 | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result of... | Jabier Arraiza Cenoz | 4 | -29/+20 |
| 2014-03-30 | Fix some mismatched tags | Alex Valavanis | 1 | -1/+1 |
| 2014-03-29 | Removed obsolete header file. | Markus Engel | 4 | -14/+15 |
| 2014-03-28 | Further refactored SPKnot. | Markus Engel | 1 | -11/+11 |
| 2014-03-27 | First step of refactoring SPKnot. | Markus Engel | 1 | -25/+28 |
| 2014-03-27 | Changed some return types from gint to bool. | Markus Engel | 6 | -28/+28 |
| 2014-03-26 | Cleaned up pencil-tool. | Markus Engel | 1 | -47/+37 |
| 2014-03-26 | Cleaned up connector-tool, pen-tool, and pencil-tool. | Markus Engel | 3 | -202/+199 |
| 2014-03-26 | Cleaned up includes of tools / revert experimental casting macro replacements... | Markus Engel | 14 | -72/+142 |
| 2014-03-20 | Fixed bug continuing cusp nodes | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2014-03-20 | Removed persistent blue line | Jabier Arraiza Cenoz | 1 | -0/+4 |
| 2014-03-20 | Full refactor of path continuations in bspline-spirolive mode, I think no mor... | Jabier Arraiza Cenoz | 4 | -27/+22 |
| 2014-03-20 | Refactor of anchors | Jabier Arraiza Cenoz | 3 | -67/+50 |
| 2014-03-19 | Fix a bug when starting path with change from bspline to spiro and inverse | Jabier Arraiza Cenoz | 1 | -3/+4 |
| 2014-03-19 | Fixing suv mac bug continuing existing bsplines/spiro paths | root | 1 | -1/+1 |
| 2014-03-19 | This think fix su_v related bug on continuous paths in BSpline or Spiro mode | Jabier Arraiza Cenoz | 1 | -1/+13 |
| 2014-03-10 | Removing repeated condition logical test to make the code more readable | Vinícius dos Santos Oliveira | 1 | -8/+6 |
| 2014-03-10 | Shortening code through removal of variable declaration used only at one | Vinícius dos Santos Oliveira | 1 | -2/+1 |
| 2014-03-09 | Fix random crashes when spraying in single path mode. | Krzysztof Kosi??ski | 3 | -9/+27 |
| 2014-03-08 | Fix crashes caused by the desktop's query_style signal being called before | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2014-03-06 | Fixed a bug when click over the previuos node in bspline/spiro mode | root | 1 | -1/+0 |
| 2014-03-05 | Derive ToolBase from sigc::trackable for easier slot management. | Krzysztof Kosi??ski | 3 | -120/+104 |
| 2014-03-05 | Fixing branch problems | Jabier Arraiza Cenoz | 5 | -63/+60 |
| 2014-03-05 | Translations | Jabier Arraiza Cenoz | 5 | -60/+63 |