| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix funny behavior when dragging near the start node of a path | Krzysztof Kosi??ski | 2010-08-13 | 1 | -1/+4 |
| | | | | (bzr r9712) | ||||
| * | Fix node editor crash when dragging near the last node of a path | Krzysztof Kosi??ski | 2010-08-13 | 1 | -1/+1 |
| | | | | (bzr r9711) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -1/+1 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -1/+1 |
| | | | | (bzr r9281.1.1) | ||||
| * | Fix a few remaining oddities in handle scaling via keyboard | Krzysztof Kosi??ski | 2010-03-18 | 1 | -10/+15 |
| | | | | (bzr r9205) | ||||
| * | Fix scaling of degenerate handles using keybard shortcuts. | Krzysztof Kosi??ski | 2010-03-18 | 1 | -5/+23 |
| | | | | (bzr r9203) | ||||
| * | New node tool: implement handle snapping | Krzysztof Kosi??ski | 2010-03-14 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/538487 (bzr r9192) | ||||
| * | Implement keyboard shortcuts for single handle adjustments. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -5/+74 |
| | | | | | | Minor disambiguating cleanup in node.h. (bzr r9190) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-02-25 | 1 | -1/+4 |
| | | | | (bzr r9110) | ||||
| * | Fix node tool crash on path where the last subpath is a lone moveto | Krzysztof Kosi??ski | 2010-02-18 | 1 | -1/+4 |
| | | | | (bzr r9096) | ||||
| * | Make ControlPointSelection trackable to prevent random crashes | Krzysztof Kosi??ski | 2010-02-18 | 1 | -11/+11 |
| | | | | | | in the node tool (bzr r9095) | ||||
| * | (Probably) fix a crash in the node tool and fix Ctrl+Alt dragging | Krzysztof Kosi??ski | 2010-02-10 | 1 | -6/+15 |
| | | | | (bzr r9075) | ||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 1 | -1/+1 |
| | | | | (bzr r9070) | ||||
| * | Fix new path update preference. | Krzysztof Kosi??ski | 2010-02-07 | 1 | -7/+5 |
| | | | | (bzr r9066) | ||||
| * | Fix performance regressions in the node tool and a stupid crash bug | Krzysztof Kosi??ski | 2010-02-06 | 1 | -4/+6 |
| | | | | | | when deleting more than one stretch of selected nodes (bzr r9061) | ||||
| * | Reduce libsigc++ usage to partially fix performance regressions | Krzysztof Kosi??ski | 2010-02-04 | 1 | -35/+0 |
| | | | | | | in the new node tool. (bzr r9044) | ||||
| * | Add pref settings that control updating the display of paths when dragging | Krzysztof Kosi??ski | 2010-01-31 | 1 | -2/+24 |
| | | | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038) | ||||
| * | Fix some actions failing when show handles is off. | Krzysztof Kosi??ski | 2010-01-28 | 1 | -3/+3 |
| | | | | (bzr r9027) | ||||
| * | Fix freezes when deleting nodes. | Krzysztof Kosi??ski | 2010-01-24 | 1 | -1/+1 |
| | | | | (bzr r9020) | ||||
| * | Make Ctrl+Alt+click delete nodes. | Krzysztof Kosi??ski | 2010-01-20 | 1 | -72/+99 |
| | | | | (bzr r9005) | ||||
| * | Fix path reverse action (Shift+R) in the node tool. | Krzysztof Kosi??ski | 2010-01-20 | 1 | -6/+9 |
| | | | | (bzr r9003) | ||||
| * | Select the first node of the path when Tab is pressed and nothing is selected. | Krzysztof Kosi??ski | 2010-01-20 | 1 | -9/+21 |
| | | | | (bzr r9002) | ||||
| * | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), | Krzysztof Kosi??ski | 2010-01-14 | 1 | -8/+15 |
| | | | | | | to work around broken headers in some GCC versions. (bzr r8980) | ||||
| * | Implement segment weld to make segment join similar to node join | Krzysztof Kosi??ski | 2010-01-14 | 1 | -3/+55 |
| | | | | (bzr r8846.2.12) | ||||
| * | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -47/+1 |
| | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9) | ||||
| * | Implement selection linear grow | Krzysztof Kosi??ski | 2009-12-26 | 1 | -5/+0 |
| | | | | (bzr r8846.2.8) | ||||
| * | Implement selection spatial grow | Krzysztof Kosi??ski | 2009-12-26 | 1 | -10/+48 |
| | | | | (bzr r8846.2.7) | ||||
| * | Comment cleanup | Krzysztof Kosi??ski | 2009-12-23 | 1 | -4/+5 |
| | | | | (bzr r8846.2.5) | ||||
| * | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 1 | -19/+102 |
| | | | | (bzr r8846.2.3) | ||||
| * | Fix mask editing behavior on undo and outline display for masks/clips; | Krzysztof Kosi??ski | 2009-12-05 | 1 | -0/+12 |
| | | | | | | prepare to fix LPE path parameters (bzr r8846.2.2) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+1183 |
| (bzr r8846.1.1) | |||||
