Atualizações Hwgui 2.19 Julho de 2015
Enviado: 02 Ago 2015 13:27
Ola!
Basicamente ele vem corrigindo o editor e a classe do GET na hwgui.
Saudações,
Itamar M. Lins Jr.
Basicamente ele vem corrigindo o editor e a classe do GET na hwgui.
Código: Selecionar todos
2015-07-31 15:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
! Small fix
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Added support for copy/paste the text with formatting info
! Some fixes
2015-07-30 11:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* Ctrl-Y is forbidden now when :lWrap is set
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Scripts ( or macros ) support is added.
It is possible now to use tables for calculations as simplified electronic tables
2015-07-29 16:54 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hprinter.prg
! Few fixes
* contrib/ext_controls/hbrowsex.prg
! Small fix
2015-07-27 13:12 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.hbp
* added a line to link the hbct.lib
2015-07-27 10:27 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.prg
! Few warnings fixed
* utils/editor/bld.bat
* hbct lib added to the build script
+ utils/editor/build.sh
2015-07-27 10:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hbrowse.prg
! Small fix
2015-07-27 09:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/drawtext.c
* hwg_setCtrlFont() function modified:
gtk_widget_modify_font() is used now instead of gtk_widget_get_style()/
gtk_widget_set_style() for to not reset the current theme.
* source/winapi/drawtext.c
! GetFontsCallback() fixed for Unicode mode
* source/winapi/hupdown.prg
* :Hide(), :Show() methods added to Hide/Show the pair of arrow buttons.
* source/gtk/hbrowse.prg
* source/winapi/hbrowse.prg
* :lEditing variable added, which is set to .T. when a field is edited
* include/guilib.ch
* added clause ON SIZE to the @ ... GET command
* source/gtk/control.c
! Fixed combobox behaviour - now it allows to edit content manually
only if EDIT clause is set.
* source/common/editor/hcedit.prg
* The default source codepage for Linux is set to utf8
* source/common/editor/hcedit_l.prg
* source/common/editor/hcedit_w.prg
* hced_setBorderColor() function added
* utils/editor/hcediext.prg
* utils/editor/editor.prg
+ utils/editor/editor.hwge
2015-07-25 21:00 UTC-0300 Luiz Rafael Culik (luiz at xharbour.com)
* include/guilib.h
! added declaration for hb_itemEqual for xharbour
* source/winapi/misc
! added hb_itemEqual for xharbour
* source/common/editor/hcedit_w.c
! removed #include "guilib.h"
2015-07-15 15:24 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hedit.prg
* source/winapi/hedit.prg
* MAXLENGTH now overrides values, calculated from the variable and picture length.
* source/common/editor/hcedit.prg
* utils/editor/hcediext.prg
! Few fixes
* utils/editor/editor.prg
* Editing of a table properties added
* Deleting of table rows added
2015-07-14 15:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* :lNoPaste variable added
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* access control implemented
2015-07-14 11:52 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
! Small fix in :InsText()
2015-07-14 11:08 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/misc.c
! hwg_GetClipboardText() fixed for UNICODE mode
2015-07-13 10:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* lAdd parameter added to :Settext() to allow add file to existing content
* Some preparation for access control implementation.
* Description of internal structures added.
2015-07-10 15:05 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Paragraps's templates added ( menu Format/Paragraph )
2015-07-09 13:05 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
! Small fix
* make_gtk.sh
* samples/gtk_samples/build.sh
! Fixes, provided by Wilfried Brunken
Itamar M. Lins Jr.