lazarus/components/anchordocking
maxim a64bd10183 Merged revision(s) 59275-59276 #e26f6ff3ca-#e26f6ff3ca from trunk:
Translations: Hungarian translation update by Péter Gábor, bug #34397
........
Translations: French translation update by Gilles Vasseur, bug #34403
........

git-svn-id: branches/fixes_2_0@59284 -
2018-10-09 23:19:49 +00:00
..
design Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
doc
languages Merged revision(s) 59275-59276 #e26f6ff3ca-#e26f6ff3ca from trunk: 2018-10-09 23:19:49 +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 Merged revision(s) 59228-59230 #53541c694b-#53541c694b, 59239 #baeca2e0d7, 59241 #b94a7193a0, 59243 #a0a5e9d8cd from trunk: 2018-10-09 22:59:00 +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