summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions. Fix for bug #887539 (Permissions and #! in extension scripts ↵Nicolas Dufour2011-11-211-0/+0
| | | | | need fixing). (bzr r10747)
* Extensions. Barcode extension refactoring (see ↵Nicolas Dufour2010-12-301-3/+3
| | | | | https://code.launchpad.net/~doctormo/inkscape/barcode-refactor). (bzr r9993)
* Script change for shebangsLeo Albert Jackson2010-07-221-0/+1
| | | (bzr r9636.1.1)
* patch 276351, fix warningbulia byak2009-01-061-2/+2
| | | (bzr r7086)
* 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)
* more pyxml to lxml conversion. Aaron Spike2007-06-241-1/+1
| | | | | | 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)
* Add doctormo's barcode extension. Patch 1681456. Still need to make it work ↵Aaron Spike2007-04-251-0/+59
with the make-chinery for installation and distribution. (bzr r2958)