summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update extensionsPatrick Storz2019-10-201-0/+0
| | | | | now at https://gitlab.com/inkscape/extensions/commit/efd48ee07ef0a0cfc43e60745bf519b53350cc11
* Update ExtensionsMarc Jeanmougin2019-10-101-0/+0
|
* update extension submoduleMarc Jeanmougin2019-09-071-0/+0
|
* Update extensions to the latest versionsMartin Owens2019-08-081-0/+0
|
* Resync extensions with embed images fixMartin Owens2019-07-021-0/+0
|
* Sync the extensions up to the latest fixes (21st June 2019)Martin Owens2019-06-221-0/+0
|
* Update extensions to latest master branch, see inbox ↵Martin Owens2019-06-171-0/+0
| | | | https://gitlab.com/inkscape/inbox/issues/584
* Pull in fix for stdout issuesMartin Owens2019-04-211-0/+0
|
* Push extensions up to new known good stateMartin Owens2019-04-211-0/+0
|
* Update extensions submodulePatrick Storz2019-03-231-0/+0
| | | | (avoid deprecation warning spawning for *every* extension)
* Update extensions and fix inkscape.potPatrick Storz2019-03-221-0/+0
|
* Updat extensions to latest versionMartin Owens2019-03-031-0/+0
|
* update extensions submoduleThomas Holder2018-10-101-0/+0
|
* Extensions: Update to 616c3c16c22e483dd44d235854acfbf1b9615431Eduard Braun2018-09-111-0/+0
|
* Update extensionsMartin Owens2018-09-101-0/+0
|
* Add extensions as a submoduleMartin Owens2018-09-091-0/+0
|
* Move extensions to git inkscape-extensions repositoryMartin Owens2018-09-091-95/+0
|
* 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)