| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ui/tools: sp. fixes (cosmetic) | Bryce Harrington | 2015-03-19 | 1 | -2/+2 | |
| | | | | (bzr r14016) | |||||
| * | Strip ToolFactory | Liam P. White | 2015-02-25 | 1 | -9/+0 | |
| | | | | (bzr r13939.1.2) | |||||
| * | Fixing build error on Ubuntu (GThread error due to include ordering). | Nicolas Dufour | 2015-01-12 | 1 | -2/+3 | |
| | | | | (bzr r13849) | |||||
| * | Undo. Partial fix for Bug #171990 (pen tool commit for each node for more ↵ | Jeremiah Darais | 2015-01-12 | 1 | -85/+106 | |
| | | | | | | | | | granular undo). Fixed bugs: - https://launchpad.net/bugs/171990 (bzr r13848) | |||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 | |
| | | | | (bzr r13820) | |||||
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 1 | -4/+4 | |
| | | | | (bzr r13819) | |||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 1 | -3/+3 | |
| | | | | (bzr r13816) | |||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -3/+3 | |
| | | | | (bzr r13809) | |||||
| * | Fix snapping bug in pen tool | Diederik van Lierop | 2014-12-04 | 1 | -3/+7 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1260544 (bzr r13785) | |||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -1/+1 | |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -3/+3 | |
| | | | | (bzr r13341.1.253) | |||||
| * | A bit refactor, remove some old vars | Jabier Arraiza Cenoz | 2014-09-24 | 1 | -9/+6 | |
| | | | | (bzr r13341.1.223) | |||||
| * | Change colors of helper paths also in middle draw when change the mode ↵ | root | 2014-09-24 | 1 | -0/+1 | |
| | | | | | | -spiro, bspline...- (bzr r13341.1.222) | |||||
| * | Show the helper curves in pen tool with the color of the current layer ↵ | Jabier Arraiza Cenoz | 2014-09-24 | 1 | -29/+17 | |
| | | | | | | defined in objects dialog (bzr r13341.1.220) | |||||
| * | Fix for strange gap at shift to cusp in bspline | Jabier Arraiza Cenoz | 2014-09-22 | 1 | -121/+111 | |
| | | | | | | | | | Now curves with cusp noden in bspline mode looks better, more smooth. Remove some duplicate code from outside for loops Fix a bug continuing shapes in bspline-spiro mode. Style code formating (bzr r13341.1.215) | |||||
| * | fixing cusp node bug on bspline -problems moving nodes because tiny handles | Jabier Arraiza Cenoz | 2014-09-15 | 1 | -1/+7 | |
| | | | | (bzr r13341.1.209) | |||||
| * | Ponyscape feature: finish pen drawing on context switch | Liam P. White | 2014-08-08 | 1 | -1/+3 | |
| | | | | (bzr r13090.1.101) | |||||
| * | Fixed some redraw problems moving nodes in bspline mode | Jabier Arraiza Cenoz | 2014-08-04 | 1 | -8/+8 | |
| | | | | (bzr r13341.1.115) | |||||
| * | Merge from trunk 13472 | Liam P. White | 2014-07-27 | 1 | -13/+15 | |
| |\ | | | | | (bzr r13341.1.102) | |||||
| | * | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -1/+1 | |
| | | | | | | | (bzr r13459) | |||||
| | * | 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) | |||||
| * | | fix bug pointed by LiamW in Spirolive | Jabier Arraiza Cenoz | 2014-07-22 | 1 | -1/+0 | |
| | | | | | | | (bzr r13341.1.94) | |||||
| * | | pen tool: add back removal of curvature handle when backspace-deleting a ↵ | Johan B. C. Engelen | 2014-07-01 | 1 | -29/+32 | |
| | | | | | | | | | | | | | | | node while drawing many code improvements: unnecessary casts, whitespace, { }, reduce variable scope. should all be noops. (bzr r13341.1.73) | |||||
| * | | Update to latest tip (trunk r13432) | Liam P. White | 2014-06-19 | 1 | -0/+2 | |
| |\| | | | | | (bzr r13341.1.62) | |||||
| | * | 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 a bug on spirolive close path | Jabier Arraiza Cenoz | 2014-06-09 | 1 | -27/+29 | |
| | | | | | | | (bzr r13341.1.55) | |||||
| * | | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 2014-05-13 | 1 | -3/+19 | |
| | | | | | | | (bzr r13341.1.12) | |||||
| * | | Refactor of end anchors. | Jabier Arraiza Cenoz | 2014-04-01 | 1 | -87/+82 | |
| | | | | | | | (bzr r11950.1.325) | |||||
| * | | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵ | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -10/+8 | |
| | | | | | | | | | | | of one curve less in the header (bzr r11950.1.320) | |||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-27 | 1 | -115/+132 | |
| |\| | | | | | (bzr r11950.1.315) | |||||
| | * | Changed some return types from gint to bool. | Markus Engel | 2014-03-27 | 1 | -5/+5 | |
| | | | | | | | (bzr r13220) | |||||
| | * | Cleaned up connector-tool, pen-tool, and pencil-tool. | Markus Engel | 2014-03-26 | 1 | -97/+115 | |
| | | | | | | | (bzr r13217) | |||||
| * | | Fixed bug continuing cusp nodes | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -1/+1 | |
| | | | | | | | (bzr r11950.1.310) | |||||
| * | | Full refactor of path continuations in bspline-spirolive mode, I think no ↵ | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -3/+2 | |
| | | | | | | | | | | | more suv mac crashes, but need to be full tested again because a lot of things changed. (bzr r11950.1.308) | |||||
| * | | Refactor of anchors | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -9/+9 | |
| | | | | | | | (bzr r11950.1.306) | |||||
| * | | Fix a bug when starting path with change from bspline to spiro and inverse | Jabier Arraiza Cenoz | 2014-03-19 | 1 | -3/+4 | |
| | | | | | | | (bzr r11950.1.304) | |||||
| * | | Fixed a bug when click over the previuos node in bspline/spiro mode | root | 2014-03-06 | 1 | -1/+0 | |
| | | | | | | | (bzr r11950.1.285) | |||||
| * | | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -36/+31 | |
| | | | | | | | (bzr r11950.1.281) | |||||
| * | | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -31/+36 | |
| | | | | | | | (bzr r11950.1.279) | |||||
| * | | completed merging | Guiu Rocafort | 2014-03-05 | 1 | -5/+5 | |
| |\ \ | | | | | | | (bzr r11950.5.2) | |||||
| | * | | Change tooltip to one more explicit to make cusp nodes | Jabier Arraiza Cenoz | 2014-03-04 | 1 | -4/+4 | |
| | | | | | | | | | | (bzr r11950.1.275) | |||||
| | * | | Reduce a half the spiro distance to redraw | Jabier Arraiza Cenoz | 2014-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r11950.1.273) | |||||
| * | | | translations from spanish to english done, it might need a little review, ↵ | Guiu Rocafort | 2014-03-05 | 1 | -36/+31 | |
| |/ / | | | | | | | | | but everything seems ok (bzr r11950.5.1) | |||||
| * | | Add new curve structure to show temporay item while draw on bspline and ↵ | Jabier Arraiza Cenoz | 2014-03-02 | 1 | -9/+19 | |
| | | | | | | | | | | | spiro, maybe the previous usage of the blue_curve give the strange errors in mac noticed by suv (bzr r11950.1.266) | |||||
| * | | Fixed update to trunk, lot of changes vinícius | Jabier Arraiza Cenoz | 2014-03-02 | 1 | -84/+38 | |
| | | | | | | | (bzr r11950.1.265) | |||||
| * | | Resolving conflicts, maybe broken | Jabier Arraiza Cenoz | 2014-03-02 | 1 | -602/+592 | |
| |\| | | | | | (bzr r11950.1.264) | |||||
| | * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 1 | -430/+384 | |
| | | | | | | | (bzr r13089) | |||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-02-26 | 1 | -25/+40 | |
| |\| | | | | | (bzr r11950.1.258) | |||||
| | * | Made constructors of tools use initializer lists. | Markus Engel | 2014-02-26 | 1 | -25/+40 | |
| | | | | | | | (bzr r13060) | |||||
| * | | Fixed some/all bugs related to continuing bspline/spiro curves advertaising ↵ | Jabier Arraiza Cenoz | 2014-02-26 | 1 | -23/+27 | |
| | | | | | | | | | | | by suv (bzr r11950.1.257) | |||||
