summaryrefslogtreecommitdiffstats
path: root/share/extensions/gimp_xcf.inx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from sas to fix validity of the INX file for gimp_xcf.pyAaron Spike2008-05-041-2/+2
| | | (bzr r5595)
* Export grid and guides to XCF (Bug #222655)Aaron Spike2008-05-031-0/+3
| | | | | Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid. (bzr r5591)
* All extensions are now propper XML files with a namespace and all validate ↵Marcin Floryan2008-04-181-1/+2
| | | | | against the new inkscape.extension.rng RelaxNG schema. (bzr r5472)
* Following the previous commit - update to the INX files - a step towards ↵Marcin Floryan2008-04-171-1/+1
| | | | | proper XML format with schema for INX files. (bzr r5465)
* A little XCF export scriptAaron Spike2006-03-271-0/+19
Exports each layer as a PNG from Inkscape and uses script-fu to piece them back together as an XCF in GIMP. (bzr r305)