summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-20Update extensionsPatrick Storz1-0/+0
now at https://gitlab.com/inkscape/extensions/commit/efd48ee07ef0a0cfc43e60745bf519b53350cc11
2019-10-10Update ExtensionsMarc Jeanmougin1-0/+0
2019-09-07update extension submoduleMarc Jeanmougin1-0/+0
2019-08-08Update extensions to the latest versionsMartin Owens1-0/+0
2019-07-02Resync extensions with embed images fixMartin Owens1-0/+0
2019-06-22Sync the extensions up to the latest fixes (21st June 2019)Martin Owens1-0/+0
2019-06-17Update extensions to latest master branch, see inbox ↵Martin Owens1-0/+0
https://gitlab.com/inkscape/inbox/issues/584
2019-04-21Pull in fix for stdout issuesMartin Owens1-0/+0
2019-04-21Push extensions up to new known good stateMartin Owens1-0/+0
2019-03-23Update extensions submodulePatrick Storz1-0/+0
(avoid deprecation warning spawning for *every* extension)
2019-03-22Update extensions and fix inkscape.potPatrick Storz1-0/+0
2019-03-03Updat extensions to latest versionMartin Owens1-0/+0
2018-10-10update extensions submoduleThomas Holder1-0/+0
2018-09-11Extensions: Update to 616c3c16c22e483dd44d235854acfbf1b9615431Eduard Braun1-0/+0
2018-09-10Update extensionsMartin Owens1-0/+0
2018-09-09Add extensions as a submoduleMartin Owens1-0/+0
2018-09-09Move extensions to git inkscape-extensions repositoryMartin Owens1-95/+0
2016-04-14Upgrade barcodes, more pylint, new Ean2 code and extended Ean13 with ↵Martin Owens1-20/+37
automatic Ean2 and Ean5 additions (bzr r14842)
2016-03-16[Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
2015-10-20Extensions. Fix view center for Render extensions applied in transformed ↵su_v1-1/+2
layers or groups (bug #1503882) Fixed bugs: - https://launchpad.net/bugs/1503882 (bzr r14425.1.2)
2014-05-16Barcode extension: Code cleanup and merge in delta from last year.Martin Owens1-34/+45
(bzr r13386)
2014-03-16Fix header and copyright licenceMartin Owens1-17/+21
(bzr r13158)
2014-02-09Extensions->Render submenu. Scaling of group transform into document units, ↵Alvin Penner1-0/+1
Part 3 (Bug 1240455) (bzr r13015)
2011-11-21Extensions. Fix for bug #887539 (Permissions and #! in extension scripts ↵Nicolas Dufour1-0/+0
need fixing). (bzr r10747)
2010-12-30Extensions. Barcode extension refactoring (see ↵Nicolas Dufour1-3/+3
https://code.launchpad.net/~doctormo/inkscape/barcode-refactor). (bzr r9993)
2010-07-22Script change for shebangsLeo Albert Jackson1-0/+1
(bzr r9636.1.1)
2009-01-06patch 276351, fix warningbulia byak1-2/+2
(bzr r7086)
2008-05-23share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if ↵Peter Moulder1-2/+3
__name__ == '__main__':’, to allow use of pychecker. (bzr r5742)
2007-06-24more pyxml to lxml conversion. Aaron Spike1-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)
2007-04-25Add doctormo's barcode extension. Patch 1681456. Still need to make it work ↵Aaron Spike1-0/+59
with the make-chinery for installation and distribution. (bzr r2958)