lazarus/components/anchordocking
2017-12-07 14:08:09 +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: Brazilian Portuguese translation update by Marcelo B 2017-12-07 14:08:09 +00:00
minide AnchorDocking: Refactor and restore some removed methods. Remove IDE dependency added in r49778 #50bc37338d. 2015-09-08 12:31:06 +00:00
minidewithdockpanel AnchorDocking: Add a minide example project with AnchorDockPanel. Issue #24703, by Andrey Zubarev. 2017-08-07 07:30:58 +00:00
restoredebugger general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
anchordocking.lpk AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordocking.pas Anchordocking: Fix loading the same layout twice. Issue #32660, patch from Andrey Zubarev. 2017-11-10 08:46:23 +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

The package anchordocking.lpk 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.

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