Página 1 de 1

Atualizações da hwgui 2.18

Enviado: 13 Abr 2014 13:46
por Itamar M. Lins Jr.
O Kresin, ficou o mês de março off line agora está ativo.

2014-04-11 14:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/designer/designer.prg
* utils/designer/hformgen.prg
* utils/designer/inspect.prg
* utils/designer/designer.rc
! Few fixes for gtk version

2014-04-11 11:08 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* source/common/editor/hilight.prg
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
* Method :HighLighter( oHighLighter ) has been added to set the
highlight object ( Hilight class or other ) for an editor
* :SetHili() calls are removed from :Init() - they should be added
in application code.
! Some fixes
* source/common/xml/hxmldoc.prg
! Small fix
* utils/debugger/hwgdebug.prg
* utils/tutorial/tutor.prg
* Some changes due to the changes in editor
* utils/designer/editor.prg
* utils/designer/editor.iml
* The methods editor in the Designer uses HcEdit instead of winapi's richedit

2014-04-10 13:22 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/xml/hxmldoc.prg
* :Save() method is changed for to not create extra new line symbols.
The new line is changed from Chr(10) to Chr(13)+Chr(10)
* source/common/editor/hcedit.prg
! Small fix

2014-04-09 16:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/xml/xmlparse.c
* A function added: hbxml_getAttr( cTag, @lSingle ), which converts
a tag cTag to an array of tag attributes

2014-04-09 15:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* source/common/editor/hilight.prg
* Some changes for implementation of a child editor class

2014-04-08 14:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
! Few bugs fixed.

2014-04-07 16:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* source/common/editor/hilight.prg
* Some code is rewritten to separate highliting from the editor and to
place all text manipulations in two methods: :InsText() and :DelText()
* Undo is implemented
* utils/debugger/hwgdebug.prg
* Small fix due to the changes in editor

2014-04-04 15:05 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
* Editor works now in wrap mode
* source/common/editor/hilight.prg
* Formatted

2014-04-03 16:32 UTC+0300 Alexander Kresin <alex@belacy.ru>
* whatsnew.txt
* Added info for build 2

2014-04-03 11:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/herrsys.prg
* Small changes to prevent appearing of multiply error boxes.

Saudações,
Itamar M. Lins Jr.

Atualizações da hwgui 2.18

Enviado: 01 Mai 2014 11:04
por Antonio
/*
* $Id: Changelog 2248 2014-04-30 10:13:48Z alkresin $
*/

/* 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-04-30 14:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hcwindow.prg
! Small fix

2014-04-30 13:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/menu.prg
* source/gtk/menu_c.c
* Implementation of context menus is ready
* source/gtk/window.c
* Mouse right click signals ( WM_RBUTTONDOWN and WM_RBUTTONUP )
are implemented.
* Mouse signals on a dialog box are implemented.

2014-04-29 13:42 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hcwindow.prg
* source/winapi/hcwindow.prg
* :cargo variable is moved from the HCustomWindow class to HObject
* source/common/editor/hcedit.prg
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
* source/common/editor/hilight.prg
* Some changes, needed for creating child editor classes
! Some fixes

2014-04-25 14:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/menu.prg
! Small fix

2014-04-25 13:05 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/control.c
* hwg_SetRangeUpDown() function added
* source/gtk/message.c
* hwg_MsgYesNoCancel() function added
* source/gtk/hupdown.prg
* :GetValue(), :SetValue() and :SetRange() methods added
* source/winapi/htrackbr.prg
! Some fixes
* source/winapi/hupdown.prg
* :SetValue() and :SetRange() methods added

2014-04-24 16:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hbrowse.prg
* source/gtk/hcontrol.prg
! Setfocus() method fixed

2014-04-24 13:10 UTC+0300 Alexander Kresin <alex@belacy.ru>
+ contrib/ext_controls/hbrowsex.prg
+ HBrowse from 2.17 added as hBrowseEx
* contrib/makefile.bc
* contrib/makefile.gcc
* Makefiles for hwg_extctrl.lib modified
* include/hwg_extctrl.ch
+ BROWSEEX command added
* source/winapi/hbrowse.prg
* :AddColumn() and ::InsColumn() now accepts arrays to create
a column. This is done to make more easy using of HBrowseEx and,
possibly, other implementations of a browse.

2014-04-23 16:38 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit_l.c
! Character calculation for utf8 fixed

2014-04-23 16:05 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* source/common/editor/hcedit_l.c
! Few fixes for GTK version

2014-04-22 15:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/misc.c
* source/gtk/drawtext.c
! Small fixes

2014-04-22 15:18 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/misc.c
* source/winapi/nice.c
* hwg_rgb() moved from nice.c to misc.c
* source/gtk/misc.c
* hwg_rgb() added to misc.c
* source/gtk/menu.prg
! Small fix

2014-04-21 15:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hdialog.prg
! Small fix
* include/guilib.ch
* A header for an editor added

2014-04-16 13:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/htab.prg
! Small fix
* utils/designer/inspect.prg
* utils/designer/editor.prg
* Some changes and fixes for compatibility with winapi version

2014-04-15 13:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/htab.prg
! Some fixes, redundant methods has been removed

2014-04-14 15:47 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/printdos.prg
* Small changes due to hb_ansitooem => win_ansitooem renaming in Harbour,
thanks to Itamar M. Lins Jr.
* source/gtk/control.c
* source/gtk/draw.c
! Some fixes
* source/gtk/hcombo.prg
* added sime code for compatibility with winapi version
* utils/designer/designer.prg
* utils/designer/hformgen.prg
* utils/designer/inspect.prg
* utils/designer/hctrl.prg
* utils/designer/editor.prg
* Some changes for compatibility with winapi version