lazarus/components/anchordocking
mattias 982cf32719 anchordocking: readme
git-svn-id: trunk@57950 -
2018-05-18 07:01:53 +00:00
..
design LCL: Improve giving focus to docked windows from Windows menu. Issue #32659, patch from Pascal Riekenberg. 2017-11-16 11:19:00 +00:00
doc
languages Translations: Simplified Chinese translation update by robsean, bug #33242 2018-02-27 23:23:20 +00:00
minide
minidewithdockpanel AnchorDocking: Add a minide example project with AnchorDockPanel. Issue #24703, by Andrey Zubarev. 2017-08-07 07:30:58 +00:00
restoredebugger
anchordocking.lpk AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordocking.pas AnchorDocking: Take care of Nil Control in function GetDockSplitter. Issue #33608, patch from BBaz. 2018-04-26 14:09:43 +00:00
anchordockoptionsdlg.lfm AnchorDocking: New grabbers themed design, new option HeaderHighlightFocused. Issue #32330, patch from Andrey Zubarev. 2017-08-24 21:44:26 +00:00
anchordockoptionsdlg.pas AnchorDocking: New grabbers themed design, new option HeaderHighlightFocused. Issue #32330, patch from Andrey Zubarev. 2017-08-24 21:44:26 +00:00
anchordockpanel_icon.lrs AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockpanel.pas AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockpkg.pas AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockstorage.pas LCL: AnchorDocking: Fixed faulty load layout from config when used second time. Issue #31238. Patch by Andrey Zubarev 2017-09-25 20:01:11 +00:00
anchordockstr.pas AnchorDocking: New grabbers themed design, new option HeaderHighlightFocused. Issue #32330, patch from Andrey Zubarev. 2017-08-24 21:44:26 +00:00
README.txt anchordocking: readme 2018-05-18 07:01:53 +00:00

AnchorDocking implements a docking manager for LCL applications.
It handles drag and docking forms together via splitters and pages
(like a TPageControl).
It can save and restore layouts.

There is a runtime and a designtime package:

anchordocking.lpk
design/anchordockingdsgn.lpk

More information can be found at
http://wiki.lazarus.freepascal.org/Anchor_Docking