February 2015
=============
* Enhancement: Class TOutLook method AddItem(), disabled buttons were not
looking in gray colors. Now it is ok. Many thanks to Carlos Vargas!
viewtopic.php?p=171117#p171117
* Fix: ButtonBar Buttons were painting a border when 2007 or 2010 style was
used. Now it is ok. Many thanks to Carlos Vargas!
viewtopic.php?f=6&t=30034
* Fix: xbrowse.prg. When user bitmap is specified for column buttons
the default bitmap handle is not destroyed. Now fixed.
* Fix: Class TRBtn method LButtonUp( nRow, nCol ) was not properly
setting the related popup menu coordinates. Many thanks to Günther:
viewtopic.php?f=3&t=30040&start=0
* Fix: MsgDate() was always showing an incorrect date. Also the selected
date color was not enough eye catcher. Now it is ok.
* New: Transparent Buttonbars: Buttonbars defined without 2007/2010/2013
styles, if oBar:lTransparent is set to .T., the bar is painted
transarently. Tranparent buttons on such bar are also painted
transparently displaying the background of the window.
* Improved: TBtnBmp: Improved painting and resizing of bitmaps,
bug fixes and support for transparent buttonbars.
* Windows.prg: Improved PNG file loading and rendering by using gdi class
* tgdiplus.prg: Inserted translate for xharbour compatibility
* FWPreviewToPDF() (file prv2pdf.prg) now uses GDI and does not require
Freeimage.dll
* Improvements to XBrowser: Now the dialog can be resized and maximized.
In autosort mode, toggling of lSeekWild and lIncrFilter is possible by
selecting suitable choice in the combobox in top.
* Enhancement: Class TMsgBar DATA lLeft, .F. by default, arranges the
MsgBar items from left to right, instead of right to left.
* Enhancement: TPanel now inherits parent windows' font.
* Fix: XBrowse: Fixed runtime error when lBtnTransparent is used when
column background is gradient.
* Enhancement: Class TScintilla has been greatly enhanced due to the development
of samples\Fivedit.prg