summaryrefslogtreecommitdiffstats
path: root/share/extensions/Barcode (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-0915-1298/+0
|
* Improve EAN13 with guide mark and clean up a bit of codeMartin Owens2018-03-077-33/+40
|
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Misc. typosluzpaz2017-12-043-5/+5
| | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-23/+0
| | | (bzr r15046)
* Upgrade barcodes, more pylint, new Ean2 code and extended Ean13 with ↵Martin Owens2016-04-1415-413/+465
| | | | | automatic Ean2 and Ean5 additions (bzr r14842)
* [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-1614-14/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
* extensions. EAN5 barcode. fix offset caused by changing document unitsAlvin Penner2014-05-171-2/+2
| | | (bzr r13393)
* Put scale functionality back in to barcode renderer.Martin Owens2014-05-161-1/+2
| | | (bzr r13388)
* Fix build.Josh Andler2014-05-161-6/+6
| | | (bzr r13387)
* Barcode extension: Code cleanup and merge in delta from last year.Martin Owens2014-05-1613-91/+87
| | | (bzr r13386)
* Extensions->Render submenu. Scaling of group transform into document units, ↵Alvin Penner2014-02-091-1/+2
| | | | | Part 3 (Bug 1240455) (bzr r13015)
* Fix copyright email for Martin OwensMartin Owens2013-03-311-1/+1
| | | (bzr r12261)
* Extensions. Fix for bug #887539 (Permissions and #! in extension scripts ↵Nicolas Dufour2011-11-211-2/+2
| | | | | need fixing). (bzr r10747)
* Extensions. Barcode extension refactoring (see ↵Nicolas Dufour2010-12-3015-1001/+1041
| | | | | https://code.launchpad.net/~doctormo/inkscape/barcode-refactor). (bzr r9993)
* Script change for shebangsLeo Albert Jackson2010-07-2212-1/+12
| | | (bzr r9636.1.1)
* fix error in code93 barcode: missing end marker and termination barbuliabyak2010-04-271-0/+7
| | | (bzr r9382)
* patch by Horst Schottky for LP 529114Alvin Penner2010-02-281-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/529114 (bzr r9119)
* forgot the file EAN5Alvin Penner2009-12-221-0/+67
| | | (bzr r8903)
* code by Aaron Spike for EAN5Alvin Penner2009-12-212-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/477809 (bzr r8902)
* patch by mbeach for UPC-A checksumAlvin Penner2009-12-203-9/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/301129 (bzr r8897)
* patch 276351, fix warningbulia byak2009-01-061-1/+1
| | | (bzr r7086)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-2/+0
| | | (bzr r5299)
* svn propset svn:eol-style native *.pyPeter Moulder2008-03-291-9/+9
| | | (bzr r5228)
* patch 189924bulia byak2008-02-081-7/+12
| | | (bzr r4682)
* fix xml prefix in Barcode; another partial fix for Bug #179770Aaron Spike2008-01-051-1/+1
| | | (bzr r4398)
* long overdue conversion of Barcode to use lxmlAaron Spike2007-09-261-106/+112
| | | (bzr r3802)
* attempt to add Barcode into the make-chinery. I'll need help if this doesn't ↵Aaron Spike2007-04-252-0/+21
| | | | | work. (bzr r2960)
* Add doctormo's barcode extension. Patch 1681456. Still need to make it work ↵Aaron Spike2007-04-2511-0/+1104
with the make-chinery for installation and distribution. (bzr r2958)