Commit Graph

1531 Commits

Author SHA1 Message Date
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