summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node-tool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-105/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-5/+13
| | | (bzr r12782)
* Fix cycling through nodes with tab key.Markus Engel2013-10-091-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1237667 (bzr r12675)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-1/+0
| | | (bzr r11608.1.110)
* Further refactoring of EventContexts.Markus Engel2013-07-301-16/+17
| | | (bzr r11608.1.109)
* Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-1/+1
| | | (bzr r11608.1.104)
* Cleaned up a bit.Markus Engel2013-04-211-40/+37
| | | (bzr r11608.1.102)
* Merging of EventContext classes complete.Markus Engel2013-04-201-24/+3
| | | (bzr r11608.1.98)
* Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-4/+12
| | | (bzr r11608.1.97)
* Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-2/+5
| | | (bzr r11608.1.96)
* Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-0/+2
| | | (bzr r11608.1.94)
* Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-0/+1
| | | (bzr r11608.1.90)
* Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-1/+19
| | | (bzr r11608.1.89)
* Header cleanupAlex Valavanis2013-03-291-5/+2
| | | (bzr r12258)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-3/+0
| | | (bzr r12205)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-0/+1
| | | (bzr r11375)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+0
| | | | | the contents forward.h at all). (bzr r10667)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.1.1)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-3/+6
| | | | | header. (bzr r9978.1.1)
* 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)
* Only create / delete shape editors in the node tool when necessary.Krzysztof Kosi??ski2010-10-311-2/+2
| | | (bzr r9868)
* Fix pattern editing in the node editor. As a bonus, allow editingKrzysztof Kosi??ski2010-10-311-0/+3
| | | | | of more than one non-path shape at once. (bzr r9867)
* Add Ctrl+H as a shortcut for "show handles" in the node tool.Krzysztof Kosi??ski2010-04-021-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/324208 (bzr r9277)
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-091-0/+1
| | | (bzr r9070)
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-311-0/+2
| | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038)
* Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-051-0/+1
| | | | | prepare to fix LPE path parameters (bzr r8846.2.2)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+84
(bzr r8846.1.1)