Atualizações na HWGUI 2.18

Projeto HwGui - Biblioteca visual para Harbour/xHarbour

Moderador: Moderadores

Avatar do usuário
Antonio
Usuário Nível 3
Usuário Nível 3
Mensagens: 347
Registrado em: 14 Ago 2003 17:33
Localização: Sao Paulo - SP
Contato:

Atualizações na HWGUI 2.18

Mensagem por Antonio »

Código: Selecionar todos

/*
 * $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>
*/

2014-12-09 12:47 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hcontrol.prg
  * source/gtk/drawtext.c
    * Third parameter added to hwg_SetCtrlFont() for compatibility
      with winapi version.

2014-12-09 11:18 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hbrowse.prg
    ! Few fixes for the browse without vertical scroll bar
  * source/gtk/control.c
    * CreatePanel was changed, gtk_toolbar is using there now instead of
      gtk_drawing_area

2014-12-06 11:18 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
    * :bKeyDown handling improved
    ! Bug fixed ( it appeared while pressing Backspace in an empty text )

2014-12-05 11:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hbrowse.prg
    * Support for the mouse right click has been added to gtk version.
      of HBrowse
  * samples/gtk_samples/a.prg
    * Right click test added to a file browse dialog.

2014-12-04 10:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/commond.c
  * source/gtk/window.c
    * common dialogs ( select file, select font ) are modal now
  * source/gtk/hdialog.prg
    * Formatting

2014-12-03 11:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/tutorial/tutor.prg
    * Ctrl+ and Ctrl- changes the font size now.
  * source/gtk/hcontrol.prg
    * HStatic():Settext() method added for compatibility with winapi version.

2014-12-03 09:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/htree.prg
    * Tree expands now after :Select() call

2014-12-02 10:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/tutorial/tutor.prg
    * Added utf-8 support
  * utils/tutorial/tutor_eng.xml
  * samples/testspli.prg
    * New LIMITS clause added to the SPLITTER command
  * samples/dbview.prg
    * ANNOUNCE HB_GTSYS, REQUEST HB_GT_GUI_DEFAULT removed

2014-12-02 10:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * include/guilib.ch
  * source/gtk/hsplit.prg
  * source/winapi/hsplit.prg
    * New clause added to the SPLITTER command:
      [ LIMITS [<nFrom>][,<nTo>] ],
      which allows to restrict a movement of the splitter.
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
Avatar do usuário
Antonio
Usuário Nível 3
Usuário Nível 3
Mensagens: 347
Registrado em: 14 Ago 2003 17:33
Localização: Sao Paulo - SP
Contato:

Atualizações na HWGUI 2.18

Mensagem por Antonio »

Código: Selecionar todos

/*
 * $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>
*/

2014-12-29 15:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/debugger/build.sh
    * CRLF -> LF
  * source/winapi/hedit.prg
    * Changes in :Refresh(), suggested by Itamar M. Lins Jr.
  * source/winapi/hriched.prg
    * :bOther is executed now for all messages

2014-12-28 11:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/dbc/dbchw.prg
    * DISPLAYCOUNT set to the combobox in OpenFile()
  ! contrib/ext_controls/hbrowsex.prg
    ! Small fix
  * include/guilib.ch
  * source/winapi/hrichedit.prg
    * ON OTHER MESSAGES clause added to richedit for 2.17 compatibility

2014-12-25 17:35 UTC-0300 Luiz Rafael Culik (luiz at xharbour.com)
  * samples/hole.prg
    ! changed for xharbour HB_AT -> AT between __XHARBOUR__ defines
  * utils/hwreport/bldhwrep.bat
    ! added repexec.prg to dependencies
        
2014-12-25 21:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
  * utils/dbc/dbchw.prg
  * utils/designer/designer.prg
  * utils/hwreport/example.prg
  * utils/hwreport/hwreport.prg
  * utils/hwreport/hwreport.txt
  * utils/hwreport/opensave.prg
  * utils/hwreport/printrpt.prg
    * Yet another changes for xHarbour compatibility

2014-12-25 18:10 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hfrmtmpl.prg
  * source/common/editor/hilight.prg
  * source/common/debug/debugger.prg
    * Some changes for xHarbour compatibility, provided by Richard Roesnadi 

2014-12-25 12:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hbrowse.prg
    * :Addcolumn() changed to be compatible with winapi version
  * utils/dbc/dbchw.prg
    * Small interface corrections

2014-12-25 11:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/dbc/dbchw.prg
    ! Codepages name corrected
    ! The problem with the data codepage in a combobox of file open dialog
      is, probably, fixed.

2014-12-25 10:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * contrib/ext_controls/hbrowsex.prg
    * Problem solved with focus loosing while edit a cell
  + utils/dbc/dbchw.hbp
    + hbp added, provided by Itamar M. Lins Jr.
  * utils/dbc/dbchw.prg
    * Buttons rearranged
  * utils/dbc/procs_c.c
    ! Warnings fixed.

2014-12-24 23:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * contrib/ext_controls/hbrowsex.prg
  * contrib/ext_controls/hctrlex.prg
    * Some changes to improve themes handling

2014-12-24 18:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/dbc/dbchw.prg
  * utils/dbc/commands.prg
    * Added a column for "Deleted" status

2014-12-24 12:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * contrib/ext_controls/hbrowsex.prg
    * The execution of :bKeyDown while WM_CHAR is disabled, use :bOther instead
  * contrib/ext_controls/hctrlex.prg
    * HStatusEx id added from the 2.17
  * include/hwg_extctrl.ch
    * ADD STATUSEX added
  * source/winapi/hcontrol.prg
    * A HStatus():SetText( cText,nPart ) added from GTK version

2014-12-24 11:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * contrib/misc/miscfunc.prg
  * source/winapi/guimain.prg
    * hwg_TxtRect() is moved to guimain.prg
  * utils/designer/editor.prg
    ! Warning fixed

2014-12-22 11:05 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * contrib/ext_controls/hbrowsex.prg
    * Lines with unused variable :lNoValid are removed
    * :bKeyDown handling changed a bit
  * source/winapi/hipedit.prg
  * source/winapi/hlistbox.prg
    * Lines with unused variable :lNoValid are removed
  * utils/dbc/dbchw.prg
    ! Fixed possible problem
    * Version number of Dbchw is changed to 3.0

2014-12-21 20:05 UTC+0300 Alexander Kresin <alex@belacy.ru>
  ! contrib/activex/c_activex.c
    ! Few warnings are fixed, hb_vmPushState()/hb_vmPopState() are replaced with
      hb_vmRequestReenter()/hb_vmRequestRestore()
  ! contrib/ext_controls/hbrowsex.prg
  ! contrib/ext_controls/hctrlex.prg
  ! contrib/ext_controls/hrectex.prg
    ! hwg_Getskip() calls fixed
  ! utils/dbc/build.sh
  ! utils/dbc/dbchw.prg
  ! utils/dbc/modistru.prg
    ! Few fixes.  

2014-12-21 13:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * include/guilib.ch
    * Version number is changed to "2.19", build number to 1
  * source/gtk/Makefile.linux
    * Added -g switch for Harbour compiler
  * whatsnew.txt

2014-12-21 10:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
  ! contrib/activex/htmlcore.c
    ! Errors and warnings fixed for Mingw
  * contrib/hbactivex.hbp
    * Unblocked building of activex library for Mingw
  * contrib/makefile.gcc
    * Added instructions to build activex library

2014-12-20 19:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  ! contrib/ext_controls/hctrlex.prg
    ! Yet another HWG_USE_POINTER_ITEM related fix
  * utils/dbc/dbchw.prg
    * A problem fixed with opening of ntx indexes.
      It is possible now to set them as default in ini file: 'Index = ntx'
  * source/winapi/hdialog.prg
    * Now :bActivate works even if a modal dialog is created without a main window.

2014-12-19 12:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/bincnt/bincnt.prg
    * The utility accepts a file name as a parameter now.
      Browse is refreshed after adding a new item
  + utils/dbc/bldleto.bat
    + added bat file to build dbchw for Letodb
  + utils/dbc/build.sh
    + added script to build dbchw under GTK version
  + utils/dbc/dbchw.bin
    + added binary container for GTK version ( created with bincnt utility )

2014-12-18 12:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/dbc/dbchw.prg
    * DISPLAYCOUNT set for the comboboxes in Options dialog
  * utils/dbc/procs_c.c
    ! Warnings fixed

2014-12-17 12:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hbrowse.prg
    ! Bug fixed. There appeared an error, if :Bottom() was called
      before the browse was painted.

2014-12-17 10:32 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * contrib/ext_controls/hbrowsex.prg
  * contrib/ext_controls/hctrlex.prg
    ! Bugs fixed
  * utils/dbc/dbchw.prg
  * utils/dbc/modistru.prg
  * utils/dbc/move.prg
  * utils/dbc/query.prg
    * Minor changes

2014-12-16 21:25 UTC+0100 Maurizio la Cecilia <m.lacecilia@gmail.com>
  * contrib/ext_controls/hbrowsex.prg
    * fixed missed constant #define RT_MANIFEST  24
	
2014-12-16 16:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hdialog.prg
    ! Fixed an old problem, when the VALID codeblock was called
      twice for a last GET in a dialog.

2014-12-16 13:48 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hlistbox.prg
    * code copied from 2.17 with some modifications
  * include/guilib.ch
    * LISTBOX commands modified, GET LISTBOX added from 2.17
  * source/gtk/drawwidg.prg
    ! HBitmap():AddResource fixed.

2014-12-16 11:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * contrib/ext_controls/hbrowsex.prg
    * CLASS VAR WindowsManifest declaration added
  * source/gtk/hbrowse.prg
    * Colors changed for compatibility with winapi version
  * utils/dbc/dbchw.prg
    * Few changes for GTK version

2014-12-16 09:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * include/hwg_extctrl.ch
    * Added command for extended Groupbox control
  * utils/dbc/commands.prg
  * utils/dbc/dbchw.prg
  * utils/dbc/modistru.prg
  * utils/dbc/move.prg
  * utils/dbc/query.prg
  * utils/dbc/view.prg
    ! Some fixes, related to Csv support
    ! Warnings fixed
    * Added support of tabbed interface instead of MDI - it is switched on
      with the 'Mdi = Off' entry in dbc.ini.
    * Some other changes for GTK version.
      Now dbchw can be built under GTK version.

2014-12-12 21:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hdialog.prg
  + source/gtk/hhyper.prg
    * Two files, which I forgot to upload.

2014-12-12 14:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/control.c
    * hwg_button_settext() function added
  * source/gtk/hcontrol.prg
    * HButton():Settext() method added
  * utils/dbc/commands.prg
  * utils/dbc/dbchw.prg
    * Implementation of Csv format satisfies the requirements of RFC 4180 now.
      for both COPY TO and APPEND FROM commands

2014-12-12 13:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hedit.prg
    ! Fixed a problem with last get in a dialog and SET CONFIRM OFF

2014-12-12 11:48 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/nice.c
  * source/winapi/guimain.prg
    ! Fixes for HWG_USE_POINTER_ITEM mode
  * source/gtk/misc.c
    * hwg_rgb() implemented, compatible with winapi version
  + source/gtk/hhyper.prg
    + HStaticLink from winapi version with some modifications
  * source/gtk/Makefile.linux
  * source/gtk/Makefile.scr
  * hwgui.hbm
    * Makefiles updated to include the gtk/hhyper.prg

2014-12-10 16:34 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/control.c
    ! Tooltips creation fixed for UNICODE mode
  * utils/dbc/commands.prg
    * COPY TO Csv format added
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
Avatar do usuário
Antonio
Usuário Nível 3
Usuário Nível 3
Mensagens: 347
Registrado em: 14 Ago 2003 17:33
Localização: Sao Paulo - SP
Contato:

Atualizações na HWGUI 2.18

Mensagem por Antonio »

Código: Selecionar todos

/*
 * $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>
*/

2014-12-30 11:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hcontrol.prg
    * HStatic():SetValue() changed a bit
  * contrib/ext_controls/hctrlex.prg
    * HStatusEx():SetText() added for compatibility with HStatus()

2014-12-30 10:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/guimain.prg
    ! Fixed hwg_writestatus() to work with HStatusEx
  * utils/dbc/dbchw.prg
    ! Fixed closing a dbf via menu
    * Warning added to "Modify structure" dialog if a dbf is opened in exclusive or readonly mode.
  * utils/dbc/modistru.prg
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
Avatar do usuário
Itamar M. Lins Jr.
Administrador
Administrador
Mensagens: 7928
Registrado em: 30 Mai 2007 11:31
Localização: Ilheus Bahia
Curtiu: 1 vez

Atualizações na HWGUI 2.18

Mensagem por Itamar M. Lins Jr. »

Muda aê porque, já são correções da 2.19

Saudações,
Itamar M. Lins Jr.
Saudações,
Itamar M. Lins Jr.
Avatar do usuário
Antonio
Usuário Nível 3
Usuário Nível 3
Mensagens: 347
Registrado em: 14 Ago 2003 17:33
Localização: Sao Paulo - SP
Contato:

Atualizações na HWGUI 2.19

Mensagem por Antonio »

Verdade!!!
Bom ano a todos.

Código: Selecionar todos

/*
 * $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>
*/

2014-12-31 11:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/hriched.prg
    ! COLOR and BACKCOLOR clauses works now for richedit control
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
Responder