Commit Graph

2180 Commits

Author SHA1 Message Date
dsiders
7bd5ca9a3f Docs: LazUtils/lazutf16. Updates the UnicodeLowercase topic. Includes changes in 6e4a0dd2. Issue #41056. 2024-08-07 18:02:18 +01:00
dsiders
fbddbee171 Docs: LazUtils/lazfileutils. Updates the ReadaAllLinks topic for changes in 5864b598, 1ba49f19. Issue #40689.
* Implements ReadAllLinks for the Windows platform.
2024-08-06 03:13:12 +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
2ec1129e41 Docs: LazUtils/fileutil. Updates content in the ReadFileToString topic. 2024-07-18 00:52:45 +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
Zoë Peterson
b8bb9527ef Switched documentation from an inline comment in graphtype.pp to the fpdoc graphtype.xml 2024-06-12 22:54:32 +00: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
Juha
54ece983b9 Docs: Explain the map container used in TLookupStringList (LazUtils). 2024-04-08 02:22:35 +03:00
dsiders
92c1b6a39a Docs: LCL/stdctrls. Fixes XML tags in TCustomEdit.ClearSelection See Also links. 2024-04-06 16:43:06 +01:00
dsiders
117cdd0ad0 Docs: LazUtils/lazutf8. Fixes invalid attribute names in XML tagging.
* Updates:
* UTF8LeftStr.Result
* UTF8LeftStr.AText
* UTF8LeftStr.ACount
2024-04-05 18:46:43 +01:00
dsiders
66e929e9d6 Docs: LazUtils/lazutf8. Updates ParamStrUTF8 topic to include additional description for arguments. 2024-04-05 04:33:59 +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
60813b02c5 Docs: LazUtils/lazutf8. Removes unneeded TODO entries. 2024-03-19 17:45:35 +01:00
dsiders
1dad391af7 Docs: LazUtils/translations. Adds missing topics and content for:
* GetLanguageIDFromLocaleName
* UpdatePOFile
2024-03-17 17:30:31 +01:00
dsiders
6aebfc86ab Docs: LazUtils/laz2_xmlcfg. Adds missing topics for nested type/members in TXMLConfig.
* TXMLConfig.TDomNodeArray
* TXMLConfig.TNodeCache
* TXMLConfig.TNodeCache.Node
* TXMLConfig.TNodeCache.NodeSearchName
* TXMLConfig.TNodeCache.ChildrenValid
* TXMLConfig.TNodeCache.Children
* TXMLConfig.TNodeCache.NodeListName
* TXMLConfig.TNodeCache.NodeList
* TXMLConfig.TNodeCache.GrowArray
* TXMLConfig.TNodeCache.RefreshChildren
* TXMLConfig.TNodeCache.RefreshChildrenIfNeeded
* TXMLConfig.TNodeCache.RefreshNodeList
* TXMLConfig.TNodeCache.RefreshNodeListIfNeeded
* TXMLConfig.TNodeCache.AddNodeToList
2024-03-13 07:37:36 +01:00
dsiders
defe11d130 Docs: LazUtils/laz2_xmlcfg. Updates TXMLConfig.SetDeleteValue for changes in 7fc68aa6. 2024-03-12 17:52:01 +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
1b863d612c Docs: Lazutils/translations. Fixes capitalization in topic. 2024-02-09 04:08:14 +00:00
dsiders
bcabdb039c Docs: LazUtils/lazutf8. Deprecates UTF8CompareLatinTextFast and UTF8CompareStrCollated topics for changes in 890f92e33e.
* Modifies TStringListUTF8Fast topics.
* Adds IsPureAscii topic.
2024-02-09 04:07:57 +00:00
dsiders
59d8129fc5 Docs: LazUtils/lazfileutils. Updates CompareFileExt topic for changes in 08c0f486.
* Changes UTF8CompareText() reference to CompareText().
2024-02-09 04:07:41 +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
79825debe4 Docs: LazUtils/fileutil. Fixes an invalid link tag in FindAllFiles. 2024-01-28 17:38:43 +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
86519acad0 Docs: LazUtils/fileutil. Updates content in TFileSearcher and related topics.
* TFileSearcher.Search
* TListDirectoriesSearcher
* FindAllFiles
* FindAllDirectories
2024-01-28 02:12:05 +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
5f19d0caf8 Docs: LazUtils/lazfileutils. Updates the ResolveDots topic for changes in 148b2d23. Issue #40678. 2024-01-13 16:59:55 +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
ff03db4f10 Docs: LazUtils/translations. Updates content in TPOFile.SaveToStrings. 2023-12-31 18:44:36 +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
eb3b34bd97 Docs: LazUtils/lazutf8. Fixes invalid identifiers for topics.
* TUTF8TrimFlag.u8u8tKeepTabs => TUTF8TrimFlag.u8tKeepTabs
* TUTF8TrimFlag.u8u8tKeepLineBreaks => TUTF8TrimFlag.u8tKeepLineBreaks
2023-12-22 07:35:11 +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
0a423300ae Docs: LazUtils/lazfileutils. Updates the ForceDirectoriesUTF8 topic for changes in 5335e147.
* Related to https://gitlab.com/freepascal.org/fpc/source/-/issues/40558
2023-12-15 01:14:14 +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
6025966d00 Docs: LazUtils. Adds license header to .xml documentation files. 2023-11-16 19:48:32 +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
9bb3e76ac7 Docs: LazUtils/lazfileutils. Adds content and fixes grammar in topics, including:
* TryCreateRelativePath
* CreateRelativePath
* GetDarwinSystemFilename
* GetDarwinNormalizedFilename
2023-10-31 04:27:08 +01: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
6e83a5dc5a Docs: LazUtils/lazutf8. Cleanup for unused parameters. 2023-10-28 23:59:43 +01:00
dsiders
fef0dc5f9f Docs: LazUtils/lazutf16. Adds missing topic content. 2023-10-28 23:59:31 +01:00
dsiders
826fcec702 Docs: LazUtils/lazstringutils. Updates content in the GetPart topic. 2023-10-28 23:59:09 +01:00
dsiders
b1cfc6ec72 Docs: LazUtils/lazfilecache. Cleans up tagging and adds missing content in topics. 2023-10-28 23:58:47 +01:00
dsiders
11d69e906a Docs: LazUtils/lazdbglog. Adds missing short descriptions in topics. 2023-10-28 23:58:29 +01:00
dsiders
d7ad2345dd Docs: LazUtils/lazconfigstorage. Adds missing short descriptions. 2023-10-28 23:58:02 +01:00
dsiders
775d0c7ede Docs: LazUtils/lazclasses. Adds missing topics. Adds missing content. 2023-10-28 23:57:41 +01:00
dsiders
a84be54e3c Docs: LazUtils/lazconfigstorage. Updates content in various topics. 2023-10-28 05:06:14 +01:00
dsiders
41f9fc32f5 Docs: LazUtils/codepagescommon. Updates content in ArrayISO_8859_1ToUTF8 and ArrayMacintoshToUTF8 topics. 2023-10-28 05:05:56 +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
441cf03564 Docs: LazUtils/translations. Adds Darwin-specific content in the GetLanguageID topic for changes in 6ae07c24. 2023-09-11 22:43:17 +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
a50d7d1dba Docs: LazUtils/laz_xmlstreaming. Adds and updates topics for changes in cbf9d30ddf.
* TXMLObjectWriterString
* TXMLObjectWriter.WriteString
2023-07-26 02:18:02 +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
dsiders
957d62af56 Docs: LCL/stdctrls. Restores documentation after reverting commit 9f577dc5. 2023-07-14 13:35:53 +01:00
dsiders
b824561f12 Docs: LCOL/controls. Update TControl.Notification topic for changes in c6200e29. 2023-07-12 15:01:31 +01:00
dsiders
e314b5fe87 Docs: LCL/grids. Updates content in the TCustomGrid.AutoFillColumns topic. 2023-07-08 23:47:44 +01:00
dsiders
69614e3959 Docs: LCL/lcltaskdialog. Updates TTaskDialog.Execute for changes in 48b1419e. 2023-07-08 05:32:07 +01:00
dsiders
a0e4b5d35a Docs: LCL/stdctrls. Updates TCustomListBox.SelCount for changes in a4c9080f. Issue #40361. 2023-07-08 04:04:20 +01:00
dsiders
3ea8fbcca2 Docs: LazUtils/lazutilities. Updates content for topics added in e3691f68. 2023-07-06 18:24:51 +01:00
dsiders
1f41c47dde Docs: LCL/controls,forms. Updates topics for changes in c3891ad8. 2023-07-03 20:15:17 +01:00
dsiders
972f8248e7 Docs: LCL/groupededit. Updates content in TCustomAbstractGroupedEdit.Alignment. 2023-06-30 00:09:32 +01:00
dsiders
39c05ff547 Docs: LCL/editbtn. Adds linked topics for published Alignment properties added in f0a8e22c. Includes:
* TCustomControlFilterEdit.Alignment
* TDirectoryEdit.Alignment
* TDateEdit.Alignment
* TTimeEdit.Alignment
* TCalcEdit.Alignment
2023-06-30 00:09:06 +01:00
dsiders
f4e5dd4903 Docs: Fine tunes wording in version number topics. 2023-06-27 17:55:42 +01:00
dsiders
5666585722 Docs: Elaborates on version number changes for minor, release, and patch values. 2023-06-27 17:22:19 +01:00
dsiders
414a258750 Docs: LCL, LazUtils. Corrects language in minor version number topics. 2023-06-26 15:43:44 +01:00
dsiders
946040a582 Docs: LCL, LazUtils. Updates content in release number topics. 2023-06-26 02:05:31 +01:00
dsiders
807dd2ca03 Docs: LCL/forms. Adds THintWindow.HintControl topic for changes in 58645a39. 2023-06-25 21:48:33 +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
225f2a399b Docs: Updates version and release number topics for changes in 3.0. 2023-06-25 21:04:23 +01:00
dsiders
4ddf892b29 Docs: LazUtils/translations. Updates content in TPOFile topics including:
* UpdateStrings
* SaveToStrings
* SaveToFile
* UpdateItem
* FillItem
* UpdateTranslation
* UntagAll
* RemoveIdentifier
* RemoveIdentifiers
* RemoveOriginal
* RemoveOriginals
* Tag
2023-06-23 21:09:51 +01:00
dsiders
a9014cd33a Docs: LCL/comctrls. Updates TTreeNode topics for changes in cc7d9e60. 2023-06-21 15:58:41 +01:00
dsiders
73d4f6466a Docs: LCL/imglist. Revises wording in the TCustomImageList.DoBeforeUpdateEnded topic. 2023-06-21 15:58:18 +01:00
dsiders
08207e863b Docs: LCL/lazcanvas. Updates FPC compiler version notes for changes in 82af317c. 2023-06-21 15:57:51 +01:00
dsiders
71dc7b718b Docs: LCL/imglist. Adds or updates TCustomImageList topics for changes in 79f7f1bb.
* Adds: MarkAsChanged, DoAfterUpdateStarted, DoBeforeUpdateEnded
* Updates: BeginUpdate, EndUpdate
2023-06-20 01:24:02 +01:00
dsiders
c76c213190 Docs: LCL, LazUtils. Fixes invalid See Also links. 2023-06-18 20:53:38 +01:00
wp_xyz
3db7adb945 Documentation: Clarify the meaning of "physical" in grids' OffsetToColRow (https://forum.lazarus.freepascal.org/index.php/topic,63694.msg482898) 2023-06-17 17:13:41 +02:00
dsiders
cef2a43d9e Docs: LazUtils/lazconfigstorage. Adds content for topics added in 67c1c587. 2023-06-16 16:37:19 +01:00
dsiders
71ba78cc48 Docs: LCL/stdctrls. Removes completed TODOs. 2023-06-16 16:33:39 +01:00
dsiders
0e922369c0 Docs: LCL/comctrls. Adds and updates topics for changes in 87fe0308.
* Adds:
*  TCustomTreeView.MoveLeft
*  TCustomTreeView.MoveRight
*  TCustomTreeView.MoveExpand
*  TCustomTreeView.MoveCollapse
* Updates:
*  TCustomTreeView.KeyDown
2023-06-16 06:22:51 +01:00
dsiders
29293b283c Docs: LCL,LazUtils/various. Adds and updates topics for changes in b0a3e49d. 2023-06-15 18:54:18 +01:00
dsiders
c3e5af4513 Docs: LCL/LazUtils/various. Removes deprecated topics and modules for changes in 74446557. 2023-06-15 03:34:52 +01:00
dsiders
37b459f0c5 Docs: LazUtils/translations. Updates topic content (various). 2023-06-14 22:52:09 +01:00
dsiders
1277027378 Docs: LCL/stdctrls. Adds and updates topics for changes in 6d9db64d, 062bacda.
* Updates: TCustomComboBox.InitializeWnd, TCustomComboBox.RealSetText
* Adds: TCustomComboBox.MatchListItem
2023-06-14 22:51:20 +01:00
dsiders
6684b9862e Docs: LCL/forms. Removes gettext unit reference for changes in e763d920. 2023-06-14 22:49:51 +01:00
dsiders
b9c9bfec05 Docs: LazUtils/translations. Fixes typos and awkward wording in topics. 2023-06-13 02:15:07 +01:00
dsiders
1cab990a9d Docs: LazUtils/lazutf8. Adds deprecation notices for changes in 65ed61c3ba. 2023-06-12 13:11:34 +01:00
dsiders
f2444c071d Docs: LazUtils/translations. Updates topics for changes in bb192833. 2023-06-12 13:11:17 +01:00
dsiders
04381be2cc Docs: LCL/comctrls. Updates content in TTreeNode topics (various). 2023-06-12 01:10:56 +01:00
dsiders
bb61f6eec8 Docs: LazUtils/lazutilities. Adds topic skeletons for changes in e3691f68. 2023-06-12 01:10:33 +01:00
dsiders
03cf8c2342 Docs: LazUtils/lazutf8. Updates content in the LazGetLanguageIDs topic for changes in 97c198b5. 2023-06-12 01:10:13 +01:00
dsiders
fe21b3d6dd Docs: LazUtils/lazconfigstorage. Adds topic skeletons for changes in 67c1c587. 2023-06-12 01:09:50 +01:00
dsiders
23206237ad Docs: LCL/comctrls. Updates topics for changes in ab21cfa3. Issue #40304. Includes:
* TTreeNode.Expand
* TCustomTreeView.FullExpand
* TCustomTreeView.FullCollapse
* Removes duplicate word in TTreeNode.MakeVisible.
2023-06-09 00:46:02 +01:00
dsiders
bd132261d7 Docs: LazUtils/various. Fixes name attributes in topics for operator overloads. 2023-06-07 19:19:18 +01:00
dsiders
e1f3ac20ba Docs: LazUtils/graphmath. Adds missing topics for operator overloads. 2023-06-07 17:41:25 +01:00
dsiders
448d3ab979 Docs: LCL/lclintf. Adds a deprecation notice to the OffsetRect topic for changes in f3afdc8d. 2023-06-06 23:08:30 +01:00
dsiders
10368c0b02 Docs: LCL/lclproc. Restores topics for routines deprecated in 517830da, cee2ee40. 2023-06-06 21:26:21 +01:00
dsiders
2e2f4fd240 Docs: LazUtils/lazutf8. Removes version admonition in LazGetLanguageIDs topic. 2023-06-06 17:03:56 +01:00
dsiders
aad8ebec07 Docs: LazUtils/lazutf8. Updates or removes topics for changes in e13533d1.
* Updates: LazGetLanguageIDs for functionality merged from LazTrimLanguageID.
* Removes: LazTrimLanguageID.
2023-06-06 03:43:46 +01:00
dsiders
84bb887aee Docs: LCL/lcltranslator. Updates topics for changes in d8f4c399. 2023-06-06 03:43:26 +01:00
dsiders
c5c3b2ec3c Docs: LCL/forms. Fixes invalid See Also link for OffsetRect topic. 2023-06-06 03:43:03 +01:00
dsiders
2c5d2ff77b Docs: LCL/lclproc. Adds a deprecation notice for FreeThenNil. 2023-06-05 21:11:57 +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
422126b804 Docs: LazUtils/graphmath. Adds topics for changes in 1475336c including:
* CalculateLeftTopWidthHeight
* MakeMinMax
* MoveRect
* MoveRectToFit
2023-06-05 19:38:14 +01:00
dsiders
b0aa7ba6ea Docs: LazUtils/lazutf8. Updates content in LazGetShortLanguageID for changes in d05dd86b. 2023-06-04 00:04:40 +01:00
dsiders
a236413e40 Docs: LazUtils/lazutf8. Fixes awkward wording and typing errors. 2023-06-02 14:35:13 +01:00
dsiders
aa1248fa3b Docs: LazUtils/lazutf8. Adds the LazTrimLanguageID topic for changes in 42bcafe2, e7b16e08. 2023-06-02 03:10:18 +01:00
dsiders
f0cf009346 Docs: LCL/forms. Updates content in TCustomForm.ShowModal for changes in e89e0d7d. 2023-06-02 03:10:03 +01:00
dsiders
b6cbf56ac5 Docs: LCL/editbtn. Updates TCustomControlFilterEdit topics for changes in 3855efa4, including:
* TCustomControlFilterEdit.ApplyFilter
* TCustomControlFilterEdit.OnIdle
* TCustomControlFilterEdit.OnAsync
* TCustomControlFilterEdit.InvalidateFilter
* TCustomControlFilterEdit.ResetFilter
* TCustomControlFilterEdit.IdleConnected
* TCustomControlFilterEdit.SortData
2023-05-29 20:01:48 +01:00
dsiders
046c226625 Docs: LazUtils/lazlogger. Adds or updates topics for changes in 34053f3e.
* Adds: TLazLoggerWriteExEventInfo, TLazLoggerFile.OnDebugLnEx, TLazLoggerFile.OnDbgOutEx.
* Updates: TLazLoggerFile.DoDbgOut, TLazLoggerFile.DoDebugLn, TLazLoggerFile.DoDebuglnStack.
2023-05-29 04:03:04 +01:00
dsiders
b99faf95d0 Docs: LazUtils/lazloggerbase. Adds and updates topics for changes in 34053f3e.
* Adds: LazLoggerWriteExEventInfo, TLazLoggerWriteExEvent, TLazLogger.DoDbgOut, TLazLogger.DoDebugLn, TLazLogger.DoDebuglnStack.
* Updates: TLazLogger.DebuglnStack, TLazLogger.DbgOut, TLazLogger.DebugLnEnter.
2023-05-29 04:02:54 +01:00
dsiders
221910fa9d Docs: LCL/buttons. Updates topics for changes in b25102f8, including:
* TCustomBitBtn.DisabledImageIndex
* TCustomBitBtn.HotImageIndex
* TCustomBitBtn.PressedImageIndex
* TCustomSpeedBtn.DisabledImageIndex
* TCustomSpeedBtn.HotImageIndex
* TCustomSpeedBtn.PressedImageIndex
2023-05-29 04:02:35 +01:00
dsiders
e6786a1a15 Docs: LCL/interfacebase. Adds missing short description tags and updates topic content. 2023-05-29 04:02:20 +01:00
dsiders
97ba33a66a Docs: LCL/lazcanvas. Adds or updates topics in TLazCanvas for changes in 3685317e, e57f2594, and 889c312c.
* Adds: TLazCanvas.PolygonNonZeroWindingRule
* Updates: TLazCanvas.DoRectangleFill, TLazCanvas.DoPolygonFill
2023-05-26 01:53:44 +01:00
dsiders
dad81015b0 Docs: LCL/extctrls. Adds Notification topics in TCustomCheckGroup, TCustomRadioGroup for changes in d405afa0.
* Fixes spelling errors: checkbox -> check box.
2023-05-20 20:54:15 +01:00
dsiders
f377516bef Docs: LCL/graphics. Various updates and corrections.
* Fixes invalid version admonitions (uses Lazarus version instead of FPC version).
* Fixes grammar, questionable wording in various topics.
* Updates content for Progress topics in TGraphic, TPicture.
* Updates TProgressEvent topic, and removes stand-alone Progress topic.
* Restores TODOs in commented See Also links.
* Restores whitespace between topics to improve readability.
2023-05-20 20:53:55 +01:00
dsiders
42d6b6ea4e Docs: LCL/menus. Fixes an invalid See Also link. 2023-05-20 05:57:50 +01:00
dsiders
54e1097a72 Docs: LCL/graphics. Adds bsImage and bsPattern topics for changes in e8549a68. 2023-05-19 21:38:13 +01:00
dsiders
c70820f2e1 Docs: LCL/menus. Updates content in TMenuItem topics, including:
* TMenuItem.AutoCheck
* TMenuItem.Checked
* TMenuItem.ImageIndex
2023-05-17 21:19:05 +01:00
dsiders
ee7c115ab3 Docs: LCL/comctrls. Adds or updates TCustomTabControl topics for changes in f7935691.
* Adds TCustomTabControl.TabHeightIsStored and TCustomTabControl.TabWidthIsStored.
* Updates TCustomTabControl.DoAutoAdjustLayout, TCustomTabControl.TabHeight, TCustomTabControl.TabWidth.
2023-05-16 23:35:27 +01:00
dsiders
c33f97b23f Docs: LCL/editbtn. Fixes invalid See Also link in TCustomControlFilterEdit.InternalSetFilter. 2023-05-16 23:35:06 +01:00
dsiders
5e9e89a57b Docs: LCL/lcltaskdialog. Updates topic content for changes in 6de7a578. Issue #40265. 2023-05-16 18:00:24 +01:00
dsiders
8fc5108e04 Docs: LCL/editbtn. Updates TCustomControlFilterEdit topics for changes in d28b530b. Issue #40257.
* Removes TCustomControlFilterEdit.ActivateFilter.
* Adds TCustomControlFilterEdit.InternalSetFilter.
* Updates TCustomControlFilterEdit.EditChange, TCustomControlFilterEdit.Filter, and TCustomControlFilterEdit.FilterLowercase.
2023-05-16 05:49:48 +01:00
dsiders
e2f724b683 Docs: LCL/comctrls. Adds TTabControl.Canvas topic for changes in 45519ddb. Issue #22780.
* Removes extraneous whitespace characters in various topics.
2023-05-15 15:32:53 +01:00
dsiders
8d883d68d2 Docs: LCL/menus. Removes unneeded version admonition in TMenuItem.Hint topic. 2023-05-14 17:41:54 +01:00
dsiders
d83d653b18 Docs: LCL/menus. Updates TMenuItem.Hint topic for changes in 98f806bb. Issue# 40220. 2023-05-13 00:28:43 +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
19e4020609 Docs: LazUtils/various. Standardizes tagging for file names in unit overview topics. 2023-05-10 08:55:11 +01:00
dsiders
d6c2ae28f5 Docs: LazFreeType/various. Standardizes tagging for file names in unit overview topics. 2023-05-10 08:54:36 +01:00
dsiders
b72c97a8f6 Docs: LCL/controls. Adds parameter descriptions, content for various topics. 2023-05-02 03:25:42 +01:00
dsiders
2d7ae0a9c1 Docs: LCL/forms. Corrections content for magnetic window manager and related topics. 2023-04-28 02:41:51 +01:00
dsiders
82928b42c1 Docs: LCL/themes. Adds deprecation notice to TThemeServies.GetDetailSize for changes in c1493476. 2023-04-28 02:41:07 +01:00
dsiders
4db382d762 Docs: LCL/buttonpanel. Updates TCustomButtonPanel.UpdateSizes for theme services changes in c1493476. 2023-04-28 02:40:49 +01:00
dsiders
9d0fc980e1 Docs: LCL/forms. Adds content to topic skeletons. For changes in b8383813, 0b50d7cf.
* TWindowMagnetOptions
* TWindowMagnetManager
* TCustomForm
* TForm
* TScreen
2023-04-27 03:54:56 +01:00
dsiders
8270b33b9d Doc: LCL/lclintf. Updates content in the GetCompositorExtendedBorder topic. 2023-04-27 03:54:30 +01:00
dsiders
9b845f3b43 Doc: LCL/lclintf. Adds GetCompositorExtendedBorder topic for changes in da8aa820. 2023-04-25 03:48:14 +01:00
dsiders
706a69ae5e Docs: LCL/forms. Adds topic skeletons for changes in b8383813, 0b50d7cf.
* TWindowMagnetOptions
* TWindowMagnetManager
* TCustomForm
* TForm
* TScreen
2023-04-25 03:47:45 +01:00
dsiders
41a4de2d72 Docs: LCL/comctrls. Updates content in various topics, including:
* TListItemsEnumerator
* TListColumn
* TCustomListView
* TToolButton
* TToolBarEnumerator
* TToolBar
* TCoolBand
2023-04-23 17:11:55 +01:00
dsiders
db6e4eefa6 Docs: LCL/themes. Removes deprecation warning on TThemeServices.GetDetailSize. Changed in 1138d262. 2023-04-23 17:11:34 +01:00
dsiders
dd5684f87d Docs: LCL/comctrls. Updates content in topics including:
* TToolButton.DropdownMenu
* TToolButton.Grouped
* TToolButton.ShowCaption
* TToolButton.Style
* TToolButtonStyle
2023-04-19 06:37:02 +01:00
dsiders
251700041b Docs: LCL/comctrls. Updates topics for changes in dc299031, including:
* Removes TToolBar.ToolButtonDown topic.
* Updates TToolButton.Down topic.
2023-04-18 19:17:06 +01:00
dsiders
ee84aeaa9c Docs: LCL/comctrls. Updates TToolButton.Down with a version admonition for changes in f0ca99ba. Includes See Also links for related topics. 2023-04-18 04:14:30 +01:00
dsiders
8929878fd9 Docs: LCL/lclmessageglue. Updates topics for changes in cacdbc65, fa8f6ffa.
* Adds version information for changes in cacdbc65, fa8f6ffa.
* Adds missing topics.
* Removes topics no longer used in the source code.
* Updates topic content.
2023-04-17 05:13:50 +01:00
dsiders
eca20fe8c6 Docs: LCL/comctrls. Additional fixes for XML tagging issues in topics. 2023-04-14 20:20:16 +01:00
dsiders
b559a1dc70 Docs: LCL/comctrls. Fixes XML tagging issues in topics. 2023-04-14 19:45:19 +01:00
dsiders
4884766b35 Docs: LCL/lresources. Updates topic content for changes in 9e78f5ab.
* Updates content in additional topics.
* Removes verbose visibility comments.
2023-04-13 23:55:02 +01:00
dsiders
958711dd67 Docs: LazUtils/laz2_xpath. Updates content in topics including:
* TXPathToken
 * TXPathKeyword
 * TXPathScanner
 * TXPathExpression
 * TXPathExpression.Evaluate
 * EvaluateXPathExpression
2023-04-13 01:13:41 +01:00
dsiders
3bdbedd91b Docs: LCL/graphics. Updates content in topics, including:
* TCanvasStates
* TCanvas.BrushCopy
* TCanvas.Chord
* TCanvas.CopyRect
* TCanvas.Draw
* TCanvas.DrawFocusRect
* TCanvas.StretchDraw
* TCanvas.Ellipse
2023-04-11 04:21:53 +01:00
dsiders
6788d80b4d Docs: LCL/forms. Fixes wording / grammar in topics. 2023-04-10 02:46:33 +01:00
dsiders
d0a35b9469 Docs: LCL. Fixes invalid See Also links. 2023-04-09 06:18:52 +01:00
dsiders
637d60109b Docs: LCL/buttons. Updates content in TCustomSpeedButton topics, including:
* TCustomSpeedButton.ImageWidth
* TCustomSpeedButton.Layout
* TCustomSpeedButton.Margin
* TCustomSpeedButton.NumGlyphs
2023-04-09 02:49:05 +01:00
dsiders
9a7e0dc6fc Docs: LCL/forms. Updates content in BeginFormUpdate and EndFormUpdate topics in TCustomForm. 2023-04-08 19:19:23 +01:00
dsiders
88a989fa65 Docs: LCL/comctrls. Adds missing short descriptions and updates content in various topics. 2023-04-08 05:33:49 +01:00
dsiders
a784c205c4 Docs: LCL/extctrls. Updates content in the TPaintBox.Paint topic. 2023-04-07 21:28:51 +01:00
dsiders
bb2d44c421 Docs: LCL/checklst. Fixes tagging and wording in TCustomCheckListBox.Toggle topic. 2023-04-06 19:57:24 +01:00
dsiders
b2afc1b1cf Docs: LazUtils/laz2_xmlwrite. Updates topics for changes in 9e4b5a30.
* TXMLWriterFlag.xwfAllowNullCharsInAttributeValue
* TXMLWriterFlag.xwfSpecialCharsInAttributeValue
* WriteXMLFile
* WriteXML
2023-04-05 04:53:58 +01:00
dsiders
33a451e030 Docs: LazUtils/laz2_xmlread. Updates topics for changes in 9e4b5a30.
* ReadXMLFile
* TXMLReaderFlag.xrfAllowSpecialCharsInAttributeValue
2023-04-05 04:53:44 +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
5913dac8f8 Docs: LCL/lclclasses. Updates content in TLCLComponent.DecLCLRefCount and OnDecLCLRefcountToZero topics.
* For modification in 0d415cb2. Issue #40183.
2023-04-04 03:34:35 +01:00
dsiders
491f130d4e Docs: LCL/forms. Updates content in TApplication.DoDecLCLRefcountToZero and TApplication.ReleaseComponent topics.
* For modification in 0d415cb2. Issue #40183.
2023-04-04 03:34:12 +01:00
dsiders
6e2de3b983 Docs: LCL/comctrls. Updates content in TTreeNodes topics, including:
* TTreeNodes.Add
* TTreeNodes.AddChild
* TTreeNodes.AddChildFirst
* TTreeNodes.AddChildObject
* TTreeNodes.AddChildObjectFirst
* TTreeNodes.AddFirst
* TTreeNodes.AddNode
* TTreeNodes.AddObject
* TTreeNodes.AddObjectFirst
* TTreeNodes.FindNodeWithData
* TTreeNodes.FindNodeWithText
* TTreeNodes.GetFirstNode
* TTreeNodes.GetFirstVisibleNode
* TTreeNodes.GetFirstVisibleEnabledNode
* TTreeNodes.GetLastExpandedSubNode
* TTreeNodes.GetLastNode
* TTreeNodes.GetLastSubNode
* TTreeNodes.GetLastVisibleNode
* TTreeNodes.GetLastVisibleEnabledNode
* TTreeNodes.GetSelections
* TTreeNodes.Insert
* TTreeNodes.InsertBehind
* TTreeNodes.InsertObject
* TTreeNodes.InsertObjectBehind
* TTreeNodes.IsMultiSelection
* TTreeNodes.Assign
* TTreeNodes.BeginUpdate
* TTreeNodes.Clear
* TTreeNodes.ClearMultiSelection
* TTreeNodes.ConsistencyCheck
* TTreeNodes.Delete
* TTreeNodes.FreeAllNodeData
* TTreeNodes.Count
2023-04-03 04:39:47 +01:00
dsiders
d2403b6fe7 Docs: LCL/forms. Adss topic templates and updates for changes in 0d415cb2. Issue #40183.
* TApplication.DoDecLCLRefcountToZero
* TApplication.ReleaseComponent
2023-04-03 04:39:26 +01:00
dsiders
976bfe8240 Docs: LCL/lclclasses. Adds topic templates and updates for changes in 0d415cb2. Issue #40183.
* TLCLComponent.DecLCLRefCount
* OnDecLCLRefcountToZero
2023-04-03 04:39:07 +01:00
dsiders
05fcd3d0cf Docs: LCL/comctrls. Updates content in TCustomTreeView topics, including:
* TCustomTreeView.LoadFromFile
* TCustomTreeView.SaveToFile
* TCustomTreeView.SaveToStream
* TCustomTreeView.WriteDebugReport
* TCustomTreeView.BottomItem
* TCustomTreeView.Color
2023-04-02 18:21:45 +01:00
dsiders
d81d854eb5 Docs: LCL/comctrls. Updates content in TCustomTreeView topics, including:
* TCustomTreeView.KeyDown
* TCustomTreeView.ScrollView
* TCustomTreeView.ShowSeparators
* TCustomTreeView.Destroy
* TCustomTreeView.GetHitTestInfoAt
* TCustomTreeView.GetNodeAt
* TCustomTreeView.GetNodeWithExpandSignAt
* TCustomTreeView.GetInsertMarkAt
* TCustomTreeView.FullCollapse
* TCustomTreeView.FullExpand
* TCustomTreeView.LoadFromFile
* TCustomTreeView.LoadFromStream
* TCustomTreeView.SaveToFile
* TCustomTreeView.SaveToStream
* TCustomTreeView.WriteDebugReport
* TCustomTreeView.LockSelectionChangeEvent
* TCustomTreeView.UnlockSelectionChangeEvent
* TCustomTreeView.GetFirstMultiSelected
* TCustomTreeView.StoreCurrentSelection
* TTreeView.ShowSeparators
2023-04-02 01:31:15 +01:00
dsiders
9b9e82ce6f Docs: LCL/comctrls. Updates content in TCustomTreeView topics, including:
* TCustomTreeView.ShowLines
* TCustomTreeView.ShowRoot
* TCustomTreeView.ShowSeparators
* TCustomTreeView.ToolTips
2023-04-01 05:29:55 +01:00
dsiders
1ad11c9058 Docs: LCL/comctrls. Updates content in TCustomTreeview topics, including:
* TCustomTreeView.OnEditingEnd
* TCustomTreeView.OnExpanded
* TCustomTreeView.OnExpanding
* TCustomTreeView.OnGetImageIndex
* TCustomTreeView.OnGetSelectedIndex
* TCustomTreeView.OnHasChildren
* TCustomTreeView.ShowButtons
2023-03-31 23:45:34 +01:00
dsiders
2e461dcd05 Docs: LCL/comctrls. Updates content for TCustomTreeView topics, including:
* TCustomTreeView.OnCustomDrawItem
* TCustomTreeView.OnCustomDrawArrow
* TCustomTreeView.OnDeletion
* TCustomTreeView.OnEdited
* TCustomTreeView.OnEditing
* TCustomTreeView.OnEditingEnd
* TCustomTreeView.OnExpanding
2023-03-31 05:45:58 +01:00
dsiders
b4ed0ec653 Docs: LCL/comctrls. Updates content in TCustomTreeView topics incuding:
* TCustomTreeView.DefaultItemHeightIsStored
* TCustomTreeView.GetMaxLvl
* TCustomTreeView.GetNodeAtY
* TCustomTreeView.GetNodeWithExpandSignAt
* TCustomTreeView.GetNodeDrawAreaHeight
* TCustomTreeView.GetNodeDrawAreaWidth
* TCustomTreeView.IsNodeHeightFullVisible
* TCustomTreeView.IsInsertMarkVisible
* TCustomTreeView.Click
* TCustomTreeView.DoEndDrag
* TCustomTreeView.DoMouseWheel
* TCustomTreeView.DoMouseWheelHorz
* TCustomTreeView.DoPaint
* TCustomTreeView.GetSelectedIndex
* TCustomTreeView.Paint
* TCustomTreeView.AccessibilityOn
* TCustomTreeView.OnCustomDraw
* TCustomTreeView.OnCustomDrawItem
* TCustomTreeView.OnCustomDrawArrow
* TCustomTreeView.OnEdited
* TCustomTreeView.OnEditing
* TCustomTreeView.OnExpanded
* TCustomTreeView.OnExpanding
* TCustomTreeView.OnGetImageIndex
* TCustomTreeView.OnGetSelectedIndex
* TCustomTreeView.RowSelect
* TCustomTreeView.ShowLines
* TCustomTreeView.ShowRoot
* TCustomTreeView.SortType
* TCustomTreeView.ToolTips
* TCustomTreeView.OnCustomDrawArrow
2023-03-30 23:24:48 +01:00
dsiders
c2237e38ed Docs: LCL/comctrls. Updates content in TTabControlStrings and TCustomTreeView topics, including:
TCustomTreeView.MouseUp
TCustomTreeView.MouseLeave
TCustomTreeView.NodeChanged
TCustomTreeView.HotTrack
TCustomTreeView.HotTrackColor
TCustomTreeView.DisabledFontColor
TCustomTreeView.Indent
TCustomTreeView.OnAddition
TCustomTreeView.OnChange
TCustomTreeView.OnChanging
TCustomTreeView.OnCustomDraw
TCustomTreeView.OnCollapsed
TCustomTreeView.OnCollapsing
TCustomTreeView.OnCompare
TTabControlStrings (various)
2023-03-30 03:41:03 +01:00
dsiders
493e4b2f6c Docs: LCL/stdctrls. Removes unnecessary whitespace in code examples. 2023-03-29 06:09:54 +01:00
dsiders
02314916b4 Docs: LCL/extctrls. Adds content for the TCustomLabeledEdit.LabelSpacing topic.
* Removes unnecessary whitespace in code examples.
2023-03-29 06:09:16 +01:00
dsiders
7414f0156f Docs: LCL/extctrls. Updates content in TCustomLabeledEdit topics, including:
* TCustomLabeledEdit.Create
* TCustomLabeledEdit.EditLabel
* TCustomLabeledEdit.LabelPosition
* TCustomLabeledEdit.LabelSpacing
2023-03-28 22:38:24 +01:00
dsiders
69e7527695 Docs: LCL/stdctrls. Updates content in the TCustomEdit.Text topic. 2023-03-28 22:38:10 +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
ab939ea149 Docs: LCL/comctrls. Updates content in TTreeNode topics, including:
* TTreeNode.MultiSelected
* TTreeNode.NodeEffect
* TTreeNode.Owner
* TTreeNode.Index
* TTreeNode.WriteDebugReport
2023-03-28 02:37:54 +01:00
Martin
e00f5fc24e LazUtils, docs: TXmlWriter, document xwfAllowNullCharsInAttributeValue 2023-03-24 10:17:29 +01:00
Martin
0aca3728a6 LazUtils, docs: TXmlWriter, document changes in xwfSpecialCharsInAttributeValue 2023-03-24 10:13:10 +01:00
dsiders
050ce1d3ed Docs: LCL/shellctrls. Adds topic for TCustomShellTreeView.ExpandCollapseMode added in efd6c16934. 2023-03-24 03:15:55 +01:00
dsiders
c8bf7b0a6a Docs: LCL/grids. Fixes missing word. 2023-03-22 17:59:18 +01:00
dsiders
a7647ebcc8 Docs: LCL/graphics. Fixes XML tagging issue. 2023-03-22 17:58:18 +01:00
dsiders
90fb0f9e0c Docs: LCL/comctrls. Updates content and See Also links for topics, including:
* TCustomTrackBar.Reversed
* TCustomTrackBar.ScalePos
* TCustomTrackBar.SelEnd
* TCustomTrackBar.SelStart
* TCustomTrackBar.ShowSelRange
2023-03-19 00:56:02 +01:00
dsiders
f0ae6049c6 Docs: LCL/shellctrls. Fixes invalid See Also links. 2023-03-16 09:19:01 +01:00
dsiders
1248f728ee Docs: LCL/shellctrls. Adds version information for changes in 499f0150. 2023-03-15 21:34:42 +01:00
dsiders
433ce4fb28 Docs: LCL/shellctrls. Deletes commented content in TCustomShellListView.Resize which was removed in 06701d05a7. 2023-03-15 21:22:28 +01:00
dsiders
499f015011 Docs: LCL/shellctrls. Adds and updates topics for changes in 6a85abf6.
* Adds:
*   TShellListItem
*   TShellListItem.FFileInfo
*   TShellListItem.IsFolder
*   TShellListItem.FileInfo
*   TCustomShellListView.CreateListItem

* Updates:
*   TCustomShellListView.PopulateWithRoot
2023-03-15 21:19:09 +01:00
dsiders
0178542dc1 Docs: LCL/stdctrls. Adds content to replace the inherited description.
* Adds information about properties introduced in TCustomLabel.
2023-03-13 07:24:53 +01:00
dsiders
9095837756 Docs: LCL/grids. Updates topics including:
* TCustomGrid.ClearRows
* TCustomGrid.Clear
* TCustomStringGrid.Clean
2023-03-11 21:40:13 +00:00
dsiders
6795a6dae5 Docs: LCL/graphics. Updates content for the TCanvas.TextExtent topic. 2023-03-11 18:15:50 +00:00
dsiders
2498b3596a Docs: LCL/grids. Fixes wording in TCustomStringGrid.Clean topic. 2023-03-11 18:15:50 +00:00
dsiders
9208f17734 Docs: LCL/groupededit. Adds or updates content for TCustomAbstractGroupedEdit topics. Minor corrections to grammar and spelling. 2023-03-10 03:11:19 +00:00
dsiders
1bdd39f428 Docs: LCL/stdctrls. Clarifies / corrects topic content, including:
* TCustomStaticText
* TCustomStaticText.ShowAccelChar
* TCustomButton.WSSetText
2023-03-07 02:02:44 +00:00
dsiders
2b67dddf55 Docs: LCL/forms. Adds content, grammar corrections, missing line endings in topics. 2023-03-03 04:45:32 +00:00
dsiders
8df9adae97 Docs: LCL/forms. Adds a code example (from the wiki) to TFrame, TCustomFrame topics. 2023-03-01 23:09:22 +00:00
dsiders
b245ce44a2 Docs: LCL/stdctrls. Adds admonitions about QT support in TCustomComboBox.AdjustDropDown and TCustomComboBox.ItemWidth topics. 2023-03-01 03:01:31 +00:00
dsiders
7847768aca Docs: LCL/lcltaskdialog. Updates the TTaskDialog.Execute topic for changes in 57c8514e. Includes corrections for spelling errors. 2023-02-28 16:39:19 +00:00
dsiders
0d6994f5c4 Docs: LCL/dialogs. Adds the TTaskDialogFlag.tfEmulateClassicStyle topic for changes in 57c8514e. 2023-02-28 16:32:57 +00:00
dsiders
40109c93e8 Docs: LCL/lcltaskdialog. Fixes punctuation. 2023-02-27 23:41:09 +00:00
dsiders
5a051ef31b Docs: LCL/forms. Fixes punctuation. 2023-02-27 23:40:44 +00:00
dsiders
fc04ccfe5b Docs: LazUtils/html2textrender. Fixes punctuation. 2023-02-27 23:40:13 +00:00
dsiders
1b9d3d4cbf Docs: LCL/extctrls. Updates content in TCustomFlowPanel.CalculatePreferredSize for changes in 6cc8ef74. 2023-02-26 22:54:49 +00:00
dsiders
e00d028b0e Docs: LazUtils/lazutf8. Removes deprecated ReplaceSubstring topic after changes in ce9b92c9. 2023-02-26 22:54:13 +00:00
dsiders
b61d4e63a1 Docs: LCL/comctrls. Updates content in TCustomUpDown topics. 2023-02-26 07:47:31 +00:00
dsiders
f79a5d6718 Docs: LCL/comctrls. Updates content in topics including:
* TStatusBar
* TCustomTabControl
* TTabControl
* TListItem
* TListItems
* TOwnerDataListItems
* TWidth
* TLVDataHintEvent
* TCustomUpDown
* Various corrections for spelling and grammar
2023-02-25 04:37:49 +00:00
dsiders
4143748675 Docs: LCL/comctrls. Updates topics for changes in d42c3fe9.
* Modified topics include:
*  TCustomListView.OwnerData
*  TCustomListView.DoGetOwnerData
*  TCustomListView.OnDataHint
*  TCustomListView.DoOwnerDataHint

* Includes other general topic updates for:
*  TCustomListView.FindData
*  TCustomListView.GetItemAt
*  TCustomListView.GetNearestItem
*  TOwnerDataListItem
*  TListItemsEnumerator
2023-02-23 21:42:54 +00:00
dsiders
658d14c8a7 Docs: LCL/various. Corrects spelling for 'check box' when not referring to a property name. 2023-02-19 19:55:16 +00: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
a27e4c7d55 Docs: LCL/forms. Adds and updates topics for changes in 5160adca. Issue #36816. 2023-02-12 03:51:36 +00:00
dsiders
1ae76db27a Docs: LCL/themes. Modifies topics for changes in b16ec679. Issue #40085. 2023-02-12 03:51:17 +00:00
dsiders
727ea7ca57 Docs: LCL/grids. Updates content in TGridColumn topics. 2023-02-10 03:06:35 +00:00
dsiders
4a45134de1 Docs: LCL/dbgrids. Updates content in grid option-related topics. Fixes spelling errors. 2023-02-07 23:13:48 +00:00
dsiders
7be6bcaf53 Docs: LCL/grids. Corrects spelling errors. 2023-02-07 23:13:27 +00:00
dsiders
db4c129b21 Docs: LCL/lazcanvas. Fixes an errant XML tag in content. 2023-02-04 00:51:59 +00:00
dsiders
8bb72e6ac4 Docs: LCL/controls. Fixes a typo in TWinControl.UTF8KeyPress. 2023-02-04 00:02:24 +00:00
wp_xyz
6575787574 Docs: Rewrote part of the new docs for TLazCanvas.Polygon in order to explain the filling algorithms. 2023-01-30 13:17:02 +01:00
dsiders
c27ff841f5 Docs: LCL/lazcanvas. Adds version information and updates topics for changes in aa477d82, d03ae50d. Issue #40100.
* Adds TLazCanvas.Polygon topic.
* Updates TLazCanvas.DoPolygonFill topic.
2023-01-30 04:01:09 +00:00
dsiders
112a42d2d3 Docs: LCL/comctrls. Adds content for Heigh, Left, Top, and Width topics in TTabSheet. 2023-01-18 04:27:12 +00:00
dsiders
21761a63c4 Docs: LazUtils/masks. Removes invalid See Also link. 2023-01-17 02:21:43 +00:00
dsiders
809f3a702f Docs: LazUtils/masks. Reduces cuteness factor. 2023-01-15 19:34:26 +00:00
dsiders
4dea7ea47a Docs: LazUtils/masks. Updates content in the TMasklist.Matches and TMasklist.MatchesWindowsMask topics. 2023-01-15 19:27:25 +00:00
dsiders
f172b78cdc Docs: LCL/comctrls. Adds missing content in the TCustomListView.SortWithParams topic. 2023-01-15 07:04:09 +00:00
dsiders
884efa6315 Docs: LazUtils/masks. Removes TWindowsMaskList.MatchesWindowsMask topic after changes in 7b815990. 2023-01-14 23:10:40 +00:00
dsiders
dc18060660 Docs: LCL/menus. Updates TPopupMenu topic for changes in 45e80c9d. Issue #40092. 2023-01-14 18:04:39 +00:00
dsiders
cc2704a497 Docs: LazUtils/masks. Adds or updates topics for changes in 408f319004. 2023-01-14 18:04:22 +00:00
dsiders
d35defa41c Docs: LCL/dialogs. Updates topics for changes in 70688d5a1f..3a944f112d. 2023-01-14 01:18:19 +00:00
dsiders
1b71949ac2 Docs: LazUtils/masks. Fixes invalid See Also links. 2023-01-10 21:54:24 +00:00
dsiders
9b289f9a32 Docs: Lazutils/masks. Updates topics for changes in 3b1bba21. 2023-01-10 19:07:12 +00:00
dsiders
7c3adad134 Docs: LCL/editbtn. Updates TCustomControlFilterEdit topics for changes in 4c822bb36e, 11a35ff5. 2023-01-10 18:37:10 +00:00
dsiders
07e3637e13 Docs: LCL/stdctrls. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:37 +00:00
dsiders
eb4d50e52e Docs: LCL/menus. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:18 +00:00
dsiders
6d35a1aa5b Docs: LCL/comctrls. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:00 +00:00
dsiders
7b102240df Docs: LCL/editbtn. Adds, removes, and updates topics for changes in 4c822bb36e. 2023-01-05 19:23:51 +00:00
dsiders
a47f5195e7 Docs: LCL/stdctrls. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:02:14 +00:00
dsiders
0a16942fbb Docs: LCL/printers. Adds admonitions for platform support. 2023-01-04 20:01:51 +00:00
dsiders
9cbbe15038 Docs: LCL/menus. Adds admonitions about macOS Carbon support. 2023-01-04 20:01:13 +00:00
dsiders
99cc3a3a3c Docs: LCL/forms. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:00:54 +00:00
dsiders
62f0ec3a7b Docs: LCL/extctrls. Adds admonitions for macOS Carbon widgetset. Updates content for TCustomPanel topics. 2023-01-04 20:00:42 +00:00
dsiders
e885f5eca6 Docs: LCL/dialogs. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:00:18 +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
ba5d5c3e5f Docs: LCL/comctrls. Adds admonitions for macOS Carbon widgetset. Updates content for TStatusBar, TProgressBar, and TTrackBar topics. 2023-01-04 19:57:25 +00:00
dsiders
0f4b5748fb Docs: LCL/buttons. Adds admonitions for macOS Carbon widgetset. 2023-01-04 19:56:30 +00:00
dsiders
b05acdb4f8 Docs: LCL/controls. Updates content for TWinControl and TControlChildSizing topics. 2023-01-01 18:58:30 +00:00
dsiders
c2843c14e4 Docs: LCL/forms. Modifies TCustomForm.DelayedEvevent topic for changes in 49c7830b. Issue #40043.
* Assumes the milestone is 2.2.6. Not specified on the issue report or commit.
2023-01-01 18:58:06 +00:00
dsiders
822f606e97 Docs: LCL/comctrls. Adds content for overridden TPageControl.ChildClassAllowed topic. 2022-12-26 22:23:54 +00:00
dsiders
dea606d77f Docs: LCL/printers. Removes TODO entry that has already been handled. 2022-12-26 22:18:53 +00:00
dsiders
425db255bd Docs: LCL/editbtn. Adds and updates topics for changes in 5f4aa964. 2022-12-23 10:05:30 +00:00
dsiders
d7e3d2231f Docs: LCL/lclplatformdef. Adds DirNameToDisplayName and DisplayNameToDirName topics for changes in c45dfb7a. 2022-12-20 08:35:00 +00:00
dsiders
2e64ec91a8 Docs: LCL/printers. Adds, updates topics with aliases to System.UITypes. Changes in 43d7f203. 2022-12-20 04:30:50 +00:00
dsiders
d97d330495 Docs: LCL/grids. Adds content to the TCustomStringGrid.SaveColumns and TStringGridStrings topics. 2022-12-20 04:30:31 +00:00
dsiders
651303f114 Docs: LCL/graphics. Adds, updates topics with aliases to System.UITypes. Changes in 43d7f203. 2022-12-20 04:30:16 +00:00
dsiders
db360c7ede Docs: LCL/forms. Adds, updates topics for aliases to System.UITypes. Changes in 43d7f203. 2022-12-20 04:30:00 +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
5f819ddd36 Docs: LazUtils/uitypes. Updates topics with aliases to System.UITypes. Changes in 43d7f203. 2022-12-20 04:29:29 +00:00
dsiders
5b0ed449f3 Docs: LCL/grids. Updates TCustomStringGrid.Modified topic to reflect usage. 2022-12-18 00:25:34 +00:00
dsiders
b72d31e3dc Docs: LazUtils/lconvencoding. Adds and updates topics for changes in 0ae37a90. 2022-12-18 00:25:13 +00:00
dsiders
62f886435d Docs: LazUtils/codepagescommon. Adds topics for changes in 0ae37a90. 2022-12-18 00:24:48 +00:00
dsiders
b40000c46c Docs: LCL/comctrl. Updates topic content.
* Updates topics for the following types and classes:
*   TStatusBar
*   TNBPages
*   TNBNoPages
*   TTabChangingEvent
*   TTabGetImageEvent
*   TCTabControlOptions
*   TCTabControlCapability
*   TCTabControlCapabilities
*   TDrawTabEvent
*   TCustomTabControl
*   TPageControl
2022-12-17 09:55:21 +00:00
Martin
a6bfd44df4 Laz2_DOM: Node/Document add links to write/read 2022-12-16 21:07:32 +01:00
dsiders
5550d6210f Docs: LCL/forms. Adds, updates topics for changes in 7d00a524.
* Adds:
*  TScrollBox.SetParentBackground
*  TScrollBox.CMParentColorChanged
*  TScrollBox.Loaded
*  TScrollBox.UpdateParentColorChange

* Updates:
*  TScrollBox.ParentBackground
2022-12-15 05:30:44 +00:00
dsiders
98bb18f7e1 Docs: LCL/extctrls. Updates topics for changes in 96291eb9.
* Updates:
*  TCustomPanel.SetParentBackground
*  TCustomPanel.UpdateParentColorChange
*  TCustomPanel.Color
2022-12-15 05:30:27 +00:00
dsiders
1648da0278 Docs: LCL/stdctrls. Fixes invalid See Also link. 2022-12-15 05:30:00 +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
43c8cd32cd Docs: LazUtils/lazutilities. Adds missing short descriptions. 2022-12-15 05:00:56 +00:00