summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen cleanup.Jon A. Cruz2011-10-031-20/+23
| | | (bzr r10660)
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-161-6/+9
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-27/+7
| | | (bzr r10025)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-161-0/+29
| | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
* Node tool: fix snapping during constrained rotation of handlesKrzysztof Kosi??ski2010-12-161-6/+21
| | | (bzr r9959)
* Node tool: fix handle retraction with non-cusp nodesKrzysztof Kosi??ski2010-12-161-8/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/610817 (bzr r9958)
* Fix four minor node tool regressions:Krzysztof Kosi??ski2010-11-181-4/+25
| | | | | | | | | | | | * Inverted modifier for spatial/linear grow * PgDn/PgUp keyboard shortcuts for grow * Shift during drag disables snapping * Clicking on the background deselects first the nodes and then the path Fixed bugs: - https://launchpad.net/bugs/647498 - https://launchpad.net/bugs/588628 (bzr r9904)
* Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop2010-11-171-2/+2
| | | (bzr r9903)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Reintroduce Shift+L shortcut and handle retraction when setting the typeKrzysztof Kosi??ski2010-11-061-8/+1
| | | | | of already cusp nodes to cusp in the node tool (bzr r9875)
* Remove the misfeature of retracting handles when the cusp node buttonKrzysztof Kosi??ski2010-10-121-4/+7
| | | | | | | is clicked and there are cusp nodes selected. It's really annoying when you have both smooth and cusp nodes in a selection. Use segment commands and Ctrl+click to retract handles instead. (bzr r9827)
* Fix oddities related to smooth endnodes. Should fix a crasher.Krzysztof Kosi??ski2010-10-121-2/+4
| | | (bzr r9826)
* Addition to my previous commit: fix for trunk is a bit different from the ↵Diederik van Lierop2010-09-251-0/+1
| | | | | fix for v0.48 (bzr r9784)
* fix snapmanager initializationDiederik van Lierop2010-09-251-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/630642 (bzr r9783)
* 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!Diederik van Lierop2010-08-151-1/+1
| | | (bzr r9714)
* Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop2010-08-141-0/+7
| | | (bzr r9713)
* Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+2
| | | (bzr r9697)
* Add a constrained snap method that takes multiple constraints. This reduces ↵Diederik van Lierop2010-08-071-101/+16
| | | | | the code repetitiveness in the node tool (bzr r9692)
* When snapping to handle lines (Ctrl+Alt node drag), snapKrzysztof Kosi??ski2010-07-211-7/+64
| | | | | to perpendiculars of those lines as well (bzr r9636)
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-6/+6
| | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
* Consistency fix in the tools strings (badly places :).Nicolas Dufour2010-05-261-14/+14
| | | (bzr r9453)
* Fix small snapping regression (reported in LP #562205, comment #11)Diederik van Lierop2010-05-091-3/+1
| | | (bzr r9405)
* Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski2010-03-181-24/+69
| | | (bzr r9203)
* Fix Ctrl-drag in node tool with zero snap delay.Krzysztof Kosi??ski2010-03-171-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/539995 (bzr r9200)
* New node tool: implement handle snappingKrzysztof Kosi??ski2010-03-141-8/+47
| | | | | | Fixed bugs: - https://launchpad.net/bugs/538487 (bzr r9192)
* Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski2010-03-141-36/+36
| | | | | Minor disambiguating cleanup in node.h. (bzr r9190)
* Warning cleanup.Jon A. Cruz2010-02-251-1/+1
| | | (bzr r9110)
* (Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2010-02-101-16/+18
| | | (bzr r9075)
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-091-35/+148
| | | (bzr r9070)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-1/+1
| | | | | when deleting more than one stretch of selected nodes (bzr r9061)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-26/+30
| | | | | in the new node tool. (bzr r9044)
* Fix constrained snapping in node tool.Krzysztof Kosi??ski2010-01-311-4/+5
| | | (bzr r9035)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-6/+5
| | | | | specified explicitly) (bzr r9014)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-1/+1
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Warning cleanup.Jon A. Cruz2010-01-151-8/+8
| | | (bzr r8981)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-7/+8
| | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
* Some additional docsKrzysztof Kosi??ski2010-01-131-8/+16
| | | (bzr r8846.2.10)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-24/+100
| | | | | | | | | | | | | * 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 growKrzysztof Kosi??ski2009-12-261-11/+131
| | | (bzr r8846.2.8)
* Implement selection spatial growKrzysztof Kosi??ski2009-12-261-32/+66
| | | (bzr r8846.2.7)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+965
(bzr r8846.1.1)