Difference between revisions of "LMD 2009 - History LMD ElPack"
Line 8: | Line 8: | ||
==== Release 7.02 (not released yet) ==== | ==== Release 7.02 (not released yet) ==== | ||
− | [+] TElMenuItem - Added OnSubMenuPopup event<br>[+] TElAdvancedPanel. Added OnCheckBoxClick: TNotifyEvent; event event that's fired when user clicks CheckBox, in other case OnClick will fire.<br>[+] TElHTMLLabel. Added property ShowAccelChar<br>[+] TElEdit and ancestors (TElComboBox). Correctly drawing under Windows Vista<br>[*] ElCalendar and ElDTPick changes: string to LMDString conversion<br>[*] Fixed a lot of small issues for Vista rendering<br>[-] TEl(X)Tree. Inplace editors rendering fixed<br>[-] TElHeader. If you move a | + | [+] TElMenuItem - Added OnSubMenuPopup event<br> |
+ | [+] TElAdvancedPanel. Added OnCheckBoxClick: TNotifyEvent; event event that's fired when user clicks CheckBox, in other case OnClick will fire.<br> | ||
+ | [+] TElHTMLLabel. Added property ShowAccelChar<br> | ||
+ | [+] TElEdit and ancestors (TElComboBox). Correctly drawing under Windows Vista<br> | ||
+ | [*] ElCalendar and ElDTPick changes: string to LMDString conversion<br> | ||
+ | [*] Fixed a lot of small issues for Vista rendering<br> | ||
+ | [-] TEl(X)Tree. Inplace editors rendering fixed<br> | ||
+ | [-] TElHeader. If you move a column right outside of the StringGrid-Control, it isn't moved to the first position<br> | ||
+ | [-] TElListBox - Fixed incorrect adding of items in CRS2009<br> | ||
+ | [-] TElListBox - FStates changed to array of Byte instead of PChar in win32 to simplify code and to fix AV when CheckAll is called (CRS2009)<br> | ||
+ | [-] TElDragDrop - TOleDragObject.GetFileList doesn't work properly in D2009<br> | ||
+ | [-] TElTree - Fixed incorrect Item height calculation<br> | ||
+ | [-] TElEdit - Fixed bug related to incorrect CueBanner text drawing under Vista<br> | ||
+ | [-] TElPanel - Transparency issues for ElAdvPanel on ElPanel, both transparent, placed on backgrounded form - fixed<br> | ||
==== Release 7.01 (17-October-2008) ==== | ==== Release 7.01 (17-October-2008) ==== | ||
[+] TElToolBar: MoreMenuDrawStyle: TDrawStyle property added to define the style of MoreMenu.<br> [+] TElToolBar: MoreMenu collects menu items from ToolButton in case it has an assigned PullDownMenu.<br> [-] TElXTree: check distance between mouse positions before hint show to avoid trace. <br> [-] Fixes for better Delphi/C++ Builder 2009 compatibility<br> [-] LMDHTMLUnit: Exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed. | [+] TElToolBar: MoreMenuDrawStyle: TDrawStyle property added to define the style of MoreMenu.<br> [+] TElToolBar: MoreMenu collects menu items from ToolButton in case it has an assigned PullDownMenu.<br> [-] TElXTree: check distance between mouse positions before hint show to avoid trace. <br> [-] Fixes for better Delphi/C++ Builder 2009 compatibility<br> [-] LMDHTMLUnit: Exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed. |
Revision as of 10:59, 17 November 2008
<< Back to Main Page or Product Resources page
Contents
Introduction
This documents contains history logs for LMD ElPack 7.0 releases.
First official release: 23-September-2008
Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed
History Logs
Release 7.02 (not released yet)
[+] TElMenuItem - Added OnSubMenuPopup event
[+] TElAdvancedPanel. Added OnCheckBoxClick: TNotifyEvent; event event that's fired when user clicks CheckBox, in other case OnClick will fire.
[+] TElHTMLLabel. Added property ShowAccelChar
[+] TElEdit and ancestors (TElComboBox). Correctly drawing under Windows Vista
[*] ElCalendar and ElDTPick changes: string to LMDString conversion
[*] Fixed a lot of small issues for Vista rendering
[-] TEl(X)Tree. Inplace editors rendering fixed
[-] TElHeader. If you move a column right outside of the StringGrid-Control, it isn't moved to the first position
[-] TElListBox - Fixed incorrect adding of items in CRS2009
[-] TElListBox - FStates changed to array of Byte instead of PChar in win32 to simplify code and to fix AV when CheckAll is called (CRS2009)
[-] TElDragDrop - TOleDragObject.GetFileList doesn't work properly in D2009
[-] TElTree - Fixed incorrect Item height calculation
[-] TElEdit - Fixed bug related to incorrect CueBanner text drawing under Vista
[-] TElPanel - Transparency issues for ElAdvPanel on ElPanel, both transparent, placed on backgrounded form - fixed
Release 7.01 (17-October-2008)
[+] TElToolBar: MoreMenuDrawStyle: TDrawStyle property added to define the style of MoreMenu.
[+] TElToolBar: MoreMenu collects menu items from ToolButton in case it has an assigned PullDownMenu.
[-] TElXTree: check distance between mouse positions before hint show to avoid trace.
[-] Fixes for better Delphi/C++ Builder 2009 compatibility
[-] LMDHTMLUnit: Exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed.