lazarus/components/anchordocking
juha 7c5618a1c6 AnchorDocking: Fix debugLn texts.
git-svn-id: trunk@59356 -
2018-10-26 19:25:22 +00:00
..
design Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
doc
languages Translations: French translation update by Gilles Vasseur, bug #34403 2018-10-09 22:50:15 +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 LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities. 2018-06-14 09:05:50 +00:00
restoredebugger Components: use LazLoggerBase instead of LazLogger 2018-06-02 16:46:39 +00:00
tests anchordocking: started tests 2018-05-22 15:10:42 +00:00
anchordocking.lpk anchordocking: version 1.0 2018-05-21 20:20:43 +00:00
anchordocking.pas AnchorDocking: Fix debugLn texts. 2018-10-26 19:25:22 +00:00
anchordockoptionsdlg.lfm anchordocking: IDE options: use spinedits 2018-05-21 20:19:23 +00:00
anchordockoptionsdlg.pas anchordocking: disable highlight focused option when not showing headers 2018-05-21 20:28:57 +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 LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities. 2018-06-14 09:05:50 +00:00
anchordockstr.pas AnchorDocking: Cleanup resource strings. 2018-08-31 10:09:10 +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