1
0
mirror of https://github.com/woo-j/zint.git synced 2025-03-16 14:50:16 +03:00

Commit Graph

  • 5c9d127ad1 2019-09-19 HaO DM: when encoding ECI, data scrambled when base256 encoding was chosen. The ECI codeword 241 was missing in the binary marker array and thus, the binrary length was inserted before the latch to binary resulting in very corrupt data. Harald Oehlmann 2019-09-18 10:51:01 +02:00
  • 0f6924d6dc 2019-09-11 HaO Document svg_plot vector= null crash has ticket number #164 Start Version release notes. Harald Oehlmann 2019-09-11 10:17:07 +02:00
  • 2fbbbeec12 2019-09-11 HaO Document svg_plot vector= null crash has ticket number #164 Start Version release notes. Harald Oehlmann 2019-09-11 10:14:42 +02:00
  • 4dfc090416 2019-09-11 HaO E-Mail Christian Schmitz 2019-09-10: svg_plot: check for null symbol->vector. Reason is unknown. Harald Oehlmann 2019-09-11 09:51:05 +02:00
  • faeb20dcd7 Don't stretch PDF unless expressly requested by user Robin Stuart 2019-09-04 21:57:54 +01:00
  • be9e2fd87a Allow PDF to latch into numeric compaction Robin Stuart 2019-09-04 21:34:20 +01:00
  • f2262f2616 Reinstate height adjustment for PDF Robin Stuart 2019-09-03 19:53:01 +01:00
  • 158834b6b4 Merge /u/gitlost/zint/ branch raster_bullseye into master Harald Oehlmann 2019-09-03 06:15:18 +00:00
  • 833877fb2f Remove Maxicode segfault bug Robin Stuart 2019-09-02 20:25:17 +01:00
  • c39c6a745f Arg typo in raster draw_bullseye gitlost 2019-09-02 18:10:21 +01:00
  • 5c5bf9f635 Merge /u/gitlost/zint/ branch microqr_version_option into master Harald Oehlmann 2019-09-02 12:20:00 +00:00
  • c5b03f665a Fix microqr version option out-by-one gitlost 2019-09-02 11:43:14 +01:00
  • 40aab7908b 2018-08-30 2.6.5 HaO Set version to 2.6.5 Harald Oehlmann 2019-09-02 12:37:01 +02:00
  • b5aaf308a3 2019-09-01 Codemonkey82 Draw Maxicode bullseye for scale = 0.5 Ticket #119 (Commit correction) Harald Oehlmann 2019-09-02 12:05:08 +02:00
  • b86a7e6560 2019-09-01 Codemonkey82 Draw Maxicode bullseye for scale = 0.5 Ticket #119 Harald Oehlmann 2019-09-02 11:26:30 +02:00
  • ed00537283 2019-09-01 HaO restored main.c which was unintentiously deleted in git Harald Oehlmann 2019-09-02 11:05:43 +02:00
  • 251a7d99c4 New files gitlost 2019-09-01 21:09:47 +01:00
  • d76cdd615b Fixes for eci, binary div, upce, other gitlost 2019-09-01 20:23:15 +01:00
  • 89c2ee6f1d 2019-09-01 HaO maxicode sizeof issue fixed by Christian Schmitz Harald Oehlmann 2019-09-01 18:14:21 +02:00
  • ba4294a02e 2018-08-30 2.6.4 HaO Debian dependencies removed. Ticket #147 Harald Oehlmann 2019-08-30 19:42:07 +02:00
  • 6949143419 2018-08-30 2.6.4 HaO Set version to 2.6.4 Harald Oehlmann 2019-08-30 19:18:14 +02:00
  • 202acd9d3e 2018-08-30 HaO Change qzint DMRE titels to DMRE only (not ISO/DIN) Harald Oehlmann 2019-08-30 18:47:18 +02:00
  • 0a55f5839e 2018-08-30 HaO Change DMRE from AIM standard to ISO/EC29158 DMRE (not backward compatible) Harald Oehlmann 2019-08-30 18:41:58 +02:00
  • efa4a8f435 2018-08-30 HaO Maxicode "input to long" error. Backport from okapi by Remi. Ticket #148 Harald Oehlmann 2019-08-30 16:40:44 +02:00
  • cb3eea2ba0 2018-08-30 HaO Implemented GS separator for Datamatrix (--gssep option). Ticket #139 Harald Oehlmann 2019-08-30 16:14:17 +02:00
  • 128a6f43d6 Included backend/ultra.c in makefiles I maintain Harald Oehlmann 2019-08-30 14:41:03 +02:00
  • ca24105ca0 Add placeholder for Ultracode Robin Stuart 2019-03-21 09:14:24 +00:00
  • 7239d2249c Merge /u/schnider/zint/ branch master into master Harald Oehlmann 2019-03-20 16:28:33 +00:00
  • 1debb132af Revert last change Robin Stuart 2019-03-18 19:36:03 +00:00
  • 1dbb610d59 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Robin Stuart 2019-03-18 17:37:04 +00:00
  • b531abf9b4 Try to protect from malformed colours Robin Stuart 2019-03-18 17:36:36 +00:00
  • dcf0cbef97 Enhanced data length checks for GS1 data Roman Schnider 2019-03-18 17:24:07 +01:00
  • a083b300e4 ECI documention enhancements [Ticket 128] Harald Oehlmann 2019-03-18 09:00:53 +01:00
  • 32b6bbaf0e Plot hexagons in Maxicode even when scale < 1.0 Robin Stuart 2019-03-16 15:47:08 +00:00
  • a6c93f1989 Recognise spaces as valid mode 2 character Robin Stuart 2019-03-15 19:15:47 +00:00
  • 0738c3fa2f Fix format info grid initialization typo Robin Stuart 2019-03-15 17:54:12 +00:00
  • b3c03b4769 Fix EOF bug in EMF output Robin Stuart 2019-03-14 11:02:17 +00:00
  • 3485bfcc98 Fix EOF issue with output to EMF Bug reported by <ly_xy@outlook.com> archive/vector Robin Stuart 2019-03-14 10:57:46 +00:00
  • d96079a327 Comment spelling corrected Harald Oehlmann 2019-02-08 17:38:49 +01:00
  • cbd4610d0c Ticket [125]: set type of text_height and text_offset to float as they are only used as such and one is multiplied by 0.8. In addition, silence all compiler warnings about possible data loss due to int->float and double->float conversions Harald Oehlmann 2019-02-02 19:42:02 +01:00
  • dc2e0b35a6 2018-01-07 HaO Make compile with MS-VC2017 [Ticket 135] Harald Oehlmann 2019-01-07 11:03:37 +01:00
  • eda3f4b114 Chnaged formatting and set "git config core.autocrlf false" to avoid warning that it will be transformed to crlf. No idea what it does. Harald Oehlmann 2018-12-12 10:09:17 +01:00
  • 934d2d8bc8 Ticket 132: add targets to mingw makefile. git wants to transform lf line endings in crlf, don't know why... Harald Oehlmann 2018-12-12 09:56:12 +01:00
  • 9684bdb556 Ticket 134: do some CMake corrections told to be ok by the ticket author. No test by me. Harald Oehlmann 2018-12-12 09:37:56 +01:00
  • 059eb7e450 tcl backend update to version 2.6.4: - Add options -bold, -dotted, -dotsize, -dmre, -eci - Implemented ECI logic Harald Oehlmann 2018-11-02 18:48:04 +01:00
  • 9abd2d9bf7 Ticket #69: Icon missing for windows CMD exe zint.exe Harald Oehlmann 2018-11-02 12:34:34 +01:00
  • 7f41e2a9ff Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Harald Oehlmann 2018-11-02 10:34:05 +01:00
  • cdc7778880 Ticket #109: rename datastream in fullstream, as this is the name of the more global variable Harald Oehlmann 2018-11-02 10:30:33 +01:00
  • 8ef333bfcc Ticket #109: rename datastream in fullstream, as this is the name of the more global variable Harald Oehlmann 2018-11-02 10:30:33 +01:00
  • 458d1c2ca0 tcl backend: improved help and corrected parameter error that -rotate 360 was allowed but would crash Harald Oehlmann 2018-11-02 09:36:51 +01:00
  • 30a334f60b Add backend/vector.c to makefiles I maintain Harald Oehlmann 2018-11-02 09:34:00 +01:00
  • 5c00c7893e Make it compile with MS-VC6++ Harald Oehlmann 2018-11-02 09:09:38 +01:00
  • 3ccc00a4d4 Add missing period to manual (test commit) Daniel Gredler 2018-07-09 22:14:42 -04:00
  • 58398bc754 Enforce length of GSRN Robin Stuart 2018-07-05 21:45:11 +01:00
  • c83bea4ae0 Enforce maximum length of document type identifier Robin Stuart 2018-07-05 21:27:26 +01:00
  • 951209331a Set max coupon code length to 70 Robin Stuart 2018-07-05 21:22:27 +01:00
  • 2642a418b9 Ensure maxium error correction capacity in QR Code Robin Stuart 2018-06-21 00:03:55 +01:00
  • 628078021b Fix typo in estimating lenth of binary data in QR Code Robin Stuart 2018-06-20 23:48:32 +01:00
  • 23a990c37c Ensure ECI encoding doesn't corrupt binary data in Data Matrix Robin Stuart 2018-06-20 23:47:06 +01:00
  • 8fcde380f8 Increase character count for percentages in alphanumeric mode Robin Stuart 2018-06-20 23:07:48 +01:00
  • 04b08eb39c Allocate more memory for percentages in Alphanumeric mode in QR Code Robin Stuart 2018-06-20 03:38:50 +01:00
  • 91d933adb7 Select symbol with unforced corners if none meets threshold Robin Stuart 2018-06-20 00:40:36 +01:00
  • 053c83d036 Implement new mask grading with forced corners in Dot Code Robin Stuart 2018-06-20 00:10:30 +01:00
  • 7409399438 Correct reader init bug in Code 128 Robin Stuart 2018-06-19 21:14:02 +01:00
  • 3ed1b5692f Adjust vector border to place bottom border above text Robin Stuart 2018-06-19 03:56:44 +01:00
  • ff332335ea Improved font positioning in Qt backend Robin Stuart 2018-06-18 03:55:52 +01:00
  • 656c8132a8 Use internal vector format in Qt backend Robin Stuart 2018-06-18 02:36:40 +01:00
  • 30fcd7986c Plot vector graphics using linked list structure Robin Stuart 2018-06-10 09:16:18 +01:00
  • dddf2934fc Allow escape character processing Robin Stuart 2018-04-22 14:25:39 +01:00
  • 909e307636 Prevent latch to incorrect mode when GTIN starts with 9 Robin Stuart 2018-04-18 20:24:21 +01:00
  • e749872e7d Resolve Visual Studio compatability bugs Robin Stuart 2018-04-09 21:46:20 +01:00
  • 3853897d88 Do not apply rect/dmre options if concrete size is given. E.g. "zint -b72 --vers 31" will ignore eventual option "--square or --dmre". Harald Oehlmann 2018-04-08 20:20:56 +02:00
  • 68fdae09c3 Prevent possible buffer overrun Robin Stuart 2018-04-06 10:50:19 +01:00
  • 75803e8aa2 Enhanced data length checks for GS1 data Robin Stuart 2018-03-30 18:46:33 +01:00
  • e6618f1a1b Allow escape character processing in batch mode Robin Stuart 2018-03-30 11:40:44 +01:00
  • 9a5e5f3a9a Rename variable to avoid keyword in VS Robin Stuart 2018-03-30 09:46:54 +01:00
  • 57075248ff Remove error correction bug for Australia Post symbols Robin Stuart 2018-03-15 19:17:34 +00:00
  • 749eb55321 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Thanks to work being done at SF! Robin Stuart 2018-02-15 10:47:59 +00:00
  • ffd1ed2d6b Update version number to 2.6.3 Robin Stuart 2018-02-15 10:46:02 +00:00
  • 8bd26f5e83 Open EMF files in binary mode Robin Stuart 2018-02-13 18:32:26 +00:00
  • ee763cb135 Do not free _alloca data Harald Oehlmann 2018-02-13 16:53:12 +01:00
  • 7fb7203a86 Include VIN and MailMark symbologies Harald Oehlmann 2018-02-13 16:37:46 +01:00
  • fa3c150610 Force TIFF to always use more than one strip Robin Stuart 2018-02-11 13:01:43 +00:00
  • 78d85bd72e Add font size option for SVG and EPS Robin Stuart 2018-02-11 09:55:28 +00:00
  • 8bb4d2ce86 Improved binary multiplication for large numbers Robin Stuart 2018-02-11 08:00:32 +00:00
  • f655eabc12 Add trailing spaces to Mailmark if not present in input data Robin Stuart 2018-02-10 07:26:33 +00:00
  • 389bcce10f Add Royal Mail Mailmark to front end Robin Stuart 2018-02-09 20:55:17 +00:00
  • 59116f689d Add new symbology: Royal Mail Mailmark Robin Stuart 2018-02-06 20:57:01 +00:00
  • 37d3e60c3a Allow lowercase input for VIN codes Robin Stuart 2018-02-04 08:42:01 +00:00
  • e737f992b5 Add verification for North America VIN (Vehicle Identification Number) Robin Stuart 2018-02-03 18:44:01 +00:00
  • 38150ce931 Correctly add leading zeroes to Australia Post symbols Robin Stuart 2018-02-03 11:41:35 +00:00
  • 3aeb1ea70a Make EAN and UPC symbols resizable in glabels in accordance with EN 797:1996 Robin Stuart 2018-01-29 19:12:30 +00:00
  • 0d4af7a462 Resolve further error message and warning idiosyncrasies Robin Stuart 2018-01-21 18:10:42 +00:00
  • baf56daa17 Don't display warning 222 in GUI Robin Stuart 2018-01-21 14:59:15 +00:00
  • d2161ffb20 Make CLI errors more consistent Robin Stuart 2018-01-21 14:33:54 +00:00
  • ae57d413bf UTF duplication error Robin Stuart 2018-01-21 11:50:49 +00:00
  • 7cb5eec35a Fix -esc crash for windows Harald Oehlmann 2018-01-14 17:47:02 +01:00
  • 782a3a6f39 Include terminator in esc processed string Robin Stuart 2018-01-13 15:45:26 +00:00
  • 670000b7ea Improve wording of error 227 Robin Stuart 2017-12-24 14:51:12 +00:00
  • c55340f4f3 Remove DMatrix option bug in UI Robin Stuart 2017-12-19 22:01:45 +00:00