dsiders
7ba4881fd9
Docs: LCL/LazUtils. Updates the link to license information and the copyright declaration in file headers.
2024-10-20 01:58:26 +01:00
dsiders
fd097a5f62
Docs: LCL/controls. Minor corrections in TChildControlResizeStyle where "width" or "height" was used instead of "size".
2024-10-20 01:58:23 +01:00
dsiders
127ba96ec8
Docs: LCL/controls. Updates content in child sizng-related topics, including:
...
* TChildControlResizeStyle
* TControlChildrenLayout
* TControlChildSizing
* TControlChildSizing.ControlsPerLine
* TControlChildSizing.EnlargeHorizontal
* TControlChildSizing.EnlargeVertical
* TControlChildSizing.Layout
* TControlChildSizing.ShrinkHorizontal
* TControlChildSizing.ShrinkVertical
* TControlChildSizing.TopBottomSpacing
* The changes try to simplify and consolidate the content in these topics.
* The updates focus less on the innards of the layout algorithms and more
* on their observable behavior.
* The comments in controls.pp source code need to be updated.
* They do not reflect the actual implementation any longer.
2024-10-20 01:58:23 +01:00
dsiders
028dd8b0f8
Docs: LCL/controls. Updates ChildSizing-related topics for changes in: 65809d75
, 29f16437
, 22881f66
, da3a1abb
, 560c6818
, 1f35f2f8
.
...
* Updated topics:
* TChildControlResizeStyle
* TControlChildSizing.EnlargeVertical
* TControlChildSizing.EnlargeHorizontal
* TControlChildSizing.HorizontalSpacing
* TControlChildSizing.VerticalSpacing
* TWinControl.ChildSizing
2024-10-20 01:58:21 +01:00
dsiders
340a862e93
Docs: LCL/controls. Rearranges and updates content in TChildControlResizeStyle topics.
2024-10-20 01:58:21 +01:00
dsiders
e7d336f8ee
Docs: LCL/controls. Adds missing CM_MASKHITTEST topic.
2024-10-20 01:58:19 +01:00
dsiders
f614fbc25b
Docs: LCL/controls. Adds content in the DefaultSideForAnchorKind topic.
2024-10-20 01:58:19 +01:00
dsiders
5edce0a45d
Revert "Docs: LCL/controls. Adds control message topics for changes in 9ae59e2b."
...
This reverts commit 1676d6532c8de484333b33923554a9c1130e0084.
2024-10-20 01:58:06 +01:00
dsiders
6931ba37de
DocsL LCL/controls. Updates version admonitions for backports to FPC 3.2.3. Changed in commits 72ea1555
, e5831fc9
.
2024-10-20 01:58:02 +01:00
dsiders
3621913af7
Docs: LCL/controls. Adds topics for modal result values added in bcd4138d
.
2024-10-20 01:57:58 +01:00
dsiders
2bf681a94a
Revert "Docs: LCL/controls. Updates topics for changes in 53cd3db19c."
2024-10-20 01:57:21 +01:00
dsiders
30147309d8
Docs: LCL/controls. Comments topics for changes in 0f522e8d81
.
2024-10-20 01:57:15 +01:00
dsiders
2d96b678f3
Revert "Docs: LCL/controls. Updates TControl.Notification topic for changes in 2dc7c772."
2024-10-20 01:57:15 +01:00
dsiders
46fed21d59
Docs: LCL/controls. Updates topics to use TLCLHandle introduced in 211d95da
.
2024-10-20 01:57:06 +01:00
dsiders
49b437e2e5
Docs: LCL/controls. Updates topics to specify how Height/ClientHeight and Width/ClientWidth differ from VCL.
...
* TControl.ClientHeight
* TControl.ClientWidth
* TControl.Height
* TControl.Width
2024-10-15 17:14:14 +01:00
mattias
a742bab872
docs: xml: updated copyright year to 2024
2024-09-28 09:40:52 +02:00
dsiders
8692ed1de5
Docs. LCL/LazUtils/various. Updates or removes URLs which are http, dead links, or examples to placate SourceForge hosting.
2024-06-13 03:40:12 +01:00
dsiders
ef1838e6d2
Docs: LCL/controls. Modifies TWinControl.WndProc topic for changes in 9da0d75b
.
2024-06-09 18:46:21 +01:00
dsiders
346b890f26
Docs: LCL/controls. Updates TWinControl.PaintControls topic for changes in da0cab13
. Issue #19685 .
2024-06-02 21:08:44 +01:00
dsiders
2eee207d67
Docs: LCL/controls. Updates content in TControlBorderSpacing topics.
2024-05-16 02:32:02 +01:00
dsiders
9ef748885d
Docs: LCL/controls. Updates TSizeConstraint topics, including:
...
* TSizeConstraints
* TSizeConstraints.Change
* TSizeConstraints.AssignTo
* TSizeConstraints.Create
* TSizeConstraints.UpdateInterfaceConstraints
* TSizeConstraints.SetInterfaceConstraints
* TSizeConstraints.EffectiveMinWidth
* TSizeConstraints.EffectiveMinHeight
* TSizeConstraints.EffectiveMaxHeight
* TSizeConstraints.EffectiveMaxWidth
* TSizeConstraints.AutoAdjustLayout
* TSizeConstraints.Control
* TSizeConstraints.Options
* TSizeConstraints.OnChange
* TSizeConstraints.MaxHeight
* TSizeConstraints.MaxWidth
* TSizeConstraints.MinHeight
* TSizeConstraints.MinWidth
2024-05-13 21:02:21 +01:00
dsiders
2fb5d41799
Docs: LCL.controls. Adds version admonitions to topics for changes in 3aaae1a6
. Issue #40838 .
...
* TWinControl.AdjustClientRect
* TWinControl.AlignControls
* TWinControl.ChildSizing
2024-03-20 19:24:08 +01:00
dsiders
366c2feca3
Docs: LCL/controls. Adds the TControlBorderSpacing.GetOwner topic for changes in 1e544fb5
. Issue #40746 .
2024-02-04 14:30:31 +00:00
dsiders
481087393d
Docs: LCL/controls. Adds control message topics for changes in 9ae59e2b
. Issue #40701 .
...
* TCMControlChange.UnusedMsg
* TCMChanged.UnusedMsg
* TCMControlListChange.UnusedMsg
* TCMCancelMode.UnusedMsg
2024-01-27 00:46:20 +00:00
dsiders
b194126eca
Docs: LCL/controls. Updates TDragImageListResolution.ShowDragImage topic for changes in 85aa06c1
. Issue #40640 .
2023-12-13 20:26:38 +00:00
dsiders
f6110685b5
Docs: LCL. Adds license header to .xml documentation files.
2023-11-16 19:48:10 +00:00
dsiders
10f65ee4fd
Docs: LCL/controls. Fixes typos in See Also links.
2023-08-23 02:01:32 +01:00
dsiders
60b8ad9d52
Docs: LCL/controls. Updates content in TWinControl.SetChildZPosition to reflect changes in 853461fe
.
2023-08-23 01:28:16 +01:00
dsiders
87ebca2b25
Docs: LCL/controls. Updates topics for changes in 53cd3db19c
.
2023-07-31 17:18:42 +01:00
dsiders
b824561f12
Docs: LCOL/controls. Update TControl.Notification topic for changes in c6200e29
.
2023-07-12 15:01:31 +01:00
dsiders
1f41c47dde
Docs: LCL/controls,forms. Updates topics for changes in c3891ad8
.
2023-07-03 20:15:17 +01:00
dsiders
60d2c48ff9
Docs: LCL,LazUtils. Various. Updates version admonitions from 2.4 to 3.0.
2023-06-25 21:06:55 +01:00
dsiders
aa2394028c
Docs: LCL/various. Removes refers to lclproc and OffsetRect removed in 1475336c
.
2023-06-05 19:38:49 +01:00
dsiders
90c5cbd130
Docs: LCL/various. Standardizes tagging for file names in unit overview topics.
2023-05-10 08:55:40 +01:00
dsiders
b72c97a8f6
Docs: LCL/controls. Adds parameter descriptions, content for various topics.
2023-05-02 03:25:42 +01:00
dsiders
fd3c051f4a
Docs: LCL/controls. Updates TControlChildSizing.Assign topic to remove duplicate content for changes in 612dd84e
.
2023-04-04 23:50:50 +01:00
dsiders
df062f2b64
Docs: LCL/controls. Fixes used unit reference which is hidden by a compiler define.
2023-03-28 22:37:52 +01:00
dsiders
33ffadbc89
Docs: LCL/controls,ldocktree. Updates topics for changes in 3d86c02c
.
...
* Updates content in: controls.TDockTree, ldocktree.TLazDockTree
2023-02-17 23:52:22 +00:00
dsiders
251585aef1
Docs: LCL/controls. Fixes invalid See Also links in topics.
2023-02-17 04:07:02 +00:00
dsiders
4c67a1ec4b
Docs: LCL/controls. Updates topic content.
...
* Modified topics:
* CursorToIdent
* IdentToCursor
* CheckMouseButtonDownUp
2023-02-16 03:49:17 +00:00
dsiders
8bb72e6ac4
Docs: LCL/controls. Fixes a typo in TWinControl.UTF8KeyPress.
2023-02-04 00:02:24 +00:00
dsiders
c06f4b42bb
Docs: LCL/controls. Adds admonitions for macOS Carbon widgetset. Updates content for TMouse topics.
2023-01-04 20:00:04 +00:00
dsiders
b05acdb4f8
Docs: LCL/controls. Updates content for TWinControl and TControlChildSizing topics.
2023-01-01 18:58:30 +00:00
dsiders
967e4ee615
Docs: LCL/controls. Adds, updates topics with aliases to System.UITypes. Changes in 43d7f203
.
2022-12-20 04:29:46 +00:00
dsiders
bb61ff57a8
Docs: LCL/controls. Adds and removes topics for changes in 7d00a524
.
...
* Adds:
* TControl.GetParentBackground
* TControl.SetParentBackground
* TControl.ParentBackground
* Removes:
* TWinControl.GetParentBackground
* TWinControl.SetParentBackground
* TWinControl.ParentBackground
2022-12-15 05:29:41 +00:00
dsiders
88847dfe51
Docs: LCL/controls. Fixes grammar error. 'prior to' instead of 'proper to'.
2022-12-11 00:36:53 +00:00
dsiders
21d0ac5fad
Docs: LCL/controls. Updates topics for changes in 5ee7f1a519
, 75ebb1fc
.
...
* TControlStyleType.csAutoSize0x0
* TControl.Color
2022-11-22 08:43:28 +00:00
dsiders
ea07cc1407
Docs: LCL/controls. Adds TDockManager.CanBeDoubleDocked topic for changes in 989070fa
.
2022-11-15 04:11:09 +00:00
dsiders
7db2bda6cb
Docs: LCL/controls. Adds or updates topic content.
2022-11-15 04:09:37 +00:00
dsiders
c486dc6a82
Docs: LCL/controls. Adds or updates content in various topics.
2022-11-13 05:40:31 +00:00