Robin Stuart
1f503f2aca
Dedupe error correction code in Aztec
2017-08-06 09:10:00 +01:00
Robin Stuart
608b4b9134
Audit of error codes
2017-07-27 16:01:53 +01:00
oxy
2e6fb6a109
compile error fixed
2017-07-24 13:44:27 +01:00
Robin Stuart
d818d1aecc
Improved Aztec Code bit compression
...
Somewhat fixes #30 reported by Francois Grieu
2017-07-21 17:56:36 +01:00
Robin Stuart
a085bca168
Revion of ECI number encoding
2017-06-18 13:00:22 +01:00
Robin Stuart
b3a1b24d18
help the compiler create more efficient code
...
Patch from Michael <virtual_worlds@gmx.de>
Full text: As usual I have modified only minor things to remove warnigs when compiled as C++ code, have added some const-specifiers where possible to help the compiler create more efficient code and added some static-specifiers to make functions invisible to other modules.
2017-05-29 10:43:47 +01:00
Robin Stuart
19c3755ed0
Simplify conversion to binary with common function
...
No change to functionality
2017-05-14 08:15:08 +01:00
Robin Stuart
19ba8a34c4
Update to version 2.6.0 and update copyright to 2017
2017-05-11 21:14:38 +01:00
Robin Stuart
6f4610aa98
Add verbose mode to output debug info without recompiling
2017-04-11 10:05:38 +01:00
Boris Zentner
9553e96f8a
Fix of by one errors when searching from right to left.
2016-10-30 17:10:12 +00:00
Robin Stuart
4561a66067
Add identifiers to error messages
...
To ease the debug process
2016-10-28 22:40:40 +01:00
Robin Stuart
b13efe334a
Slight code reduction - use loops when converting to or from binary
2016-09-17 18:22:26 +01:00
Robin Stuart
2c2200a7cb
modifications for VS2015, some
...
additional static/const's and a few bugfixes for HanXin and DotStream.
Patch by Michael <virtual_worlds@gmx.de>
2016-09-05 22:06:50 +01:00
Robin Stuart
9d1c20201d
Add ECI encoding
2016-08-16 12:43:41 +01:00
Robin Stuart
5ec95153a0
Populate map for Aztec codes
...
Ref #17 from hoky24
2016-04-06 09:35:36 +01:00
Robin Stuart
f17f10fa7c
Replace local concat() and roundup() with C library defaults
...
Patch by Oxy (Michael) <virtual_worlds@gmx.de>
Ref: https://sourceforge.net/p/zint/mailman/message/34896811/
2016-03-02 21:12:38 +00:00
Robin Stuart
5d9ce6f684
Improvements from Oxy patch
...
Original email reads...
It does not contain any fundamental changes or new functions but a lot of improvements which I have done over time (added several const/static specifiers, replaced repeated if-conditions by if-else, removed some warnings).
2016-02-29 19:42:32 +00:00
Harald Oehlmann
0d7ee10ef5
Avoid type definition outside of blocks to be VC6 compatible.
2016-02-24 08:42:15 +01:00
Robin Stuart
9372aa4e48
Remove int declarations in for loops for Visual Studio
2016-02-23 19:21:48 +00:00
Robin Stuart
77cdf77690
Code format and audit, part 1
...
Update copyright info, remove unused code, etc.
2016-02-20 09:38:03 +00:00
Robin Stuart
2e59058615
Avoid possible confusion with Windows error code
...
Bugfix by Oxy Genic
Ref: https://sourceforge.net/p/zint/mailman/message/34857131/
2016-02-17 10:37:20 +00:00
Robin Stuart
cbe5b32785
Prevent binary data corruption
...
Bugfix by Karl Semich
Ref: http://sourceforge.net/p/zint/mailman/message/34330108/
2016-02-07 14:31:58 +00:00
Robin Stuart
8569731337
Automatically generate Aztec map
...
Fixes #2
2016-01-10 17:34:33 +00:00
Harald Oehlmann
ed1f0bebec
Handle NULL for Aztec Symbology ( https://sourceforge.net/p/zint/mailman/message/29335201/ )
2015-08-18 14:58:30 +02:00
Harald Oehlmann
b7b7564457
Make command line version compile with MS-VC6 and QT-Version with MS-VC8
2015-08-18 13:50:42 +02:00
oxygenic
1a7863520b
license changed with permission of original copyright holders (see mailing list for details)
2013-05-16 19:26:38 +02:00
oxygenic
4c45bac1ae
reworked
2012-12-30 14:55:05 +01:00
openapc
bf2dbe7494
code reworked
2012-12-29 19:37:03 +01:00
hooper114
f3e8505fd4
Correct "trailing full stop" bug.
2010-04-06 09:14:28 +00:00
hooper114
d1359c10ca
Add Reader Initialisation mode
2009-12-07 21:33:06 +00:00
hooper114
1ff9c0d472
Add corrections from tgotic
2009-10-06 19:03:00 +00:00
hooper114
04b9a99241
API overhaul part 1: removal of nullchar
2009-09-29 09:45:46 +00:00
hooper114
f48a8603e8
MSVC corrections thanks to Norbert Szabó
2009-08-06 19:44:30 +00:00
hooper114
6d5fcc78e3
Improved FNC1 handling
2009-08-05 17:59:28 +00:00
hooper114
46c6430276
Remove all 1 and all 0 codeword detection bug
2009-08-04 18:59:29 +00:00
hooper114
1f4bbf2965
Correct byte mode length bug
2009-08-04 16:50:24 +00:00
hooper114
d877168b61
Make Aztec Code MSVC friendly again!
2009-07-16 15:24:46 +00:00
hooper114
ae1d317fb6
Correct memory leak with large symbols that have little content (now dynamic memory allocation)
2009-06-19 18:29:49 +00:00
hooper114
18b986156f
Correct some memory leaks found by MSVC
2009-06-18 10:20:23 +00:00
hooper114
b65cd26527
Merge Windows platform patches by tgotic
2009-06-02 20:23:38 +00:00
hooper114
cb0e4e27e8
Converted zint_symbol structure usage to a more compressed format
2009-05-31 20:33:54 +00:00
hooper114
cd614f42f7
Bugfix: Data doesn't fit in currently selected size symbol
2009-05-14 22:23:01 +00:00
hooper114
f567430fea
Fix bugs found during GUI overhaul.
2009-04-26 22:04:01 +00:00
hooper114
f1a60e5e51
Valgrind fixes
2009-01-25 19:48:06 +00:00
hooper114
4de53b3e09
Initial FNC1 bug correction
2009-01-24 14:35:46 +00:00
hooper114
2dd4f31da4
Add GS1 support to Aztec Code
2009-01-16 05:50:22 +00:00
hooper114
88cc19bab1
Change of e-mail address
2008-11-17 08:47:42 +00:00
hooper114
49a14d9d73
Added Aztec Runes
2008-11-09 10:06:05 +00:00
hooper114
50f3861d0d
Be quiet!
2008-11-08 16:12:52 +00:00
hooper114
2fe1acc4d4
Corrected detection of all zeros and all ones in a block.
2008-11-08 16:05:51 +00:00
hooper114
f68751fbc9
Encoding bugfix
2008-11-07 23:42:53 +00:00
hooper114
0400d9d280
Overflow bug fix
2008-10-12 20:03:22 +00:00
hooper114
944a754fee
Corrected reed-solomon/Data Matrix bug
2008-10-12 18:52:54 +00:00
hooper114
858f69ea55
Less another warning
2008-10-08 15:15:49 +00:00
taipanromania
2d71366896
buffer overflow --
2008-10-08 14:18:32 +00:00
hooper114
869f08b904
More warnings zapped into submission!
2008-10-06 19:46:48 +00:00
hooper114
bd9765bfd1
Remove valgrind errors
2008-10-06 16:27:48 +00:00
hooper114
844dfdebef
Updated error handling
2008-10-05 05:51:58 +00:00
hooper114
5b10d056c2
Reduced warnings about signedness
2008-09-30 15:05:53 +00:00
taipanromania
8ff0df1491
better windows support
2008-09-26 11:39:06 +00:00
hooper114
cf80e9c86c
added Aztec Code support
2008-09-02 20:01:41 +00:00