HWGUI - Harbour Win32 GUI library
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What's new in the last version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[!] Important
[+] New
[-] Fixed error
[*] Changes
HWGUI 2.19 build 4 ( 25.06.2015 )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[*] Rich syntax text editor significantly extended
[*] New modules added to the tutorial
[+] HStyle class added, :aStyle variable added to HOwnButton class to draw
3-state gradient buttons
[*] HSplitter class enhanced
[+] hwg_getFontsList() function added
[+] hwg_ColorN2C() and hwg_ColorN2RGB() functions added
[*] hwg_VColor() renamed to hwg_ColorC2N(), hwg_RGB() - to hwg_ColorRGB2N(),
[+] hwg_drawGradient() function added for both gtk and winapi versions
[!] Some bug fixes and many improvements
Código: Selecionar todos
/*
* $Id: Changelog 2456 2015-06-25 12:58:36Z 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>
*/
2015-06-25 16:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
* whatsnew.txt
* Information about build 4 added
* include/guilib.ch
* build number is changed to 4
2015-06-25 14:10 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
* Space for fonts is increased
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Fixes and enhancements
2015-06-24 12:04 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/htool.prg
! Small fix
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Fixes and enhancements
2015-06-23 10:44 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Fixes and enhancements
2015-06-22 14:44 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hgraph.prg
! Small fix
* source/gtk/hgraph.prg
* Synhronized with winapi version
2015-06-22 14:04 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/wprint.c
! Small bug fixed
* source/gtk/commond.c
* New function added hwg_SelectFolder( cTitle )
Code provided by Marcelo Anelli.
* source/winapi/drawtext.c
! Warning fixed
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Fixes and enhancements
2015-06-18 13:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hfrmtmpl.prg
* source/gtk/hprinter.prg
* source/gtk/wprint.c
* Printing duplex mode support added
* samples/gtk_samples/a.prg
* samples/gtk_samples/dbview.prg
* hwg_SelectFile() is replaced by hwg_SelectFileEx() with appropriate
files filter set.
2015-06-18 10:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/commond.c
* New function added hwg_SelectFileEx( cTitle, cInitDir, aFilters )
Code provided by Marcelo Anelli.
* utils/editor/editor.prg
2015-06-17 13:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/drawtext.c
! Warnings fixed.
* utils/editor/hcediext.prg
! Fixes
2015-06-16 16:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
! Fix for "YCVXZ" letters under gtk version
2015-06-16 16:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/drawtext.c
* hwg_getFontsList() function added - as in gtk version
* utils/editor/editor.prg
2015-06-16 14:12 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/commond.c
* source/gtk/draw.c
* source/gtk/drawtext.c
* source/gtk/hwgtk.h
* source/common/editor/hcedit_l.c
* Underline and StrikeOut text attributes works properly now in gtk version
* source/gtk/drawwidg.prg
! Small fix
* utils/editor/editor.prg
2015-06-15 16:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Some fixes and improvements
2015-06-15 15:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/wprint.c
* source/gtk/hfrmtmpl.prg
* Letters are printed one one level in 'inrect' labels
2015-06-15 15:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/drawtext.c
* hwg_getFontsList() function added
* source/gtk/draw.c
* source/gtk/wprint.c
* 'dotted' pen is drawing now
2015-06-14 19:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit_l.c
! Small fix
2015-06-14 18:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* source/common/editor/hcedit_w.c
* source/common/editor/hcedit_l.c
* Some changes in drawing background
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Some fixes and improvements
2015-06-12 11:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hownbtn.prg
* source/winapi/hownbtn.prg
* Small correction
* source/common/editor/hcedit.prg
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Anchors implemented ( via 'id' property in <div> )
* :Find( cText, cId, cHRef ) method is added to HCEdiExt, search for id only for now.
! Fixes
2015-06-11 11:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/designer/resource/repwidg.xml
* New properties added to a 'label' item ( InRect, penWidth, penStyle )
* source/gtk/hfrmtmpl.prg
* source/winapi/hfrmtmpl.prg
* Added support for 'InRect' property - it allows to print every character
of a string in a rectangle, as it is demanded in some official print forms.
* source/gtk/drawwidg.prg
* source/winapi/drawwidg.prg
* source/winapi/hprinter.prg
! Few fixes for a Pen.
2015-06-11 09:36 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/designer/inspect.prg
* Problem solved with editing strings in an inspector
2015-06-10 16:46 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.prg
* utils/editor/hcediext.prg
* Some improvements in setting attributes for images and tables
2015-06-10 14:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* utils/editor/editor.prg
* utils/editor/hcediext.prg
! Yet another fixes
* source/winapi/draw.c
! Warning fixed.
2015-06-09 21:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* utils/editor/editor.prg
* utils/editor/hcediext.prg
! Yet another fixes
2015-06-09 14:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* utils/editor/editor.prg
* utils/editor/hcediext.prg
! Few fixes
2015-06-09 10:43 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hupdown.prg
! get variable of updown control wasn't updated - fixed.
* utils/debugger/hwgdebug.prg
! :Settext(), :Gettext() calls replaced to :value for an edit control oEditExpr
2015-06-09 09:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/hcediext.prg
! Some fixes, related to tables
2015-06-08 14:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/editor/editor.prg
* Few fixes and improvements
* utils/dbc/dbchw.prg
! Scaling fixed fot gtk version
Itamar M. Lins Jr.
