summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade barcodes, more pylint, new Ean2 code and extended Ean13 with ↵Martin Owens2016-04-141-20/+37
| | | | | automatic Ean2 and Ean5 additions (bzr r14842)
* [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
* Extensions. Fix view center for Render extensions applied in transformed ↵su_v2015-10-201-1/+2
| | | | | | | | layers or groups (bug #1503882) Fixed bugs: - https://launchpad.net/bugs/1503882 (bzr r14425.1.2)
* Barcode extension: Code cleanup and merge in delta from last year.Martin Owens2014-05-161-34/+45
| | | (bzr r13386)
* Fix header and copyright licenceMartin Owens2014-03-161-17/+21
| | | (bzr r13158)
* Extensions->Render submenu. Scaling of group transform into document units, ↵Alvin Penner2014-02-091-0/+1
| | | | | Part 3 (Bug 1240455) (bzr r13015)
* 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)