summaryrefslogtreecommitdiffstats
path: root/src/widgets/ege-paint-def.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-101-3/+7
| | | (bzr r10736)
* Documentation update pass.Jon A. Cruz2011-10-231-4/+0
| | | (bzr r10692)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Fix i18n macro include.Jon A. Cruz2011-06-161-0/+1
| | | (bzr r10309)
* Fix Bug #447385 - Drag'n'drop from swatches doesn't always workAdonis Papaderos2010-11-251-18/+7
| | | (bzr r9917.1.1)
* 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)
* Build fix for GCC 3.4.4 (added include for stdio.h)Josh Andler2009-05-011-0/+1
| | | (bzr r7807)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-0/+328
(bzr r7528)