summaryrefslogtreecommitdiffstats
path: root/src/common-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-162/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+9
(bzr r12782)
2013-10-13cppcheckKris De Gussem1-44/+35
(bzr r12680)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-8/+0
(bzr r11608.1.110)
2013-07-30Further refactoring of EventContexts.Markus Engel1-74/+90
(bzr r11608.1.109)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-14/+14
(bzr r11608.1.104)
2013-04-20Merging of EventContext classes complete.Markus Engel1-84/+5
(bzr r11608.1.98)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-3/+5
(bzr r11608.1.96)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-5/+19
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-6/+32
(bzr r11608.1.89)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-33/+6
(bzr r12064)
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-2/+2
(bzr r11867)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-2/+3
(bzr r11469.1.1)
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
(bzr r10666)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-07-07Fix LP #390162: Wrong defaults for Calligraphy toolKrzysztof Kosi??ski1-6/+7
(bzr r8223)
2008-10-27From trunkTed Gould1-44/+32
(bzr r6885)
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-6/+6
(bzr r6835)
2008-06-05fix compile with g++-4.3.Peter Moulder1-14/+26
(bzr r5810)
2008-06-02Pass through more calls to parent contexts, and added more common property ↵Jon A. Cruz1-5/+54
handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780)
2008-05-29Refactoring out common codeJon A. Cruz1-0/+169
(bzr r5759)