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
dsiders
6c639074fc
Docs: LazUtils/lazutf8. Updates topic content in Utf8EscapeControlChars.
2022-01-19 17:22:27 +00:00
dsiders
02dfebb264
Docs: LCL/lclstrconsts. Updates resource strings for changes in 52bb2482
.
2022-01-15 02:35:45 +00:00
dsiders
565be6fcc7
Docs: LCL/stdctrls. Updates topic content.
...
* Updates topic content and see also links.
* Fixes spelling and grammar errors.
2022-01-15 00:24:06 +00:00
dsiders
4b54284cc7
Docs: LCL/forms. Updates topics for code changes in c187dc8f
, cbafa073
, 5f82f6ba
, c5c2329f
.
2022-01-11 06:42:15 +00:00
dsiders
4cb682f073
Docs: LCL/buttons. Adds, updates topics for TButtonGlyph, TCustomBitBtn, TCustomSpeedButton classes.
...
* Depends on 0bbdfcf556
, 6e245453
.
* Includes new topics for state image indexes.
2022-01-10 21:19:44 +00:00
dsiders
ae60967b81
Docs: LCL/buttonpanel. Adds, updates topics related to DefaultButton in TButtonPanel.
...
* Depends on 677b9645
.
2022-01-08 04:05:47 +00:00
dsiders
cb7aec47fe
Docs: LCL/spin. Removes invalid See Also link in TCustomFloatSpinEdit.EditingDone.
...
* Depends on 5c44c3b487
.
2022-01-08 03:31:31 +00:00
dsiders
29411f30b0
Docs: LCL/comctrls. Adds, updates topics in TCustomTreeView.
...
* Depends on 02eed0c9
.
2022-01-08 03:26:03 +00:00
dsiders
4d4476de11
Docs: LazUtils/masks. Adds, updates topcis to match current source code.
...
* Depends on refactored code in 964d5f4d
, 5e0cc9032a
, 06a60b60b6
, 33df1460
, ddcf2d27
, 06701d05
, b004f8c0
, 7c0fdd12
, ac380781
, ef131e6c
.
2022-01-08 02:54:33 +00:00
dsiders
5c44c3b487
Docs: LCL/spin. Adds TCustomFloatSpinEdit.EditingDone topic. Depends on 603fb729
.
2022-01-05 15:51:23 +00:00
dsiders
59fae3d727
Docs: LCL/spin. Corrects content in TCustomFloatSpinEdit.GetLimitedValue.
2022-01-05 15:44:34 +00:00
dsiders
f48623e90c
Docs: LCL/controls. Updates GetDefaultColor topics for TControl, TControlCanvas.
2022-01-05 00:13:19 +00:00
dsiders
6226965c11
Docs: LCL/controls. Adds missing punctuation.
2021-12-29 18:57:50 +00:00
dsiders
d1cd17f10d
Docs: LazUtils/fileutil. Fixes capitalization for mac bundle post-fix.
2021-12-29 18:56:49 +00:00
dsiders
c87b73cadc
Docs: LazUtils/lazutf8. Updates topic content in UTF8Length, UTF8LengthFast.
2021-12-29 17:41:25 +00:00
dsiders
6719d7b54a
Docs: LCL, LazUtils. Changes MacOS to macOS in topics.
2021-12-29 17:21:57 +00:00
dsiders
05038a37b1
Docs: LazUtils/fileutil. Changes MacOSX to MacOS in topics.
2021-12-29 03:34:08 +00:00
dsiders
8740a2f1ce
Docs: LCL/lclplatformdefs. Updates BuildLCLWidgetType topic for MacOS widgetset usage.
...
* Depends on c71e7356
, 3e7c23c5
.
* Contains content updates for other topics too.
2021-12-26 21:34:49 +00:00
dsiders
7a38231905
Docs: LazUtils/lconvencoding. Updates topics for changes in cb9d685f
.
2021-12-22 01:28:39 +00:00
dsiders
d93d5c3e08
Docs: LCL/grids. Adds topic for TCustomGrid.Notification.
...
* Depends on 7114800c
.
2021-12-17 04:39:47 +00:00
dsiders
cbaf46012c
Docs: LCL/comboex. Adds topic for TCustomComboBoxEx.Notification.
...
* Depends on 7114800c
.
2021-12-17 03:53:42 +00:00
dsiders
d674025f4f
Docs: LCL/colorbox. Adds Notification topics in TCustomColorBox, TCustomColorListBox.
...
* Depends on 6efaae3d
.
2021-12-17 03:20:36 +00:00
dsiders
f5a0532427
Docs: LCL/dialogs. Adds, updates topics in TColorButton.
...
* Depends on 285ed6ea
.
* Adds new topic for TColorButton.Notification.
* Updates content for other TColorButton topics.
2021-12-17 02:19:41 +00:00
dsiders
d116a8f5cc
Docs: LCL/extctrls. Updates topics for TCustomTrayIcon, TTrayIcon.
2021-12-13 17:47:12 +00:00
dsiders
b12267c1e3
Docs: LazUtils/lconvencoding. Adds topic for SetTargetCodePage parameter in TConvertEncodingFunction.
...
* Depends on 01e627e3
.
2021-12-12 06:17:58 +00:00
dsiders
c96a14fd0d
Docs: LCL/controls. Updates content for Align and Anchors topics in TControl.
2021-12-10 23:43:19 +00:00
dsiders
aaee8f2881
Docs: LCL/forms. Updates topic content for TCustomFrame and TFrame.
2021-11-30 02:08:39 +00:00
dsiders
ae5437c873
Revert "Docs: LCL/forms. Adds topic for TCustomFrame.CreateParams added in 20c1e10a
. Updates topic for TCustomFrame.CalculatePreferredSize."
...
This reverts commit 9c982571d9
.
2021-11-29 21:34:55 +00:00
dsiders
9c982571d9
Docs: LCL/forms. Adds topic for TCustomFrame.CreateParams added in 20c1e10a
. Updates topic for TCustomFrame.CalculatePreferredSize.
2021-11-29 17:23:30 +00:00
dsiders
c301731931
Docs: LCL/forms. Adds and updates topic content.
...
* Adds new topics in TScreen for BeginScreenCursor, EndScreenCursor.
* Corrects spelling errors.
2021-11-27 00:53:40 +00:00
wp_xyz
c9ea96d637
Docs: Improve docs of QuestionDlg() and DefaultQuestionDlg().
2021-11-24 18:44:22 +01:00
dsiders
163a3a2018
Docs: LCL/dialogs. Updates topic for DefaultPromptDialog.
2021-11-23 14:26:53 +00:00
dsiders
3abc423cba
Docs: LCL/dialogs. Updates content for the DefaultPromptDialog routine.
...
* Includes text from the forum message: https://forum.lazarus.freepascal.org/index.php/topic,46202.msg328576.html#msg328576
2021-11-23 00:38:34 +00:00
dsiders
1b7848191e
Docs: LCL/grids. Updates topic content.
2021-11-22 02:24:40 +00:00
dsiders
c152361b72
Docs: LCL/controls. Updates topic content and links.
2021-11-20 01:15:01 +00:00
dsiders
cab7a17b80
Docs: LCL/grids. Updates topic for changes in 28a1fe7d
.
2021-11-18 19:38:50 +00:00
dsiders
21e9073aed
Docs: LCL/dbctrls. Adds topic for TDBEdit.TextHint. Depends on 4b12f85e
.
2021-11-17 19:36:58 +00:00
dsiders
9cfc817173
Docs: LCL/controls. Adds or updates topic content.
2021-11-16 00:09:10 +00:00
dsiders
6bcaef208f
Docs: LCL, LazUtils. Updates topics for changes in 53fe133e
.
2021-11-16 00:07:27 +00:00
dsiders
c0540bb8b0
Docs: LazUtils/lazloggerbase. Comments see also links to unit properties flagged as build warnings.
2021-11-13 00:20:38 +00:00
dsiders
f506e095e4
Docs: LCL. Removes duplicated content and links to updated original.
2021-11-11 18:41:16 +00:00
dsiders
70ee915771
Docs: LCL/shellctrls. Adds and removes topics.
...
* Depends on 06701d05a7
.
2021-11-10 19:54:25 +00:00
dsiders
f642074957
Docs: LCL/grids. Fixes spelling error.
2021-11-10 07:36:29 +00:00
dsiders
bbd1e41311
Docs: LCL/forms. Adds missing topics or content.
2021-11-10 04:57:43 +00:00
dsiders
79e6efe7eb
Docs: LCL/controls. Updates Hint-related topics in TControl.
2021-11-09 06:27:30 +00:00
dsiders
0bbdfcf556
Docs: LCL/buttons. Adds content for ActionChange and FindDownButton topics in TCustomBitBtn.
...
* Depends on 27d3cf84
.
2021-11-07 15:44:31 +00:00
dsiders
123fe0c949
Docs: LCL/buttons. Adds content for TCustomSpeedButton.ActionChange.
...
* Depends on adafca05
.
2021-11-05 20:18:34 +01:00
dsiders
c8bfe6c6cd
Docs: LazUtils/uitypes.. Comments see also links in the #rtl.system.uitypes namespace.
...
There are no topics in the namespace for the 3.2.2 documentation. The links can be restored for a later release.
2021-11-05 05:08:18 +01:00
dsiders
b18bf9be0c
Docs: LazUtils/lazstringutils. Updates ShortDotsLine topic for deprecated routine.
2021-11-01 11:55:16 +01:00
dsiders
7c2368058c
Docs: LazUtils/lazstringutils. Removes topic for deprecated routine in #9a816398.
2021-10-31 15:23:34 +01:00
dsiders
bdd25fd5e7
Docs: LCL/ShellCtrls. Removes invalid See Also links.
2021-10-30 17:53:32 +01:00
mattias
8a79f03f20
docs: gitignore
2021-10-30 18:16:53 +02:00
dsiders
34d7072ca1
Docs: LazUtils/masks. Removes deprecation warnings after #896764a7.
2021-10-30 16:18:07 +01:00
mattias
f8af491a06
docs: readme
2021-10-30 11:56:47 +02:00
mattias
d7ed558c61
tools: gitignore
2021-10-30 11:48:12 +02:00
mattias
ed1805b1ac
docs: gitignore
2021-10-30 10:39:34 +02:00
dsiders
1c1fc3a75a
Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500."
...
This reverts commit 8af9cd0918
.
2021-10-29 17:28:13 +01:00
dsiders
3f3887531f
Revert "Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500.""
...
This reverts commit 8f01e29b24
.
2021-10-29 17:19:31 +01:00
dsiders
2380b91fc7
Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500."
...
This reverts commit 8af9cd0918
.
2021-10-29 17:19:07 +01:00
dsiders
510447e5c2
Revert "Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500.""
...
This reverts commit 8f01e29b24
.
2021-10-29 17:17:48 +01:00
dsiders
8f01e29b24
Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500."
...
This reverts commit 8ac2328b60
.
2021-10-29 17:13:27 +01:00
dsiders
fc0c7393bb
Docs: LCL/interfacebase. Adds missing topic for MemSizeLessThan.
...
* depends on 75aebbee
.
2021-10-28 17:11:17 +01:00
dsiders
8af9cd0918
Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500 .
...
Modified files:
* docs/html/build_lcl_docs.lpi
* docs/html/build_lcl_docs.lpr
Adds TFPDocRun.ChmTitle property for CHM title and text in the LHelp TOC navigation tree.
Sets the footer file for each of the output formats generated in the program. Allows CHM to have links to the online HTML version, while HTML does not.
Modifies logic used to generate links to external topics. Causes LazUtils (the smaller of the two outputs) to be created twice.
* docs/html/build_chm.bat
* docs/html/build_chm.sh
Adds logic to generate distinct footer files for CHM vs HTML. Footer files include document title, version information, and generation date.
* docs/html/build_html.bat
* docs/html/build_html.sh
Copies custom CSS file to the output directory.
* docs/html/chmlazutilsfooter.xml
* docs/html/chmlclfooter.xml
* docs/html/locallazutilsfooter.xml
* docs/html/locallclfooter.xml
Standardized footer files for CHM and HTML output formats. A separate footer file is used for LCL and LazUtils for each of the output formats.
* docs/html/fpdoc.css
Adds font family fallbacks for common default fonts on various platforms.
Modifies layout and borders for definition lists (DL, DT, DD tags). Removes the border around DL.
Adds style rules for tags, classes used in file footers.
2021-10-28 02:55:57 +01:00
dsiders
64ccfb3fd2
Docs: Updates module topics for LCL and LazUtils to include both name and abbreviation.
2021-10-25 15:56:11 +01:00
dsiders
622a7619d0
Docs: LCL/lcltype. Adds missing topics. Removes topics no longer in source. Updates topic content.
2021-10-22 00:34:57 +01:00
dsiders
370e42c4e4
Docs: LCL/lclproc. Removes topics deprecated since version 2.1.
...
* Depends on 814e4ba4
.
2021-10-17 02:27:52 +01:00
dsiders
232ed8531c
Docs: LCL/graphics. Adds topic for TCustomBitmap.GetSharedImageClass.
...
* Depends on 4918dc89
.
2021-10-13 00:05:18 +01:00
dsiders
a058e53864
Docs: LCL/menus. Adds missing topic content.
2021-10-11 21:35:40 +01:00
dsiders
1f1239bb7a
Docs: LazUtils/lazmethodlist. Adds SameMethod and updates CompareMethods topics.
...
* Depends on 814e4ba4
.
2021-10-11 00:56:04 +01:00
dsiders
e027061cb5
Docs: LCL/controls. Adds short descriptions for various topics.
2021-10-11 00:20:46 +01:00
dsiders
cc0c03af28
Docs: LCL/spin. Adds and updates topics for changes in abd3cd5c
, 2befd9dd
.
2021-10-05 04:38:30 +01:00
dsiders
f77ea526e4
Docs: LCL/stdctrls. Updates topics for issue #39413 .
...
* Updates RealSetText and Text topics in TCustomComboBox.
* Depends on a669e084
.
2021-10-04 17:00:24 +01:00
dsiders
b4b11c6f2a
Docs: LCL. Adds or updates topic content.
2021-10-04 14:04:45 +01:00
dsiders
70452d48d7
Docs: LCL/dialogs. Updates topic for changes in 608ffc5e
.
...
* Depends on 608ffc5e
.
* Adds missing short descriptions for various parameters.
2021-10-02 19:17:10 +01:00
dsiders
736e71078e
Docs: LCL/filectrl. Updates MinimizeName to specify that the width argument is pixels and not characters.
2021-10-01 19:01:46 +01:00
dsiders
24ababf578
Docs: LCL. Updates topics to reflect code changes in 865013ee
.
...
* modified: docs/xml/lcl/controls.xml
* modified: docs/xml/lcl/lclstrconsts.xml
2021-09-30 19:44:03 +01:00
dsiders
ee4324bbe5
Docs: LCL/graphics. Fixes an invalid topic name, and updates topic content.
2021-09-29 17:30:32 +01:00
dsiders
1c0f3e699c
Docs: LazUtils/lazstringutils. Updates LazIsValidIdent for revert in de4f7249
.
2021-09-28 18:59:14 +01:00
dsiders
1d0d348cf6
Docs: LazUtils/lcsvutils. Updates topic content.
2021-09-27 20:38:36 +01:00
dsiders
86a3ea8328
Docs: LazUtils/lazstringutils. Updates content for LazIsValidIdent topic.
...
* depends on 5a1abf73
.
2021-09-26 03:09:43 +01:00
dsiders
059c77a655
Docs: LCL/comctrls. Corrects typo in 92c69567
.
2021-09-24 16:18:04 +01:00
dsiders
92c69567d4
Docs: LCL/comctrls. Updates topic content for changes to address issue #39391 .
...
* depends on 6eca378f
.
2021-09-23 21:43:34 +01:00
dsiders
6a29f96cec
Docs: LCL/propertystorage. Adds or updates topic content.
2021-09-22 19:55:02 +01:00
dsiders
34bef0cbf9
Docs: LazUtils/laz2_xpath. Adds or updates topic content.
2021-09-18 19:37:34 +01:00
dsiders
3b9cfa9943
Docs: LazUtils/lazloggerprofiling. Adds or updates topic content.
2021-09-16 23:03:18 +01:00
dsiders
a7ee5a544d
Docs: LazUtils/lazlogger. Adds or updates topic content.
2021-09-15 21:41:19 +01:00
dsiders
0f5ed91814
Docs: LazUtils/lazloggerbase. Updated topic content.
2021-09-13 19:09:23 +01:00
dsiders
19b127a2b1
Docs: LazUtils. Adds missing topics or content.
2021-09-07 01:32:00 +01:00
dsiders
fc99cfa6ee
Docs: LazUtils. Adds missing topics or content. Fixes tagging and content errors.
2021-09-06 17:46:30 +01:00
dsiders
6c8e9f0867
Docs: LazUtils/laz_xmlstreaming. Adds missing topics and content.
2021-09-05 23:45:17 +01:00
dsiders
e950c7090a
Docs: LCL/grids. Adds new topics for TCompositeCellEditor.
...
* depends on 282f0a29
, f8f1652f
.
2021-09-05 22:08:58 +01:00
dsiders
655bd2ba0d
Docs: LazUtils. Adds missing topics or content.
2021-09-04 19:04:59 +01:00
dsiders
2473e77422
Docs: LCL, LazUtils. Adds missing topics or content.
2021-09-03 16:47:09 +01:00
dsiders
64fdfecf46
Docs: LCL/actnlist. Adds missing topic content.
2021-09-01 21:57:39 +01:00
dsiders
4ff5c00578
Docs: LCL/dbctrls. Adds missing topics.
2021-09-01 21:24:09 +01:00
dsiders
acf31c45b6
Docs: LCL/stdctrls. Adds missing topics or content.
2021-09-01 19:01:31 +01:00
dsiders
5ae19e4e88
Docs: LCL. Adds missing topics and content.
2021-09-01 01:34:46 +01:00
dsiders
510899de02
Docs: LCL/grids. Adds missing topics, updates topic content.
2021-08-31 01:29:11 +01:00
dsiders
f8fae99933
Docs: LCL/forms. Adds missing topics or content.
2021-08-30 23:54:58 +01:00
dsiders
59b2adcee3
Docs: LCL/graphics. Adds missing topics, short descriptions, see also links.
2021-08-30 19:02:28 +01:00
dsiders
284f51e4d0
Docs: LCL. Updates to DoAutoCompleteSelect topic.
...
* depends on fef094c56f
2021-08-29 16:33:57 +01:00
dsiders
31c207d9ed
Docs: LCL. Adds missing content and see also links.
2021-08-28 17:56:13 +01:00
dsiders
7934337ee6
Docs: LCL. Reflects changes for DropDownCount, DropDownRows properties.
...
* depends on 1e64a658
2021-08-25 22:08:13 +01:00
dsiders
cfccdb8ca2
Docs: LCL/Grids. Updates TCustomGrid topics for AutoFillColumns,
...
* depends on 7b9589dc61
2021-08-24 16:49:09 +01:00
dsiders
06a60b60b6
Docs: LCL, LazUtils. Updates topic content.
...
* docs/xml/lazutils/lazfileutils.xml
Expands content in ResolveDots.
* docs/xml/lcl/dialogs.xml
Updates wording in InputQuery.
2021-08-23 15:53:15 +01:00
dsiders
5e0cc9032a
Docs: LCL. Fixes wording and see also link in AutoSizeColumns.
2021-08-19 23:12:41 +01:00
dsiders
d5fe15d448
Docs: LCL. Updates topics in ShellCtrls.xml.
...
* Adds topics for TCustomShellListView.AutoSizeColumns.
* Updates TCustomShellListView.Resize.
2021-08-18 20:00:06 +01:00
dsiders
10c474f730
Docs: LazUtils. Updates content to reflect current constant values.
2021-08-17 20:53:48 +01:00
dsiders
3313ccc17c
Adds and updates grids, dbgrids topics for merges to fixes_2_2.
2021-08-16 02:37:32 +01:00
dsiders
0467d7cf0f
Docs: LazUtils. Adds missing content and see also links.
2021-08-14 03:41:18 +01:00
dsiders
5db1922e37
Docs: LCL. Updates topic content and links.
2021-08-13 06:21:55 +01:00
dsiders
ac39e408c7
Docs: LazUtils. Adds missing topics. Updates content.
2021-08-13 05:15:52 +01:00
dsiders
172b6d5464
Docs: LCL. Fixes tagging for Assign operator. Adds missing content.
2021-08-13 03:10:27 +01:00
dsiders
bc7d6df12a
Docs: LCL. Adds or updates topic content.
2021-08-10 23:52:52 +01:00
dsiders
03b41f9ef2
Docs: LCL. Adds missing topics, updates content.
2021-08-09 22:51:44 +01:00
dsiders
862cedaca9
Docs: LCL, LazUtils. Converts PRE tags for ASCII character diagrams, literal output, et. al.
2021-08-07 19:45:18 +01:00
dsiders
9d48c0eff5
Docs: LCL. Updates topics to match current source code.
2021-08-07 19:42:12 +01:00
dsiders
145bf90ea6
Docs: LazUtils. Adds missing topic for TDOMNode_WithChildren.GetChildCount.
2021-08-06 02:37:22 +01:00
dsiders
bb47f65547
Docs: LCL. Converts element links to see also links for topics with content.
2021-08-06 02:36:03 +01:00
dsiders
543b3ba2af
Docs: LazUtils. Converts element links to see also links for topics with content.
2021-08-05 03:37:34 +01:00
dsiders
c7508cbbf3
Docs: LCL. Updates topic links and removes redundant content.
2021-08-04 20:42:01 +01:00
dsiders
4d4485f209
Docs: LCL. Adds and updates topic content and links.
2021-08-04 04:11:01 +01:00
dsiders
3e9e3ecc6c
Docs: LCL. Add topic for TCustomGrid.EditorUTF8KeyPress.
2021-08-03 14:28:29 +01:00
dsiders
3eb8208a47
Docs: LCL. Adds, updates content and links.
...
git-svn-id: trunk@65500 -
2021-07-23 02:21:45 +00:00
dsiders
e60ac64691
Docs: LCL. Adds, updates content and links.
...
git-svn-id: trunk@65495 -
2021-07-22 15:13:33 +00:00
dsiders
d37d3f099f
Docs: LCL. Fixes content, links for properties re-declared with different default values.
...
git-svn-id: trunk@65481 -
2021-07-21 19:30:34 +00:00
dsiders
00037248cf
Docs: LCL. Adds, updates topic content and links.
...
git-svn-id: trunk@65477 -
2021-07-20 04:18:49 +00:00
dsiders
344c1de6e9
Docs: LCL. Adds, updates topic content and links.
...
git-svn-id: trunk@65472 -
2021-07-18 03:28:41 +00:00
dsiders
3f913c52d9
Docs: LazUtils. Restores deprecated KOI8ToUTF8 routine.
...
git-svn-id: trunk@65462 -
2021-07-15 22:15:34 +00:00
dsiders
a3f05509f0
Docs: LCL. Adds, updates topic content.
...
git-svn-id: trunk@65444 -
2021-07-13 18:10:20 +00:00
dsiders
81a1c1e4f2
Docs: LCL,LazUtils. Fixes spelling errors, typos. Minor updates to topic content.
...
git-svn-id: trunk@65438 -
2021-07-10 17:04:43 +00:00
dsiders
8ea00ae159
Docs: LCL,LazUtils. Updates topic content. Fixes broken or missing links. Fixes spelling errors.
...
git-svn-id: trunk@65424 -
2021-07-09 03:06:46 +00:00
dsiders
40f1059715
Docs: LCL. Adds or updates topics. Fixes broken or missing links.
...
git-svn-id: trunk@65392 -
2021-07-07 02:05:56 +00:00
dsiders
3fc780574a
Docs: LCL. Fix duplicate enumeration value in TFontQuality.
...
git-svn-id: trunk@65367 -
2021-07-04 16:11:26 +00:00
wp
89b30a58de
docs/lcl: Merge the two TPageControl.Clear doc versions from r65362 #6271182f5d and 65358.
...
git-svn-id: trunk@65366 -
2021-07-04 14:59:08 +00:00
wp
6271182f5d
docs/lcl: Add documentation for the new method TPageControl.Clear.
...
git-svn-id: trunk@65362 -
2021-07-04 14:29:24 +00:00
dsiders
2c1bd0534e
Docs: LCL, LazUtils. Updates/adds topics. Fixes broken or missing links. Fixes spelling errors.
...
git-svn-id: trunk@65358 -
2021-07-04 04:54:15 +00:00
dsiders
ca3ae84782
Docs: LCL. Updates/adds topics. Fixes broken or missing links. Fixes spelling errors.
...
git-svn-id: trunk@65339 -
2021-07-02 06:44:39 +00:00
dsiders
16b5a4af7c
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
...
git-svn-id: trunk@65335 -
2021-07-01 16:06:06 +00:00
dsiders
c070ee3ade
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
...
git-svn-id: trunk@65328 -
2021-06-30 00:07:12 +00:00
dsiders
c16bbd6e94
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
...
git-svn-id: trunk@65325 -
2021-06-29 05:03:35 +00:00
dsiders
12341ca190
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
...
git-svn-id: trunk@65317 -
2021-06-27 22:19:43 +00:00
dsiders
5d1db7af91
Docs: LCL. Fixes missing topics, broken or missing links.
...
git-svn-id: trunk@65305 -
2021-06-25 19:48:49 +00:00
dsiders
a0d68836cd
Docs: LCL. Fixes missing or broken topics and links.
...
git-svn-id: trunk@65300 -
2021-06-24 17:23:07 +00:00
dsiders
4e0b593486
Docs: LCL. Updated content, fixed links in comctrls.xml.
...
git-svn-id: trunk@65297 -
2021-06-23 03:50:36 +00:00
dsiders
593d7ef2e2
Docs: LCL. Updated content for TToolBar, TToolButton.
...
git-svn-id: trunk@65290 -
2021-06-22 06:19:18 +00:00
dsiders
3e313aeaee
Docs: LazUtils. Added content in laz2_dom.xml.
...
git-svn-id: trunk@65281 -
2021-06-20 19:05:11 +00:00
dsiders
748c5b4c12
Docs: LCL. Minor updates to TPen, LCL version constants.
...
git-svn-id: trunk@65279 -
2021-06-19 02:36:11 +00:00
dsiders
03f68b4474
Docs: LCL. Fixes missing punctuation in short descriptions after var tag.
...
git-svn-id: trunk@65274 -
2021-06-18 17:04:20 +00:00
dsiders
9e98d206ad
Docs: FreeType. Fixes missing punctuation in short descriptions.
...
git-svn-id: trunk@65271 -
2021-06-18 05:59:28 +00:00
dsiders
119d138004
Docs: LazUtils. Fixes missing punctuation in short descriptions (FINAL).
...
git-svn-id: trunk@65270 -
2021-06-18 05:34:04 +00:00
dsiders
0544db3052
Docs: LazUtils. Fixes missing punctuation in short descriptions (Partial).
...
git-svn-id: trunk@65269 -
2021-06-18 05:08:35 +00:00
dsiders
9a1da96871
Docs: LCL. Fixes missing punctuation in short descriptions (FINAL).
...
git-svn-id: trunk@65268 -
2021-06-18 04:16:43 +00:00
dsiders
71fbf604ff
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
...
git-svn-id: trunk@65267 -
2021-06-18 03:56:25 +00:00
dsiders
322d30c7e8
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
...
git-svn-id: trunk@65266 -
2021-06-18 03:19:11 +00:00
dsiders
2bce16012a
Docs: LCL. Fixes XML error in previous patch.
...
git-svn-id: trunk@65265 -
2021-06-18 02:54:43 +00:00
dsiders
fc8b6ff125
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
...
git-svn-id: trunk@65264 -
2021-06-18 02:42:06 +00:00
dsiders
e90a7248d5
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
...
git-svn-id: trunk@65263 -
2021-06-18 01:49:23 +00:00
dsiders
884951e97c
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
...
git-svn-id: trunk@65262 -
2021-06-18 01:08:35 +00:00
dsiders
9883a587f5
Docs: LCL,LazUtils. Updated topics for source changes in version 2.1.
...
git-svn-id: trunk@65261 -
2021-06-17 23:10:45 +00:00
dsiders
bd406daec9
Docs: LCL,LazUtils. Updates for module descriptions.
...
git-svn-id: trunk@65256 -
2021-06-17 06:12:31 +00:00
dsiders
2c391e29f7
Docs: LazUtils. Updates for missing module descriptions.
...
git-svn-id: trunk@65255 -
2021-06-17 02:14:48 +00:00
dsiders
9556e1f744
Docs: LazUtils. Fixed content model error.
...
git-svn-id: trunk@65254 -
2021-06-17 02:13:04 +00:00
dsiders
a3ec8bf364
Docs: LazUtils. Updated topic content in laz2_dom.xml.
...
git-svn-id: trunk@65249 -
2021-06-16 20:55:30 +00:00
dsiders
70e776f427
Docs: LazUtils, Added topics for TWaitableSection.
...
git-svn-id: trunk@65243 -
2021-06-15 17:02:54 +00:00
dsiders
68dce5c8ef
Docs: Removed content for reverted code in 65228
...
git-svn-id: trunk@65238 -
2021-06-15 13:23:01 +00:00
juha
3347fe79d8
Docs: Updates for LCL. Issue #38992 , patch by Don Siders.
...
git-svn-id: trunk@65222 -
2021-06-12 06:22:03 +00:00
maxim
bba5e5afc5
Docs: LCL, LazUtils updates from Don Siders, bug #38972
...
git-svn-id: trunk@65190 -
2021-06-09 21:47:40 +00:00
maxim
557b78a906
Docs: LCL buttons.xml updates. Patch by Don Siders, bug #38951 .
...
git-svn-id: trunk@65165 -
2021-06-01 22:08:45 +00:00
juha
60e0bbd0c7
Docs: Fixes for LCL and LazUtils. Issue #38935 , patch by Don Siders.
...
git-svn-id: trunk@65143 -
2021-05-28 11:48:58 +00:00
maxim
b9776c3805
Docs: Fixed build log warnings for See Also links and content model errors from the 3.2.2 release of fpdoc. Patch by Don Siders, bug #38928 .
...
git-svn-id: trunk@65136 -
2021-05-25 21:51:16 +00:00
maxim
a86a1045c9
Docs: fixed XML error in docs\xml\lcl\buttons.xml, bug #38925 , patch by Don Siders
...
git-svn-id: trunk@65125 -
2021-05-24 00:07:57 +00:00
juha
6d1c49334e
Docs: Updates for LCL. Issue #38919 , patch by Don Siders.
...
git-svn-id: trunk@65123 -
2021-05-22 10:38:12 +00:00
juha
eb73650974
Docs: Updates for LCL forms.xml. Issue #38880 , patch by Don Siders.
...
git-svn-id: trunk@65110 -
2021-05-13 07:31:25 +00:00
juha
8b2d0578a3
Docs: Updates for LCL, LazUtils and LazControls. Issue #38870 , patch from Don Siders.
...
git-svn-id: trunk@65097 -
2021-05-10 12:19:37 +00:00
juha
ef0eca3506
Docs: Updates for LCL and LazControls. Issue #38826 , patch from Don Siders.
...
git-svn-id: trunk@65076 -
2021-04-30 22:20:05 +00:00
juha
d994d08e67
Docs: Updates for LCL and LazUtils. Issue #38787 , patch from Don Siders.
...
git-svn-id: trunk@65059 -
2021-04-23 15:34:13 +00:00
juha
4d1cf08cde
Docs: Updates for LCL and LazControls. Issue #38754 , patch from Don Siders.
...
git-svn-id: trunk@64997 -
2021-04-14 18:34:08 +00:00
juha
047a6801cc
Docs: Updates for LCL. Issue #38696 , patch from Don Siders.
...
git-svn-id: trunk@64897 -
2021-04-02 09:57:29 +00:00
juha
b13c6706db
Docs: Updates for LCL and LazUtils. Issue #38671 , patch from Don Siders.
...
git-svn-id: trunk@64878 -
2021-03-28 08:50:36 +00:00
juha
6e22a97b90
Docs: Updates for LCL and LazUtils. Issue #38650 , patch from Don Siders.
...
git-svn-id: trunk@64856 -
2021-03-22 12:14:52 +00:00
juha
c5c78f2c8b
LCL: Add widgetset support for TCustomListView.GetNextItem. Implement now for Win32. Issue #38565 , patch from Remko Plantenga.
...
git-svn-id: trunk@64848 -
2021-03-21 08:31:45 +00:00
juha
51dce4deb3
Docs: Updates for LazUtils. Issue #38629 , patch from Don Siders.
...
git-svn-id: trunk@64829 -
2021-03-17 10:44:33 +00:00
juha
2b0050a648
Docs: Updates for LCL. Issue #38619 , patch from Don Siders.
...
git-svn-id: trunk@64801 -
2021-03-14 08:12:15 +00:00
juha
14636b8c38
Docs: Documentation updates for LazUtils and LCL, especially ComCtrls. Issue #38597 , patch from Don Siders.
...
git-svn-id: trunk@64771 -
2021-03-09 14:06:40 +00:00
juha
c53aae59a8
Docs: Updates for LCL. Issue #38564 , patch from Don Siders.
...
git-svn-id: trunk@64718 -
2021-03-01 20:14:04 +00:00
juha
5be7435502
Docs: Updates for LCL and LazUtils. Issue #38532 , patch from Don Siders.
...
git-svn-id: trunk@64658 -
2021-02-24 08:33:48 +00:00
mattias
32a3dc8fa6
docs: fixed xml
...
git-svn-id: trunk@64643 -
2021-02-21 14:40:59 +00:00
mattias
a59e2ba10d
docs: fixed xml
...
git-svn-id: trunk@64597 -
2021-02-17 13:11:32 +00:00
juha
26427d65ae
Docs: Updates for LCL, LazUtils. LazControls. Issue #38490 , patch from Don Siders.
...
git-svn-id: trunk@64594 -
2021-02-16 20:18:40 +00:00
juha
351baa8fb0
Docs: Updates for LCL, LazUtils and FreeType. Issue #38444 , patch from Don Siders.
...
git-svn-id: trunk@64500 -
2021-02-06 10:49:38 +00:00
juha
c0e743406d
Docs: Updates for LCL and LazUtils. Issue #38438 , patch from Don Siders.
...
git-svn-id: trunk@64470 -
2021-02-05 11:31:20 +00:00
marco
960fa0a883
* removed double paragraph wrapping of VisibleColCount
...
git-svn-id: trunk@64441 -
2021-01-30 16:03:45 +00:00
juha
7bf92f485e
Documentation updates for LazControls, LazUtils and LCL. Issue #38398 , patch from Don Siders.
...
git-svn-id: trunk@64422 -
2021-01-25 10:40:12 +00:00
juha
9193df8694
Docs: A missing file for LazUtils. Issue #38386 , patch from Andrey Sobol.
...
git-svn-id: trunk@64421 -
2021-01-25 10:23:31 +00:00
juha
f23ec8bbc2
Docs: Fix structure in LazListClasses. Issue #38380 , patch from Andrey Sobol.
...
git-svn-id: trunk@64415 -
2021-01-21 15:49:13 +00:00
juha
06cde9665e
Docs: Resolve broken links in documentation of LCL and LazUtils. Issue #38366 , patch from Andrey Sobol.
...
git-svn-id: trunk@64407 -
2021-01-19 15:19:58 +00:00
juha
f3e2fd9696
Docs: Lazutils documentation update, includes directories for examples. Issue #38365 , patch from Andrey Sobol.
...
git-svn-id: trunk@64406 -
2021-01-19 13:54:29 +00:00
marco
35748025c5
* also passes dialect options to fpdoc, like the makefiles do. Required in trunk fpdocs as of +/- mid december 2020.
...
git-svn-id: trunk@64396 -
2021-01-16 15:55:51 +00:00
juha
36968885dd
LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references.
...
git-svn-id: trunk@64376 -
2021-01-11 16:16:58 +00:00
juha
ac14bf1e23
Docs: Update for MaskEdit. Issue #38333 , patch from Rolf Wetjen.
...
git-svn-id: trunk@64363 -
2021-01-09 14:44:41 +00:00
juha
8539c8ee36
Acknowledgement for Angus Johnson fir his TDiff class. Issue #38196 .
...
git-svn-id: trunk@64348 -
2021-01-07 22:59:44 +00:00
juha
c87414e208
Docs: Documentation updates for LCL Grids. Issue #38288 , patch from Don Siders.
...
git-svn-id: trunk@64315 -
2021-01-01 11:56:15 +00:00
juha
49384e3efc
Docs: Documentation update for LCL, LazUtils and LazControls. Issue #38287 , patch from Don Siders.
...
git-svn-id: trunk@64314 -
2020-12-31 20:32:21 +00:00
juha
43f81d24b9
Docs: Documentation updates for LCL and LazUtils. Issue #38242 , patch from Don Siders.
...
git-svn-id: trunk@64264 -
2020-12-22 09:07:46 +00:00
juha
ad741ce26d
Docs: Documentation updates for LCL and LazUtils. Issue #38217 , patch from Don Siders.
...
git-svn-id: trunk@64209 -
2020-12-15 18:18:40 +00:00
juha
5e56724a20
Docs: Documentation updates for LCL Graphics. Issue #38172 , patch from Don Siders.
...
git-svn-id: trunk@64177 -
2020-12-07 10:24:53 +00:00
juha
ddedcde469
Docs: Documentation updates for LCL. Issue #38176 , patch from Don Siders.
...
git-svn-id: trunk@64176 -
2020-12-07 09:28:51 +00:00
juha
78a6b3d56a
Docs: Documentation updates for LCL. Issue #38163 , patch from Don Siders.
...
git-svn-id: trunk@64170 -
2020-12-05 11:18:53 +00:00
maxim
32a7354677
Docs: added Andrey Sobol to contributors list
...
git-svn-id: trunk@64160 -
2020-11-26 23:30:41 +00:00
juha
a1391b1bc2
Docs: Documentation updates for LCL, LazUtils and LazControls. Issue #38089 , patch from Don Siders.
...
git-svn-id: trunk@64145 -
2020-11-16 22:20:15 +00:00
bart
60b2b5ab01
Docs: ShowAccelChar workd with Alt key, not with Ctlr key. Patch by Alexey. Issue #0037720 .
...
git-svn-id: trunk@64137 -
2020-11-14 21:45:10 +00:00
bart
de3ecc28ed
Remove documentation for PasWStr unit.
...
git-svn-id: trunk@64125 -
2020-11-11 17:45:02 +00:00
juha
871f02eb20
Docs: Documentation updates for LCL and LazUtils. Issue #38038 , patch from Don Siders.
...
git-svn-id: trunk@64112 -
2020-11-06 10:42:04 +00:00
juha
b5c82b66cd
Docs: Documentation updates and harmonizing EOL to Unix style in some files. Issue #38016 , patch from Don Siders.
...
git-svn-id: trunk@64098 -
2020-11-01 10:51:05 +00:00
juha
ef47ed145a
Docs: Documentation updates for FreeType. Issue #38001 , patch from Don Siders.
...
git-svn-id: trunk@64083 -
2020-10-29 15:45:42 +00:00
juha
0ebeb3224a
Docs: Documentation updates for LCL and LazUtils. Issue #38000 , patch from Don Siders.
...
git-svn-id: trunk@64082 -
2020-10-29 15:45:37 +00:00
juha
2f04fb505a
Docs: Documentation updates for LazUtils. Issue #37965 , patch from Don Siders.
...
git-svn-id: trunk@64052 -
2020-10-22 15:34:19 +00:00
juha
ab57f409e9
Docs: Added LazUtils documentation for unit filereferencelist. Issue #37948 , patch from Don Siders.
...
git-svn-id: trunk@64044 -
2020-10-18 07:48:15 +00:00
juha
8cad7c0bd0
Docs: Documentation updates for LCL and LazUtils. Issue #37946 , patch from Don Siders.
...
git-svn-id: trunk@64041 -
2020-10-17 19:25:36 +00:00
juha
dde6f4959a
Docs: Documentation updates for LCL Printers.xml. Issue #37945 , patch from Don Siders.
...
git-svn-id: trunk@64040 -
2020-10-17 16:46:04 +00:00
juha
2861ff2672
Docs: Updates for links in LCL and LazUtils XML files. Issue #37683 , patch from Don Siders.
...
git-svn-id: trunk@63988 -
2020-10-09 18:39:12 +00:00
martin
7b179bcf72
SourceEditor, PascalScriptMacro: Add property LinesCount. Issue #37778 Patch by Domingo Galmés
...
git-svn-id: trunk@63893 -
2020-09-19 18:24:26 +00:00
juha
d8ac913e9f
Docs: LCL documentation updates. Issue #37649 , patch from Don Siders.
...
git-svn-id: trunk@63841 -
2020-08-29 14:40:15 +00:00
juha
7bfebf3d58
Docs: Documentation updates for LCL and LazUtils. Issue #37632 , patch from Don Siders.
...
git-svn-id: trunk@63822 -
2020-08-24 17:29:33 +00:00
juha
fd95207f2e
Docs: Move FreeType documents to its own folder. Add TtKern doc from issue #37146 .
...
git-svn-id: trunk@63717 -
2020-08-11 09:39:42 +00:00
juha
2cb604f816
Docs: Documentation updates for LCL, LazUtils. Issue #37494 , patch from Don Siders.
...
git-svn-id: trunk@63716 -
2020-08-11 09:39:34 +00:00
maxim
65cf2eb684
Docs: updates from Don Siders, bug #37365
...
git-svn-id: trunk@63638 -
2020-07-23 22:34:14 +00:00
juha
86d3591678
Docs: Documentation updates for LCL and LazUtils. Issue #37285 , patch from Don Siders.
...
git-svn-id: trunk@63483 -
2020-07-01 08:08:04 +00:00
juha
71129ed43e
Docs: Documentation updates for LCL and LazUtils. Issue #37199 , patch from Don Siders.
...
git-svn-id: trunk@63341 -
2020-06-10 16:16:15 +00:00
juha
dc8ec8ed51
Docs: Documentation updates for LCL translators and a fix for spelling. Issue #35391 , patch from Don Siders.
...
git-svn-id: trunk@63298 -
2020-06-05 08:43:43 +00:00
juha
8c64ebc3b6
Docs: Documentation update for LCL Graphics. Issue #37176 , patch from Don Siders.
...
git-svn-id: trunk@63289 -
2020-06-04 20:16:54 +00:00
juha
73408cac48
Docs: Documentation updates for StdCtrls. Issue #37146 , patch from Don Siders.
...
git-svn-id: trunk@63278 -
2020-06-02 07:28:54 +00:00
juha
fc1e0c535f
Docs: Documentation updates for LCL. Issue #37147 , patch from Don Siders.
...
git-svn-id: trunk@63275 -
2020-06-02 06:56:51 +00:00
dmitry
3aa1056043
docs: updating combobox.readonly property documentation
...
git-svn-id: branches/comboboxreadonly@63252 -
2020-05-30 17:42:44 +00:00
juha
594194a59d
Docs: Documentation updates for LCL. Issue #37117 , patch from Don Siders.
...
git-svn-id: trunk@63187 -
2020-05-20 15:20:23 +00:00
martin
43f41ddd9d
IDE: EncloseSelection, add "region". Patch by Zoltanleo / forum topic,49714.msg362422
...
git-svn-id: trunk@63173 -
2020-05-16 17:49:05 +00:00
juha
b7b65a9256
Docs: Fix links and content in LCL documentation. Issue #37045 , patch from Don Siders.
...
git-svn-id: trunk@63141 -
2020-05-12 20:03:33 +00:00
juha
5fea276f9e
Docs: Fixed errors in LCL ImgList documentation. Issue #37000 , patch from Don Siders.
...
git-svn-id: trunk@63104 -
2020-05-01 08:21:07 +00:00
maxim
d4b37fb3c4
Docs: Fix errors and warnings generated by fpdoc when building lcl.chm and lazutils.chm. The changes are mainly link IDs, but there are a few content updates. Patch by Don Siders, bug #36989 .
...
git-svn-id: trunk@63092 -
2020-04-29 22:38:26 +00:00
marco
00884a0b21
* remove empty first line that caused problems in fpdoc (lazarus list)
...
git-svn-id: trunk@62984 -
2020-04-15 10:44:46 +00:00
bart
6f42ed9547
Docs: document TMaskOptions. Patch by Rolf Wetjen.
...
git-svn-id: trunk@62874 -
2020-04-03 15:35:15 +00:00
juha
d5e5203170
Docs: Updated documentation for LazUtils. Issue #36834 , patch from Don Siders.
...
git-svn-id: trunk@62814 -
2020-03-27 21:55:15 +00:00
juha
a8c3755e68
Docs: New documentation files for LazUtils units. Issue #36818 , patch from Don Siders.
...
git-svn-id: trunk@62798 -
2020-03-22 23:50:11 +00:00
juha
f950017dde
Docs: New documentation file for ObjectLists in LazUtils from from Don Siders. Issue #36817 .
...
git-svn-id: trunk@62791 -
2020-03-21 21:01:33 +00:00
juha
df1458b6f9
Docs: Updated documentation for ComboEx. Issue #36811 , patch from Don Siders.
...
git-svn-id: trunk@62779 -
2020-03-20 10:15:37 +00:00
juha
a3d4d06bf1
Docs: New documentation files for LCL. Issue #36785 , patch from Don Siders.
...
git-svn-id: trunk@62778 -
2020-03-20 10:15:35 +00:00
ondrej
f6c39c019d
LCL: implement MDI for win32. Issue #36582 , based on patch by Kostas Michalopoulos, attempt 2
...
git-svn-id: trunk@62745 -
2020-03-12 09:28:38 +00:00
balazs
21b6337d48
Revert r62735 #e640958255: IDE: Embedded designer.
...
git-svn-id: trunk@62740 -
2020-03-11 15:46:57 +00:00
ondrej
29018d9a1a
Revert r62685 #e1838e46a0: LCL: implement MDI for win32. Issue #36582 , based on patch by Kostas Michalopoulos
...
git-svn-id: trunk@62739 -
2020-03-11 05:48:36 +00:00
balazs
e640958255
IDE: Embedded designer.
...
git-svn-id: trunk@62735 -
2020-03-10 12:10:00 +00:00
juha
7785ef55e4
CairoCanvas: Fix landscape orientation in PDF canvas. Refactor + clean. Issue #36753 , patch from Percy Van Den bylaardt.
...
git-svn-id: trunk@62730 -
2020-03-09 23:45:15 +00:00
juha
546016ab28
Docs: Documentation updates for LCL ExtDlgs. Issue #36769 , patch from Don Siders.
...
git-svn-id: trunk@62714 -
2020-03-08 12:40:14 +00:00
juha
1462e81c6d
Docs: Update documentation for EditBtn and ExtCtrls. Issue #36756 , patch from Don Siders.
...
git-svn-id: trunk@62692 -
2020-03-05 10:46:52 +00:00
juha
5df1506c34
Docs: Updated documentation for LCL ComCtrls. Issue #36745 , patch from Don Siders.
...
git-svn-id: trunk@62688 -
2020-02-29 21:17:10 +00:00
ondrej
e1838e46a0
LCL: implement MDI for win32. Issue #36582 , based on patch by Kostas Michalopoulos
...
git-svn-id: trunk@62685 -
2020-02-28 19:29:59 +00:00
ondrej
74fb203f39
LCL: Screen.BeginTempCursor & EndTempCursor
...
git-svn-id: trunk@62664 -
2020-02-23 06:04:38 +00:00
juha
bfe50dae20
ToDoList: Fix comments and code inconsistencies. Issue #36721 , patch from Kevin Jesshope.
...
git-svn-id: trunk@62657 -
2020-02-21 19:27:19 +00:00
juha
89cda6b74f
Docs: Document TCustomGrid.HideSortArrow. Issue #36715 , patch from Don Siders.
...
git-svn-id: trunk@62648 -
2020-02-19 17:51:26 +00:00
juha
9131514b67
Docs: Update documentation for GroupedEdit. Issue #36715 , patch from Don Siders.
...
git-svn-id: trunk@62647 -
2020-02-19 17:51:20 +00:00
juha
d66d8ecf94
Docs: Batch of documentation updates for LCL. Issue #36702 , patch from Don Siders.
...
git-svn-id: trunk@62632 -
2020-02-16 13:29:32 +00:00
juha
ef98ace025
Docs: Updated documentation for LCL MaskEdit. Issue #36703 , patch from Don Siders.
...
git-svn-id: trunk@62631 -
2020-02-16 13:29:18 +00:00
marco
9f09f9c7f8
* typo fix
...
git-svn-id: trunk@62576 -
2020-01-21 20:33:11 +00:00
dmitry
556c5562fe
bug #36281 . Merged revision(s) 62516-62547 from branches/listviewsortindicator:
...
lcl: adding sortIndicator to the listview
........
win32: implementation of sortindicator
........
lcl: adding autosortindicator property for the listview
........
gtk2: sortindicator implementation
........
gtk2: reverting accidental changes (unrelated to sortindicator)
........
qt5: implementing sort indicator (seems like qt5 allows only 1 indicator per header)
........
cocoa: implementing sortIndicator
........
doc: adding short descriptions for SortIndicator and AutoSortIndicator
........
git-svn-id: trunk@62567 -
2020-01-17 01:49:23 +00:00
maxim
e7ab9b1d39
Docs, LCL: fixed content error, patch from Don Siders, bug #36594
...
git-svn-id: trunk@62566 -
2020-01-16 22:40:07 +00:00
juha
0ea618a03f
Docs: New documentation file laztracer.xml for LazUtils. Issue #36560 , patch from Don Siders.
...
git-svn-id: trunk@62535 -
2020-01-12 18:07:45 +00:00
juha
d9fdf6d15e
Docs: Updated documentation for DynQueue in LazUtils. Issue #36549 , patch from Don Siders.
...
git-svn-id: trunk@62527 -
2020-01-11 14:22:26 +00:00
juha
740c9232da
Docs: Updated documentation for LazUtils files. Issue #36538 , patch from Don Siders.
...
git-svn-id: trunk@62526 -
2020-01-11 14:22:25 +00:00
juha
8887506cf9
Docs: Updated documentation for LCL files. Issue #36535 , patch from Don Siders.
...
git-svn-id: trunk@62525 -
2020-01-11 14:22:23 +00:00
juha
aaed1a2696
Docs: Updated documentation for LCL unit Controls. Issue #36475 , patch from Don Siders.
...
git-svn-id: trunk@62446 -
2019-12-25 13:21:04 +00:00