summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-121-3/+3
| | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-211-1/+0
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-0/+2
| | | (bzr r11375)
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-171-27/+131
| | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-1/+2
| | | (bzr r11321)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-5/+2
| | | (bzr r11030)
* Patch from John Smith for 623660Josh Andler2012-01-231-2/+2
| | | (bzr r10921)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-141-2/+2
| | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-161-0/+1
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-161-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
* 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)
* Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski2010-03-181-2/+6
| | | (bzr r9203)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-18/+18
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski2010-03-141-34/+30
| | | | | Minor disambiguating cleanup in node.h. (bzr r9190)
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-091-0/+2
| | | (bzr r9070)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-10/+21
| | | | | in the new node tool. (bzr r9044)
* Some additional docsKrzysztof Kosi??ski2010-01-131-0/+24
| | | (bzr r8846.2.10)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-1/+5
| | | | | | | | | | | | | * 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-0/+1
| | | (bzr r8846.2.8)
* Implement selection spatial growKrzysztof Kosi??ski2009-12-261-1/+4
| | | (bzr r8846.2.7)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+366
(bzr r8846.1.1)