summaryrefslogtreecommitdiffstats
path: root/share/extensions/simpletransform.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-20Update extensionsPatrick Storz1-0/+0
now at https://gitlab.com/inkscape/extensions/commit/efd48ee07ef0a0cfc43e60745bf519b53350cc11
2019-10-10Update ExtensionsMarc Jeanmougin1-0/+0
2019-09-07update extension submoduleMarc Jeanmougin1-0/+0
2019-08-08Update extensions to the latest versionsMartin Owens1-0/+0
2019-07-02Resync extensions with embed images fixMartin Owens1-0/+0
2019-06-22Sync the extensions up to the latest fixes (21st June 2019)Martin Owens1-0/+0
2019-06-17Update extensions to latest master branch, see inbox ↵Martin Owens1-0/+0
https://gitlab.com/inkscape/inbox/issues/584
2019-04-21Pull in fix for stdout issuesMartin Owens1-0/+0
2019-04-21Push extensions up to new known good stateMartin Owens1-0/+0
2019-03-23Update extensions submodulePatrick Storz1-0/+0
(avoid deprecation warning spawning for *every* extension)
2019-03-22Update extensions and fix inkscape.potPatrick Storz1-0/+0
2019-03-03Updat extensions to latest versionMartin Owens1-0/+0
2018-10-10update extensions submoduleThomas Holder1-0/+0
2018-09-11Extensions: Update to 616c3c16c22e483dd44d235854acfbf1b9615431Eduard Braun1-0/+0
2018-09-10Update extensionsMartin Owens1-0/+0
2018-09-09Add extensions as a submoduleMartin Owens1-0/+0
2018-09-09Move extensions to git inkscape-extensions repositoryMartin Owens1-261/+0
2016-03-16[Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
2015-10-20Extensions. Fix view center for Render extensions applied in transformed ↵su_v1-0/+6
layers or groups (bug #1503882) Fixed bugs: - https://launchpad.net/bugs/1503882 (bzr r14425.1.2)
2015-10-20Extensions. Move invertTransform() from voronoi2svg.py to shared module ↵su_v1-0/+15
simpletransform.py (bzr r14425.1.1)
2015-09-13Second round of extension executable bit cleanup.Krzysztof Kosi??ski1-1/+0
Add/remove executable bits and shebangs as appropriate. The extension entry point should be executable, while Python files that contain libraries and are not entry points should not be executable. Shebang lines should only be present in executable files. (bzr r14362)
2011-11-21Extensions. Fix for bug #887539 (Permissions and #! in extension scripts ↵Nicolas Dufour1-0/+0
need fixing). (bzr r10747)
2011-07-22patch by Giacomo Mirabassi for Bug 813366, support for image tagAlvin Penner1-1/+1
Fixed bugs: - https://launchpad.net/bugs/813366 (bzr r10492)
2011-07-03Extensions. Measure Path. use transform elements and viewBox (Bug 803791)Alvin Penner1-0/+8
Fixed bugs: - https://launchpad.net/bugs/803791 (bzr r10414)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-20fix Bug 308204, add Visual bbox optionAlvin Penner1-1/+40
Fixed bugs: - https://launchpad.net/bugs/308204 (bzr r9635)
2009-08-16parseTransform: fix rotate parsingThomas Holder1-13/+28
computeBBox: support all basic shapes (fix rect parsing) (bzr r8494)
2009-03-17noop: whitespacePeter Moulder1-15/+15
(bzr r7507)
2008-11-21Merge from fe-movedTed Gould1-5/+5
(bzr r6891)
2008-06-22patch 241565bulia byak1-14/+15
(bzr r6012)
2008-05-23noop: Add vim modeline for all share/extensions/*.py files that use ↵Peter Moulder1-0/+1
four-space indentation. (bzr r5739)
2008-05-23share/extension/*.py: noop: minor whitespace regularizations ahead of adding ↵Peter Moulder1-6/+6
vim modelines (bzr r5738)
2008-03-29svn propset svn:eol-style native *.pyPeter Moulder1-177/+177
(bzr r5228)
2008-02-23Added pathscatter effect + slight modif of simpletransform... to compute ↵JF Barraud1-2/+15
bbox of rects!! (bzr r4835)
2008-02-21Attempt fix for Bug #178022Aaron Spike1-1/+1
Evidently somewhere between versions 1.3.6 and 2.0 lxml began requiring that parameters passed to the Element.xpath() be keyword arguments (positional arguments had been allowed). Best guess places this at "2.0alpha6 (2007-12-19)" based upon the lxml Changelog. This fix appears to be backward compatible. Please test. (bzr r4797)
2008-01-29Update JF Barraud scripts to work with actual SVN see ↵popolon.org1-0/+164
https://bugs.launchpad.net/inkscape/+bug/182832 (interpolate is not modified, and new scatter scripts not added) (bzr r4613)