summaryrefslogtreecommitdiffstats
path: root/share/extensions/perspective.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update perspective.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
| | | compensate for size of viewbox
* i18n. Fixing gettext initialization in some more extensions.Nicolas Dufour2017-01-231-0/+2
| | | (bzr r15433)
* [Bug #1538277] Translations in inkex.py fail unless extension script itself ↵Nicolas Dufour2016-05-261-2/+0
| | | | | | | | initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918)
* [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
* Extensions. Move invertTransform() from voronoi2svg.py to shared module ↵su_v2015-10-201-2/+1
| | | | | simpletransform.py (bzr r14425.1.1)
* Extensions. Scaling of command-line bbox into document units, Part 4 (Bug ↵Alvin Penner2014-02-141-2/+3
| | | | | 1240455) (bzr r13028)
* Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-10-071-27/+19
| | | (bzr r11749)
* Extensions. Perspective. use transform elements if present (Bug 168942)Alvin Penner2011-07-041-5/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168942 (bzr r10416)
* 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)
* fixing typos, replace | with ->Alvin Penner2009-08-141-4/+4
| | | (bzr r8485)
* LP bug 387446, try subprocess module instead of popen3Alvin Penner2009-06-221-4/+16
| | | (bzr r8147)
* exit message if first object has a sodipodi:typeAlvin Penner2008-12-271-5/+8
| | | (bzr r7026)
* patch by Simon Dahlbacka, for LP 186582, modified to produce more detailed ↵Alvin Penner2008-12-051-19/+29
| | | | | output (bzr r6945)
* share/extensions/*.py: Use gettext for (many) error messages.Peter Moulder2008-05-231-3/+8
| | | | | share/extensions/inkex.py: (errormsg): New function. (bzr r5743)
* share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if ↵Peter Moulder2008-05-231-2/+3
| | | | | __name__ == '__main__':’, to allow use of pychecker. (bzr r5742)
* noop: Add vim modeline for all share/extensions/*.py files that use ↵Peter Moulder2008-05-231-0/+3
| | | | | four-space indentation. (bzr r5739)
* Patch for Win32 bug 176750 - Envelope and Perspective scripts report "empty ↵Mike Pittman2008-04-241-1/+1
| | | | | string for float" (bzr r5505)
* Adding additional directions for installing script pre-requisitesBryce Harrington2008-01-131-1/+1
| | | (bzr r4473)
* fix [ 1742638 ] Extrude returns errorAaron Spike2007-08-211-1/+1
| | | (bzr r3559)
* more pyxml to lxml conversion. Aaron Spike2007-06-241-14/+13
| | | | | | I'd like to get someone else to look at Barcode and the TeX extension. Some of the big name extensions like pathalongpath.py still don't work but I have started converting (and somehow broke them). committing in case someone wants to help fix. :-) (bzr r3092)
* throw out stderr so that users don't see the warning about no svg extension ↵Aaron Spike2007-04-011-6/+7
| | | | | on temp files. yes, we will mask other errors (bzr r2804)
* be sure to use the sys prefix on exit; provide a resonable message to users ↵Aaron Spike2007-04-011-34/+38
| | | | | who have no numpy; fix whitespace (bzr r2803)
* typosbulia byak2007-03-161-1/+1
| | | (bzr r2671)
* perspectivebulia byak2007-01-111-0/+123
(bzr r2181)