lazarus/components/anchordocking
2024-04-06 16:45:28 +03:00
..
design updated makefiles 2023-09-03 17:11:29 +02:00
doc Docs: AnchorDocking. Fixes spelling errors and punctuation. 2023-02-27 23:36:58 +00:00
languages Translations: Chinese translation update, merge request !229 2023-08-21 01:45:06 +03:00
minide anchordocking: clean up 2023-07-31 13:30:36 +02:00
minidewithdockpanel AnchorDocking: Revert revision 64798 #970b6b43d6, 64805 #9777df5da6 and 64806 as it is not clear for user and open a new clean window can be implemented otherwise 2021-03-15 00:08:14 +00:00
restoredebugger Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
tests images: Replace the default lazarus.ico used anywhere within the installation folder by the new version. Issue #39596. 2022-01-28 15:03:11 +01:00
anchordocking.lpk anchordocking: changed output path to units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType) 2019-02-03 20:47:18 +00:00
anchordocking.pas anchrodocking: less hints 2024-03-05 15:52:43 +01:00
anchordockoptionsdlg.lfm Anchor docking flat header buttons 2023-04-24 14:53:52 +00:00
anchordockoptionsdlg.pas Anchor docking flat header buttons 2023-04-24 14:53:52 +00:00
anchordockpanel_icon.lrs AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockpanel.pas LCL: Anchordocking: New button to minimize a site. Issue #34347. Patch by Andrey Zubarev 2018-11-27 20:33:19 +00:00
anchordockpkg.pas AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev. 2017-08-06 18:57:23 +00:00
anchordockstorage.pas anchordocking: clean up 2023-07-31 13:30:36 +02:00
anchordockstr.pas AnchorDocking: cleaned up unused resource string, regenerated translations and updated Russian translation 2023-04-25 01:56:30 +03:00
fpmake.pp make distclean: clean up anchordocking and cody 2022-01-17 12:43:55 +01:00
Makefile updated makefiles 2023-09-03 17:11:29 +02:00
Makefile.compiled updated makefiles 2023-09-03 17:11:29 +02:00
Makefile.fpc updated makefiles 2023-09-03 17:11:29 +02: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