Commit Graph

1658 Commits

Author SHA1 Message Date
dsiders
8e5d00ff3a Docs: LazUtils/fileutil. Updates topic content and links. 2022-03-10 18:43:34 +00:00
dsiders
c8241f1ebd Docs: LCL/stdctrls. Updates topics for code removed in b0f6b29a. 2022-03-09 21:32:31 +00:00
dsiders
28c2a3348f Docs: LCL/extctrls. Adds TPanel.OnChangeBounds topic for changes in f9e896f0. 2022-03-09 21:31:08 +00:00
dsiders
1f7f5418a1 Docs: LazUtils/textstrings. Fixes an XML error introduced in the previous commit. 2022-03-09 05:04:46 +00:00
dsiders
b63949616e Docs: Adds a link to LazUtils on the Online Help page. 2022-03-09 02:36:43 +00:00
dsiders
fce9b1ebba Docs: LazUtils/lazsysutils/textstrings. Fixes links to external topics. 2022-03-09 01:44:19 +00:00
dsiders
4d46c0b812 Docs: LazUtils/lazfileutils. Updates topic content, links, formatting in code tags. 2022-03-09 01:41:14 +00:00
dsiders
c6e64db4d2 Docs: LazUtils/fileutil. Updates topic content and links. 2022-03-07 19:12:57 +00:00
dsiders
88912b9791 Revert "Docs: LazUtils/fileutil. Updates topic content and links."
This reverts commit c5eb57398a9404d77c7f68135106cae1a65f7f1c.
2022-03-07 18:36:55 +00:00
dsiders
55fe97bcdc Docs: LazUtils/fileutil. Updates topic content and links. 2022-03-07 18:36:55 +00:00
dsiders
d68fd2277e Docs: LCL/comctrls/extctrls. Updates topics for code reverted in b02bb356. 2022-03-04 22:49:22 +00:00
dsiders
4b19396ac4 Docs: LCL/comctrls. Fixes typo. 2022-03-04 17:07:34 +00:00
dsiders
1cbba92872 Docs: LCL/comctrls. Updates topics for TListColumn, TListColumns. 2022-03-04 16:57:37 +00:00
dsiders
593cb01295 Docs: LCL/shellctrls. Updates TCustomShellListView.AdjustColWidths topic for changes in 82b9902b. 2022-03-04 16:52:20 +00:00
dsiders
16a5c08b12 Docs: LCL. Updates topics for changes in 78f789c5. 2022-03-04 00:51:38 +00:00
dsiders
3e37e19bbe Docs: LazUtils. Adds new topics for changes in 014d3b3a. 2022-03-03 16:04:21 +00:00
dsiders
2843627279 Docs: LCL/printers. Updates topic content. 2022-03-02 04:29:45 +00:00
dsiders
891501a228 Docs: Removes redundant text in remark tags. 2022-03-02 01:43:48 +00:00
dsiders
3bbe97775f Docs: build_lcl_docs. Enables system.uitypes when building documentation. 2022-02-28 15:58:18 +00:00
dsiders
68d06aa93d Docs: LazUtils/integerlist. Updates topic content. 2022-02-28 04:25:26 +00:00
dsiders
7f856147a1 Docs: LazUtils. Comments platform-specific links that cause build warnings. 2022-02-26 01:06:55 +00:00
dsiders
3e73ef0cbd Docs: LCL/grids. Adds FadeUnfocusedSelection topics in TCustomGrid, TCustomDrawGrid, TDrawGrid, TStringGrid.
* Depends on 67c57d84.
2022-02-25 16:48:32 +00:00
dsiders
f290a0974c Docs: LCL/themes. Updates TThemeServices.DrawElement topic.
* Depends on 1773d39a.
2022-02-25 16:48:31 +00:00
dsiders
7238c152a3 Docs: LCL/dialogs. Updates TCommonDialog.Title topic.
* Depends on 23b2324f.
2022-02-25 16:48:31 +00:00
dsiders
f47c1f2ea6 Docs: Fixes spelling, grammar, and file name errors in README.txt. 2022-02-24 18:18:39 +00:00
dsiders
7cf2b7390c Fixes missing links from LazUtils to LCL topics in output formats.
* Depends on 5e581ce9, 2f595455, b0d263f1.
* LazUtils was never built with external links to LCL (See Also and source declarations) because lcl.xct could not be imported. The file does not exist when LazUtils is built.

To solve this problem, the output format for LazUtils is built twice. It is the smaller of the two packages. Building LazUtils twice ensures that the "chicken or the egg" problem with inter-file links is avoided.

* Build LazUtils WITHOUT any external links (faster).
* Build LCL with links to RTL, FCL, LazUtils.
* Build LazUtils with links to RTL, FCL, LCL.
2022-02-24 17:49:10 +00:00
dsiders
b0d263f11d Docs: build_lcl_docs. Sets an explicit title for CHM files used in the LHelp TOC navigation tree. Issue #28500. 2022-02-24 07:16:07 +00:00
dsiders
2f59545512 Docs: build_lcl_docs. Fixes an incompatibility with FPDoc 3.3.x.
* FPDoc 3.3.X changed the syntax for the --footer argument. It uses an ''@' prefix for file names and treats anythine else as text for the footer..  build_lcl_docs did not handle that syntax.  Since we do not know which version of FPDoc will be used, we must handle both.
* Accepts --footer=filename.ext for 3.2.X.
* Accepts --footer=@filename.ext for 3.3.X.
* Accepts --footer="Your text here" for 3.3.X.
* File name expansion and validation occurs in the setter for TFPDocRun.FooterFilename.
* Modifies README.txt and all of the script files (.bat, .sh) to document requirements and usage.
2022-02-24 06:35:16 +00:00
dsiders
5e581ce962 Docs: build_lcl_docs. Removes use of default footer file name.
* No default footer file is assumed. Allows output formats to be generated without footers when the --footer option is omitted.
* Removes unused unit LazUtilities from uses clause.
* Renames TFPDocRun.CreateOuputDir to TFPDocRun.CreateOutputDir.
* Fixes strings used in exception and logging messages.
2022-02-24 03:42:20 +00:00
dsiders
d47c55d93d Docs: LCL/popupnotifier. Fixes spelling errors and typos. 2022-02-22 17:19:25 +00:00
dsiders
84a85843ed Docs: LCL/popupnotifier. Updates topic content and links. 2022-02-21 17:01:43 +00:00
dsiders
86f222952f Docs: LCL/controls. Updates topic content and links.
* Mostly topics in TWinControl.
2022-02-21 02:43:05 +00:00
dsiders
fe1125219b Docs: LCL/controls. Updates topic content and links.
* Contains updates to TControl topics.
* Contains cosmetic tagging changes for True, False, and Nil values.
* Target version: 2.2.2.
2022-02-16 05:05:05 +00:00
dsiders
6746d2273d Docs: LCL/shellctrls. Updates topics in TCustomShellTreeView. 2022-02-10 05:55:18 +00:00
dsiders
d07428b8d1 Docs: LCL/buttons. Adds topic for TCustomSpeedButton.Alignment added in 1f92d4fd.
* Contains topic updates which depend on 4cb682f0, 0bbdfcf5, 6e245453.
2022-02-08 02:44:12 +00:00
dsiders
932d36f20e Docs: LCL/comctrls. Updates content for TCustomTreeView, TTreeNodes, TTreeNode topics. 2022-02-06 17:24:07 +00:00
dsiders
dd89a58018 Docs: LCL/comctrls. Adds, updates TTreeNode and TTreeNodes topics for changes in cd2ae505e3. 2022-02-06 17:24:07 +00:00
dsiders
530925a09f Docs: LazUtils/html2textrender. Adds a RenderHTML2Text topic for changes in 28dc8193. 2022-02-06 15:14:37 +00:00
dsiders
9d1e04d4e0 Docs: LCL/shellctrls. Updates content for TShellTreeNode topics. Depends on 93124666, Issue #39629. 2022-02-04 17:31:41 +00:00
dsiders
55c4d7d5af Docs: LazUtils/lazutf8. Fixes spelling errors in topics. 2022-01-31 21:42:29 +00:00
dsiders
57f8a2e341 Docs: LCL/dbgrids. Removes topic TCustomDBGrid.ResetSizes for changes in 6402a449. 2022-01-30 15:22:29 +00:00
dsiders
5bade4a47a Docs: LCL/grids. Updates content for TCustomGrid topics. 2022-01-30 15:11:39 +00:00
dsiders
ff3970a6b3 Docs: LCL/comctrls. Updates topics for changes in 4d72245552, 082d051466. 2022-01-29 01:08:22 +00:00
dsiders
c12011e450 Docs: LCL/grids. Removes an extraneous character in a See Also link. 2022-01-26 06:36:26 +00:00
dsiders
ed84fe08f1 Docs: LCL/comctrls. Updates content and links for topics. 2022-01-24 21:20:09 +00:00
dsiders
c111b7caf5 Docs: LazUtils/utf8process. Updates topic content. 2022-01-23 19:23:13 +00:00
dsiders
c875cc8f8e Docs: LCL/forms. Fixes error in GetParentForm topic from issue #39591. 2022-01-23 18:30:05 +00:00
dsiders
05cf5afbc2 Docs: LCL/extctrls. Updates topic content and links. 2022-01-22 18:57:02 +00:00
dsiders
bcf2fdd549 Docs: LCL/graphics. Fixes awkward wording in the TPicture topic. 2022-01-22 06:24:59 +00:00
dsiders
b2b3689434 Docs: LCL/controls. Updates topic content and links. 2022-01-20 07:33:46 +00:00