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

Commit Graph

  • fd8a4f4d35 Add option to copy to clipboard as BMP Robin Stuart 2017-05-15 21:12:19 +01:00
  • a1327cbd0d Bugfix: Insertion of unlatch character in EDIFACT mode will unlatch immediately, not at the end of the 24-bit block Robin Stuart 2017-05-14 18:46:43 +01:00
  • 4c8de6399f Deduplicate GB18030 lookup table Robin Stuart 2017-05-14 14:43:49 +01:00
  • 6d5fcd14f8 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Robin Stuart 2017-05-14 08:15:55 +01:00
  • 19c3755ed0 Simplify conversion to binary with common function Robin Stuart 2017-05-14 08:15:08 +01:00
  • c52032acb2 Update win c6 makefile and tcl backend to version 2.6.0 Harald Oehlmann 2017-05-12 14:16:59 +02:00
  • 19ba8a34c4 Update to version 2.6.0 and update copyright to 2017 Robin Stuart 2017-05-11 21:14:38 +01:00
  • eef59d150e Prevent control characters from corrupting SVG Robin Stuart 2017-05-11 20:15:10 +01:00
  • 1ec0873caa Extend Unicode support in Han Xin to Supplementary planes (>= U+10000) Robin Stuart 2017-04-23 20:15:50 +01:00
  • fa40676691 Make clipboard image scalable (SVG) Robin Stuart 2017-04-22 12:44:32 +01:00
  • 536f217e78 Add option to copy to clipboard Robin Stuart 2017-04-22 12:21:27 +01:00
  • 92f02c8a67 Kanji works better if data is read to symbol :) Robin Stuart 2017-04-21 20:38:19 +01:00
  • a8077535b2 Correct Kanji processing in QR Code Robin Stuart 2017-04-21 19:54:35 +01:00
  • c6b9ee375d Update About GUI window Robin Stuart 2017-04-11 10:31:18 +01:00
  • 6f4610aa98 Add verbose mode to output debug info without recompiling Robin Stuart 2017-04-11 10:05:38 +01:00
  • 5acbffff0d Consistently throw an error if data does not fit in specified size symbol Robin Stuart 2017-04-11 09:26:39 +01:00
  • ff6995070b Merge branch 'qt5' Robin Stuart 2017-04-11 07:54:28 +01:00
  • b199bc8ee6 CLI should not ignore --eci flag Robin Stuart 2017-04-10 22:14:35 +01:00
  • 7b4dac7e16 Clarification of bitmap array usage Robin Stuart 2017-04-10 09:06:07 +01:00
  • 1ac5298190 Perform calculations on real rather than estimated binary length... Robin Stuart 2017-04-10 08:06:53 +01:00
  • f7753564cf Codablock: Code A/B character set change corrected Harald Oehlmann 2017-04-03 11:47:39 +02:00
  • 7494a241ca Bug fix for Ticket 56: Codablock F: [StartA] was coded as [StartA][SHIFT] resulting in wrong Code and illegal memory access to wrong Code128 pattern Harald Oehlmann 2017-03-30 15:23:14 +02:00
  • e921172f7a Also removed DMRE sizes from documentation Harald Oehlmann 2017-03-30 12:04:48 +02:00
  • 6bc50a943c Delete to rectangular DMRE formats 24x32, 24x36, 26x32, 26x40 which will probably not be in ISO/IEC 21741 Harald Oehlmann 2017-03-29 19:48:44 +02:00
  • bcec2718ee Static QT build documented archive/qt5 Harald Oehlmann 2017-03-29 19:21:49 +02:00
  • ac044bacc5 Added emf and tif modules to qt backend makefile Harald Oehlmann 2017-03-29 17:34:23 +02:00
  • eeb921d575 Added emf and tif extension to the qt frontend save dialog Harald Oehlmann 2017-03-29 17:32:19 +02:00
  • 6ac21c39b8 Add files emf.c and tif.c to tcl makefiles Harald Oehlmann 2017-03-29 12:08:05 +02:00
  • 480e514754 Make bakcend/dotcode.c, emf.c and tif.c compile with MS-VC6 Harald Oehlmann 2017-03-28 18:06:08 +02:00
  • 939d4de4f0 Enforce height of PDF417 rows Robin Stuart 2017-03-17 17:08:50 +00:00
  • eb1d246a4d The backend/library should not print error messages. Boris Zentner 2017-02-01 20:38:08 +01:00
  • 22e06ee05a Test only the current row. Do not check bits outside of the barcode or in the next row. Boris Zentner 2017-01-31 21:29:09 +01:00
  • 7bbb7072b4 Allow X in Telepen Numeric Robin Stuart 2017-03-04 10:00:03 +00:00
  • b2123f78a3 Update PZN to new (as of 2013) PZN-8 standard Robin Stuart 2017-03-04 07:44:32 +00:00
  • 726fb64c02 Fix typo in mixed mode string Robin Stuart 2017-02-25 07:56:20 +00:00
  • cddf469ac6 Allow encoding HT FS GS RS and CRLF in code set B Robin Stuart 2017-02-19 00:09:24 +00:00
  • 6a69e97dfe Improved pad character handling routine Robin Stuart 2017-02-18 22:17:49 +00:00
  • 81cadc3cf9 Fix buffer over run, source is similar to local_source but smaller. Boris Zentner 2017-01-29 11:21:15 +01:00
  • 45633751ee Fix of by one error and check only data. Not the zero at the end. Boris Zentner 2017-01-29 11:17:54 +01:00
  • 025a485ddf Pad only with character 109 when finishing in binary mode Robin Stuart 2017-02-14 18:01:48 +00:00
  • a77e448df5 Correctly determine symbol size accoding to section 5.2.2 Robin Stuart 2017-02-14 11:04:58 +00:00
  • 319c7791bc Fix of by one error in maxi_text_process Boris Zentner 2017-01-25 20:06:33 +01:00
  • ecb10e6b7d Don't initialise roots beyond end of field Robin Stuart 2017-01-22 19:12:11 +00:00
  • ffc9c441f7 Make png work Harald Oehlmann 2017-01-18 18:07:17 +01:00
  • 1863399956 Finalize Win Build including instructions and setup script Harald Oehlmann 2017-01-18 17:39:41 +01:00
  • 877201bcfe 2017-01-18 Tried to compile QT5 on windows: - no PNG (64 bit issues), exe does not run ;-) Harald Oehlmann 2017-01-18 15:53:50 +01:00
  • ce5c637a6d Remember settings between sessions Robin Stuart 2017-01-14 16:34:03 +00:00
  • c0f6139f86 Update Debian package files Robin Stuart 2017-01-13 22:46:52 +00:00
  • f4852b11a8 Calculate addresses correctly if last TIFF strip is full Robin Stuart 2016-12-31 10:44:09 +00:00
  • ec8cfcbb76 Add TIFF output option Robin Stuart 2016-12-30 20:25:58 +00:00
  • 5810252ab9 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Robin Stuart 2016-12-23 16:48:37 +00:00
  • d1e406b7d2 Add enhanced metafile format (EMF) support Robin Stuart 2016-12-23 16:48:03 +00:00
  • f479a68ccd Calculate correct size of Maxicode in GUI Robin Stuart 2016-12-15 19:41:20 +00:00
  • 28ea2f1c69 Make GUI scalable Robin Stuart 2016-12-14 23:33:17 +00:00
  • 5fdecd20bd Set Version 2.5.3 for TCL ZINT and 2.5.1 for zint.exe Harald Oehlmann 2016-12-12 15:38:38 +01:00
  • 0f9a326398 Update to Qt5 Robin Stuart 2016-12-11 15:29:06 +00:00
  • ca88e089ea Tidy up stub qt5 files Robin Stuart 2016-12-10 09:11:51 +00:00
  • e7858dfe98 Add version information to zint.h and increment release version Robin Stuart 2016-12-10 09:04:06 +00:00
  • 6115a3f8b6 Avoid trying to encode non-EDIFACT characters in EDIFACT mode Robin Stuart 2016-11-26 20:10:51 +00:00
  • 0dc3b60c2b Counteract inaccuracy of float values in look ahead test Robin Stuart 2016-11-26 13:58:54 +00:00
  • 08aefa6aea Include string terminator when keeping track of b256 encoded characters Robin Stuart 2016-11-26 11:38:00 +00:00
  • 1d503c54fe Unlatch EDIFACT encodation when buffer is empty Robin Stuart 2016-11-26 11:28:43 +00:00
  • 6af035ba98 Unlatch X12 encodation when there are 2 codewords left in the buffer Robin Stuart 2016-11-26 11:18:37 +00:00
  • dc36261030 Force unlatch from EDIFACT on illegal character Robin Stuart 2016-11-26 09:00:41 +00:00
  • 1155683be1 Include last input character in look ahead test Robin Stuart 2016-11-26 08:44:59 +00:00
  • b003627908 Interpret 4-bit codewords as big-endian for error correction Robin Stuart 2016-11-25 22:21:30 +00:00
  • 658cdd7a69 Check for too many codewords after remainder in 144x144 symbols Robin Stuart 2016-11-25 20:50:35 +00:00
  • 886e789090 Add unlatch if C40/Text buffer is empty also don't read binary marker beyond end of input Robin Stuart 2016-11-22 22:03:28 +00:00
  • a0493a0d0c Force flush of last two C40 or Text values in buffer Robin Stuart 2016-11-22 20:24:33 +00:00
  • 4ea35b9082 Revert last commit, and use more standard compliant solution Robin Stuart 2016-11-19 10:16:10 +00:00
  • 1d4cead56e Handle partial C40 or Text buffer properly when using Shift characters Robin Stuart 2016-11-17 22:32:06 +00:00
  • 5d12d72074 Corrected version number in vc6 makefile Harald Oehlmann 2016-11-14 09:46:22 +01:00
  • a1fd5bd832 Malloc declaration needed for Visual Studio Robin Stuart 2016-11-05 21:06:58 +00:00
  • 5992bbf6e5 Malloc declaration needed for Visual Studio Robin Stuart 2016-11-05 16:46:24 +00:00
  • 06dafdce3c Remove maxihex.h reference Harald Oehlmann 2016-11-01 11:38:37 +01:00
  • b13645fd16 Remove non standard #include <malloc.h> Boris Zentner 2016-10-30 19:16:09 +01:00
  • 1bd7783968 Bugfix: Correctly handle --filetype input Robin Stuart 2016-10-30 19:22:50 +00:00
  • 3fad793aeb Replace missing \n Robin Stuart 2016-10-30 18:54:26 +00:00
  • 184fb71fe5 [PATCH] Remove non standard #include <malloc.h> Robin Stuart 2016-10-30 17:43:10 +00:00
  • 8851884ea1 Clear symbol->text without a constant. Boris Zentner 2016-10-27 21:55:26 +02:00
  • 02c0df93e6 sym->row_height is 200 now clear it more reliable. Boris Zentner 2016-10-27 21:52:58 +02:00
  • 696b99b1d2 Fix typos Boris Zentner 2016-10-26 23:41:46 +02:00
  • 1911b28865 Fix off by one error in code_49 Boris Zentner 2016-05-22 22:52:29 +02:00
  • 63a252a573 Remove superfluous code Boris Zentner 2016-05-22 22:26:00 +02:00
  • bfb4d3284b nRead is not used on error Boris Zentner 2016-05-22 22:01:20 +02:00
  • 7ca22f24a4 Remove superfluous code Boris Zentner 2016-05-22 21:59:48 +02:00
  • 9553e96f8a Fix of by one errors when searching from right to left. Boris Zentner 2016-05-22 21:53:22 +02:00
  • 4561a66067 Add identifiers to error messages Robin Stuart 2016-10-28 22:40:40 +01:00
  • 5405035df1 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code Robin Stuart 2016-10-28 19:44:23 +01:00
  • d875318b3d Add option to include check digit in UPC/EAN data, and validate before encoding Robin Stuart 2016-10-28 19:43:08 +01:00
  • b75e00a01c Manual: TCL + HIBC Harald Oehlmann 2016-10-28 00:05:41 +02:00
  • 9024006ca8 Display MaxiCode at a suitable size in Studio Robin Stuart 2016-10-27 22:34:57 +01:00
  • f5fc3c72d1 Update README Robin Stuart 2016-10-27 20:34:50 +01:00
  • 796af2580f Make MaxiCode scalable in raster files Robin Stuart 2016-10-27 17:50:10 +01:00
  • 54c0a858ea Don't include empty strings in output SVG Robin Stuart 2016-10-27 13:47:32 +01:00
  • 83e368f8c1 Update test routines Robin Stuart 2016-10-27 13:34:59 +01:00
  • 20c4509ecd Set fixed row height in Codablock-F Robin Stuart 2016-10-27 13:33:19 +01:00
  • 5402264ad9 Alterations based on feedback from Wang Yi Robin Stuart 2016-10-27 12:35:53 +01:00
  • eecad5e43f Allow minimum number of columns Robin Stuart 2016-10-27 09:47:04 +01:00
  • 7ea03123c8 Set minimum row heights Robin Stuart 2016-10-27 09:32:12 +01:00