Difference between revisions of "LMD 2011 - History"
(→Release 2011.1 (22-December-2010)) |
|||
Line 8: | Line 8: | ||
'''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br> | '''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br> | ||
− | == Release 2011.2 ( | + | == Release 2011.2 (29-January-2011) == |
=== LMD-Tools === | === LMD-Tools === | ||
[+] LMDDBHTMLLabel: LMDDBHTMLLabel.pas unit added (implements TLMDDBHTMLLabel)<br> | [+] LMDDBHTMLLabel: LMDDBHTMLLabel.pas unit added (implements TLMDDBHTMLLabel)<br> | ||
+ | [*] LMDCustomBevelPanel: Creation of FBevel moved to virtual CreateBevel method<br> | ||
+ | [*] LMDCustomSpeedButton: ButtonStyle is now automatically ubsWin40Ext for ThemeMode = ttmNative<br> | ||
[-] LMDFigures: drawing of inner area fixed for pf32bit<br> | [-] LMDFigures: drawing of inner area fixed for pf32bit<br> | ||
− | |||
[-] LMDCustomScrollBoxExt: memory leak fixed<br> | [-] LMDCustomScrollBoxExt: memory leak fixed<br> | ||
[-] LMDHTMLLabel: "Control" tag did not work - fixed<br> | [-] LMDHTMLLabel: "Control" tag did not work - fixed<br> | ||
[-] LMDComboBoxExt: dropdown list was not shown after theme is changed - fixed<br> | [-] LMDComboBoxExt: dropdown list was not shown after theme is changed - fixed<br> | ||
− | |||
[-] LMDCustomScrollBoxExt: AV when changing theme mode fixed<br> | [-] LMDCustomScrollBoxExt: AV when changing theme mode fixed<br> | ||
Line 27: | Line 27: | ||
=== LMD StoragePack === | === LMD StoragePack === | ||
− | + | [+] LMDStorPropertiesStorage: ComplexPropDelimiter property added ('/' by default for compatibility)<br> | |
[-] LMDStorXMLVault: Memory leak in TLMDStorCustomXMLVault.Open fixed [in binary mode]<br> | [-] LMDStorXMLVault: Memory leak in TLMDStorCustomXMLVault.Open fixed [in binary mode]<br> | ||
− | |||
[-] LMDStorPropertiesStorage: memory leak at TLMDOSWriter.LMDWriteComplexProperty fixed<br> | [-] LMDStorPropertiesStorage: memory leak at TLMDOSWriter.LMDWriteComplexProperty fixed<br> | ||
Revision as of 14:27, 29 January 2011
<< Back to Main Page or Product Resources page
Contents
Introduction
This documents contains history logs for all LMD 2011 products.
First official release: 23-November-2010
LMD-Tools section includes standalone packs as follows: LMD BarPack, LMD ChartPack, LMD DockingPack, LMD FxPack, LMD RichPack, LMD SearchPack, LMD ShellPack, LMD SysPack, LMD StoragePack, LMD ThemePack and LMD WebPack.
LMD IDE-Tools section lists changes in LMD IDE-Tools Integration package, LMD DesignPack, LMD ScriptPack and LMD SyntaxEdit.
Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed
Release 2011.2 (29-January-2011)
LMD-Tools
[+] LMDDBHTMLLabel: LMDDBHTMLLabel.pas unit added (implements TLMDDBHTMLLabel)
[*] LMDCustomBevelPanel: Creation of FBevel moved to virtual CreateBevel method
[*] LMDCustomSpeedButton: ButtonStyle is now automatically ubsWin40Ext for ThemeMode = ttmNative
[-] LMDFigures: drawing of inner area fixed for pf32bit
[-] LMDCustomScrollBoxExt: memory leak fixed
[-] LMDHTMLLabel: "Control" tag did not work - fixed
[-] LMDComboBoxExt: dropdown list was not shown after theme is changed - fixed
[-] LMDCustomScrollBoxExt: AV when changing theme mode fixed
LMD ThemePack
[+] LMDThemesGradientThemeRenderer: OnDrawElement event added
[+] Demo of using OnDrawElement event added
LMD StoragePack
[+] LMDStorPropertiesStorage: ComplexPropDelimiter property added ('/' by default for compatibility)
[-] LMDStorXMLVault: Memory leak in TLMDStorCustomXMLVault.Open fixed [in binary mode]
[-] LMDStorPropertiesStorage: memory leak at TLMDOSWriter.LMDWriteComplexProperty fixed
Release 2011.1 (22-December-2010)
LMD-Tools
[-] LMDComboBoxExt: dropdown list was not shown after theme is changed - fixed;
[*] LMDCustomSpeedButton: ButtonStyle is now automatically ubsWin40Ext for ThemeMode = ttmNative;
[+] Options property added were relevant in LMDCustomEdit descendants (user request);
[-] ItemIndex property made is now published in comboboxes; value set to ItemIndex in design-time was ignored in runtime - fixed (TLMDComboBoxExt, TLMDListComboBox, TLMDHeaderListComboBox);
[-] Memory leak in TLMDWSwitch fixed
LMD ThemePack fixes, refactoring and enhancements
[+] LMDThemesControllerBase class added; several methods and properties added to TLMDThemeRenderer class;
[+] Events for custom drawing of arrows/checkmarks/etc added;
[+] Controllers for gradient theme renderers added (TLMDThemesGradientThemeController, TLMDSimpleGradientThemeController, TLMDSimpleGradientExtThemeController);
[-] "Abstract" definition removed from TLMDThemeRenderer.Controller and TLMDThemeRenderer.Init methods to workaround compilation problem in CPP Builder.
LMD ElPack
[+] TElComboBox. Added AutoCompletionProcessByAnyChange property
[+] TElTreeStringGrid. Added ThemeMode and ThemeGlobalMode
[-] TElEdit. Fixed Cursor issue under Windows Vista+
[-] TElEdit. Fixed double stress sign
LMD IDE-Tools
[+] Native VBScript language support has been added to LMD ScriptPack. Fully native implementation; no external libraries or COM object are required. New language has a syntax similar to MS VBScript.
[*] LMD ScriptPack: Many minor issues has been fixed and several features have been enhanced in our native VM. Native scripts should now be faster and more stable.
Release 2011.0 (23-November-2010)
LMD-Tools
Initial Release. Check What's new page for list of changes.
LMD ElPack
Initial Release. Check What's new page for list of changes.
LMD IDE-Tools
Initial Release. The main change (support of native VBScript in ScriptPack is not enabled yet. Beta code is included and will be enabled in 2011.1 Release.