Commit Graph

  • 8029dec9c7 Merge Dotcode Robin Stuart 2016-08-07 20:28:56 +0100
  • 674a491a56 Dotcode: Add custom height setting and format code archive/dotcode Robin Stuart 2016-08-07 20:11:51 +0100
  • 0c5f9191e6 DotCode: Place data in symbol and evaluate bitmask Robin Stuart 2016-08-06 22:03:36 +0100
  • 08c88e85d2 Added gif output Harald Oehlmann 2016-07-28 20:58:33 +0200
  • 3939a1ae54 Make compile with MSVC6 (no C99 compatibility) Harald Oehlmann 2016-07-28 10:32:46 +0200
  • 70fb17fcb4 DotCode: Calculate masks and Reed-Solomon error bytes Robin Stuart 2016-07-27 12:18:53 +0100
  • 340bcd2833 DotCode: New symbology added and encoding to codewords as set out in Annex F Robin Stuart 2016-07-25 22:52:29 +0100
  • 804ca24aca Correct bizarre use of isX12() Robin Stuart 2016-07-25 22:46:26 +0100
  • 118caf10ea Silence debug output Robin Stuart 2016-07-23 19:22:12 +0100
  • b968073d71 --typo Robin Stuart 2016-07-23 19:17:53 +0100
  • 7eaa82bfa1 Improved PCX algorithm, uses less memory Robin Stuart 2016-07-23 19:14:57 +0100
  • babeaec41d Add ZSoft PCX image file output Robin Stuart 2016-07-23 15:08:55 +0100
  • 7e3a56815f Correct header info Robin Stuart 2016-07-22 17:21:40 +0100
  • c35378acc5 Bugfix: EDIFACT unlatch character not needed for all symbols Robin Stuart 2016-07-22 16:42:39 +0100
  • 8f7cc8d8b1 Remove error in file descriptor Robin Stuart 2016-07-19 23:09:08 +0100
  • 08e51cf5bb Separate PNG and BMP file handling routines and create common framework to allow addition of more output file formats Robin Stuart 2016-07-19 23:02:39 +0100
  • 6dcc6af817 Make bitmap size available to API Robin Stuart 2016-07-18 20:22:56 +0100
  • 75384ca009 Add bitmap (BMP) file support Robin Stuart 2016-07-18 20:14:56 +0100
  • e39d2ff915 Add dot mode (experimental) Robin Stuart 2016-07-12 15:00:25 +0100
  • 9011a96134 Add option to use data for determining filenames in batch mode Robin Stuart 2016-07-12 12:00:57 +0100
  • 221bfbf62d Added HanXin to qt4 and vc6 cmdline make files Harald Oehlmann 2016-07-04 13:53:52 +0200
  • 727cd147d7 Included TEA and Androwish changes by Christian Werner from: http://www.androwish.org/index.html/info/9fb57bb78476312a Harald Oehlmann 2016-07-04 13:46:30 +0200
  • 188cfcdd1f Compile MS-VC6 compatible: only define variables after "{" or at top Harald Oehlmann 2016-07-04 12:08:08 +0200
  • caa4bb913f Don't add descriptor to EPS and SVG if text is supressed Robin Stuart 2016-06-19 14:29:39 +0100
  • 507071cf9c Add CMYK colourspace option for EPS Robin Stuart 2016-06-19 14:14:30 +0100
  • e0240c8e2e Add bold text option for PNG Robin Stuart 2016-06-19 12:32:49 +0100
  • d2774af120 Correctly format EAN and UPC without text Robin Stuart 2016-06-19 11:59:09 +0100
  • c709b08da5 Merge branch 'hanxin' Robin Stuart 2016-06-19 09:14:52 +0100
  • 55b33cfb88 Han Xin: Comment possible errors in AIMD-015 archive/hanxin Robin Stuart 2016-06-19 09:07:50 +0100
  • 5479526f38 Ticket #25: gitignore QtCreator user files (CMakeLists.txt.user*) Harald Oehlmann 2016-05-11 17:22:48 +0200
  • 032dee1e0e Han Xin: Add Chinese character (GB18030) modes Robin Stuart 2016-05-01 22:10:50 +0100
  • 044b827fff Set default start mode (remove compiler warning) Robin Stuart 2016-04-30 14:22:23 +0100
  • 45ce52df25 Display smalltext correctly Robin Stuart 2016-04-30 12:35:26 +0100
  • 4ae120ab35 Han Xin: Add user options (Version and ECC level) Robin Stuart 2016-04-30 10:25:16 +0100
  • 8eb5525c8c Han Xin: Add function information Robin Stuart 2016-04-23 15:26:51 +0100
  • 4c7fb647d0 Han Xin: Evaluate and apply bitmask Robin Stuart 2016-04-20 20:44:59 +0100
  • fd0f041f19 Han Xin: Add error correction and codeword interlace Robin Stuart 2016-04-16 12:57:45 +0100
  • 7831bda722 Han Xin: Select symbol size and divide binary data into codewords Robin Stuart 2016-04-10 20:36:57 +0100
  • 64396488e8 Han Xin: Plot finder and alignment patterns Robin Stuart 2016-04-09 17:01:21 +0100
  • a5440244c4 Han Xin - Add Numeric mode, Text mode and Binary byte mode encoding Robin Stuart 2016-04-07 22:30:37 +0100
  • 0230426b0f Add new symbology: Han Xin Code Robin Stuart 2016-04-07 17:13:43 +0100
  • 0fcf4cc1ab Ticket #18: add some const. Harald Oehlmann 2016-04-06 22:55:14 +0200
  • 5ec95153a0 Populate map for Aztec codes Robin Stuart 2016-04-06 09:35:36 +0100
  • 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 +0200
  • f17f10fa7c Replace local concat() and roundup() with C library defaults Robin Stuart 2016-03-02 21:12:38 +0000
  • 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 +0100
  • 4fb0bb96d9 Bugfix: buffer overrun and mode switch in general field Robin Stuart 2016-02-29 20:54:20 +0000
  • 5d9ce6f684 Improvements from Oxy patch Robin Stuart 2016-02-29 19:42:32 +0000
  • 922ee489a9 Managed to compile qzint with png save support included Harald Oehlmann 2016-02-28 22:18:58 +0100
  • 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 +0100
  • 0d7ee10ef5 Avoid type definition outside of blocks to be VC6 compatible. Harald Oehlmann 2016-02-24 08:42:15 +0100
  • 7d6050bd3b Allocate memory in Visual Studio friendly way Robin Stuart 2016-02-23 19:33:21 +0000
  • 9372aa4e48 Remove int declarations in for loops for Visual Studio Robin Stuart 2016-02-23 19:21:48 +0000
  • cc69851da7 Update developer info Robin Stuart 2016-02-22 19:07:09 +0000
  • 65ce7ecc82 Remove dead code Robin Stuart 2016-02-20 14:47:11 +0000
  • 6b0b69eb4f Simplify font.h Robin Stuart 2016-02-20 14:38:40 +0000
  • 858c6264b1 Code format and audit, part 4 Robin Stuart 2016-02-20 12:37:50 +0000
  • 660d8148bd Code format and audit, part 3 Robin Stuart 2016-02-20 11:29:19 +0000
  • 8a88ffdd7b Code format and audit, part 2 Robin Stuart 2016-02-20 10:50:15 +0000
  • 77cdf77690 Code format and audit, part 1 Robin Stuart 2016-02-20 09:38:03 +0000
  • ae335b104a Alter 'dump' option to give hexadecimal output Robin Stuart 2016-02-18 23:23:31 +0000
  • 653105b81d Improved data compression algorithm for QR Code Robin Stuart 2016-02-18 12:17:50 +0000
  • 001a0a88d9 Revised data mask scoring Robin Stuart 2016-02-17 20:31:50 +0000
  • 97a7afa246 Update GS1 Composite name Robin Stuart 2016-02-17 14:33:17 +0000
  • 0f2abd1c64 Update GS1 DataBar names Robin Stuart 2016-02-17 13:01:56 +0000
  • 0c42a2473e Revert to UNIX style EOL Robin Stuart 2016-02-17 10:52:48 +0000
  • 2e59058615 Avoid possible confusion with Windows error code Robin Stuart 2016-02-17 10:37:20 +0000
  • 7ae95b2b42 Numeric data correction Robin Stuart 2016-02-13 07:58:59 +0000
  • a57001d2ad Improved 'look ahead test' from Annex P Robin Stuart 2016-02-13 07:37:24 +0000
  • cbe5b32785 Prevent binary data corruption Robin Stuart 2016-02-07 14:31:58 +0000
  • 21a8a0f0b7 Update copyright info in GUI Robin Stuart 2016-01-16 17:08:30 +0000
  • 6fc43786a1 Improved implementation of Annex P Robin Stuart 2016-01-16 16:45:08 +0000
  • ffc4c14e45 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Robin Stuart 2016-01-12 19:43:38 +0000
  • 0a340a7ca2 Calculate correct number of codeblocks for DataBar ExpStack Robin Stuart 2016-01-12 19:42:41 +0000
  • 1346a95ac1 Add MS VC6 makefiles Harald Oehlmann 2016-01-12 18:54:36 +0100
  • 8569731337 Automatically generate Aztec map Robin Stuart 2016-01-10 17:34:33 +0000
  • 27c7c9447c Avoid segfault generating DataBar Stacked Robin Stuart 2016-01-10 13:24:25 +0000
  • bfb3964fc0 Ticket #7 Fix compilation warnings (bugs): uninitialzed use. Harald Oehlmann 2016-01-05 12:29:39 +0100
  • cb6a126bf2 Ticket #4: Instabilities in QR and Micro-QR Codes - fixed by Patch from Philipe Leuba Harald Oehlmann 2016-01-05 10:19:35 +0100
  • 4c9570176b Ticket #7: Silence compiler warnings for unused variables Harald Oehlmann 2016-01-05 10:10:52 +0100
  • c120ca49dd DM: Do not double macro character postfix <RS><EOT> Harald Oehlmann 2016-01-04 18:37:34 +0100
  • 779894b671 Ticket 12: if(done = 0) corrected Harald Oehlmann 2016-01-04 18:27:53 +0100
  • 2a1d6b8e48 Non-latin1 interpretation characters crash png output. https://sourceforge.net/p/zint/tickets/11/ Harald Oehlmann 2016-01-04 18:10:44 +0100
  • a31e562fd4 "Fix stdout handling for png output", 2012-08-06 from fdb8b4e30e Harald Oehlmann 2015-12-07 22:41:40 +0100
  • 3aa27d3ccb "Fix compilation with newer libpng versions", 2012-08-06 from ea0812c50b Harald Oehlmann 2015-12-07 22:36:05 +0100
  • ce2950dd7e "gridmtx: Fix EOL bug", 2012-11-11 from 8d3cd0ece0 Harald Oehlmann 2015-12-07 22:32:53 +0100
  • 1e41540688 "Remove references to dm200", 2012-07-09 on 7c0e950ee0 Harald Oehlmann 2015-12-07 22:26:40 +0100
  • f1f6d4ffc6 Remove unreachable statements. From 8d2ab1bfcf Harald Oehlmann 2015-10-16 14:26:13 +0200
  • 96974d2cd1 Fix issue #3: Fix FindZint.cmake dest dir (patch by Jaroslaw Staniek) Harald Oehlmann 2015-09-14 21:47:07 +0200
  • 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 +0200
  • 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 +0200
  • 5c9a226ce5 Comment out dmre sizes in qt frontend Harald Oehlmann 2015-08-18 15:17:03 +0200
  • ed1f0bebec Handle NULL for Aztec Symbology (https://sourceforge.net/p/zint/mailman/message/29335201/) Harald Oehlmann 2015-08-18 14:58:30 +0200
  • 2215b648f0 Added possibility to not use Datamatrix rectangular extensions Harald Oehlmann 2015-08-18 14:56:55 +0200
  • 216eb6c993 Removed DMRE Format 12x48 as it requires special placement algorithm Harald Oehlmann 2015-08-18 14:54:01 +0200
  • b7f9a7a6e4 Changed comment list for placement extension usage matrix sizes Harald Oehlmann 2015-08-18 14:51:40 +0200
  • c86ba22170 Activated row placement wrap-around at the bottom in placement algorithm Harald Oehlmann 2015-08-18 14:50:37 +0200
  • 4dc096cd67 Corrected DMRE direct creation with -vers Harald Oehlmann 2015-08-18 14:49:35 +0200
  • 30c8df3269 (Patch by Milton Neal) C40/X12 encodation ending rule implemented (may lead to smaller codes) Harald Oehlmann 2015-08-18 14:48:03 +0200
  • 6158a95bd5 plessey.c: Loop will never end due to unsinged type (Bug by Philippe Leuba) Harald Oehlmann 2015-08-18 14:46:30 +0200