dsiders
|
49b437e2e5
|
Docs: LCL/controls. Updates topics to specify how Height/ClientHeight and Width/ClientWidth differ from VCL.
* TControl.ClientHeight
* TControl.ClientWidth
* TControl.Height
* TControl.Width
|
2024-10-15 17:14:14 +01:00 |
|
mattias
|
a742bab872
|
docs: xml: updated copyright year to 2024
|
2024-09-28 09:40:52 +02:00 |
|
dsiders
|
514fadb9ca
|
Docs: LazUtils/lazutf8. Fixes and expands content in UTF8Insert topic. Issue #41154.
|
2024-09-25 01:46:59 +01: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
|
00e6cf3a83
|
Docs: LazUtils/lazstringutils. Adds deprecation notice to LazIsValidIdent topic. Changed in e76c844e ,
|
2024-09-04 15:24:14 +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
|
e093078086
|
Docs: LazUtils/graphmath. Updates the Distance topic for the oveloaded variant added in 7740a847 .
|
2024-09-01 01:54:23 +01:00 |
|
dsiders
|
d024157798
|
Docs: LCL. Removes ophaned graphmath.xml file moved into LazUtils.
|
2024-08-28 01:28:04 +01:00 |
|
dsiders
|
9ac757f684
|
Docs: LazUtils/graphmath. Adds missing content for the overloaded Distance function.
|
2024-08-28 01:15:36 +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
|
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 |
|