| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -35/+26 |
| |\ | | | | | (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 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 a bug on spirolive close path | Jabier Arraiza Cenoz | 2014-06-09 | 1 | -27/+29 |
| | | | | | | | (bzr r13341.1.55) | ||||
| * | | Undo changes in r13391 | Liam P. White | 2014-06-07 | 3 | -4/+5 |
| | | | | | | | (bzr r13341.1.51) | ||||
| * | | Clean up some unnecessary pointer usage in livarot | Liam P. White | 2014-06-06 | 3 | -5/+4 |
| | | | | | | | (bzr r13341.1.50) | ||||
| * | | Add Simplify LPE | Jabier Arraiza Cenoz | 2014-05-13 | 2 | -3/+47 |
| | | | | | | | (bzr r13341.1.13) | ||||
| * | | 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 | 2 | -87/+101 |
| | | | | | | | (bzr r11950.1.325) | ||||
| * | | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵ | Jabier Arraiza Cenoz | 2014-03-31 | 4 | -29/+20 |
| | | | | | | | | | | | of one curve less in the header (bzr r11950.1.320) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-30 | 6 | -40/+44 |
| |\| | | | | | (bzr r11950.1.317) | ||||
| | * | 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) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-27 | 18 | -362/+416 |
| |\| | | | | | (bzr r11950.1.315) | ||||
| | * | 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) | ||||
| * | | Fixed bug continuing cusp nodes | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.310) | ||||
| * | | Removed persistent blue line | Jabier Arraiza Cenoz | 2014-03-20 | 1 | -0/+4 |
| | | | | | | | (bzr r11950.1.309) | ||||
| * | | Full refactor of path continuations in bspline-spirolive mode, I think no ↵ | Jabier Arraiza Cenoz | 2014-03-20 | 4 | -27/+22 |
| | | | | | | | | | | | 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 | 3 | -67/+50 |
| | | | | | | | (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) | ||||
| * | | Fixing suv mac bug continuing existing bsplines/spiro paths | root | 2014-03-19 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.303) | ||||
| * | | This think fix su_v related bug on continuous paths in BSpline or Spiro mode | Jabier Arraiza Cenoz | 2014-03-19 | 1 | -1/+13 |
| | | | | | | | (bzr r11950.1.301) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-10 | 4 | -11/+29 |
| |\| | | | | | (bzr r11950.1.289) | ||||
| | * | 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) | ||||
| * | | Removing repeated condition logical test to make the code more readable | Vinícius dos Santos Oliveira | 2014-03-10 | 1 | -8/+6 |
| | | | | | | | | | | | and easier to follow. (bzr r11950.6.2) | ||||
| * | | Shortening code through removal of variable declaration used only at one | Vinícius dos Santos Oliveira | 2014-03-10 | 1 | -2/+1 |
| | | | | | | | | | | | place. (bzr r11950.6.1) | ||||
| * | | Fixed a bug when click over the previuos node in bspline/spiro mode | root | 2014-03-06 | 1 | -1/+0 |
| | | | | | | | (bzr r11950.1.285) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-06 | 3 | -120/+104 |
| |\| | | | | | (bzr r11950.1.283) | ||||
| | * | 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) | ||||
| * | | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 5 | -63/+60 |
| | | | | | | | (bzr r11950.1.281) | ||||
| * | | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 5 | -60/+63 |
| | | | | | | | (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 | 5 | -63/+60 |
| |/ / | | | | | | | | | 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 | 3 | -9/+45 |
| | | | | | | | | | | | 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 | 2 | -85/+66 |
| | | | | | | | (bzr r11950.1.265) | ||||
| * | | Resolving conflicts, maybe broken | Jabier Arraiza Cenoz | 2014-03-02 | 16 | -1226/+1187 |
| |\| | | | | | (bzr r11950.1.264) | ||||
| | * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 16 | -1051/+973 |
| | | | | | | | (bzr r13089) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-01 | 4 | -43/+46 |
| |\| | | | | | (bzr r11950.1.263) | ||||
| | * | 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) | ||||
| * | | adding some comments | Jabier Arraiza Cenoz | 2014-02-28 | 1 | -1/+6 |
| | | | | | | | (bzr r11950.1.260) | ||||
