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 |
|
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 |
|
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 |
|
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
|
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 |
|
jesus
|
f41b9adc7e
|
Docs: fix a couple of spaces.
git-svn-id: trunk@62432 -
|
2019-12-22 18:34:23 +00:00 |
|
juha
|
d6156102b3
|
Docs: Add a missing XML close tag. Issue #36467, patch from Cyrax.
git-svn-id: trunk@62430 -
|
2019-12-22 10:36:28 +00:00 |
|
juha
|
11ce01db97
|
Docs: Remove duplicate topics from LCL and LazUtils Doc XML files. Issue #36462, patch from Don Siders.
git-svn-id: trunk@62423 -
|
2019-12-20 11:42:07 +00:00 |
|
wp
|
0d4271e7c9
|
docs: Apply changes of r62408 #7dea4ebe87 also to TWidgetset.PolyBezier.
git-svn-id: trunk@62410 -
|
2019-12-18 16:11:57 +00:00 |
|
wp
|
7dea4ebe87
|
docs: Improved description of the "Filled" parameter of the TCanvas.PolyBezier method. Issue #36452.
git-svn-id: trunk@62408 -
|
2019-12-17 21:01:30 +00:00 |
|
juha
|
780970cb03
|
Docs: Updated documentation for LazUtils laz2_xmlcfg. Issue #36339, patch from Don Siders.
git-svn-id: trunk@62384 -
|
2019-12-13 22:05:33 +00:00 |
|
juha
|
5ccf5408e4
|
Docs: Updated documentation for ButtonPanel. Issue #36406, patch from Don Siders.
git-svn-id: trunk@62357 -
|
2019-12-08 19:54:28 +00:00 |
|
juha
|
fe2f85d8e6
|
Docs: Documentation updates for LCL and LazUtils. Issue #36392, patch from Don Siders.
git-svn-id: trunk@62328 -
|
2019-12-05 20:55:51 +00:00 |
|
juha
|
dd3e6c3681
|
Docs: Documentation update for LCL CheckLst.xml. Issue #36400, patch from Don Siders.
git-svn-id: trunk@62327 -
|
2019-12-05 19:14:56 +00:00 |
|
wp
|
af560d6f0f
|
Docs: Further clarification of what is meant by "Grid.Clean".
git-svn-id: trunk@62268 -
|
2019-11-18 17:51:19 +00:00 |
|
juha
|
35efd71284
|
Docs: Batch of documentation updates for LazUtils and LCL. Issue #36312, patch from Don Siders.
git-svn-id: trunk@62238 -
|
2019-11-14 07:08:17 +00:00 |
|
juha
|
4880ec8934
|
Docs: Updated documentation for LCL Grids. Issue #36289, patch from Don Siders.
git-svn-id: trunk@62234 -
|
2019-11-12 22:55:27 +00:00 |
|
juha
|
cb118777d9
|
Docs: Updated documentation for DbActns in LCL. Issue #36022, patch from Don Siders.
git-svn-id: trunk@62097 -
|
2019-10-20 18:14:03 +00:00 |
|
juha
|
7023c973e2
|
Docs: Updated documentation for CustomTimer in LCL. Issue #36191, patch from Don Siders.
git-svn-id: trunk@62087 -
|
2019-10-19 06:22:35 +00:00 |
|
juha
|
379554ad91
|
Docs: Updated documentation for LazFileUtils. Issue #36167, patch from Don Siders.
git-svn-id: trunk@62057 -
|
2019-10-14 21:24:10 +00:00 |
|
juha
|
d63ada2dc8
|
Docs: Fix the short description of TSplitter.AutoSnap. Issue #36116, patch from Alexey Tor.
git-svn-id: trunk@61960 -
|
2019-10-03 14:11:47 +00:00 |
|
juha
|
03e52c7f5f
|
Docs: Updated documentation for LazCollections. Issue #36032, patch from Don Siders.
git-svn-id: trunk@61793 -
|
2019-09-01 06:27:10 +00:00 |
|
wp
|
6cbcc2951b
|
doc: Clarify help on TCustomStringGrid.Clean.
git-svn-id: trunk@61757 -
|
2019-08-25 15:11:24 +00:00 |
|
juha
|
b362e1d253
|
Docs: Updated documentation for LCL. Issue #35993, patch from Don Siders.
git-svn-id: trunk@61756 -
|
2019-08-24 21:52:20 +00:00 |
|