1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-19 10:57:07 +00:00
Commit Graph

337 Commits

Author SHA1 Message Date
tgotic
92ce0c7e19 Updated form master 2011-01-17 19:46:31 +01:00
tgotic
a5732c81c6 Updated form master 2011-01-17 19:46:08 +01:00
tgotic
5ded29ebf4 ERROR_* renamed to ZERROR_*
don't fclose stdout
Merged form master
2011-01-17 19:45:27 +01:00
tgotic
a68aa3dc75 ERROR_* renamed to ZERROR_*
Merged form master
2011-01-17 19:44:51 +01:00
tgotic
411d4d71e5 ERROR_* renamed to ZERROR_*
errno renamed to err_no
Merged form master
2011-01-17 19:44:27 +01:00
tgotic
03fbe2c2d5 ERROR_* renamed to ZERROR_*
Merged form master
2011-01-17 19:42:55 +01:00
tgotic
53b943a45b ERROR_* renamed to ZERROR_* 2011-01-17 19:42:21 +01:00
tgotic
d394214193 Merged form master 2011-01-17 19:41:51 +01:00
tgotic
acc58e411b Merged form master 2011-01-17 19:41:33 +01:00
tgotic
f8ca218630 ERROR_* renamed to ZERROR_* 2011-01-17 19:41:01 +01:00
tgotic
645f9ab344 updated version to 2.4.1 2011-01-17 19:40:37 +01:00
tgotic
92a9addc4d ERROR_* renamed to ZERROR_*
Don't fclose stdin
Merged form master
2011-01-17 19:40:21 +01:00
tgotic
61304f32cd ERROR_* renamed to ZERROR_*
Merged form master
2011-01-17 19:38:58 +01:00
tgotic
ac9f0a9649 ERROR_* renamed to ZERROR*
Merged form master
2011-01-17 19:38:34 +01:00
tgotic
23087a32a4 ERROR_* renamed to ZERROR* 2011-01-17 19:37:51 +01:00
tgotic
f75319643d Merged form master 2011-01-17 19:37:31 +01:00
tgotic
4e06a9ee38 ERROR_* renamed to ZERROR* 2011-01-17 19:37:14 +01:00
tgotic
cdf27f806f updated version to 2.4.1 2011-01-17 19:36:41 +01:00
tgotic
ae6a078e78 Merged form master 2011-01-17 19:36:17 +01:00
tgotic
8b66aef7bf ERROR_* renamed to ZERROR* 2011-01-17 19:33:23 +01:00
tgotic
0c2742262d ERROR_* renamed to ZERROR* 2011-01-17 19:32:47 +01:00
tgotic
d89876d85b ERROR_* renamed to ZERROR* 2011-01-17 19:32:22 +01:00
tgotic
13e16a0622 ERROR_* renamed to ZERROR* 2011-01-17 19:31:59 +01:00
tgotic
2601f462bd ERROR_* renamed to ZERROR* 2011-01-17 19:31:36 +01:00
tgotic
b72fa7bf7b ERROR_* renamed to ZERROR* 2011-01-17 19:30:54 +01:00
tgotic
6cc15aa346 ERROR_* renamed to ZERROR* 2011-01-17 19:30:34 +01:00
tgotic
5b76379379 ERROR_* renamed to ZERROR* 2011-01-17 19:30:14 +01:00
tgotic
fe8e35027d ERROR_* renamed to ZERROR* 2011-01-17 19:29:45 +01:00
tgotic
a7f317d155 updated ZINT_VERSION
fixed build on TDM x86_64
2011-01-17 19:27:41 +01:00
tgotic
d72d44b54b updated ZINT_VERSION to 2.4.1 2011-01-17 19:26:07 +01:00
tgotic
c3b903ec0b target_link_libraries(zint -lm) 2011-01-17 19:25:37 +01:00
tgotic
1807870b97 ERROR_* renamed to ZERROR* 2011-01-17 19:25:22 +01:00
tgotic
bba936d514 LIBZINT module definition file for Windows 2011-01-17 19:24:02 +01:00
tgotic
6cbb00fb06 libtool library file 2011-01-17 19:23:40 +01:00
tgotic
d6fadaeb37 Removed static storage specificator 2010-07-11 21:57:40 +02:00
tgotic
63fe9a3168 Removed dm200 references 2010-07-11 21:57:16 +02:00
tgotic
cdfa115337 Removed dm200.o 2010-07-11 21:56:51 +02:00
tgotic
57046cdde3 Version updated to 2.3.2 2010-07-11 21:56:27 +02:00
Robin Stuart
8d4398e1bb Height and width correction in render.c
Correction makes the height and width adjustment in render.c work as expected.
Height and width of a symbol can now be manipulated to any value in gLabels
with Zint adding padding or changing height of the symbol as required.
2010-07-06 07:43:13 +01:00
Robin Stuart
498820cbed Correction to binding in PNG
An earlier update inadvertantly corrupted the code for putting binding in
PNG images. This corrects that fault.
2010-07-04 09:25:53 +01:00
Robin Stuart
e072a0723e Correct HRT error
Correct an error which prevented human readable text being saved in SVG images.
2010-07-01 22:18:53 +01:00
Robin Stuart
46d604dad7 Adjustment for OSX
Replaced an adjustment for compiling on OSX which I accidentally removed.
2010-06-21 14:31:24 +01:00
Robin Stuart
7e81c5ac55 Adjustment of rendering functions
Some tweaking of the rendering functions to make them work as expected in glabels.
2010-06-19 11:41:49 +01:00
Robin Stuart
e32561cb34 Removal of some ghosts
Removal of some more old Codablock-F code and some depreciated functions from the API.
2010-06-17 21:34:58 +01:00
Robin Stuart
81b4902c95 Removed old Data Matrix standards
Removed Data Matrix ECC 000 to 140 because (a) they don't work properly and (b) nobody uses them anyway!
Also removed some ghosts of Codablock-F - there are some more to find.
2010-06-16 09:00:31 +01:00
Robin Stuart
807d9460d1 Add support for rendering UPC
Extended bars and text formatting for UPC barcodes now included in render.c
2010-06-13 11:56:31 +01:00
Sam Lown
95e51cf96d Removing merge nastynesses 2010-06-11 20:14:41 +02:00
Sam Lown
68de839804 Merge branch 'master' of git://zint.git.sourceforge.net/gitroot/zint/zint
Conflicts:
	backend/CMakeLists.txt
	backend/Makefile
	backend/Makefile.mingw
	backend/library.c
	backend/zint.h
2010-06-11 20:10:55 +02:00
Sam Lown
847cd70e32 Added width and height parameters to rendering for easier output control 2010-06-11 19:42:51 +02:00
Sam Lown
2cea2399d9 Changed rendering to use strings instead of a characters 2010-06-11 17:25:41 +02:00