summaryrefslogtreecommitdiffstats
path: root/src/common-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)