1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-06-10 15:43:40 +00:00
Commit Graph

342 Commits

Author SHA1 Message Date
tgotic 44388cefbe ERROR_* renamed to ZERROR_*
added names for magic numbers
updated form master
2011-01-17 19:49:17 +01:00
tgotic b7c64f208b ERROR_* renamed to ZERROR_*
updated form master
2011-01-17 19:48:26 +01:00
tgotic b8fc4509a4 Updated form master
Don't fclose stdout
2011-01-17 19:48:00 +01:00
tgotic 4b0e6e1123 Updated form master
Don't fclose stdout
2011-01-17 19:47:42 +01:00
tgotic 18a2240cc4 Updated form master 2011-01-17 19:47:10 +01:00
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