lazarus/components/anchordocking
2023-02-02 23:52:31 +03:00
..
design updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
doc
languages Translations: Turkish translation update by Onur ERÇELEN, issue #40106 2023-02-02 23:52:31 +03:00
minide AnchorDocking: MiniIDE revert wrongly committed changes from revision 65044 #47972a31b7 2021-04-21 19:03:14 +00: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 anchordocking: fixed example 2022-10-28 08:23:28 +02: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 Fix issue #39924 (AnchorDocking Header position resets) 2022-11-15 04:10:12 +03:00
anchordockoptionsdlg.lfm AnchorDocking: Add option FloatingWindowsOnTop to show single windows in front of main window. Issue #38271, #19272 2021-04-20 20:43:17 +00:00
anchordockoptionsdlg.pas AnchorDocking: Add option FloatingWindowsOnTop to show single windows in front of main window. Issue #38271, #19272 2021-04-20 20:43:17 +00:00
anchordockpanel_icon.lrs
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
anchordockstorage.pas AnchorDocking: Make HighDPI aware. Fixes issue #36718 2021-04-28 20:04:11 +00:00
anchordockstr.pas AnchorDocking: Add option FloatingWindowsOnTop to show single windows in front of main window. Issue #38271, #19272 2021-04-20 20:43:17 +00:00
fpmake.pp make distclean: clean up anchordocking and cody 2022-01-17 12:43:55 +01:00
Makefile udpated makefiles 2022-05-29 19:34:19 +02:00
Makefile.compiled codetools: parse multiline string constant 2022-03-14 16:38:07 +01:00
Makefile.fpc updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
README.txt

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