summaryrefslogtreecommitdiffstats
path: root/src/common-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-162/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+9
| | | (bzr r12782)
* cppcheckKris De Gussem2013-10-131-44/+35
| | | (bzr r12680)
* Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-8/+0
| | | (bzr r11608.1.110)
* Further refactoring of EventContexts.Markus Engel2013-07-301-74/+90
| | | (bzr r11608.1.109)
* Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-14/+14
| | | (bzr r11608.1.104)
* Merging of EventContext classes complete.Markus Engel2013-04-201-84/+5
| | | (bzr r11608.1.98)
* Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-3/+5
| | | (bzr r11608.1.96)
* Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-5/+19
| | | (bzr r11608.1.90)
* Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-6/+32
| | | (bzr r11608.1.89)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-33/+6
| | | (bzr r12064)
* cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-2/+2
| | | (bzr r11867)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-2/+3
| | | (bzr r11469.1.1)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* 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)
* Fix LP #390162: Wrong defaults for Calligraphy toolKrzysztof Kosi??ski2009-07-071-6/+7
| | | (bzr r8223)
* From trunkTed Gould2008-10-271-44/+32
| | | (bzr r6885)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-6/+6
| | | (bzr r6835)
* fix compile with g++-4.3.Peter Moulder2008-06-051-14/+26
| | | (bzr r5810)
* Pass through more calls to parent contexts, and added more common property ↵Jon A. Cruz2008-06-021-5/+54
| | | | | | | handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780)
* Refactoring out common codeJon A. Cruz2008-05-291-0/+169
(bzr r5759)