107e00c8104649437b9520d0ba298dba659e7cd7 |
|
16-Mar-2016 |
JazzyNico <nicoduf@yahoo.fr> |
[Bug #1545726] Incorrect FSF address in many extension files. |
9abcf3b13a7ffe432bf1744d0de67d29afb125ed |
|
11-Feb-2015 |
apenner <penner@vaxxine.com> |
extensions. gimp_xcf.py. add error message if Inkscape installation not found. Relevant only to test suite. (Bug 1419266) |
358b46a388b1e316e51bc6fc5c4c7b10525db5ca |
|
02-Nov-2014 |
apenner <penner@vaxxine.com> |
update Python extensions from 90 to 96 dpi. |
7fc2c44ef6a375d2b200260e759ac59a9a68b56b |
|
09-Jan-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for bug #1266113 (xcf export only allows 90 dpi). |
3626239912f1d2e7effe313bd1fab54e10364f09 |
|
25-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix unit handling of all python extensions. did not test with all extensions |
f1242c3fdbffffe6aa4c79a55e775f598d42ba67 |
|
23-Oct-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #1200399 (xcf export fails if file or layer names contain non-ASCII characters). |
e4a094fa5446f7e5e226a3b10fdb7bf676808863 |
|
07-Oct-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Translations. Fix for Bug #425202 (Script messages not translated). |
c73300121caedfadbbad926c47a149ae44d20e9e |
|
04-Mar-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Translations. Typo fix, templates update and Ukrainian translation update by Yuri Chornoivan. |
3dace39053c4ea5433367bc1e2c82a1af84fa7f7 |
|
09-Feb-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. PEP8, error handling and various extension fixes. |
31fe94e94f7fc5a30e5bad2a0ff73d913c3fa9ae |
|
29-Aug-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Fix for bug #821435 (Gimp XCF export fails when layer id contains a space character). |
a2268d0ef10b160b6e9904bd1afb1e0411e4174b |
|
01-Oct-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Fix for Bug #650890 (Gimp XCF export fails when exporting from an unsaved new document). |
509730c943dad11948eb7b0bf4d74566a7d6e4fe |
|
12-Aug-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. New -Save Background- option and help tab in Gimp XCF export. |
10d83263d52ec327ae23c8f023602972a3d2d738 |
|
11-Aug-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Gimp XCF export fixes (Bugs #168250, #285558, #616193 and #616330). |
5ccbfb5caf24096be9760113beb43185c34661f2 |
|
09-Aug-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Gimp XCF export now works with units in Height and Width attributes (bug #485032). |
bb1c97d66ed035554ef6d68f52f2c666c9da3b5f |
|
29-Nov-2009 |
JazzyNico <nicoduf@yahoo.fr> |
Deprecation warning fix on xcf export |
c3a3cbd49df5e879393d7aa25f33acaddc3cd3a0 |
|
17-Nov-2009 |
gouldtj <gouldtj@users.sourceforge.net> |
Patch from trunk |
6b5e2cd7f2dbddc4fb7bdb5b0b624934e38f1247 |
|
17-Nov-2009 |
scislac <scislac@users.sourceforge.net> |
One line fix from ~suv (Ted knows) to fix our XCF export. Fixes 484016. |
a223910930e4cf964962a08cf1d30928395652c5 |
|
23-May-2008 |
pjrm <pjrm@users.sourceforge.net> |
share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if __name__ == '__main__':’, to allow use of pychecker. |
8db8b3d85d2f91e5429d9bb407d0babcfe44518b |
|
23-May-2008 |
pjrm <pjrm@users.sourceforge.net> |
share/extension/*.py: noop: minor whitespace regularizations ahead of adding vim modelines |
ab606790af736fe6d1220f1a5caae74000d32b23 |
|
03-May-2008 |
acspike <acspike@users.sourceforge.net> |
Export grid and guides to XCF (Bug #222655)
Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid. |
c07485ad7471f5e87ac31fd8e05e4d0882fd0971 |
|
21-Feb-2008 |
acspike <acspike@users.sourceforge.net> |
Attempt fix for Bug #178022
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. |
e8fd2d7e4dffd613e2c143539a0ab78fbe99e50e |
|
11-Feb-2008 |
acspike <acspike@users.sourceforge.net> |
Update scriptfu from siod to tinyscheme
I think this is a complete fix for the script but I can't tell because inkscape crashes.
Intercepting the temporary file the script creates I get a complete layered xcf! |
116aae64977c7eab27f283e827d12c4f3c71583e |
|
10-Feb-2008 |
acspike <acspike@users.sourceforge.net> |
Partial fix
This effect is currently broken and stands to be removed from the 0.46 release
I'm committing this partial fix, which updates the script for lxml anyway
The next stage will require updating the script-fu portion of the script to
operate with newer gimps (would be great if it could work with new and old!) |
6f2291d178a59c46eedaeaca3a87013cca5f46be |
|
01-Apr-2007 |
acspike <acspike@users.sourceforge.net> |
discard stderr from nested inkscape invocations |
8043973aa29d98ea8b44972befabae9347d46be6 |
|
27-Jan-2007 |
acspike <acspike@users.sourceforge.net> |
use bare layer names for layer names in gimp rather than file paths |
80809dee6f6d120234c4570056c9a10c063953d8 |
|
08-May-2006 |
acspike <acspike@users.sourceforge.net> |
standardize indents on 4 spaces
Python hates mixed whitespace |
448678d1602366f883a3176c78695f2b59046dba |
|
27-Mar-2006 |
acspike <acspike@users.sourceforge.net> |
A little XCF export script
Exports each layer as a PNG from Inkscape and uses script-fu to piece them back together as an XCF in GIMP. |