Difference between revisions of "LMD 2011 - History"
m (→LMD-Tools) |
(→Release 2011.1 (22-December-2010)) |
||
Line 7: | Line 7: | ||
'''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 (XX-January-2011) == | ||
+ | |||
+ | === LMD-Tools === | ||
+ | |||
+ | [+] LMDDBHTMLLabel: LMDDBHTMLLabel.pas unit added (implements TLMDDBHTMLLabel)<br> | ||
+ | [-] LMDFigures: drawing of inner area fixed for pf32bit<br> | ||
+ | [*] LMDCustomBevelPanel: Creation of FBevel moved to virtual CreateBevel method<br> | ||
+ | [-] LMDCustomScrollBoxExt: memory leak fixed<br> | ||
+ | [-] LMDHTMLLabel: "Control" tag did not work - fixed<br> | ||
+ | [-] LMDComboBoxExt: dropdown list was not shown after theme is changed - fixed<br> | ||
+ | [*] LMDCustomSpeedButton: ButtonStyle is now automatically ubsWin40Ext for ThemeMode = ttmNative<br> | ||
+ | [-] LMDCustomScrollBoxExt: AV when changing theme mode fixed<br> | ||
+ | |||
+ | === LMD ThemePack === | ||
+ | |||
+ | [+] LMDThemesGradientThemeRenderer: OnDrawElement event added<br> | ||
+ | [+] Demo of using OnDrawElement event added<br> | ||
+ | |||
+ | === LMD StoragePack === | ||
+ | |||
+ | [-] LMDStorXMLVault: Memory leak in TLMDStorCustomXMLVault.Open fixed [in binary mode]<br> | ||
+ | [+] LMDStorPropertiesStorage: ComplexPropDelimiter property added ('/' by default for compatibility)<br> | ||
+ | [-] LMDStorPropertiesStorage: memory leak at TLMDOSWriter.LMDWriteComplexProperty fixed<br> | ||
== Release 2011.1 (22-December-2010) == | == Release 2011.1 (22-December-2010) == |
Revision as of 12:36, 24 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 (XX-January-2011)
LMD-Tools
[+] LMDDBHTMLLabel: LMDDBHTMLLabel.pas unit added (implements TLMDDBHTMLLabel)
[-] LMDFigures: drawing of inner area fixed for pf32bit
[*] LMDCustomBevelPanel: Creation of FBevel moved to virtual CreateBevel method
[-] LMDCustomScrollBoxExt: memory leak fixed
[-] LMDHTMLLabel: "Control" tag did not work - fixed
[-] LMDComboBoxExt: dropdown list was not shown after theme is changed - fixed
[*] LMDCustomSpeedButton: ButtonStyle is now automatically ubsWin40Ext for ThemeMode = ttmNative
[-] LMDCustomScrollBoxExt: AV when changing theme mode fixed
LMD ThemePack
[+] LMDThemesGradientThemeRenderer: OnDrawElement event added
[+] Demo of using OnDrawElement event added
LMD StoragePack
[-] LMDStorXMLVault: Memory leak in TLMDStorCustomXMLVault.Open fixed [in binary mode]
[+] LMDStorPropertiesStorage: ComplexPropDelimiter property added ('/' by default for compatibility)
[-] 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.