summaryrefslogtreecommitdiffstats
path: root/share/extensions/hpgl_output.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions. Fix for bug #887539 (Permissions and #! in extension scripts ↵Nicolas Dufour2011-11-211-0/+0
| | | | | need fixing). (bzr r10747)
* 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)
* make hpgl document height compatible with dxf (Bug 487052)Alvin Penner2010-09-041-2/+2
| | | (bzr r9742)
* support for transform elements in hpgl (Bug 600472)Alvin Penner2010-08-041-25/+43
| | | (bzr r9689)
* adjustable hpgl scaling and pen numberAlvin Penner2010-03-301-2/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/548918 (bzr r9262)
* compensate for document heightAlvin Penner2009-07-031-4/+6
| | | (bzr r8201)
* modified version of fix by Preben S for LP bug 391923Alvin Penner2009-07-011-16/+51
| | | (bzr r8197)
* more basic test files and basic effect correctionsAur??lio A. Heckert2009-04-131-2/+3
| | | (bzr r7706)
* noop: In share/extensions: svn propset svn:eol-style native *.py *.inxPeter Moulder2009-04-071-48/+48
| | | | | In four cases, there were a mix of end-of-line styles. (bzr r7651)
* Merging from trunkTed Gould2008-10-111-12/+13
| | | (bzr r6884)
* added HPGL export extension, courtesy of Aaron SpikeAlexandre Prokoudine2008-06-051-0/+47
(bzr r5818)