summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-win32-inout.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v2012-09-231-57/+0
| | | (bzr r11668.1.8)
* 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8407)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-1/+1
| | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637)
* Merge from trunkTed Gould2008-10-311-9/+7
| | | (bzr r6887)
* 2geomify, remove warnings and other fixesUlf Erikson2008-09-101-1/+0
| | | (bzr r6788)
* Improved emf handlingUlf Erikson2008-05-221-1/+1
| | | (bzr r5734)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-60/+60
| | | (bzr r2399)
* patch for emf export on win32bulia byak2006-11-131-0/+60
(bzr r1947)