December 2014
=============
* Enhancement: All FWH versions have been built with the most recent Harbour
and xHarbour (from November) builds that we published past December 18:
viewforum.php?f=16&start=0
https://bitbucket.org/fivetech/harbour-xharbour-builds
* Enhancement: FiveWin.ch now includes hbcompat.ch so we can use TEXT ... ENDTEXT
by default:
viewtopic.php?p=168025#p168025
* Fix: Minor fix on samples\FiveDBU.prg so it can be compiled with xHarbour:
viewtopic.php?p=168350#p168350
* New: Class TImage Method LoadFromURL( cUrl ) --> lSuccess.
viewtopic.php?p=168381#p168381
Many thanks to Manuel Alvarez! (Mastintin)
* New: ACTIVATE WINDOW ... CENTERED is now also supported.
* Fix: Class TComboBox line 310 was finally modifying a dialog font. We have
removed that line.
* Fix: Class TBitmap method Default() was incorrectly calling method SetColor().
Now it is ok:
viewtopic.php?p=169174#p169174
* Fix: Class TPreview method BuildListView() was not calling oBmp:End() to
destroy the created TBitmap control. Now it is ok:
viewtopic.php?p=169174#p169174
* Fix: Class TReport method EndGroup() has been fixed by Biel as due
to recent changes into it, it was not backwards compatible. Thanks Biel!