Commit Graph

1724 Commits

Author SHA1 Message Date
dsiders
b5c298056c Docs: LCL/taskdlgemulation. Adds XML file with topic skeletons. Added in df338fd867. 2024-10-20 01:57:19 +01:00
dsiders
6c3fb7992e Docs: LCL/graphics. Adds content for CreateGraphicFromResourceName and CreateBitmapFromLazarusResource topics. 2024-10-20 01:57:19 +01:00
dsiders
b98211de48 Docs: LCL/graphics. Adss missing content in TIcon and TCursorImage topics. 2024-10-20 01:57:19 +01:00
dsiders
e970946e2d Docs: LCL/wsreferences. Adds and updates topic content. 2024-10-20 01:57:18 +01:00
dsiders
cbd558db3b LCL/wsreferences. Updates content in TLCLHandle topic. 2024-10-20 01:57:17 +01:00
dsiders
04ee4075b2 Docs: LCL/lcltaskdialog. Removes ctypes from external references. Depends on a8029876. 2024-10-20 01:57:17 +01:00
dsiders
d278b618fd Docs: LCL/lcltaskdialog. Updates TTaskDialogFlag and [200~TTaskDialog.Executetopic for changes in e5aa4cee. 2024-10-20 01:57:17 +01:00
dsiders
ea36aa4a88 Docs: LCL/dialogs. Updates the TCustomTaskDialog.DoExecute topic for changes in e5aa4cee. 2024-10-20 01:57:16 +01:00
dsiders
b0260a08e5 Docs: LCL/dialogs. Adds TTaskDialogFlag values for changes in e5aa4cee. 2024-10-20 01:57:16 +01:00
dsiders
9e8ca12a38 Docs: LCL/dialogs. Updates topics for system.uitype changes in 0f522e8d81. 2024-10-20 01:57:16 +01:00
dsiders
30147309d8 Docs: LCL/controls. Comments topics for changes in 0f522e8d81. 2024-10-20 01:57:15 +01:00
dsiders
67d388063b Docs: LCL/interfacebase. Updates the TDialogButton.ModalResult topic 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
caaf160050 Docs: LCL/lcltype. Fixes invalid XML tagging in topic. 2024-10-20 01:57:14 +01:00
dsiders
daca32b2ea Docs: LCL/lazregions. Updates TPointArry topic for changes in c423a794b5. 2024-10-20 01:57:13 +01:00
dsiders
8e67ba098b Docs: LCL/wscontrols. Updates topics for TLCLHandle changes in 211d95da. 2024-10-20 01:57:11 +01:00
dsiders
d98caba512 Docs: LCL/lcltype. Updates topics for TLCLHandle and other changes in 211d95da. 2024-10-20 01:57:11 +01:00
dsiders
d867825636 Docs: LCL/lclclasses. Updates topics for TLCLHandle changes in 211d95da. 2024-10-20 01:57:11 +01:00
dsiders
84fe2ee61c Docs: LCL/interfacebase. Updates topics for TLCLHandle changes in 211d95da. 2024-10-20 01:57:10 +01:00
dsiders
106d4f415b Docs: LCL/forms. Fixes invalid links. 2024-10-20 01:57:10 +01:00
dsiders
86b5af0f33 Docs: LCL/imglist. Updates topics for TLCLHandle changes in 211d95da. 2024-10-20 01:57:10 +01:00
dsiders
bc4ca8375d Docs: LCL/graphics. Updates topics for TLCLHandle changes in 211d95da. 2024-10-20 01:57:10 +01:00
dsiders
5533223d81 Docs: LCL/wsreferences. Adds XML module with topic skeletons. 2024-10-20 01:57:09 +01:00
dsiders
3b39b2ef36 Docs: LCL/forms. Updates topics for TLCLHandle changes in 211d95da. 2024-10-20 01:57:09 +01:00
dsiders
450eba28e3 Docs: LCL/dialogs. Updates topics for LCLHandle changes in 211d95da. 2024-10-20 01:57:08 +01:00
dsiders
ee0615ae5b Docs: LCL/customtimer. Updates external references and topics for changes in 211d95da. 2024-10-20 01:57:07 +01:00
dsiders
46fed21d59 Docs: LCL/controls. Updates topics to use TLCLHandle introduced in 211d95da. 2024-10-20 01:57:06 +01:00
dsiders
2167710f68 Docs: LCL/comctrls. Updates topics to use TLCLHandle introduced in 211d95da. 2024-10-20 01:57:05 +01:00
dsiders
1b99ecdb6a Docs: LCL/buttons. Updates topics to use TLCLHandle introduced in 211d95da. 2024-10-20 01:57:05 +01:00
dsiders
e676a483db Docs: LCL/lclproc. Updates topics for changes in dd161fc0. 2024-10-20 01:57:04 +01:00
dsiders
522c8ad967 Docs: LCL/forms. Adds TScreen.Notification topic for changes in bcb890ce. 2024-10-20 01:57:03 +01:00
dsiders
38efd635ec Docs: LCL/lclproc. Deprecates the CompareRect topic for changes in 0bc32656. 2024-10-20 01:57:02 +01:00
dsiders
38de5edaee Docs: LCL/ldocktree. Updates external references for changes in 0bc32656. 2024-10-20 01:57:00 +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
n7800
e80478f432 Docs: Fix a typo in the property name OnVisbleChanging 2024-09-23 10:11:37 +00:00
dsiders
27c9054d4e Docs: LCL/forms. Updates TCustomForm.GetFormImage topic to clarify content and to fix an error in example code. Depends on 55ac08a5, 53ba8c47. 2024-09-14 22:46:00 +01:00
dsiders
53ba8c47aa Docs: LCL/forms. Updates TCustomForm.GetFormImage topic for changes in 55ac08a5. Issue #41140. 2024-09-14 20:32:44 +01:00
dsiders
ddb954432e Docs: LCL/buttons. Corrects content in the TCustomSpeedButton.Margin topic. 2024-09-10 21:10:28 +01:00
dsiders
4310c9339a Docs: LCL/buttons. Updates TCustomSpeedButton.CalculatePreferredSize topic to include remarks about version compatibility.
* Changes in 8f6a59c9. Issue ##41119.
* Fixes version admonitions in 394b03cd. Use 4.0 instead of 3.6.
2024-09-10 19:46:11 +01:00
dsiders
394b03cd2b Docs: LCL/buttons. Updates TCustomSpeedButton topics for changes in d216b714. Issue #41119.
* Modified topics:
* TCustomSpeedButton.SetLayout
* TCustomSpeedButton.CalculatePreferredSize
* TCustomSpeedButton.MeasureDraw
* TCustomSpeedButton.SetMargin
* TCustomSpeedButton.Margin
* TCustomSpeedButton.SetSpacing
* TCustomSpeedButton.Spacing
* TCustomSpeedButton.SetLayout
* TCustomSpeedButton.Layout
2024-09-10 06:46:36 +01:00
dsiders
17b5893b04 Docs: LCL/stdctrls. Updates TCustomComboBox.ItemIndex topic for changes in f7ab06f51d. Issue #41108. 2024-09-02 17:22:29 +01:00
dsiders
d024157798 Docs: LCL. Removes ophaned graphmath.xml file moved into LazUtils. 2024-08-28 01:28:04 +01:00
dsiders
b67c2a2386 Docs: LCL/stdctrls. Updates TRadioButton.DialogChar topic for changes in 63f44cf8.
* LCL: Check TRadioButton when using keyboard accelerator ("&" in caption)
2024-08-21 21:53:02 +01:00
dsiders
3ffc1f862f Docs: LCL/menus. Removes invalid See Also link in TMenuItem.Default topic. Depends on 85bf6be863. 2024-08-01 02:19:50 +01:00
dsiders
dfba70e859 Docs: LCL/menus. Modifies TMenuItem.Default to include suggested revisions. 2024-08-01 01:50:01 +01:00
dsiders
85bf6be863 Docs: LCL/menus. Updates TMenuItem.Default topic for changes in d9ef4ae9. Issue #41034. 2024-07-30 20:11:46 +01:00
dsiders
fa49d60634 Docs: LCL/stdctrls. Adds TCheckBox.Checked and TCheckBox.OnClick topics.
* TCheckBox.Checked replaces the linked topic in TButtonControl.
* TCheckBox.OnClick was omitted and links to the inherited topic (TControl).
2024-07-20 21:29:11 +01:00
dsiders
63a1634fdf Docs: LCL/menus. Updates content in TMenuItem topics, including:
* TMenuItem
* TMenuItem.Caption
* TMenuItem.Click
* TMenuItem.UpdateImages
* TMenuItem.ImageIndex
* TMenuItem.AutoCheck
* TMenuItem.RadioItem
* TMenuItem.Visible
* TMenuItem.OnClick
* TMenuItem.OnDrawItem
2024-06-21 20:39:46 +01:00
dsiders
3e4e061286 Docs: LCL/dbctrls. Updates KeyDown topics in TDBEdit, TDBMemo to include VK_SPACE characters handled on Darwin. Changed in 1ac92dd342. 2024-06-19 17:23:52 +01:00
dsiders
a10a426ac7 Docs: LCL/dbctrls. Updates TDBMemo.LoadMemo topic for changes in 1b18f093.
* It references Issue #33598 - which I cannot locate by issue number.
2024-06-15 21:56:02 +01:00
dsiders
700ad868db Docs: LCL/dbctrls. Modifies KeyDown topics in TDBEdit and TDBMemo for changes in f358fd7d17, dcacf7aaac. Issue #40985.
* Adds a description of the macOS-specific keys detected and ignored for non-editable fields.
2024-06-15 20:35:08 +01: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
f6878d7262 Docs: LCL/graphics. Updates GraphicFilter, GraphicFileMask, and GraphicExtension topics. 2024-06-10 05:44:18 +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
c52332fbb5 Docs: LCL/graphics. Updates the TCanvas.Draw topic to clarify content.
* Based on suggestions by @jamie in the forum discussion
* https://forum.lazarus.freepascal.org/index.php/topic,67389.0.html.
2024-05-28 18:07:11 +01:00
dsiders
5b84fae03d Docs: LCL/intfgraphics. Fixes errors in example code. Issue #40970.
* Discussion in  https://forum.lazarus.freepascal.org/index.php/topic,67369.msg518241.html.
2024-05-23 18:51:49 +01:00
dsiders
2a5c8dd492 Docs: LCL/comctrls. Updates TCustomTabControl topics for changes in db41ce26.
* TCustomTabControl.Change
* TCustomTabControl.InternalSetPageIndex
* TCustomTabControl.MaybeSelectFirstControlOnPage
2024-05-21 05:55:41 +01:00
dsiders
86f3e42075 Docs: LCL/comctrls. Updates TCustomTabControl.Change topic for changes in 36c308d1. 2024-05-21 05:50:10 +01:00
dsiders
6f7146a46e Docs: LCL/comctrls. Updates TCustomTabControl topics for changes in 5e54b2f9, 148735d8.
* TCustomTabControl.MaybeSelectFirstControlOnPage
* TCustomTabControl.Change
2024-05-21 05:47:08 +01:00
dsiders
1836844e6e Docs: LCL/comctrls. Adds TCustomTabControl.ActivateFirstControlOnPage topic for changes in e5a63799. Issue #40775.
* Updates TCustomTabControl.Change.
2024-05-21 05:41:54 +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
ba16716613 Docs: LCL/forms. Corrects content in TCustomForm.Release and TCustomForm.ShowModal topics. 2024-05-11 18:20:57 +01:00
dsiders
77f873b2b4 Docs: LCL/forms. Updates content in TCustomForm.Release and TCustomForm.ShowModal topics.
* Based on discussions in https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40948.
2024-05-10 19:48:53 +01:00
dsiders
045c0c6596 Docs: LCL/forms. Fixes invalid See Also link, XML tagging in topics. 2024-05-03 02:46:36 +01:00
dsiders
3962927845 Docs: LCL/forms. Updates content in TCustomForm topics including:
* TCustomForm.Activate
* TCustomForm.Deactivate
* TCustomForm.OnActivate
* TCustomForm.OnDeactivate
2024-05-03 02:11:56 +01:00
dsiders
76c40f6761 Docs: LCL/grids. Updates TCustomGrid.ShowCellHintWindow topic for changes in e9425e93. 2024-04-17 19:25:11 +01:00
dsiders
d2d921d2d6 Docs: LCL/comboex. Updates the TCustomComboBoxEx.DrawItem topic for changes in
755dea7b.
2024-04-16 17:01:33 +01:00
dsiders
92c1b6a39a Docs: LCL/stdctrls. Fixes XML tags in TCustomEdit.ClearSelection See Also links. 2024-04-06 16:43:06 +01:00
dsiders
37f11d9720 Docs: LCL/forms. Updates TApplication.GetParams to fix incorrect descriptions for arguments. 2024-04-05 04:33:37 +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
ead3135f3c Docs: LCL/clipbrd. Updates content in the TClipboard.GetComponentAsText topic. 2024-03-19 17:49:51 +01:00
dsiders
b2dd59fad5 Docs: LCL/lazhelphtml. Adds, updates content in THTMLHelpDatabase and THTMLBrowserHelpViewer topics.
* THTMLHelpDatabase
* THTMLHelpDatabase.BaseURL
* THTMLBrowserHelpViewer.BrowserPath
2024-03-11 02:18:21 +01:00
dsiders
888cfa910e Docs: LCL/forms. Updates TCustomForm.ActiveControl topic for changes in 16e2f677. Issue #40774. 2024-03-08 07:17:22 +00:00
dsiders
d0869438b5 Docs: LCL/maskedit. Updates FormatMaskText topic to clarify content. 2024-03-08 07:16:54 +00:00
dsiders
51a6c3d25c Docs: LCL/maskedit. Adds aand updates topics for changes in 0cbb6646, a09b37af.
* Adds EnableSets argument to the FormatMaskText topic.
* Changes topic order to match declaration order, visibility.
2024-03-07 20:44:53 +00:00
dsiders
b060a7330f Docs: LCL/comctrls. Fixes invalid See Also links introduced in 92e6f4ffa7. 2024-02-22 20:09:43 +00:00
dsiders
92e6f4ffa7 Docs: LCL/comctrls. Updates EditorEditingDone and EditorKeyDown topics in TCustomTreeView for changes in 7716068e. 2024-02-22 19:20:12 +00:00
dsiders
f6555a287e Docs: LCL/various. Adds missing unit overview content, external references in:
* customdrawn_android.xml
* customdrawn_common.xml
* customdrawn_mac.xml
* customdrawn_winxp.xml
* customdrawncontrols.xml
* customdrawndrawers.xml
2024-02-21 17:41:34 +00:00
dsiders
83af74cb1f Docs: LCL/comctrls. Fixes invalid content and typos in TTreeNode topics. Issue
#40783.

* TListItem
* TTreeNode.StateIndex
2024-02-19 17:39:46 +00:00
dsiders
c0983bbed0 Docs: LCL/comctrls. Updates errant / incomplete content in TCustomTreeView topics. Issue #40758.
* TCustomTreeView.StoreCurrentSelection
* TCustomTreeView.ApplyStoredSelection
2024-02-10 22:19:38 +00:00
dsiders
334ee8144b Docs: LCL/lazhelpintf. Updates external references and adds missing topics for changes in c285b58a. 2024-02-09 04:07:12 +00:00
dsiders
ae8d65596e Docs: LCL/valedit. Updates external references for changes in c285b58a. 2024-02-09 04:06:36 +00:00
dsiders
cd3f347249 Docs: LCL/grids. Updates TCustomStringGrid.DoCompareCells topic for changes in c285b58a. 2024-02-09 04:00:53 +00:00
dsiders
eb80a21f08 Docs: LCL/forms. Updates TScreen.Fonts topic for changes in db95c28d. 2024-02-09 03:51:02 +00: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
14c9b68360 Docs: LCL/lclproc. Updates content in shortcut-related topics including:
* ShortCutToText
* ShortCutToTextRaw
* TextToShortCut
* TextToShortCutRaw
2024-01-28 17:02:27 +00:00
dsiders
94547e3f9a Docs: LCL/forms. Adds control message topics for changes in 77daff81. Issue #40701.
* TCMHintShow.UnusedMsg
* TCMHintShowPause.UnusedMsg
2024-01-27 00:46:48 +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
c9cb29b47a Docs: LCL/maskedit. Updates TCustomMaskEdit topics for changes in b48d102c.
* TCustomMaskEdit.EnableSets removes experimental designation.
* TCustomMaskEdit.OnValidationError adds topic content and See Also links.
2024-01-15 23:57:01 +00:00
dsiders
d0137e028e Docs: LCL/actnlist. Fixes invalid parameter name, and adds missing content.
* Renames TActionEvent.Action to TActionEvent.AAction
* Adds content in TShortCutList and ApplicationActionComponent topics.
2024-01-08 07:09:34 +00:00
dsiders
8fbac0b6c2 Docs: LCL/graphics. Adds IncColor topic for changes in c9a4f79b. Issue #40682.
* Updates DecColor topic to use language consistent with IncColor.
2024-01-05 17:21:15 +00:00
dsiders
b583b3fa04 Docs: LCL/imglist. Updates Scaled and OnGetWidthForPPI topics in TCustomImageList.
* Restores details about OnGetWidthForPPI removed in the previous commit from the TCustomImageList.Scaled topic.
* Adds a code example in the TCustomImageList.OnGetWidthForPPI topic,
2023-12-22 16:09:27 +00:00
dsiders
b2b86ebaef Docs: LCL/imglist. Updates topics based on forum suggestions.
* https://forum.lazarus.freepascal.org/index.php/topic,65576.0.html
* Updates:
* TCustomImageList.WidthForPPI
* TCustomImageList.Scaled
2023-12-20 02:30:21 +00:00
dsiders
0601e5d055 Docs: LCL/dbgrids. Updates the TCustomDBGrid.OptionsExtra topic to describe actions performed when the property is changed. 2023-12-14 03:29:21 +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
c164ac032c Docs: LCL/extctrls. Adds GTK2 details to T(Custom)TrayIcon. 2023-12-09 08:08:24 +00:00
dsiders
8b3f7cf663 Docs: LCL/stdctrls. Fixes a typo. 2023-12-06 04:50:33 +00:00
dsiders
e08ea9d54a Docs: LCL/stdctrls. Updates TCustomComboBox.Create and TCustomEdit.Create topics for changes in 469e1318. Issue #40379. 2023-12-05 20:02:17 +00:00
dsiders
f1d77cbfc6 Docs: LCL/grids. Fixes invalid See Also links. 2023-12-05 20:01:58 +00:00
dsiders
a9a62d33f8 Docs: LCL/grids. Updates topics based on forum suggestions by Werner Pamler, including:
* TGridColumns.VisibleCount
* TGridColumns.Enabled
* TCustomStringGrid.LoadFromCSVStream
* TCustomStringGrid.LoadFromCSVFile
2023-12-04 06:57:17 +00:00
dsiders
68acca089e Docs: LCL/shellctrls. Adds TCustomShellTreeView.GetFilesInDir topic and updates references to renamed helper routine for changes in ef8b5603be.
* TCustomShellTreeView.GetFilesInDir (public visibility)
* TCustomShellTreeView.GetPathFromNode
* TCustomShellListView.Mask
2023-12-03 18:43:38 +00:00
dsiders
343079e4f3 Docs: LCL/lresources. Fixes tagging errors. 2023-11-19 04:23:54 +00:00
dsiders
7ee655f2f6 Docs: LCL/lresources. Fixes spelling error. 2023-11-19 03:19:51 +00:00
dsiders
97b15f1b08 Docs: LCL/lresources. Adds deprecation notices in TUTF8Parser topics for changes in 5b65498e. 2023-11-18 23:11:26 +00:00
dsiders
f6110685b5 Docs: LCL. Adds license header to .xml documentation files. 2023-11-16 19:48:10 +00:00
dsiders
591793ee8e Docs: LCL/groupededit. Updates TCustomAbstractGroupedEdit.PopupMenu topic for changes in 54e9cc9171. 2023-11-09 04:31:44 +00:00
dsiders
54716537eb Docs: LCL/forms. Adds content and See Also links in TApplication.Minimize and TApplication.Restore topics. Fixes spelling error. 2023-10-30 21:26:10 +01:00
dsiders
ffee752335 Docs: LCL, LazUtils. Removes unneeded fpmake.xml documentation files. Not used for make files. 2023-10-29 00:00:25 +01:00
dsiders
586323470e Docs: LCL/calcform. Updates content in various topics. 2023-10-25 04:40:40 +01:00
dsiders
33662ba17b Docs: LCL/jsonpropstorage. Adds content in TCustomJSONPropStorage topics, including:
* TCustomJSONPropStorage.DoReadString
* TCustomJSONPropStorage.DoWriteString
* TCustomJSONPropStorage.DoEraseSections
* TCustomJSONPropStorage.JSONFileName
* TCustomJSONPropStorage.RootObjectPath
* TCustomJSONPropStorage.Formatted
2023-10-18 02:17:40 +01:00
dsiders
f9b6339554 Docs: LCL/jsonpropstorage. Updates topic content. 2023-10-16 07:41:24 +01:00
dsiders
28368d3029 Docs: LCL/inipropstorage. Update topics content. 2023-10-16 07:41:03 +01:00
dsiders
60c5d8c3b2 Docs: LCL/xmlpropstorage. Fixes an invalid See Also link in TCustomXMLPropStorage.RootNodePath topic. 2023-10-16 07:40:41 +01:00
dsiders
125e9da626 Docs: LCL/forms. Fixes invalid link to inherited topic content in TForm.AutoScroll. 2023-10-16 07:40:19 +01:00
dsiders
1da25924f5 Docs: LCL/xmlpropstorage. Updates TCustomXMLPropStorage and TXMLPropStorage topics.
* Adds a link to the Lazarus Wiki entry.
* Adds content from the Wiki article.
2023-10-15 19:39:26 +01:00
dsiders
0525ede13b Docs: LCL/xmlpropstorage. Updates content in TCustomXMLPropStorage, TXMLPropStorage topics. 2023-10-14 06:04:35 +01:00
dsiders
7e508e3fba Docs: LCL/lcltranslator. Updates TUpdateTranslator.UpdateTranslation topic for changes in ddbcec7b. 2023-10-13 06:13:58 +01:00
dsiders
94cbb565d7 Docs: LCL/forms. Updates the TControlScrollBar.UpdateScrollBar topic for changes in 4891f1f0. 2023-10-11 23:56:52 +01:00
dsiders
053f0cec6a Docs: LCL/graphics. Fixes typos in See Also links. 2023-10-06 17:23:29 +01:00
dsiders
b97c0935e7 Docs: LCL/graphics. Revises content in TBitmap.LoadFromStream. Patch by Werner Pamler. 2023-10-05 23:10:13 +01:00
dsiders
7fda2221b8 Docs: LCL/graphics. Updates TBitmap.LoadFromStream topic for changes in 3b4b6dd3. Issue #40529. 2023-10-05 03:11:02 +01:00
dsiders
ff35bc8908 Docs: LCL/groupededit. Fixes invalid See Also link. 2023-09-30 06:22:22 +01:00
dsiders
0fd2acb1b9 Docs: LCL/groupededit. Adds missing content in TCustomAbstractGroupedEdit topics. 2023-09-30 05:58:50 +01:00
dsiders
ab57ff1c32 Docs: LCL/editbtn. Adds missing short description in TCustomControlFilterEdit.InternalSetFilter topic. 2023-09-30 05:58:32 +01:00
dsiders
5ba319d7f8 Docs: LCL/comctrls. Updates content in TViewStyle and TCustomListView topics.
* TViewStyle.vsIcon
* TViewStyle.vsSmallIcon
* TViewStyle.vsList
* TViewStyle.vsReport
* TCustomListView.LargeImages
* TCustomListView.LargeImagesWidth
* TCustomListView.SmallImages
2023-09-27 00:15:38 +01:00
dsiders
6a2c1915dc Docs: LCL/comctrls. Clarifies content and adds See Also links in ListView-related topics.
* TViewStyle
* TViewStyle.vsReport
* TCustomListVIew.ViewStyle
2023-09-24 02:46:14 +01:00
dsiders
9f4b42decd Docs: LCL/clipbrd. Updates topic content. 2023-09-21 01:32:46 +01:00
dsiders
f97e593d48 Docs: LCL/comctrls. Updates content in TCustomHeaderControl topics.
* TCustomHeaderControl.OnSectionResize
* TCustomHeaderControl.OnSectionTrack
* TCustomHeaderControl.OnSectionSeparatorDblClick
2023-09-18 16:48:42 +01:00
dsiders
fcefc7e2a1 Docs: LCL/comctrls. Updates content in TCustomHeaderControl topics.
* TCustomHeaderControl.UpdateSection
* TCustomHeaderControl.UpdateSections
* TCustomHeaderControl.CreateSection
* TCustomHeaderControl.Loaded
* TCustomHeaderControl.SectionEndDrag
* TCustomHeaderControl.SectionDrag
* TCustomHeaderControl.UpdateState
* TCustomHeaderControl.DoAutoAdjustLayout
* TCustomHeaderControl.SectionFromOriginalIndex
* TCustomHeaderControl.DragReorder
* TCustomHeaderControl.OnSectionDrag
* TCustomHeaderControl.OnSectionEndDrag
* TCustomHeaderControl.OnSectionClick
* TCustomHeaderControl.OnSectionResize
* TCustomHeaderControl.OnSectionTrack
* TCustomHeaderControl.OnSectionSeparatorDblClick
2023-09-18 03:51:02 +01:00
dsiders
40046780a4 Docs: LCL/comctrls. Updates content in THeaderSection topics.
* THeaderSection.Assign
* THeaderSection.Alignment
* THeaderSection.ImageIndex
* THeaderSection.MaxWidth
* THeaderSection.MinWidth
* THeaderSection.Text
* THeaderSection.Width
* THeaderSection.Visible
* THeaderSection.OriginalIndex
2023-09-17 02:48:31 +01:00
dsiders
6e27d70119 Docs: LCL/comctrls. Adds content to TCustomHeaderControl and related topics. Issue #40511.
* TCustomHeaderControl
* TCustomHeaderControl.CreateSections
* TCustomHeaderControl.OnCreateSectionClass
* TCustomHCCreateSectionClassEvent
* THeaderSections
2023-09-16 06:56:49 +01:00
dsiders
dd306bb20e Docs: LCL/checklst. Adds deprecation notices in TCustomCheckListBox topics for changes in 144bdc06, 2d81eb05.
* TCustomCheckListBox.ItemClick
* TCustomCheckListBox.OnItemClick
2023-09-14 14:17:45 +01:00
dsiders
484983c9ab Docs: LCL/stdctrls. Clarifies content in TCustomListBox.OnSelectionChange, TSelectionChangeEvent topics for Windows. Removes unneeded whitespace. 2023-09-14 00:42:40 +01:00
dsiders
a6cf14e143 Docs: LCL/extdlgs. Removes StartMonday from TCalendarDialog.DisplaySettings topic. 2023-09-10 00:42:34 +01:00
dsiders
3b39a80d16 Docs: LCL/stdctrls. Removes QT support admonitions for changes in ab9b9835.
* TCheckBox.Alignment
* TRadioButton.Alignment
* TComboBox.AdjustDropDown
* TComboBox.ItemWidth
2023-09-06 18:42:24 +01:00
dsiders
1a2967a207 Docs: LCL/comboex. Updates content in the TCustomComboBoxEx.AddItem topic. 2023-09-03 19:52:36 +01:00
dsiders
6c177bc5b2 Docs: LCL/forms. Modifies content in the TApplication.GetControlAtPos topic. 2023-08-26 02:44:42 +01: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
26a0f8d7e4 Docs: LCL/comctrls. Updates content in TStatusBar topics.
* Includes:
*  Font, Panels, SimpleText, SimplePanel, OnDrawPanel, OnHint,
*  DrawPanel, LMDrawItem
2023-08-19 18:58:16 +01:00
dsiders
42a89dc628 Docs: LCL/stdctrls. Reorders topics to match declaration order in 44d7786c19. 2023-08-12 18:57:22 +01:00
dsiders
abd09e7ad9 Docs: LCL/forms. Adds TApplication.GetControlAtPos topic for changes in 53cd3db19c. 2023-07-31 17:18:43 +01:00
dsiders
87ebca2b25 Docs: LCL/controls. Updates topics for changes in 53cd3db19c. 2023-07-31 17:18:42 +01:00
dsiders
df99227b6b Docs: LCL/buttons. Updates content in the TCustomSpeedButton.MeasureDraw topic. 2023-07-28 23:07:32 +01:00
dsiders
df44e8f62c Docs: LCL/lresources. Adds and updates topics for changes in cb4383bd4c.
* TLazObjectWriterString
* TLRSObjectWriter.WriteString
2023-07-26 03:06:44 +01:00
dsiders
b9cdb23eed Docs: LCL/forms. Clarifies content in NewFormWasCreated and AddHandlerNewFormCreated topics in TScreen. Depends on 3844d008, 5a647cd4. 2023-07-21 19:47:12 +01:00
dsiders
3844d00814 Docs: LCL/forms. Adds TScreen, TScreenNotification topics for changes in 5a647cd4. Issue #39288. 2023-07-21 09:04:38 +01:00