summaryrefslogtreecommitdiffstats
path: root/share/extensions/gimp_xcf.inx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-1/+1
| | | (bzr r9807)
* Extensions. UI error in Gimp export; translatable keys and mouse reference link.Nicolas Dufour2010-09-191-3/+3
| | | (bzr r9771)
* Extensions. New -Save Background- option and help tab in Gimp XCF export.Nicolas Dufour2010-08-121-3/+15
| | | (bzr r9703)
* Better file description for .plt files.Tavmjong Bah2009-08-031-2/+2
| | | | | Lowercased .XCF and .DXF to match other entries. (bzr r8392)
* 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)