Commit Graph

77 Commits

Author SHA1 Message Date
dodi
0d8b6c26e0 dockmanager example: made client windows visible in MakeSite project
git-svn-id: trunk@25518 -
2010-05-19 16:01:00 +00:00
dodi
7684d0756d dockmanager example: fixed resize bug in reload layout
git-svn-id: trunk@25326 -
2010-05-12 05:19:02 +00:00
dodi
b6df08db05 dockmanager example: updated MiniIDE project
git-svn-id: trunk@25212 -
2010-05-05 12:26:23 +00:00
dodi
171318e5f5 dockmanager example: updated EasyEditor
git-svn-id: trunk@25099 -
2010-05-01 15:19:43 +00:00
dodi
e317411db1 dockmanager example: save/restore true Orientation for layout
git-svn-id: trunk@25042 -
2010-04-28 18:38:02 +00:00
dodi
eab9a88328 dockmanager example: improved streaming interface
git-svn-id: trunk@25039 -
2010-04-28 17:34:19 +00:00
dodi
74a4ec4286 dockmanager example: improved stream format
git-svn-id: trunk@25021 -
2010-04-28 02:40:33 +00:00
mattias
17bb6076e5 dockmanager: fixed typo
git-svn-id: trunk@25014 -
2010-04-27 18:06:07 +00:00
dodi
45ecdbc420 dockmanager example: made floathostsite work for dockbooks
git-svn-id: trunk@25006 -
2010-04-27 14:13:20 +00:00
dodi
cb6d9270b3 dockmanager example: added R *.lfm
git-svn-id: trunk@24905 -
2010-04-25 10:58:29 +00:00
dodi
554e1663e9 dockmanager example: added Visible flag to DockMaster methods
git-svn-id: trunk@24904 -
2010-04-25 09:55:26 +00:00
dodi
f4b09c31ba dockmanager example: DockBook has Owner=Application.
BorderStyle=bsNone as a workaround for otherwise visible form caption.

git-svn-id: trunk@24901 -
2010-04-25 05:24:28 +00:00
dodi
2947939f60 dockmanager example: made Close button hide the docked control
git-svn-id: trunk@24851 -
2010-04-23 13:35:18 +00:00
dodi
81c834bc16 dockmanager example: workaround for caHide bug in gtk2
git-svn-id: trunk@24840 -
2010-04-23 00:56:42 +00:00
dodi
39b5335283 dockmanager example: made invisible controls dockable, they will become visible afterwards.
git-svn-id: trunk@24833 -
2010-04-22 22:23:23 +00:00
dodi
b06278020c dockmanager example: try to remove flicker on CreateDockable
git-svn-id: trunk@24828 -
2010-04-22 20:37:24 +00:00
dodi
700c6e51b2 dockmanager example: removed dock grabber, made MakeSite work as was.
git-svn-id: trunk@24820 -
2010-04-22 14:23:49 +00:00
dodi
fb7e72df4d dockmanager example: exclude dock grabber image if not used
git-svn-id: trunk@24776 -
2010-04-21 01:59:52 +00:00
dodi
e3f6350f15 dockmanager example: use dockheader for docking
git-svn-id: trunk@24773 -
2010-04-21 01:10:12 +00:00
mattias
2c1ce4bb6d easydockmgr: fixed eating exceptions
git-svn-id: trunk@24766 -
2010-04-20 22:48:36 +00:00
mattias
d55f679aeb LCL: call DockManager.ResetBounds on every change bounds
git-svn-id: trunk@24763 -
2010-04-20 22:40:59 +00:00
mattias
b8f73c718a easydockmgr: disable autosizing
git-svn-id: trunk@24761 -
2010-04-20 21:41:19 +00:00
mattias
abec3c1abe easydockmgr: fixed enable autosizing
git-svn-id: trunk@24760 -
2010-04-20 21:39:50 +00:00
dodi
864772568d dockmanager example: fixed autosize enable/disable pairs
git-svn-id: trunk@24758 -
2010-04-20 20:56:57 +00:00
mattias
fbf0c73cf8 elasiticdock: CreateDockable disablealign
git-svn-id: trunk@24754 -
2010-04-20 19:15:49 +00:00
mattias
ec5dceac11 elasiticdock: added disable/enablealign
git-svn-id: trunk@24753 -
2010-04-20 19:11:25 +00:00
dodi
2609b4a679 dockmanager example: trim root zone after RemoveZone
git-svn-id: trunk@24610 -
2010-04-13 09:47:33 +00:00
dodi
812cb0bdad dockmanager example: introduce docking into non-empty root zone
git-svn-id: trunk@24495 -
2010-04-08 10:15:30 +00:00
dodi
05b9b38a87 dockmanager example: more IDE integration attempts.
git-svn-id: trunk@23298 -
2009-12-27 11:47:28 +00:00
dodi
eb94849313 dockmanager example: some cleanup
git-svn-id: trunk@23296 -
2009-12-26 21:19:48 +00:00
dodi
48c65a8690 dockmanager example: made layout save/load recursive.
git-svn-id: trunk@23294 -
2009-12-26 20:17:24 +00:00
paul
de7f2b3c91 lcl: fix memory and GDI resource leakage related to docking by Anton Kavalenka (issue #0015342)
git-svn-id: trunk@23144 -
2009-12-15 03:56:41 +00:00
paul
bf0c6805aa examples: fix compilation of docking demo
git-svn-id: trunk@23120 -
2009-12-13 14:21:13 +00:00
dodi
e71ab596a6 dockmanager example: updated layout persistence: search first, handle invisible sites
git-svn-id: trunk@23119 -
2009-12-13 14:16:54 +00:00
dodi
2e8aaf5beb dockmanager example: added MiniIDE demo, updated layout persistence.
git-svn-id: trunk@23116 -
2009-12-13 09:46:20 +00:00
mattias
d3f321028a docking examples: fixed unit search paths
git-svn-id: trunk@23034 -
2009-12-08 16:22:00 +00:00
dodi
09e0a01c88 dockmanager example: some minor fixes, win32 still deserves an workaround
git-svn-id: trunk@22981 -
2009-12-05 20:46:56 +00:00
dodi
82643dcee2 dockmanager example: workarounds for HostDockSite mishandling
git-svn-id: trunk@22972 -
2009-12-05 05:36:54 +00:00
dodi
cbc3599472 dockmanager example: save/restore with form bounds and site extent
git-svn-id: trunk@22969 -
2009-12-04 19:59:15 +00:00
dodi
e9097f20d5 dockmanager example: added ForIDE option to DockMaster
git-svn-id: trunk@22934 -
2009-12-03 08:42:16 +00:00
dodi
020d65333d dockmanager example: added MakeDockable method
git-svn-id: trunk@22928 -
2009-12-02 20:20:26 +00:00
mattias
53ede9fe10 LCL: fixed TApplication.ReleaseComponent when components in list are freed by other means
git-svn-id: trunk@22905 -
2009-12-01 17:36:53 +00:00
mattias
cdebb7c1dd EasyDockMgr: fixed placing dockgrip
git-svn-id: trunk@22901 -
2009-12-01 15:34:56 +00:00
dodi
69cdb386e1 dockmanager example: MakeSite starts to work, but deserves more considerations
git-svn-id: trunk@22887 -
2009-12-01 09:07:17 +00:00
dodi
a77cb27d6d dockmanager example: different problems on any platform :-(
git-svn-id: trunk@22783 -
2009-11-26 04:38:18 +00:00
dodi
5474500b31 dockmanager example: experimental LoadFromStream/SaveToStream - not yet working
git-svn-id: trunk@22782 -
2009-11-26 04:30:08 +00:00
dodi
7900c21415 dockmanager example: updated Factory, owners, notebook docking
git-svn-id: trunk@22749 -
2009-11-24 12:59:34 +00:00
dodi
c91bb602d6 dockmanager example: fixed splitter appearance and orientation for new notebook
git-svn-id: trunk@22721 -
2009-11-23 13:31:15 +00:00
dodi
c5dba72993 dockmanager example: revert notebook to form
git-svn-id: trunk@22701 -
2009-11-22 02:22:48 +00:00
dodi
91ccba3b91 dockmanager example: restructure package
git-svn-id: trunk@22697 -
2009-11-21 13:08:42 +00:00