| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Corrected protected type access (comments were incorrect). | Jon A. Cruz | 2012-05-17 | 1 | -2/+5 |
| | | | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -100/+1 |
| | | | | (bzr r11318) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -22/+125 |
| | | | | (bzr r11250) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-04-04 | 1 | -1/+1 |
| | | | | (bzr r11144) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -1/+1 |
| | | | | (bzr r11030) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+2 |
| | | | | (bzr r10940) | ||||
| * | Patch from John Smith for 623660 | Josh Andler | 2012-01-23 | 1 | -1/+1 |
| | | | | (bzr r10921) | ||||
| * | 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵ | Diederik van Lierop | 2011-11-04 | 1 | -1/+0 |
| | | | | | | | | 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) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -6/+10 |
| | | | | (bzr r10660) | ||||
| * | Node tool, transforming a set of nodes: Fix crashes, and finish ↵ | Diederik van Lierop | 2011-09-16 | 1 | -4/+16 |
| | | | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633) | ||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -2/+2 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -7/+7 |
| | | | | (bzr r10025) | ||||
| * | Node tool: snap while scaling a selection of nodes. Consider this as ↵ | Diederik van Lierop | 2010-12-27 | 1 | -0/+18 |
| | | | | | | experimental; needs cleanup! (bzr r9985) | ||||
| * | Node tool: fix moving multiple nodes along handles (Ctrl+Alt) | Krzysztof Kosi??ski | 2010-12-16 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/642536 (bzr r9957) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 sculpting of nodes with non-degenerate handles. | Krzysztof Kosi??ski | 2010-07-22 | 1 | -2/+46 |
| | | | | (bzr r9639) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -4/+4 |
| | | | | | | | 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) | ||||
| * | Fix rotation in node and select tool | Krzysztof Kosi??ski | 2010-04-03 | 1 | -2/+2 |
| | | | | (bzr r9281.1.2) | ||||
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -2/+2 |
| | | | | (bzr r9281.1.1) | ||||
| * | Node tool: implement sculpting | Krzysztof Kosi??ski | 2010-03-03 | 1 | -9/+32 |
| | | | | (bzr r9131) | ||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 1 | -44/+88 |
| | | | | (bzr r9070) | ||||
| * | Fix performance regressions in the node tool and a stupid crash bug | Krzysztof Kosi??ski | 2010-02-06 | 1 | -1/+1 |
| | | | | | | 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 | -38/+12 |
| | | | | | | in the new node tool. (bzr r9044) | ||||
| * | Fix Ctrl+Alt+click deletion of selected nodes when transform handles | Krzysztof Kosi??ski | 2010-01-20 | 1 | -2/+1 |
| | | | | | | are turned on. (bzr r9008) | ||||
| * | Fix snapping in the node tool when more than one point is dragged. | Krzysztof Kosi??ski | 2010-01-20 | 1 | -10/+8 |
| | | | | (bzr r9001) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -1/+1 |
| | | | | (bzr r8981) | ||||
| * | * Add "show transform handles" toggle button. | Krzysztof Kosi??ski | 2010-01-14 | 1 | -45/+37 |
| | | | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18) | ||||
| * | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -1/+54 |
| | | | | | | | | | | | | | | * 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) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+530 |
| (bzr r8846.1.1) | |||||
