| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct fix from r9070 so that it doesn't break path highlighting | Krzysztof Kosi??ski | 2010-02-11 | 1 | -6/+2 |
| | | | | (bzr r9081) | ||||
| * | fix middle button pan and rubberband-zoom in node tool | buliabyak | 2010-02-10 | 1 | -1/+7 |
| | | | | (bzr r9080) | ||||
| * | Typo fix submitted by Yuro Chornoivan | Alexandre Prokoudine | 2010-02-10 | 1 | -1/+1 |
| | | | | (bzr r9077) | ||||
| * | (Probably) fix a crash in the node tool and fix Ctrl+Alt dragging | Krzysztof Kosi??ski | 2010-02-10 | 2 | -22/+33 |
| | | | | (bzr r9075) | ||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 10 | -114/+321 |
| | | | | (bzr r9070) | ||||
| * | Really fix middle click zoom in the node tool. | Krzysztof Kosi??ski | 2010-02-08 | 1 | -3/+5 |
| | | | | (bzr r9067) | ||||
| * | 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 | 8 | -15/+64 |
| | | | | | | when deleting more than one stretch of selected nodes (bzr r9061) | ||||
| * | Fix event handling for control points when multiple buttons are pressed; | Krzysztof Kosi??ski | 2010-02-06 | 1 | -31/+34 |
| | | | | | | | | | fixes crash bug in transform handles Fixed bugs: - https://launchpad.net/bugs/518005 (bzr r9060) | ||||
| * | Patch by Martin Sucha to add preferences to for grouping on Clip/Mask | Josh Andler | 2010-02-04 | 2 | -0/+24 |
| | | | | (bzr r9050) | ||||
| * | Reduce libsigc++ usage to partially fix performance regressions | Krzysztof Kosi??ski | 2010-02-04 | 15 | -307/+205 |
| | | | | | | in the new node tool. (bzr r9044) | ||||
| * | Updates for devlibs revision 9 | Krzysztof Kosi??ski | 2010-02-01 | 1 | -2/+2 |
| | | | | (bzr r9041) | ||||
| * | Fix the position of joined nodes to match 0.47 | Krzysztof Kosi??ski | 2010-01-31 | 1 | -13/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/514516 (bzr r9039) | ||||
| * | Add pref settings that control updating the display of paths when dragging | Krzysztof Kosi??ski | 2010-01-31 | 8 | -2/+70 |
| | | | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038) | ||||
| * | Fix constrained snapping in node tool. | Krzysztof Kosi??ski | 2010-01-31 | 1 | -4/+5 |
| | | | | (bzr r9035) | ||||
| * | Fix the "edit next LPE parameter" button. | Krzysztof Kosi??ski | 2010-01-28 | 1 | -2/+6 |
| | | | | (bzr r9029) | ||||
| * | Fix some actions failing when show handles is off. | Krzysztof Kosi??ski | 2010-01-28 | 1 | -3/+3 |
| | | | | (bzr r9027) | ||||
| * | Farsi support in win32 packages and Inkscape preferences | Nicolas Dufour | 2010-01-27 | 1 | -2/+2 |
| | | | | (bzr r9021) | ||||
| * | Fix freezes when deleting nodes. | Krzysztof Kosi??ski | 2010-01-24 | 1 | -1/+1 |
| | | | | (bzr r9020) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -6/+5 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | Fix some of the LPE issues. | Krzysztof Kosi??ski | 2010-01-22 | 1 | -5/+3 |
| | | | | (bzr r9013) | ||||
| * | Fix Ctrl+Alt+click deletion of selected nodes when transform handles | Krzysztof Kosi??ski | 2010-01-20 | 2 | -7/+10 |
| | | | | | | are turned on. (bzr r9008) | ||||
| * | Insert nodes on Ctrl+Alt+click on a path. | Krzysztof Kosi??ski | 2010-01-20 | 2 | -2/+15 |
| | | | | (bzr r9007) | ||||
| * | Go back to using TR1 unordered containers to fix warnings. Add configure | Krzysztof Kosi??ski | 2010-01-20 | 3 | -33/+9 |
| | | | | | | code to detect the broken header and display Wiki page URL. (bzr r9006) | ||||
| * | Make Ctrl+Alt+click delete nodes. | Krzysztof Kosi??ski | 2010-01-20 | 2 | -74/+101 |
| | | | | (bzr r9005) | ||||
| * | Fix middle click zoom in the node tool. | Krzysztof Kosi??ski | 2010-01-20 | 1 | -1/+9 |
| | | | | (bzr r9004) | ||||
| * | Fix path reverse action (Shift+R) in the node tool. | Krzysztof Kosi??ski | 2010-01-20 | 3 | -10/+31 |
| | | | | (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) | ||||
| * | Fix snapping in the node tool when more than one point is dragged. | Krzysztof Kosi??ski | 2010-01-20 | 3 | -27/+9 |
| | | | | (bzr r9001) | ||||
| * | Added temp option to enable repositioning of not-quite-completed UI items in ↵ | Jon A. Cruz | 2010-01-18 | 3 | -3/+20 |
| | | | | | | relayout. (bzr r8997) | ||||
| * | Do not try to construct an ustring from NULL in CurveDragPoint::_getTip. | Krzysztof Kosi??ski | 2010-01-16 | 1 | -1/+1 |
| | | | | | | Fixes crasher. (bzr r8989) | ||||
| * | Fix for compile on windows. Fixes bug #506845. | Jon A. Cruz | 2010-01-15 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/506845 (bzr r8986) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 7 | -27/+50 |
| | | | | (bzr r8981) | ||||
| * | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), | Krzysztof Kosi??ski | 2010-01-14 | 3 | -17/+50 |
| | | | | | | to work around broken headers in some GCC versions. (bzr r8980) | ||||
| * | Remove "show transform handles" from prefs - no longer necessary | Krzysztof Kosi??ski | 2010-01-14 | 2 | -3/+0 |
| | | | | (bzr r8979) | ||||
| * | * Add "show transform handles" toggle button. | Krzysztof Kosi??ski | 2010-01-14 | 5 | -62/+73 |
| | | | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18) | ||||
| * | Merge GSoC 2009 node tool rewrite | Krzysztof Kosi??ski | 2010-01-14 | 32 | -12/+8131 |
| |\ | | | | | (bzr r8976) | ||||
| | * | Re-enable snapping on release, for now. | Krzysztof Kosi??ski | 2010-01-14 | 1 | -2/+2 |
| | | | | | | | (bzr r8846.2.16) | ||||
| | * | Implement segment weld to make segment join similar to node join | Krzysztof Kosi??ski | 2010-01-14 | 3 | -11/+61 |
| | | | | | | | (bzr r8846.2.12) | ||||
| | * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 22 | -68/+538 |
| | |\ | | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | | Some additional docs | Krzysztof Kosi??ski | 2010-01-13 | 3 | -20/+43 |
| | | | | | | | | | | (bzr r8846.2.10) | ||||
| | * | | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 12 | -177/+232 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 6 | -19/+178 |
| | | | | | | | | | | (bzr r8846.2.8) | ||||
| | * | | Implement selection spatial grow | Krzysztof Kosi??ski | 2009-12-26 | 9 | -88/+186 |
| | | | | | | | | | | (bzr r8846.2.7) | ||||
| | * | | Comment cleanup | Krzysztof Kosi??ski | 2009-12-23 | 2 | -5/+6 |
| | | | | | | | | | | (bzr r8846.2.5) | ||||
| | * | | Fix the "show temporary outlines for selected paths" preference. | Krzysztof Kosi??ski | 2009-12-08 | 3 | -9/+10 |
| | | | | | | | | | | (bzr r8846.2.4) | ||||
| | * | | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 5 | -45/+133 |
| | | | | | | | | | | (bzr r8846.2.3) | ||||
| | * | | Fix mask editing behavior on undo and outline display for masks/clips; | Krzysztof Kosi??ski | 2009-12-05 | 7 | -67/+196 |
| | | | | | | | | | | | | | | | | prepare to fix LPE path parameters (bzr r8846.2.2) | ||||
| | * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 31 | -10/+7520 |
| | | | | | | | | | | (bzr r8846.1.1) | ||||
| * | | | Adding a 'widescreen' task. | Jon A. Cruz | 2010-01-13 | 1 | -11/+19 |
| | |/ |/| | | | (bzr r8972) | ||||
