Viktor Szakats
2934968133
2012-06-10 16:43 UTC+0200 Viktor Szakats (harbour syenar.net)
...
* contrib/hbziparc/ziparc.prg
! fixed using old IS*() macro w/o common.ch
* contrib/hbziparc/tests/unzipa.prg
* contrib/hbziparc/tests/zipa.prg
+ added #require directives
* contrib/hbgd/tests/animgif.prg
* contrib/hbgd/tests/antialia.prg
* contrib/hbgd/tests/barms.prg
* contrib/hbgd/tests/bartest.prg
* contrib/hbgd/tests/counter.prg
* contrib/hbgd/tests/gdtest.prg
* contrib/hbgd/tests/gdtestcl.prg
* contrib/hbgd/tests/test_out.prg
* contrib/hbgd/tests/testdpi.prg
* contrib/hbgd/tests/tostring.prg
* contrib/hbgd/tests/tpoly.prg
* examples/httpsrv/modules/showcounter.prg
* cleanups and fixes (replaced ISDIRECTORY() xhb function,
fixed Windows dir detection, added simpleio.ch)
* contrib/hbzebra/tests/testcair.prg
* contrib/hbzebra/tests/testhpdf.prg
* contrib/hbzebra/tests/testwin.prg
* contrib/rddads/tests/datad.prg
* contrib/rddads/tests/testmg.prg
+ added #require directives for testing
* contrib/hbfoxpro/misc.prg
* contrib/hbnf/clrsel.prg
* contrib/hbnf/menu1.prg
* contrib/hbnf/metaph.prg
* src/rtl/hbi18n2.prg
* utils/hbtest/rt_str.prg
* formatting (to help a grep case)
2012-06-10 14:48:22 +00:00
Viktor Szakats
1b4008723b
2012-01-06 16:13 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* ChangeLog
* (whole tree)
* changed e-mail address
2012-01-06 15:28:23 +00:00
Viktor Szakats
7ad3481808
2011-12-24 03:32 UTC+0100 Viktor Szakats (harbour syenar.hu)
...
* ChangeLog
* (whole tree)
* removed obsolete antispam measure from my e-mail address
2011-12-24 02:47:24 +00:00
Viktor Szakats
09d74f0f44
2011-12-23 19:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbzebra/tests/testwin.prg
* contrib/hbzebra/tests/testcair.prg
* contrib/hbzebra/tests/testhpdf.prg
! indenting
* casing
2011-12-23 18:16:00 +00:00
Mindaugas Kavaliauskas
256ca1b83c
2011-12-23 18:00 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
...
+ contrib/hbzebra/qrcode.c
* contrib/hbzebra/hbzebra.ch
* contrib/hbzebra/hbzebra.hbp
* contrib/hbzebra/hbzebra.hbx
+ QR Code
; Christmas gift for Harbour project :)
; TODO: encoding optimisation using mode switching
* contrib/hbzebra/hbzebra.h
* contrib/hbzebra/core.c
+ hb_bitbuffer_buffer(), hb_bitbuffer_not(), hb_bitbuffer_cat_int_rev()
* formatting
* contrib/hbzebra/tests/testcair.prg
* contrib/hbzebra/tests/testhpdf.prg
* contrib/hbzebra/tests/testwin.prg
* updated to include QR Code
* contrib/hbzebra/datamtrx.c
* minor modification: code text support
2011-12-23 16:00:44 +00:00
Viktor Szakats
1d5c47d3d2
2010-11-13 19:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbzebra/tests/testhpdf.prg
* Fixed wrong drawing of 2D barcodes (Mindaugas).
* Using HPDF_Page_GetHeight() instead of hardcoded page height (Tamas).
! Delete .pdf before creating it.
* Synced caller code with cairo test.
* contrib/hbzebra/tests/testwin.prg
! Minor formatting.
2010-11-13 18:57:30 +00:00
Viktor Szakats
1005890842
2010-11-12 23:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbzebra/pdf417.c
* contrib/hbzebra/datamtrx.c
! Silenced msvc warnings.
; TOFIX: These remaining ones:
..\hbzebra\datamtrx.c(452) : warning C4309: '=' : truncation of constant value
..\hbzebra\pdf417.c(1230) : warning C4701: potentially uninitialized local variable 'coef' used
..\hbzebra\code128.c(265) : warning C4701: potentially uninitialized local variable 'iCodeSet' used
* contrib/hbzebra/tests/testcair.prg
* Synced with other tests to use SWITCH/CASE.
* contrib/hbzebra/tests/testwin.prg
* contrib/hbzebra/tests/testhpdf.prg
+ Added DATAMATRIX tests. Nice!
2010-11-12 22:41:58 +00:00
Viktor Szakats
b8dc506033
2010-11-11 23:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbzebra/tests/testwin.prg
* Trying to figure what's best way to round off coordinates
to the stupid integers the winapi requires. Patch it further
if you know better.
* bin/hb3rdpat.hbs
+ Clarification to help text, by Tamas.
2010-11-11 22:45:28 +00:00
Viktor Szakats
a8a6533a18
2010-11-11 22:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbzebra/coredraw.c
+ Added protection against NULL pCallback pointer.
* contrib/hbzebra/tests/testwin.prg
* contrib/hbzebra/tests/testcair.prg
* contrib/hbzebra/tests/testhpdf.prg
* Minor formatting.
- contrib/hbzebra/d_cairo.c
* contrib/hbzebra/hbzebra.hbp
- Deleted cairo specific backend.
2010-11-11 21:45:36 +00:00
Mindaugas Kavaliauskas
2118caf5be
2010-11-11 21:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
...
* harbour/contrib/hbzebra/hbzebra.ch
* harbour/contrib/hbzebra/hbzebra.h
* harbour/contrib/hbzebra/hbzebra.hbp
+ harbour/contrib/hbzebra/pdf417.c
+ added two-dimensional PDF417 barcode support
HB_ZEBRA_PDF417( cData, [ nFlags ] [, nDataColumns ] ) --> hZebra
; This requires testing on real scanners. F.e., some internet online
PDF417 decoders does not allow encoding mode switching from numeric
to text. Though I see no reason to be this prohibited by
specification.
* harbour/contrib/hbzebra/drawcore.c
+ implemented 2D barcode drawing
* changed argument error logic to generate RTE from Harbour level
* harbour/contrib/hbzebra/testcair.prg
* harbour/contrib/hbzebra/testhpdf.prg
* harbour/contrib/hbzebra/testwin.prg
* included new barcode into test samples
2010-11-11 19:32:33 +00:00
Viktor Szakats
29674e8b3c
2010-11-10 14:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbzebra/hbzebra.ch
* contrib/hbzebra/hbzebra.hbp
+ contrib/hbzebra/d_gen.c
+ Added generic HB_ZEBRA_DRAW() drawing function. It
needs a codeblock accepting x, y, width, height parameters.
* contrib/hbzebra/tests/testcair.prg
* contrib/hbzebra/tests/testhpdf.prg
* contrib/hbzebra/tests/testwin.prg
+ Reimplemented using generic HB_ZEBRA_DRAW() function and
simple callbacks.
* contrib/hbzebra/hbzebra.ch
+ Added 'used by C code' note.
2010-11-10 14:03:05 +00:00
Viktor Szakats
f675856f4a
2010-11-10 13:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbzebra/hbzebra.hbp
+ contrib/hbzebra/d_hpdf.c
+ contrib/hbzebra/d_win.c
+ contrib/hbzebra/tests/testhpdf.prg
+ contrib/hbzebra/tests/testwin.prg
+ Added Windows DC renderer
+ Added libharu renderer
; TODO: rework current rendering solution. Thinking about
callback based solution, to give it a smoother layout.
Current system has too much interdependencies and
too much redundancy even in renderer "plugins".
* utils/hbmk2/hbmk2.prg
+ Readded PathNormalize() calls missed after prev modif.
2010-11-10 12:06:28 +00:00