1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-03 20:55:28 +00:00

Commit Graph

  • 4ae120ab35 Han Xin: Add user options (Version and ECC level) Robin Stuart 2016-04-30 10:25:16 +01:00
  • 8eb5525c8c Han Xin: Add function information Robin Stuart 2016-04-23 15:26:51 +01:00
  • 4c7fb647d0 Han Xin: Evaluate and apply bitmask Robin Stuart 2016-04-20 20:44:59 +01:00
  • fd0f041f19 Han Xin: Add error correction and codeword interlace Robin Stuart 2016-04-16 12:57:45 +01:00
  • 7831bda722 Han Xin: Select symbol size and divide binary data into codewords Robin Stuart 2016-04-10 20:36:57 +01:00
  • 64396488e8 Han Xin: Plot finder and alignment patterns Robin Stuart 2016-04-09 17:01:21 +01:00
  • a5440244c4 Han Xin - Add Numeric mode, Text mode and Binary byte mode encoding Robin Stuart 2016-04-07 22:30:37 +01:00
  • 0230426b0f Add new symbology: Han Xin Code Robin Stuart 2016-04-07 17:13:43 +01:00
  • 0fcf4cc1ab Ticket #18: add some const. Harald Oehlmann 2016-04-06 22:55:14 +02:00
  • 5ec95153a0 Populate map for Aztec codes Robin Stuart 2016-04-06 09:35:36 +01:00
  • 90407bffce Removed include malloc.h for all non-Windows so FreeBSD compiles. Removed include of sys/malloc.h for APPLE, probably not used. Ticket #18 Harald Oehlmann 2016-04-03 22:33:01 +02:00
  • f17f10fa7c Replace local concat() and roundup() with C library defaults Robin Stuart 2016-03-02 21:12:38 +00:00
  • 0a034fd5ea Re-replace ceilf() by ceil(). ceilf is better but is C99 which is not supported by my MS-VC6 cpmpiler. I also suppose, we loose friends if we will rely on C99 features. If someone has a solution to test if ceilf() exists and use it in this case, I have no troubble, but we need a fall-back. Harald Oehlmann 2016-03-02 11:05:22 +01:00
  • 4fb0bb96d9 Bugfix: buffer overrun and mode switch in general field Robin Stuart 2016-02-29 20:54:20 +00:00
  • 5d9ce6f684 Improvements from Oxy patch Robin Stuart 2016-02-29 19:42:32 +00:00
  • 922ee489a9 Managed to compile qzint with png save support included Harald Oehlmann 2016-02-28 22:18:58 +01:00
  • 372994d794 Add Data Matrix Rectangular Extension (DMRE) in regular distribution - add define "DM_DMRE 101" to zint.h as option_3 value - add option "-dmre" to command line - add ckeckbutton "Activate DMRE in automatic mode" to qzint - make dmatrix.c/dmatrix.h aware of option_3 value DM_DMRE and include DMRE in automatic mode - Use version 2.5 everywere (as already started by Robin) - common test case for DMRE in automatic mode is numeric input data with 48 digits, which should lead to a symbol of size 8x64 Harald Oehlmann 2016-02-27 21:26:52 +01:00
  • 0d7ee10ef5 Avoid type definition outside of blocks to be VC6 compatible. Harald Oehlmann 2016-02-24 08:42:15 +01:00
  • 7d6050bd3b Allocate memory in Visual Studio friendly way Robin Stuart 2016-02-23 19:33:21 +00:00
  • 9372aa4e48 Remove int declarations in for loops for Visual Studio Robin Stuart 2016-02-23 19:21:48 +00:00
  • cc69851da7 Update developer info Robin Stuart 2016-02-22 19:07:09 +00:00
  • 65ce7ecc82 Remove dead code Robin Stuart 2016-02-20 14:47:11 +00:00
  • 6b0b69eb4f Simplify font.h Robin Stuart 2016-02-20 14:38:40 +00:00
  • 858c6264b1 Code format and audit, part 4 Robin Stuart 2016-02-20 12:37:50 +00:00
  • 660d8148bd Code format and audit, part 3 Robin Stuart 2016-02-20 11:29:19 +00:00
  • 8a88ffdd7b Code format and audit, part 2 Robin Stuart 2016-02-20 10:50:15 +00:00
  • 77cdf77690 Code format and audit, part 1 Robin Stuart 2016-02-20 09:38:03 +00:00
  • ae335b104a Alter 'dump' option to give hexadecimal output Robin Stuart 2016-02-18 23:23:31 +00:00
  • 653105b81d Improved data compression algorithm for QR Code Robin Stuart 2016-02-18 12:17:50 +00:00
  • 001a0a88d9 Revised data mask scoring Robin Stuart 2016-02-17 20:31:50 +00:00
  • 97a7afa246 Update GS1 Composite name Robin Stuart 2016-02-17 14:33:17 +00:00
  • 0f2abd1c64 Update GS1 DataBar names Robin Stuart 2016-02-17 13:01:56 +00:00
  • 0c42a2473e Revert to UNIX style EOL Robin Stuart 2016-02-17 10:52:48 +00:00
  • 2e59058615 Avoid possible confusion with Windows error code Robin Stuart 2016-02-17 10:37:20 +00:00
  • 7ae95b2b42 Numeric data correction Robin Stuart 2016-02-13 07:58:59 +00:00
  • a57001d2ad Improved 'look ahead test' from Annex P Robin Stuart 2016-02-13 07:37:24 +00:00
  • cbe5b32785 Prevent binary data corruption Robin Stuart 2016-02-07 14:31:58 +00:00
  • 21a8a0f0b7 Update copyright info in GUI Robin Stuart 2016-01-16 17:08:30 +00:00
  • 6fc43786a1 Improved implementation of Annex P Robin Stuart 2016-01-16 16:45:08 +00:00
  • ffc4c14e45 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Robin Stuart 2016-01-12 19:43:38 +00:00
  • 0a340a7ca2 Calculate correct number of codeblocks for DataBar ExpStack Robin Stuart 2016-01-12 19:42:41 +00:00
  • 1346a95ac1 Add MS VC6 makefiles Harald Oehlmann 2016-01-12 18:54:36 +01:00
  • 8569731337 Automatically generate Aztec map Robin Stuart 2016-01-10 17:34:33 +00:00
  • 27c7c9447c Avoid segfault generating DataBar Stacked Robin Stuart 2016-01-10 13:24:25 +00:00
  • bfb3964fc0 Ticket #7 Fix compilation warnings (bugs): uninitialzed use. Harald Oehlmann 2016-01-05 12:29:39 +01:00
  • cb6a126bf2 Ticket #4: Instabilities in QR and Micro-QR Codes - fixed by Patch from Philipe Leuba Harald Oehlmann 2016-01-05 10:19:35 +01:00
  • 4c9570176b Ticket #7: Silence compiler warnings for unused variables Harald Oehlmann 2016-01-05 10:10:52 +01:00
  • c120ca49dd DM: Do not double macro character postfix <RS><EOT> Harald Oehlmann 2016-01-04 18:37:34 +01:00
  • 779894b671 Ticket 12: if(done = 0) corrected Harald Oehlmann 2016-01-04 18:27:53 +01:00
  • 2a1d6b8e48 Non-latin1 interpretation characters crash png output. https://sourceforge.net/p/zint/tickets/11/ Harald Oehlmann 2016-01-04 18:10:44 +01:00
  • a31e562fd4 "Fix stdout handling for png output", 2012-08-06 from fdb8b4e30e Harald Oehlmann 2015-12-07 22:41:40 +01:00
  • 3aa27d3ccb "Fix compilation with newer libpng versions", 2012-08-06 from ea0812c50b Harald Oehlmann 2015-12-07 22:36:05 +01:00
  • ce2950dd7e "gridmtx: Fix EOL bug", 2012-11-11 from 8d3cd0ece0 Harald Oehlmann 2015-12-07 22:32:53 +01:00
  • 1e41540688 "Remove references to dm200", 2012-07-09 on 7c0e950ee0 Harald Oehlmann 2015-12-07 22:26:40 +01:00
  • f1f6d4ffc6 Remove unreachable statements. From 8d2ab1bfcf Harald Oehlmann 2015-10-16 14:26:13 +02:00
  • 96974d2cd1 Fix issue #3: Fix FindZint.cmake dest dir (patch by Jaroslaw Staniek) Harald Oehlmann 2015-09-14 21:47:07 +02:00
  • 603974278b Ticket#1: Code 93: Represent some escaped characters by their direct representation: %,%,+,-,.,/ Patch by Robin Stuart Harald Oehlmann 2015-08-18 19:41:10 +02:00
  • fdbe0c6338 rss limited bug fix: finder for checksum 88 added. Patch by Robin Stuart, ticket: https://github.com/zint/zint/issues/44 Harald Oehlmann 2015-08-18 16:16:10 +02:00
  • 5c9a226ce5 Comment out dmre sizes in qt frontend Harald Oehlmann 2015-08-18 15:17:03 +02:00
  • ed1f0bebec Handle NULL for Aztec Symbology (https://sourceforge.net/p/zint/mailman/message/29335201/) Harald Oehlmann 2015-08-18 14:58:30 +02:00
  • 2215b648f0 Added possibility to not use Datamatrix rectangular extensions Harald Oehlmann 2015-08-18 14:56:55 +02:00
  • 216eb6c993 Removed DMRE Format 12x48 as it requires special placement algorithm Harald Oehlmann 2015-08-18 14:54:01 +02:00
  • b7f9a7a6e4 Changed comment list for placement extension usage matrix sizes Harald Oehlmann 2015-08-18 14:51:40 +02:00
  • c86ba22170 Activated row placement wrap-around at the bottom in placement algorithm Harald Oehlmann 2015-08-18 14:50:37 +02:00
  • 4dc096cd67 Corrected DMRE direct creation with -vers Harald Oehlmann 2015-08-18 14:49:35 +02:00
  • 30c8df3269 (Patch by Milton Neal) C40/X12 encodation ending rule implemented (may lead to smaller codes) Harald Oehlmann 2015-08-18 14:48:03 +02:00
  • 6158a95bd5 plessey.c: Loop will never end due to unsinged type (Bug by Philippe Leuba) Harald Oehlmann 2015-08-18 14:46:30 +02:00
  • bf687fc409 Same functionality but IMHO nicer because special handling only at one place Harald Oehlmann 2015-08-18 14:38:11 +02:00
  • 66f112098d Patch by Milton Neal: Do not double forelast character, if it does not fit in a C40 encoding and the last character is shifted (reported by Bertram Wirth) Harald Oehlmann 2015-08-18 14:30:09 +02:00
  • 32ac8ccbae RSS bug corrected: Character missing for message [01]90614141999996[10]1234222222222221 Patch by Daniel Frede Harald Oehlmann 2015-08-18 14:28:58 +02:00
  • b948d9928c Fixed wrong use of _alloca which causes crashes on Windows Harald Oehlmann 2015-08-18 14:27:37 +02:00
  • 93fa54a784 Wrong length variable used for x12: Data "P4022.631.50231>SN2743>4LCA>VOPTIM01US>10D2014/7/28" was a spurious "8" appended. Fix by Milton Neal and Robin Stuart. Harald Oehlmann 2015-08-18 14:26:24 +02:00
  • 7b2856c083 Use libcrt for all to avoid dll issues Harald Oehlmann 2015-08-18 14:25:09 +02:00
  • fe83bb1f36 TCL Backend 2.5.0 Harald Oehlmann 2015-08-18 14:23:28 +02:00
  • 6ad8db3c77 Compile with MS VC6++ avoiding number constant suffix ULI Harald Oehlmann 2015-08-18 14:20:36 +02:00
  • 994c5adb10 Fix batch bugs: 1) interpretation of former code included in next if shorter, wrong eof detection issed wrong warning Harald Oehlmann 2015-08-18 14:17:59 +02:00
  • 36a2830562 Corrected definition of DM 16x36. Harald Oehlmann 2015-08-18 14:14:17 +02:00
  • 5b92413085 Use passed length instead of \0 to detect source string length Harald Oehlmann 2015-08-18 14:11:50 +02:00
  • a0f703f7de Revert last commit: also use GS as FNC1: this must be done in zint framework and not here Harald Oehlmann 2015-08-18 14:09:53 +02:00
  • 0a36297ae3 DM ECC200 Use GS (ASCII 29) beside "[" as FNC1 separator flag character Harald Oehlmann 2015-08-18 14:08:00 +02:00
  • 8bf4d5906a Implemented DM ECC200 Macro 05/06 encodation Harald Oehlmann 2015-08-18 14:06:06 +02:00
  • a9a9473ccf Add DMRE info (only in header) Harald Oehlmann 2015-08-18 14:04:27 +02:00
  • 1c0066baa9 DMRE: Datamatrix with extended rectangular formats Harald Oehlmann 2015-08-18 13:53:55 +02:00
  • b7b7564457 Make command line version compile with MS-VC6 and QT-Version with MS-VC8 Harald Oehlmann 2015-08-18 13:50:42 +02:00
  • 2e5fe31ebf Evaluate QR codes in accordance with ISO 18004 6.8 Benjamin Kunz 2013-11-15 16:03:00 +01:00
  • d27db1f6e0 unlatch before single ASCII character is required when leaving text encodation. fix for previous revision Benjamin Kunz 2013-05-28 16:23:53 +02:00
  • fe7b71ae31 removed unlatch before trailing single-symbol ASCII characters in accordance with specification. this fixes a problem with the symbol size growing larger than required Benjamin Kunz 2013-05-17 10:07:49 +02:00
  • 1a7863520b license changed with permission of original copyright holders (see mailing list for details) oxygenic 2013-05-16 19:26:38 +02:00
  • 6383e1a4af license changed with permission of original copyright holders (see mailing list for details) oxygenic 2013-05-16 19:26:22 +02:00
  • a0955950d1 Fixed a typo Benjamin Kunz 2013-05-15 11:04:15 +02:00
  • 152c7d32af create static link lib (thanks to Maximilian) oxygenic 2013-01-10 14:49:04 +01:00
  • 1d241cca05 code cleanup and minor fixes oxygenic 2012-12-31 14:41:59 +01:00
  • 8c78216dc1 version number updated oxygenic 2012-12-31 14:41:42 +01:00
  • 4c45bac1ae reworked oxygenic 2012-12-30 14:55:05 +01:00
  • bf2dbe7494 code reworked openapc 2012-12-29 19:37:03 +01:00
  • f48d7ab6a6 code reworked openapc 2012-12-29 19:33:43 +01:00
  • dd1a3c0848 updated version strings to 2.4.3 2.4.3 tgotic 2011-06-02 00:05:57 +02:00
  • ba1771aa96 Merge remote-tracking branch 'origin/devel' into devel tgotic 2011-05-16 21:12:46 +02:00
  • e865b48c7e version strings updated to 2.4.3 tgotic 2011-05-16 20:06:42 +02:00
  • 1c40a1f11b version strings updated to 2.4.3 tgotic 2011-05-16 20:06:42 +02:00