Difference between revisions of "LMD 2013 - History"

From LMD
Jump to: navigation, search
(Release 2013.0 (XX-XX-2012))
Line 12: Line 12:
 
== Release 2013.0 (XX-XX-2012) ==
 
== Release 2013.0 (XX-XX-2012) ==
 
First public release. Betas were available for registered customers only.<br>
 
First public release. Betas were available for registered customers only.<br>
 +
 +
=== LMD DockingPack ===
 +
[+] New tabbed documents feature, which allows to ogrganize application documents in tabs, like in Delphi or Microsoft™ Visual Studio!<br>
 +
[+] Complitely new style engine: stretchable 32-bit bitmaps based; with XML style description.<br>
 +
[+] New TLMDDockManager.UseTabbedDocs property which allows to turn tabbed documents feature on/off.<br>
 +
[+] New TLMDDockPanel.ClientKind property, which allows to specify whether the panel is a tool of document panel.<br>
 +
[+] New TLMDdockManager.OnGetClientKind event, which allows to specify whether the client (including non-panel clients) is a tool panel or a document.<br>
 +
[+] New big-cross hotspot and its additional active areas (hsaDocsLeft, hsaDocsTop, hsaDocsRight, hsaDocsBottom) which reflect new tabbed documents feature.
 +
[+] New Metropolis VS2012 style. VS2010 and VS2005 styles were also updated.<br>
 +
[-] Old TLMDDockManager.Style property and all its sub-properties are no longer available.<br>
 +
[+] New public TLMDDockManager.Style property, which is a reference to new engine style object. New StyleName published property for design-time access.<br>
 +
[+] New TLMDDockPanel.OnClose event with CloseAction var parameter. New Release method, which allows asynchronous destruction of the panel (like in TForm).<br>
 +
[+] Floating form maximization feature preview (not finished).<br>
 +
 
{{Top}}
 
{{Top}}

Revision as of 12:53, 13 November 2012

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for all LMD 2013 products.
First official release: XX-October-2012

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 2013.X (XX-XXXX-201X)

[Top]

Release 2013.0 (XX-XX-2012)

First public release. Betas were available for registered customers only.

LMD DockingPack

[+] New tabbed documents feature, which allows to ogrganize application documents in tabs, like in Delphi or Microsoft™ Visual Studio!
[+] Complitely new style engine: stretchable 32-bit bitmaps based; with XML style description.
[+] New TLMDDockManager.UseTabbedDocs property which allows to turn tabbed documents feature on/off.
[+] New TLMDDockPanel.ClientKind property, which allows to specify whether the panel is a tool of document panel.
[+] New TLMDdockManager.OnGetClientKind event, which allows to specify whether the client (including non-panel clients) is a tool panel or a document.
[+] New big-cross hotspot and its additional active areas (hsaDocsLeft, hsaDocsTop, hsaDocsRight, hsaDocsBottom) which reflect new tabbed documents feature. [+] New Metropolis VS2012 style. VS2010 and VS2005 styles were also updated.
[-] Old TLMDDockManager.Style property and all its sub-properties are no longer available.
[+] New public TLMDDockManager.Style property, which is a reference to new engine style object. New StyleName published property for design-time access.
[+] New TLMDDockPanel.OnClose event with CloseAction var parameter. New Release method, which allows asynchronous destruction of the panel (like in TForm).
[+] Floating form maximization feature preview (not finished).

[Top]