| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -3/+3 |
| * | A bit refactor, remove some old vars | Jabier Arraiza Cenoz | 2014-09-24 | 1 | -9/+6 |
| * | Change colors of helper paths also in middle draw when change the mode -spiro... | root | 2014-09-24 | 1 | -0/+1 |
| * | Show the helper curves in pen tool with the color of the current layer define... | Jabier Arraiza Cenoz | 2014-09-24 | 1 | -29/+17 |
| * | Fix for strange gap at shift to cusp in bspline | Jabier Arraiza Cenoz | 2014-09-22 | 1 | -121/+111 |
| * | fixing cusp node bug on bspline -problems moving nodes because tiny handles | Jabier Arraiza Cenoz | 2014-09-15 | 1 | -1/+7 |
| * | Ponyscape feature: finish pen drawing on context switch | Liam P. White | 2014-08-08 | 1 | -1/+3 |
| * | Fixed some redraw problems moving nodes in bspline mode | Jabier Arraiza Cenoz | 2014-08-04 | 1 | -8/+8 |
| * | Merge from trunk 13472 | Liam P. White | 2014-07-27 | 1 | -13/+15 |
| |\ |
|
| | * | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -1/+1 |
| | * | Fix pentool backspace bug. Thanks Jabier | Johan B. C. Engelen | 2014-07-01 | 1 | -12/+23 |
| * | | fix bug pointed by LiamW in Spirolive | Jabier Arraiza Cenoz | 2014-07-22 | 1 | -1/+0 |
| * | | pen tool: add back removal of curvature handle when backspace-deleting a node... | Johan B. C. Engelen | 2014-07-01 | 1 | -29/+32 |
| * | | Update to latest tip (trunk r13432) | Liam P. White | 2014-06-19 | 1 | -0/+2 |
| |\| |
|
| | * | pen tool: fix crash when finishing path with right-click or enter while dragg... | Johan B. C. Engelen | 2014-06-11 | 1 | -0/+2 |
| * | | fix a bug on spirolive close path | Jabier Arraiza Cenoz | 2014-06-09 | 1 | -27/+29 |
| * | | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 2014-05-13 | 1 | -3/+19 |
| * | | Refactor of end anchors. | Jabier Arraiza Cenoz | 2014-04-01 | 1 | -87/+82 |
| * | | clarify the 'sc' and 'ec' SPCurve, by point of VinÃcius, whith the result of... | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -10/+8 |
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-27 | 1 | -115/+132 |
| |\| |
|
| | * | Changed some return types from gint to bool. | Markus Engel | 2014-03-27 | 1 | -5/+5 |
| | * | Cleaned up connector-tool, pen-tool, and pencil-tool. | Markus Engel | 2014-03-26 | 1 | -97/+115 |
| * | | Fixed bug continuing cusp nodes | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -1/+1 |
| * | | Full refactor of path continuations in bspline-spirolive mode, I think no mor... | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -3/+2 |
| * | | Refactor of anchors | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -9/+9 |
| * | | Fix a bug when starting path with change from bspline to spiro and inverse | Jabier Arraiza Cenoz | 2014-03-19 | 1 | -3/+4 |
| * | | Fixed a bug when click over the previuos node in bspline/spiro mode | root | 2014-03-06 | 1 | -1/+0 |
| * | | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -36/+31 |
| * | | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -31/+36 |
| * | | completed merging | Guiu Rocafort | 2014-03-05 | 1 | -5/+5 |
| |\ \ |
|
| | * | | Change tooltip to one more explicit to make cusp nodes | Jabier Arraiza Cenoz | 2014-03-04 | 1 | -4/+4 |
| | * | | Reduce a half the spiro distance to redraw | Jabier Arraiza Cenoz | 2014-03-04 | 1 | -1/+1 |
| * | | | translations from spanish to english done, it might need a little review, but... | Guiu Rocafort | 2014-03-05 | 1 | -36/+31 |
| |/ / |
|
| * | | Add new curve structure to show temporay item while draw on bspline and spiro... | Jabier Arraiza Cenoz | 2014-03-02 | 1 | -9/+19 |
| * | | Fixed update to trunk, lot of changes vinÃcius | Jabier Arraiza Cenoz | 2014-03-02 | 1 | -84/+38 |
| * | | Resolving conflicts, maybe broken | Jabier Arraiza Cenoz | 2014-03-02 | 1 | -602/+592 |
| |\| |
|
| | * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 1 | -430/+384 |
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-02-26 | 1 | -25/+40 |
| |\| |
|
| | * | Made constructors of tools use initializer lists. | Markus Engel | 2014-02-26 | 1 | -25/+40 |
| * | | Fixed some/all bugs related to continuing bspline/spiro curves advertaising b... | Jabier Arraiza Cenoz | 2014-02-26 | 1 | -23/+27 |
| * | | Add correct preview for coninuing paths whith pencil and draw modes | Jabier Arraiza Cenoz | 2014-02-01 | 1 | -0/+32 |
| * | | Fixed a boring bug sometimes curves be converted to lines, increasing a bit t... | Jabier Arraiza Cenoz | 2014-01-02 | 1 | -12/+17 |
| * | | Spanish comment of pencil-tool.cpp/.h | Jabier Arraiza Cenoz | 2013-12-31 | 1 | -97/+53 |
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -61/+13 |
| * | | Fix crash bug continuing empty paths | Jabier Arraiza Cenoz | 2013-12-28 | 1 | -0/+2 |
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-12 | 1 | -6/+6 |
| |\| |
|
| | * | Clean up some tool related things. | Markus Engel | 2013-11-12 | 1 | -6/+6 |
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-10 | 1 | -48/+1015 |
| |/ |
|
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -0/+1404 |