| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -105/+0 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -5/+13 |
| | | | | (bzr r12782) | ||||
| * | Fix cycling through nodes with tab key. | Markus Engel | 2013-10-09 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1237667 (bzr r12675) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -1/+0 |
| | | | | (bzr r11608.1.110) | ||||
| * | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -16/+17 |
| | | | | (bzr r11608.1.109) | ||||
| * | Removed some unused files; more refactoring in EventContext tree. | Markus Engel | 2013-04-21 | 1 | -1/+1 |
| | | | | (bzr r11608.1.104) | ||||
| * | Cleaned up a bit. | Markus Engel | 2013-04-21 | 1 | -40/+37 |
| | | | | (bzr r11608.1.102) | ||||
| * | Merging of EventContext classes complete. | Markus Engel | 2013-04-20 | 1 | -24/+3 |
| | | | | (bzr r11608.1.98) | ||||
| * | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -4/+12 |
| | | | | (bzr r11608.1.97) | ||||
| * | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 2013-04-13 | 1 | -2/+5 |
| | | | | (bzr r11608.1.96) | ||||
| * | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -0/+2 |
| | | | | (bzr r11608.1.94) | ||||
| * | Added constructors to EventContext tree / some missing virtual pads. | Markus Engel | 2013-04-09 | 1 | -0/+1 |
| | | | | (bzr r11608.1.90) | ||||
| * | Started conversion of SPEventContext tree; added virtual pads to all classes. | Markus Engel | 2013-04-08 | 1 | -1/+19 |
| | | | | (bzr r11608.1.89) | ||||
| * | Header cleanup | Alex Valavanis | 2013-03-29 | 1 | -5/+2 |
| | | | | (bzr r12258) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -3/+0 |
| | | | | (bzr r12205) | ||||
| * | Extended resizing to node handles. | Jon A. Cruz | 2012-05-17 | 1 | -0/+1 |
| | | | | (bzr r11375) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -1/+0 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 1 | -4/+4 |
| | | | | (bzr r10302.1.1) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -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. Cruz | 2010-12-23 | 1 | -3/+6 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | 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) | ||||
| * | Only create / delete shape editors in the node tool when necessary. | Krzysztof Kosi??ski | 2010-10-31 | 1 | -2/+2 |
| | | | | (bzr r9868) | ||||
| * | Fix pattern editing in the node editor. As a bonus, allow editing | Krzysztof Kosi??ski | 2010-10-31 | 1 | -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??ski | 2010-04-02 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/324208 (bzr r9277) | ||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 1 | -0/+1 |
| | | | | (bzr r9070) | ||||
| * | Add pref settings that control updating the display of paths when dragging | Krzysztof Kosi??ski | 2010-01-31 | 1 | -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??ski | 2009-12-05 | 1 | -0/+1 |
| | | | | | | prepare to fix LPE path parameters (bzr r8846.2.2) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+84 |
| (bzr r8846.1.1) | |||||
