/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-02 12:48 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/guilib.ch
* source/winapi/hradio.prg
* TRANSPARENT clause added to RADIOBUTTON command
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-03 18:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/dbc/dbchw.prg
! Fix in OpenFile(), provided by Alain Aupeix
2015-01-03 18:10 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hcontrol.prg
* source/gtk/hcwindow.prg
* ISBLOCK() -> HB_ISBLOCK()
* source/gtk/hdialog.prg
* source/gtk/hwindow.prg
! ON ACTIVATE is fixed.
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-04 10:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/htimer.prg
! Fixes, provided by Jose Claudio
* utils/hwreport/hwreport.prg
! Small fix just to be possible to run it
* utils/hwreport/bldhwrep.bat
! Fixed
+ utils/hwreport/hwreport.hbp
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-10 10:22 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hedit.prg
! Small fix
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
Peguei uns problemas com o sistema já no cliente, infelizmente passou despercebido por mim, mas o Alexander Kresin resolveu.
Ainda tem mais dois, acredito que resolva também.
O teclado numérico não funciona, sai a,b,c... no lugar de 1,2,3... e um erro com campo lógico.
2015-01-15 19:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hedit.prg
! Problems fixed with cleaning of the numeric field
2015-01-15 16:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* contrib/ext_controls/hbrowsex.prg
! Bugs fixed in :EditLogical() and :EditEvent() methods
( ptrtoulong() conversion was missed )
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-16 09:53 UTC+0300 Alexander Kresin <alex@belacy.ru>
* contrib/ext_controls/hbrowsex.prg
! Fix for editing logical fields
2015-01-15 19:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hedit.prg
! Problems fixed with cleaning of the numeric field
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-18 12:58 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/guilib.ch
* source/winapi/hradio.prg
* source/gtk/hradio.prg
* @ ... GET RADIOGROUP command added from 2.17 with some changes
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-21 14:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/designer/hctrl.prg
! Small fix
2015-01-21 14:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hcheck.prg
* source/winapi/hcombo.prg
* source/winapi/hcontrol.prg
* source/winapi/hdatepic.prg
* source/winapi/hedit.prg
* source/winapi/hipedit.prg
* source/winapi/hmonthc.prg
* source/winapi/hprogres.prg
* source/winapi/hradio.prg
* source/winapi/htrackbr.prg
* source/winapi/hupdown.prg
* source/gtk/hcheck.prg
* source/gtk/hcombo.prg
* source/gtk/hcontrol.prg
* source/gtk/hedit.prg
* source/gtk/hmonthc.prg
* source/gtk/hradio.prg
* source/gtk/hupdown.prg
* :GetValue(), :SetValue() methods was removed and new
:Value SETGET method is introduced instead for those
controls, which may input from the user.
Now to get the value of editbox, for example, you need
x := oEdit:Value
To set it:
oEdit:Value := x
* samples/dbview.prg
* samples/testget2.prg
* samples/testhmonth.prg
* samples/testtree.prg
* samples/trackbar.prg
* samples/gtk_samples\dbview.prg
* samples/gtk_samples\testget2.prg
* samples/gtk_samples\testget2.xml
* utils/debugger\hwgdebug.prg
* utils/designer\editor.prg
* utils/designer\inspect.prg
* utils/designer\samples\testget2.xml
* utils/tutorial\tutor_eng.xml
* All occurences of :SetValue(), :GetValue() are changed to use the :Value
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-23 09:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hwindow.prg
! lCentered parameter has been added to HMDIChildWindow:Activate() -
provided by Jose Cunha.
2015-01-22 14:24 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/dbc/dbchw.prg
* utils/dbc/commands.prg
! Few bugs fixed.
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-26 11:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
+ contrib/ext_controls/hcomboex.prg
+ HCheckCombobox from 2.17 added
* contrib/ext_controls/makefile.bc
* contrib/ext_controls/makefile.gcc
* Changed to include the hcomboex.prg
* include/hwg_extctrl.ch
* GET COMBOBOXEX command added from 2.17
* source/winapi/control.c
* comboproc related stuff removed
2015-01-26 09:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hcontrol.prg
* source/gtk/hcontrol.prg
* :Enabled() SETGET method is introduced, :isEnabled() has been removed.
* contrib/ext_controls/hctrlex.prg
* contrib/ext_controls/hbrowsex.prg
* :isEnabled() calls are replaced by :Enabled
* Checking of a bitmap is added ( provided by Itamar M. Lins Jr. )
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-01-27 16:06 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hcombo.prg
* Vertical scroll bar added to the combobox
2015-01-27 15:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
* contrib/ext_controls/hcomboex.prg
! Lines with nonexistent in 2.19 variables (:lNoValid, :lSuspendMsgsHandling)
has been commented
2015-01-27 14:56 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/guilib.ch
* HwGUI build number is changed to 2
* utils/dbc/dbchw.prg
* Dbchw version number is changed to 3.1
* whatsnew.txt
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
/*
* $Id$
*/
/* Use this format for the entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2015-02-04 09:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hedit.prg
* :SetSel() and :SetLength() SETGET methods borrowed from 2.17
with some changes
2015-02-02 13:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
* contrib/ext_controls/hbrowsex.prg
! Small fix, need to be tested, I don't sure about side effects.
2015-01-30 17:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/printdos.prg
* hb_Ansitooem() calls are replaced with hwg_win_AnsitoOem(),
which was borrowed from Harbour/contrib/hbwin/oemtoansi.c
2015-01-30 10:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/debug/dbgconnect.prg
* source/common/debug/debugger.prg
* Some changes for xHarbour. Could anyone, who use xHarbour, test it ?
2015-01-29 13:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/guilib.ch
* ON LOSTFOCUS clause added to @ .. CHECKBOX command
* source/winapi/hcheck.prg
* ON LOSTFOCUS implemented for the checkbox control
* source/winapi/hedit.prg
* hb_isnil() is replaced by Empty()
* source/winapi/printdos.prg
* win_Ansitooem() calls are replaced with hb_AnsitoOem()
* contrib/activex/htmlcore.h
* contrib/activex/htmlcore.c
! Fixes, provided by WenSheng
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC