summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/transform-handle-set.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extended resizing to node handles.Jon A. Cruz2012-05-171-2/+0
| | | (bzr r11375)
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-171-42/+79
| | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-13/+13
| | | (bzr r11207)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-3/+1
| | | (bzr r11030)
* cppcheckKris De Gussem2012-02-151-1/+1
| | | (bzr r10977)
* Patch from John Smith for 623660Josh Andler2012-01-231-1/+1
| | | (bzr r10921)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-041-59/+88
| | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720)
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-161-61/+109
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-14/+14
| | | (bzr r10025)
* Snapping: improve calculation of metrics for scaling, modify some comments, ↵Diederik van Lierop2010-12-271-1/+0
| | | | | and remove a line of obsolete debugging output (bzr r9986)
* Node tool: snap while scaling a selection of nodes. Consider this as ↵Diederik van Lierop2010-12-271-2/+64
| | | | | experimental; needs cleanup! (bzr r9985)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-161-1/+19
| | | | | | 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)
* Consistency fix in the tools strings (badly places :).Nicolas Dufour2010-05-261-14/+14
| | | (bzr r9453)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-12/+12
| | | | | | 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 bugKrzysztof Kosi??ski2010-04-031-12/+12
| | | (bzr r9281.1.1)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-14/+4
| | | | | in the new node tool. (bzr r9044)
* Warning cleanup.Jon A. Cruz2010-01-151-4/+27
| | | (bzr r8981)
* Some additional docsKrzysztof Kosi??ski2010-01-131-12/+3
| | | (bzr r8846.2.10)
* Implement selection spatial growKrzysztof Kosi??ski2009-12-261-1/+1
| | | (bzr r8846.2.7)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+653
(bzr r8846.1.1)