| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -129/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -1/+1 |
| | | | | (bzr r14954.1.22) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -7/+8 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 1 | -2/+2 |
| | | | | (bzr r13132) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+11 |
| | | | | (bzr r12782) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Fixed more mismatched-tags; replaced GObject-properties in SPGuide | Markus Engel | 2013-08-01 | 1 | -1/+1 |
| | | | | (bzr r11608.1.115) | ||||
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -0/+1 |
| | | | | (bzr r11608.1.111) | ||||
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -1/+1 |
| | | | | (bzr r11608.1.86) | ||||
| * | Merged more classes. | Markus Engel | 2013-04-06 | 1 | -22/+3 |
| | | | | (bzr r11608.1.84) | ||||
| * | Merged Item. | Markus Engel | 2013-04-05 | 1 | -1/+1 |
| | | | | (bzr r11608.1.81) | ||||
| * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | (bzr r11608.1.67) | ||||
| * | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -4/+2 |
| | | | | (bzr r11608.1.64) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -5/+5 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -1/+1 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | (bzr r12204) | ||||
| * | | Added "virtual pads" for | Markus Engel | 2013-03-29 | 1 | -1/+24 |
| |/ | | | | | | | - ColorProfile - LivePathEffectObject - Persp3D (bzr r11608.1.51) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | 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) | ||||
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -17/+2 |
| | | | | (bzr r8911) | ||||
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵ | Maximilian Albert | 2009-12-26 | 1 | -7/+22 |
| | | | | | | perspectives. (bzr r8910) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -4/+4 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8404) | ||||
| * | More NR::Point ==> Geom::Point | Maximilian Albert | 2008-09-18 | 1 | -4/+4 |
| | | | | (bzr r6837) | ||||
| * | Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵ | John Faith | 2008-04-04 | 1 | -1/+1 |
| | | | | | | being initialized automatically on OS X 10.3.9 and caused a crash when using the 3d bx tool. Launchpad bug 205659. (bzr r5329) | ||||
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -4/+4 |
| | | | | (bzr r5122) | ||||
| * | If present, use existent perspective as default for new boxes when opening a ↵ | Maximilian Albert | 2008-03-06 | 1 | -0/+1 |
| | | | | | | document. (bzr r4978) | ||||
| * | Fix LP #194718 | Maximilian Albert | 2008-02-23 | 1 | -1/+1 |
| | | | | (bzr r4836) | ||||
| * | Clean up comments and remove (already commented) debugging messages | Maximilian Albert | 2008-02-22 | 1 | -2/+2 |
| | | | | (bzr r4824) | ||||
| * | Enable 3D box toolbar | Maximilian Albert | 2008-01-08 | 1 | -2/+8 |
| | | | | (bzr r4436) | ||||
| * | Bug fix: prevent perspectives from being transformed more than once (by ↵ | Maximilian Albert | 2007-12-23 | 1 | -0/+11 |
| | | | | | | keeping track of selected boxes and their transformations). (bzr r4291) | ||||
| * | If necessary, split up perspectives when applying transformations to boxes; ↵ | Maximilian Albert | 2007-12-13 | 1 | -1/+3 |
| | | | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -0/+94 |
| this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | |||||
