juha
ad8ba1d824
Docs: Fix description for DBCheckBox properties ValueChecked/ValueUnchecked. Issue #26490 .
...
git-svn-id: trunk@51926 -
2016-03-12 10:37:57 +00:00
mattias
8466e84d66
lazfileutils: added windows function SHGetFolderPathUTF8
...
git-svn-id: trunk@51882 -
2016-03-09 13:22:29 +00:00
ondrej
d2eeb02e56
docs: fix TPopupMode
...
git-svn-id: trunk@51792 -
2016-03-01 17:02:19 +00:00
ondrej
2c0c39f762
lcl: use active form as parent for pmNone and modal windows. Issue #29635
...
git-svn-id: trunk@51597 -
2016-02-11 11:52:45 +00:00
maxim
65057a6460
Docs: added Denis Kozlov to contributors list
...
git-svn-id: trunk@51592 -
2016-02-10 23:01:29 +00:00
ondrej
aeb6eb81a1
lcl: flowpanel: add FlowLayout property.
...
git-svn-id: trunk@51566 -
2016-02-10 12:25:16 +00:00
ondrej
f42e7fcc66
lcl: forms: add TPosition.poWorkAreaCenter
...
git-svn-id: trunk@51112 -
2016-01-02 09:33:40 +00:00
bart
d4a86c4069
Docs: Fix wrong xml in clipboard.xml, introduced in r51048 #6f4f90622a by me. Patch by wp. Issue #0029286 .
...
git-svn-id: trunk@51085 -
2015-12-30 16:54:31 +00:00
bart
6f4f90622a
Docs: Document the ClipBoard HTML functions.
...
git-svn-id: trunk@51048 -
2015-12-27 10:44:16 +00:00
ondrej
81733b2e74
lcl: rewrite PopupMode/PopupParent
...
- unify code for PopupMode/PopupParent in one function TCustomForm.GetRealPopupParent for all WS.
- change TWSCustomFormClass.SetPopupParent to TWSCustomFormClass.SetRealPopupParent without PopupMode parameter.
- Fix TPopupMode documentation.
Issue #29247
git-svn-id: trunk@51032 -
2015-12-25 15:37:10 +00:00
ondrej
f838770236
lcl: docs: TToolButton.ArrowClick+OnArrowClick
...
git-svn-id: trunk@50960 -
2015-12-20 18:16:54 +00:00
ondrej
60c487ef0f
lcl: docs: fix QuestionDlg code formatting
...
git-svn-id: trunk@50948 -
2015-12-19 16:35:11 +00:00
mattias
61b7d45c49
lcl: docs: QuestionDlg
...
git-svn-id: trunk@50944 -
2015-12-19 15:35:29 +00:00
mattias
dd8325c960
lcl: questiondlg: fixed button with both IsDefault and IsCancel
...
git-svn-id: trunk@50937 -
2015-12-19 15:20:23 +00:00
ondrej
540bd3a671
lcl: toolbar: add DropDownWidth property
...
git-svn-id: trunk@50900 -
2015-12-18 10:13:17 +00:00
ondrej
2df8c60e2b
docs: updated docs for QuestionDlg
...
git-svn-id: trunk@50789 -
2015-12-14 10:48:42 +00:00
mattias
7892083108
build_lcl_docs: create lazutils.chm too
...
git-svn-id: trunk@50691 -
2015-12-06 14:11:12 +00:00
mattias
282b974938
build_lcl_docs: stop if xct file missing
...
git-svn-id: trunk@50690 -
2015-12-06 14:03:35 +00:00
mattias
5c60ee3e29
build_lcl_docs: unit output dir
...
git-svn-id: trunk@50689 -
2015-12-06 13:49:38 +00:00
mattias
f6bb57ef02
docs: clean up
...
git-svn-id: trunk@50688 -
2015-12-06 13:47:21 +00:00
mattias
287c484130
build_lcl_docs: copy xct and chm file to xct directory
...
git-svn-id: trunk@50687 -
2015-12-06 13:44:03 +00:00
mattias
14c2bd32b0
build_lcl_docs: copy css file to output directory
...
git-svn-id: trunk@50685 -
2015-12-06 12:50:57 +00:00
mattias
4146a5aea4
build_lcl_docs: made xml src dir, pas src dir and include paths generic
...
git-svn-id: trunk@50684 -
2015-12-06 12:41:06 +00:00
mattias
e74f7e54e5
build_lcl_docs: uses class
...
git-svn-id: trunk@50683 -
2015-12-06 11:19:24 +00:00
mattias
77a52ceced
build_lcl_docs: made more generic
...
git-svn-id: trunk@50679 -
2015-12-06 01:28:44 +00:00
mattias
eb52ff3c86
build_lcl_docs: added --verbose parameter
...
git-svn-id: trunk@50658 -
2015-12-05 19:05:36 +00:00
mattias
f41b56ab50
updated install.txt
...
git-svn-id: trunk@50653 -
2015-12-05 18:47:27 +00:00
ondrej
02d05f9cfd
docs: Added TFlowPanel.
...
git-svn-id: trunk@50488 -
2015-11-23 21:34:39 +00:00
bart
702566d255
Docs: fix typo in grids.xml (Issue #0029062 )
...
git-svn-id: trunk@50467 -
2015-11-21 17:13:06 +00:00
mattias
dbe663b61b
lcl: docs: file dialog filter
...
git-svn-id: trunk@50437 -
2015-11-20 11:18:20 +00:00
ondrej
ba864434f1
lcl: docs: fixed TTreeNode.ImageIndex and TTreeNode.SelectedIndex
...
git-svn-id: trunk@50330 -
2015-11-14 07:10:24 +00:00
mattias
047ef72501
docs: added contributor Simon Ameis
...
git-svn-id: trunk@50317 -
2015-11-12 10:43:17 +00:00
mattias
5ae959e743
LCL: TextHint docs
...
git-svn-id: trunk@50256 -
2015-11-08 15:59:34 +00:00
juha
22ea26d2cc
IDE: Format a comment shown in code tooltip better. Issue #28430 , patch from Yann Mérignac.
...
git-svn-id: trunk@49583 -
2015-08-01 08:48:43 +00:00
bart
f27803d409
Docs: added Michael Fuchs to contributors.
...
git-svn-id: trunk@49567 -
2015-07-25 13:23:05 +00:00
juha
41ca5227fd
LCL: New CanSetFocus function with whole parent tree check. Work better than CanFocus in many cases. Issue #21708 , patch from Ondrej Pokorny.
...
git-svn-id: trunk@49526 -
2015-07-11 23:27:51 +00:00
juha
af6fb723af
LazUtils: Use LookupStringList in LazUtils package. Remove old DictionaryStringList files.
...
git-svn-id: trunk@49506 -
2015-07-07 12:10:35 +00:00
juha
810d20ce56
LazUtils: Rename DictionaryStringList -> LookupStringList. Add the renamed files as new.
...
git-svn-id: trunk@49505 -
2015-07-07 12:05:03 +00:00
mattias
699bdb9e8f
codetools: class helpers: find declaration and code completion, patch #28266 , from Ondrej Pokorny
...
git-svn-id: trunk@49405 -
2015-06-22 10:02:11 +00:00
juha
1e433ebf42
Improve documentation of FilterEdit components.
...
git-svn-id: trunk@49243 -
2015-06-02 11:59:42 +00:00
martin
33cd7f6258
contributor added
...
git-svn-id: trunk@49095 -
2015-05-18 21:51:19 +00:00
sekelsenmat
fa18a10e3c
Documents the unit in Font.Orientation
...
git-svn-id: trunk@49009 -
2015-05-13 10:03:18 +00:00
mattias
9ee067b475
lcl: docs
...
git-svn-id: trunk@48972 -
2015-05-08 19:46:18 +00:00
maxim
77b0466028
Docs: added José Martínez to contributors list
...
git-svn-id: trunk@48859 -
2015-04-25 18:33:34 +00:00
zeljko
a55a12702e
docs: fixed wrong tag in menus.xml
...
git-svn-id: trunk@48633 -
2015-04-05 11:02:16 +00:00
mattias
49e3b7c5b1
LCL: docs
...
git-svn-id: trunk@48573 -
2015-04-01 11:38:03 +00:00
mattias
645c00ecf7
lcl: docs
...
git-svn-id: trunk@48571 -
2015-04-01 11:27:30 +00:00
mattias
2bf106b5db
lcl: docs
...
git-svn-id: trunk@48569 -
2015-04-01 10:58:44 +00:00
bart
beb11406dd
Docs: document that adding a submenu to a TMenuItem that is a separator can crash the computer on non-Windows platform.
...
git-svn-id: trunk@48457 -
2015-03-22 14:42:50 +00:00
bart
fe49ab6615
Docs: document that TCustomMemo.Lines cannot store Objects. Issue #0009366 .
...
git-svn-id: trunk@48347 -
2015-03-14 18:39:07 +00:00
juha
1f9ffa32fe
Add Balazs Szekely to contributors list.
...
git-svn-id: trunk@48022 -
2015-02-26 18:10:40 +00:00
mattias
a6d416e72e
LCL: implemented THintInfo.ReshowTimeout, issue #27496
...
git-svn-id: trunk@47918 -
2015-02-20 15:47:36 +00:00
mattias
2b3944a98f
lcl: docs
...
git-svn-id: trunk@47776 -
2015-02-14 10:37:51 +00:00
mattias
69edc4d8c0
lazutils: moved ReplaceSubString to LazUTF8, added UTF8QuotedStr
...
git-svn-id: trunk@47748 -
2015-02-13 20:34:21 +00:00
maxim
a81ce58d85
Docs: added Gilles Vasseur to contributors list
...
git-svn-id: trunk@47721 -
2015-02-12 22:44:43 +00:00
mattias
aa59060cae
lazutils: doc
...
git-svn-id: trunk@47720 -
2015-02-12 15:09:30 +00:00
jesus
7e93d299dc
Docs: TCanvas.TextRect changes from wp, issue #27379
...
git-svn-id: trunk@47566 -
2015-01-30 21:47:02 +00:00
marco
2163b6cdcb
* Phillipe Levi mentioned seeing "Stringrid" on the ml, a grep turned up two occurances -> fixed.
...
git-svn-id: trunk@47556 -
2015-01-28 11:21:36 +00:00
mattias
22429956d3
lcl: grids: docs, issue #27325 , from Simon Ameis
...
git-svn-id: trunk@47530 -
2015-01-26 21:53:50 +00:00
marco
e12b90ee3d
* lcl new files
...
git-svn-id: trunk@47517 -
2015-01-25 14:43:43 +00:00
marco
f8aa35ac25
* new file makeskel
...
git-svn-id: trunk@47516 -
2015-01-25 14:42:55 +00:00
marco
5f201dd919
* move fpcadds
...
git-svn-id: trunk@47515 -
2015-01-25 14:40:27 +00:00
mattias
00431d3725
docs clean up
...
git-svn-id: trunk@47245 -
2014-12-25 10:50:46 +00:00
vincents
4a72302da6
lcl docs: balance <i> tags, patch from derit agustin (issue #27166 )
...
git-svn-id: trunk@47200 -
2014-12-15 09:30:45 +00:00
mattias
814cf1a717
lazutils: FindInvalidUTF8Character: check for wrong mapped codes, changed default to report gaps
...
git-svn-id: trunk@47172 -
2014-12-10 14:26:18 +00:00
juha
8776cceec3
Docs: Fix documentation of TMenuItem.Hint. Issue #27055 .
...
git-svn-id: trunk@47033 -
2014-11-30 10:58:01 +00:00
reiniero
0a7bd582cc
* Doc:
...
+ document lcl_fullversion
- remove mention of FPC 2.3.1 as minimum FPC version requirement for LCL is higher
git-svn-id: trunk@46832 -
2014-11-13 13:52:17 +00:00
mattias
9928fb1647
lazutf8: docs
...
git-svn-id: trunk@46780 -
2014-11-07 16:12:32 +00:00
reiniero
cb34b4b12a
* Docs: harmonize spelling; brief description of utf8process
...
git-svn-id: trunk@46603 -
2014-10-19 10:48:40 +00:00
mattias
819e05f3aa
LCL: docs
...
git-svn-id: trunk@46472 -
2014-10-07 23:03:19 +00:00
jesus
368121fe76
IDE, enhance DBGrid columns editor with three buttons: add fields, delete all and fetch labels, modified/adapted patch from Zdravko Gabrovski, issue #25219
...
git-svn-id: trunk@46395 -
2014-10-01 21:03:04 +00:00
jesus
27c2885608
LCL, fix dbgrid indicator and all grid's rowselect focus rect problems for bidi, patch from Babak Mahmoudabadi which Mike Thompson converted to diff format, issue #25154
...
git-svn-id: trunk@46377 -
2014-09-30 18:49:47 +00:00
reiniero
a05b8d84a9
* Docs scripts: cosmetic (comment typos)
...
git-svn-id: trunk@46341 -
2014-09-28 11:45:51 +00:00
reiniero
4a8c7b8e7c
* Docs: customtimer interval in milliseconds
...
git-svn-id: trunk@46283 -
2014-09-22 09:10:18 +00:00
juha
aee3f9b771
Add Mike Thompson to contributors list.
...
git-svn-id: trunk@46279 -
2014-09-21 21:49:17 +00:00
mattias
9102f248ea
LCL: docs
...
git-svn-id: trunk@46190 -
2014-09-11 18:02:01 +00:00
mattias
8c9f6d38b4
LCL: docs: undo
...
git-svn-id: trunk@46187 -
2014-09-11 16:50:44 +00:00
mattias
ca0211f1fc
LCL: docs
...
git-svn-id: trunk@46185 -
2014-09-11 16:40:26 +00:00
reiniero
b3b325a7ea
* Docs: slight clarification for GetExeExt
...
git-svn-id: trunk@46140 -
2014-09-06 08:14:59 +00:00
mattias
62fd8a88fd
lazutils: docs
...
git-svn-id: trunk@46051 -
2014-08-18 10:00:17 +00:00
mattias
8e528bec4e
lazutils: docs
...
git-svn-id: trunk@46046 -
2014-08-17 08:54:16 +00:00
reiniero
a74200f37d
* DeleteDirectory: incorporate OnlyChilds=>OnlyChildren fix present in Lazarus
...
git-svn-id: trunk@45996 -
2014-07-31 09:41:48 +00:00
reiniero
8aa7fdee3b
+ Document ForceDirectory some more
...
git-svn-id: trunk@45995 -
2014-07-31 09:38:36 +00:00
juha
8b18fcf3ab
Remove the deprecated BarChart unit. It has been replaced with TAChart.
...
git-svn-id: trunk@45791 -
2014-07-05 19:58:59 +00:00
maxim
c2b48f7381
Docs: added contributors to Hungarian translation
...
git-svn-id: trunk@45745 -
2014-07-01 23:26:35 +00:00
juha
2285bca51c
LCL doc: Fix property TCustomForm.AllowDropFiles description. Issue #26302 , patch from Alexey Torgashin
...
git-svn-id: trunk@45728 -
2014-06-28 23:40:01 +00:00
reiniero
d8609cf93a
* Docs: some slight language fixes for TDBImage docs
...
git-svn-id: trunk@45345 -
2014-06-05 06:23:35 +00:00
reiniero
bf451e3f95
* Docs: cosmetic
...
git-svn-id: trunk@45344 -
2014-06-05 05:27:57 +00:00
mattias
d1a8e989e6
LCL: docs
...
git-svn-id: trunk@45160 -
2014-05-24 02:24:28 +00:00
mattias
a94d290c94
LCL: docs
...
git-svn-id: trunk@45060 -
2014-05-17 15:20:25 +00:00
mattias
eace6ac25e
lazutils: docs FileIsInPath
...
git-svn-id: trunk@44844 -
2014-04-29 10:54:20 +00:00
zeljko
e27cf4da25
IDE: added Boris Popov to contributors / issue #26090
...
git-svn-id: trunk@44843 -
2014-04-29 07:39:58 +00:00
mattias
22443c165c
lazutils: FileIsInPath: use ResolveDots instead of TrimFilename
...
git-svn-id: trunk@44835 -
2014-04-28 14:30:33 +00:00
martin
916e1c926b
IDE: Added x2nie to contributors / see revision 44828 #c9f12054e9
...
git-svn-id: trunk@44829 -
2014-04-27 20:44:55 +00:00
bart
7aa65fef41
Docs: Add Derit Agustin to contributers list.
...
git-svn-id: trunk@44585 -
2014-04-01 22:52:04 +00:00
mattias
3595a693a9
LazUtils: added GetUnixPhysicalFilename
...
git-svn-id: trunk@44578 -
2014-04-01 11:10:35 +00:00
martin
dd27f42211
IDE: auto show the param hint for functions. Patch by David Zimmer
...
git-svn-id: trunk@44464 -
2014-03-18 12:50:04 +00:00
maxim
e311867200
Docs: added Peter Gabor to contributors list
...
git-svn-id: trunk@44269 -
2014-02-26 22:22:29 +00:00
juha
197fad765b
Add Sandro Cumerlato to the list of contributors.
...
git-svn-id: trunk@44030 -
2014-02-12 16:40:04 +00:00
mattias
1fe37e15a2
fixed spelling mistakes, found by lintian
...
git-svn-id: trunk@43900 -
2014-02-05 12:07:46 +00:00
mattias
91e445c18a
docs: html: Fixed compilation when lazbuild not in path, better clean up
...
git-svn-id: trunk@43894 -
2014-02-05 12:04:51 +00:00
jesus
86249e6c23
docs, document TDbImage OnDbImageRead, OnDbImageWrite, WriteHeader
...
git-svn-id: trunk@43786 -
2014-01-24 07:36:42 +00:00
maxim
079e565ed6
Docs: added Philippe Picard aka Jurassic Pork to contributors list
...
git-svn-id: trunk@43756 -
2014-01-17 22:00:26 +00:00
juha
a76c5900bc
LCL: Fix GTK2 image transparency issues for common cases. Issue #25491 , patch from Kostas Michalopoulos
...
git-svn-id: trunk@43644 -
2014-01-04 21:05:19 +00:00
maxim
a3f833b210
Docs: added Werner Pamler aka wp to contributors list
...
git-svn-id: trunk@43579 -
2013-12-21 15:08:35 +00:00
marco
9c903d4e72
* new unit, XML required to build help
...
git-svn-id: trunk@43449 -
2013-11-17 15:32:10 +00:00
maxim
68196f23cb
Docs: added Yuichiro Takahashi and Haruyuki Fujimaki to contributors list
...
git-svn-id: trunk@43253 -
2013-10-14 21:24:01 +00:00
martin
5da511836b
SynEdit: Allow to set ssoMatchCase for TSynEditMarkupHighlightAllCaret. Issue #0025108 Patch by Denis Golovan
...
git-svn-id: trunk@43009 -
2013-09-28 13:15:26 +00:00
mattias
5719113bb6
LCL: docs
...
git-svn-id: trunk@42883 -
2013-09-19 18:23:32 +00:00
mattias
127d210a3a
docs: various updates and fixes from Reinier
...
git-svn-id: trunk@42502 -
2013-08-26 13:07:18 +00:00
mattias
343ffd92d0
LCL: docs
...
git-svn-id: trunk@42500 -
2013-08-26 12:40:33 +00:00
bart
aef02629d3
Documentation: A little more help for FindAllFiles function.
...
Issue #0024821 .
git-svn-id: trunk@42371 -
2013-08-08 20:41:09 +00:00
mattias
cadd2430ef
docs: build lcl chm: added param --css-file, patch #24823
...
git-svn-id: trunk@42283 -
2013-08-03 14:37:24 +00:00
mattias
c50306d401
LCL: comment
...
git-svn-id: trunk@42090 -
2013-07-15 06:10:41 +00:00
maxim
4bc284a59d
Docs: added Vojtech Cihak to contributors list
...
git-svn-id: trunk@42054 -
2013-07-10 20:24:39 +00:00
marco
2568311155
* doc template for unit industrialbase
...
git-svn-id: trunk@41907 -
2013-06-26 12:06:15 +00:00
mattias
c79fb36ef7
cody: unit deps: selected units: show units
...
git-svn-id: trunk@41752 -
2013-06-17 18:38:19 +00:00
mattias
c6f791deab
IDE: fixed help for show compiler options dialog
...
git-svn-id: trunk@41625 -
2013-06-09 10:55:37 +00:00
mattias
0300bcd949
IDE: fixed help for project options pages
...
git-svn-id: trunk@41624 -
2013-06-09 10:41:35 +00:00
mattias
9e97f8f1fd
IDE: fixed help for compiler options pages
...
git-svn-id: trunk@41623 -
2013-06-09 10:36:58 +00:00
mattias
053f1ba540
IDE: fixed help for compiler options page other
...
git-svn-id: trunk@41622 -
2013-06-09 10:28:53 +00:00
mattias
05b0c79893
IDE: help for project page compiler additions
...
git-svn-id: trunk@41567 -
2013-06-06 21:24:31 +00:00
mattias
b7294f4245
lcl: docs: TAction.OnExecute
...
git-svn-id: trunk@41433 -
2013-05-27 15:29:57 +00:00
mattias
fe0b0eb344
lazutils: removed obsolete luresstrings
...
git-svn-id: trunk@41379 -
2013-05-24 07:28:13 +00:00
juha
f68bd44412
LCL: replace the Arrow component with a better version from H. Page-Clark. The old one used widgetset bindings which was not needed.
...
git-svn-id: trunk@41221 -
2013-05-16 12:30:52 +00:00
mattias
e6d986f71c
lcl: updated docs about lclversion
...
git-svn-id: trunk@41177 -
2013-05-13 14:50:13 +00:00
mattias
fd461b8b5b
docs: CreateRelativePath does not support D:test for thread safety
...
git-svn-id: trunk@41065 -
2013-05-08 01:26:06 +00:00
mattias
363854a331
lazutils: restored old CreateRelativePath, added doc
...
git-svn-id: trunk@41064 -
2013-05-08 01:18:11 +00:00
mattias
6b2480c61e
lazutils: doc CreateRelativePath
...
git-svn-id: trunk@41063 -
2013-05-08 01:08:04 +00:00
marco
5d35bdd80f
* dummies generated
...
git-svn-id: trunk@40855 -
2013-04-20 12:55:58 +00:00
marco
6b05b3aa89
* omit fpmake.pp
...
git-svn-id: trunk@40854 -
2013-04-20 12:07:34 +00:00
jesus
d6a1f48258
LCL, grids, fix editor not focused if it's visible and grid is being focused, from Éderson Cássio, issue #24194
...
git-svn-id: trunk@40780 -
2013-04-10 06:16:28 +00:00
jesus
e8206aeb4a
Examples, added stringgrid column editors sampler, from Mike Sapsard, issue #24076
...
git-svn-id: trunk@40583 -
2013-03-18 18:17:47 +00:00
juha
3a5cd123e4
Adding Mark Bravington to the list of contributors.
...
git-svn-id: trunk@40509 -
2013-03-08 00:04:37 +00:00
maxim
daea5a8713
Docs: added Mario Ray Mahardhika to contributors list
...
git-svn-id: trunk@40471 -
2013-03-03 22:29:05 +00:00
mattias
043dd66828
lazutils: added UTF8CompareStrCollated
...
git-svn-id: trunk@40228 -
2013-02-09 20:45:24 +00:00
martin
02c4c7f445
IDE: markup for user defined word-lists, help node in xml
...
git-svn-id: trunk@40077 -
2013-01-31 00:16:50 +00:00
mattias
f64d8b0994
LCL: doc about TTreeView.DefaultItemHeight
...
git-svn-id: trunk@39935 -
2013-01-23 10:17:34 +00:00
mattias
db32bdf565
LCL: doc about TListBox.ItemHeight
...
git-svn-id: trunk@39934 -
2013-01-23 10:14:11 +00:00
juha
400f1275e2
Docs: FileIsHardLink and FileIsSymLink. Issue #23304 , patch from Bart
...
git-svn-id: trunk@39911 -
2013-01-20 10:33:54 +00:00
jesus
03fa03c235
LCL, implements TextRect in PostscriptCanvas, from Tim P. Launchbury, issue #23659
...
git-svn-id: trunk@39866 -
2013-01-16 20:59:00 +00:00
maxim
3aca0dfccc
Docs: added Vaclav Valicek to contributors list
...
git-svn-id: trunk@39817 -
2013-01-09 20:43:32 +00:00
mattias
c60a0830f0
lazutils: docs: moved SplitCmdLineParams
...
git-svn-id: trunk@39750 -
2013-01-03 14:06:04 +00:00
mattias
899bdb7156
lazutils: FileUtil: added SplitCmdLineParams
...
git-svn-id: trunk@39730 -
2013-01-02 12:43:12 +00:00
juha
f7f523d9c7
Adding "Valdinilson Lourenço da Cunha" to the contributors list.
...
git-svn-id: trunk@39226 -
2012-11-01 20:07:14 +00:00
maxim
7874a19bd8
Docs: removed BOM, which broke parsing of acknowledgements.txt in About dialog
...
git-svn-id: trunk@38968 -
2012-10-04 22:53:10 +00:00
maxim
6c4332b328
Docs: added Lucas Martin to contributors list
...
git-svn-id: trunk@38966 -
2012-10-04 22:18:12 +00:00
vincents
6c5a8a9ae8
docs: added dummy file for lcl\fpmake.pp to make the doc building script happy
...
git-svn-id: trunk@38910 -
2012-09-29 19:33:53 +00:00
zeljko
100b90ff3a
Docs: fixed comctrls.xml typo.Patch by Anton. issue #23001
...
git-svn-id: trunk@38874 -
2012-09-27 18:33:59 +00:00
mattias
df21315edc
lcl: clipbaord docs
...
git-svn-id: trunk@38574 -
2012-09-08 09:31:20 +00:00
martin
164877824a
Adding PascalScript from REM Objects / acknowledgement
...
git-svn-id: trunk@38409 -
2012-08-27 13:34:53 +00:00
sekelsenmat
699ca1f7dc
Adds JiXian Yang to the list of contributors
...
git-svn-id: trunk@38333 -
2012-08-22 14:01:03 +00:00
juha
46522f2920
Document TStringGrid.LoadFromFile and SaveOptions. Issue #22640 , patch from Reinier Olislagers
...
git-svn-id: trunk@38262 -
2012-08-16 21:08:02 +00:00
maxim
ed1898fb75
Docs: added Khaled Shagrouni to contributors list
...
git-svn-id: trunk@38192 -
2012-08-06 22:39:53 +00:00
juha
906193012c
Added Silvio Clecio to contributors list
...
git-svn-id: trunk@38154 -
2012-08-04 22:24:08 +00:00
juha
fde6e9ac76
Docs: Put Contributors into alphabetical order. Issue #22566 , patch from Graeme Geldenhuys
...
git-svn-id: trunk@38136 -
2012-08-04 08:44:50 +00:00
marco
662636c5bd
* also clean lazutils
...
git-svn-id: trunk@38119 -
2012-08-02 22:07:11 +00:00
mattias
f32f0ea635
IDE+startlazarus: use same working directory, needed for passing relative file names as command line parameters
...
git-svn-id: trunk@37880 -
2012-07-05 15:07:43 +00:00
mattias
e852f5b14c
docs: building lazutils+lcl chm
...
git-svn-id: trunk@37869 -
2012-07-05 10:26:24 +00:00
mattias
a331c301ba
lazutils: added fpdoc files
...
git-svn-id: trunk@37868 -
2012-07-05 09:44:17 +00:00
mattias
c3bf5b2a16
lazutils: fixed unit names
...
git-svn-id: trunk@37866 -
2012-07-05 09:38:35 +00:00
mattias
4458799589
build_lcl_docs: showcmd: show working directory
...
git-svn-id: trunk@37855 -
2012-07-03 10:44:48 +00:00
mattias
b08e12984d
lcl: docs: fixed some links
...
git-svn-id: trunk@37853 -
2012-07-02 16:14:08 +00:00
mattias
8ee459d460
build_lcl_docs: using UTF-8 file functions, added option -h
...
git-svn-id: trunk@37852 -
2012-07-02 15:54:05 +00:00
mattias
658c75476f
docs: updated
...
git-svn-id: trunk@37851 -
2012-07-02 15:53:04 +00:00
mattias
8528c56932
IDE docs: fixed encoding
...
git-svn-id: trunk@37850 -
2012-07-02 15:52:36 +00:00
mattias
d5c901ec68
lcl: docs: fixed encoding
...
git-svn-id: trunk@37849 -
2012-07-02 14:50:07 +00:00
mattias
34add97fc4
lazutils: docs: fixed encoding and package name
...
git-svn-id: trunk@37848 -
2012-07-02 14:42:33 +00:00
martin
1cef9d4fcd
IDE: added help for editor macros
...
git-svn-id: trunk@37798 -
2012-06-27 12:44:44 +00:00
juha
95559be2b5
Add Denis Volodarsky to contributors list
...
git-svn-id: trunk@37788 -
2012-06-26 20:27:34 +00:00
mattias
593c7fdb94
lazutils: utf8pos: added optional parameter StartPos
...
git-svn-id: trunk@37703 -
2012-06-20 12:11:42 +00:00
martin
6d149626b7
IDE Help: add urls for dbg dialogs
...
git-svn-id: trunk@37698 -
2012-06-20 00:00:35 +00:00
martin
326c5a7fb3
Help, DBG: Link to wiki for breakpoint properties
...
git-svn-id: trunk@37491 -
2012-06-02 22:17:35 +00:00
martin
b390fae9c0
Help, DBG: New link to wiki for watch properties
...
git-svn-id: trunk@37464 -
2012-05-30 13:54:56 +00:00
martin
854ef8a1ba
SynEdit HTML Highlighter: added CDATA and html 5 tags. Issue #0022077 Patch by Janusz Tomczak
...
git-svn-id: trunk@37352 -
2012-05-19 17:07:28 +00:00
juha
709b6f1834
IDE: Make Help button work in Editor Window Manager, issue #21961 .
...
git-svn-id: trunk@37312 -
2012-05-17 21:25:42 +00:00
mattias
d20c6853a8
openglcontrol: added property Multisampling, wgl: fixed wglGetExtensionsStringARB
...
git-svn-id: trunk@37278 -
2012-05-14 18:06:41 +00:00
maxim
9dfbd1029e
Docs: improved build_lcl_docs robustness when working with TProcess, patch from Reinier Olislagers, bug #22000
...
git-svn-id: trunk@37267 -
2012-05-13 14:34:17 +00:00
juha
61d8834f62
Docs: fix documentation for the new MessageDialog changes.
...
git-svn-id: trunk@37066 -
2012-04-28 14:52:21 +00:00
juha
8dcc79e336
Add Takeda Matsuki to contributors list.
...
git-svn-id: trunk@37019 -
2012-04-24 22:02:20 +00:00
mattias
ab4d1ea8c4
lcl: docs
...
git-svn-id: trunk@36970 -
2012-04-22 14:38:26 +00:00
paul
c4a8916438
docs: correct CanFocus description (issue #0021708 )
...
git-svn-id: trunk@36803 -
2012-04-16 01:03:16 +00:00
zeljko
0666757288
Docs: added David Jenkins to contributors list
...
git-svn-id: trunk@36765 -
2012-04-14 10:52:57 +00:00
vincents
1c6a9d99e3
lcl xml docs: added skeletonfor customdrawn_winxp unit
...
git-svn-id: trunk@36542 -
2012-04-03 10:59:31 +00:00
vincents
8b29927100
lcl xml docs: added skeletonfor customdrawn_android unit
...
git-svn-id: trunk@36541 -
2012-04-03 10:53:42 +00:00
sekelsenmat
8bccb857bc
Improves the docs for GetDeviceCaps
...
git-svn-id: trunk@36537 -
2012-04-03 07:14:26 +00:00
mattias
5ae752a4e9
contributors: Reinier Olislagers
...
git-svn-id: trunk@36460 -
2012-03-30 13:54:47 +00:00
mattias
35a5f303ff
lcl: docs
...
git-svn-id: trunk@36322 -
2012-03-25 17:42:09 +00:00
mattias
f0f090fb65
lazutf8: added overloaded UTF8FixBroken(var string)
...
git-svn-id: trunk@36319 -
2012-03-25 16:24:14 +00:00
sekelsenmat
4e8caf2a7c
Adds a diagram for LCL-CustomDrawn to explain the relationships
...
git-svn-id: trunk@36276 -
2012-03-23 15:19:14 +00:00
paul
6b9f1fc94a
txt: add Ludo Brands to the list of contributors
...
git-svn-id: trunk@36240 -
2012-03-23 03:45:46 +00:00
mattias
92d092cc3d
LCL: docs
...
git-svn-id: trunk@36044 -
2012-03-15 22:10:42 +00:00
vincents
dc58a0646c
lcl docs: added skeleton for lazfreetypeintfdrawer unit
...
git-svn-id: trunk@35761 -
2012-03-06 10:24:33 +00:00
sekelsenmat
bd2ac53e00
Improves TCustomTreeView.AccessibilityOn documentation
...
git-svn-id: trunk@35509 -
2012-02-20 14:12:52 +00:00
juha
9cdaa34a19
docs: Improve build_chm path handling, issue #21311 , patch from BigChimp
...
git-svn-id: trunk@35431 -
2012-02-17 17:51:54 +00:00
mattias
2ab91a0316
lazutils: docs
...
git-svn-id: trunk@35422 -
2012-02-17 15:09:39 +00:00
mattias
f1f99b4a6e
LCL: added TLazAccessibleObject enumerator
...
git-svn-id: trunk@35394 -
2012-02-16 09:17:30 +00:00
mattias
f7827d2275
lazutils: added TAvgLvlTree enumerator
...
git-svn-id: trunk@35393 -
2012-02-16 09:09:22 +00:00
sekelsenmat
bf33d9b810
Removes docs for removed unit
...
git-svn-id: trunk@35360 -
2012-02-13 14:56:33 +00:00
sekelsenmat
7cb1eade9a
Moves the avglvltree docs to LazUtils
...
git-svn-id: trunk@35359 -
2012-02-13 14:55:06 +00:00
sekelsenmat
058cb5c37e
Color and Copy Mode documentation improvements
...
git-svn-id: trunk@35358 -
2012-02-13 14:45:55 +00:00
mattias
31860596f4
updated styleguide.txt
...
git-svn-id: trunk@35357 -
2012-02-13 14:06:59 +00:00
sekelsenmat
94f13cc509
Improves docs for GetWindowRect, GetWindowSize and TFont.CanUTF8
...
git-svn-id: trunk@35352 -
2012-02-13 11:25:53 +00:00
sekelsenmat
e33e9d62d9
Fixes identation in lazdeviceapis.xml and fixes the parameters in lclintf.xml Arc and removes some ? notes which I had replaced with full docs in a previous commit (which means I consider that those were solved, not just removed)
...
git-svn-id: trunk@35351 -
2012-02-13 10:31:22 +00:00
martin
31b7cdbf34
LazLogger: docs
...
git-svn-id: trunk@35344 -
2012-02-13 00:18:49 +00:00
mattias
84ca108677
lcl: docs: added dodi notes
...
git-svn-id: trunk@35343 -
2012-02-12 23:37:03 +00:00
sekelsenmat
50472302a3
Small improvement to TCustomLabel.Transparent documentation
...
git-svn-id: trunk@35290 -
2012-02-10 13:37:17 +00:00
sekelsenmat
ac2328635e
Fixes documentation compilation
...
git-svn-id: trunk@35273 -
2012-02-09 14:25:10 +00:00
sekelsenmat
f07b717a31
key state constants and functions documentation improvement
...
git-svn-id: trunk@35272 -
2012-02-09 14:09:30 +00:00
sekelsenmat
0f9889978f
Minor documentation improvement
...
git-svn-id: trunk@35271 -
2012-02-09 13:54:14 +00:00
sekelsenmat
b97bd5928f
General documentation cleanup removing [?] and various other minor improvements
...
git-svn-id: trunk@35270 -
2012-02-09 13:52:27 +00:00
sekelsenmat
75005d5347
Documented TCustomRadioGroup.OnClick
...
git-svn-id: trunk@35261 -
2012-02-09 08:42:12 +00:00
mattias
a23bd6cac8
docs: fixed indentation
...
git-svn-id: trunk@35245 -
2012-02-08 21:46:28 +00:00
sekelsenmat
5ac1708f92
Minor documentation improvements
...
git-svn-id: trunk@35237 -
2012-02-08 17:09:16 +00:00
sekelsenmat
4a2866676b
Minor documentation improvements
...
git-svn-id: trunk@35236 -
2012-02-08 16:55:19 +00:00
sekelsenmat
46979b3ef7
Adds a big part of the basic accessibility documentation
...
git-svn-id: trunk@35234 -
2012-02-08 14:52:41 +00:00
sekelsenmat
0b6566c84c
Removes partial fcl xml help from the Lazarus tree
...
git-svn-id: trunk@35233 -
2012-02-08 12:44:20 +00:00
sekelsenmat
d5f10dc54e
Minor docs improvements
...
git-svn-id: trunk@35232 -
2012-02-08 11:13:44 +00:00
sekelsenmat
fa0d9abec0
docs index.html: Adds a link for more complete chm instructions
...
git-svn-id: trunk@35231 -
2012-02-08 10:54:32 +00:00
mattias
dbb5c46def
IDE: message additions
...
git-svn-id: trunk@35165 -
2012-02-05 18:23:12 +00:00
mattias
b4ee012f66
IDE: editor for additions to the fpc messages
...
git-svn-id: trunk@35164 -
2012-02-05 18:16:34 +00:00
mattias
9985ff718d
LCL: added inline version of UnicodeToUTF8
...
git-svn-id: trunk@35109 -
2012-02-02 23:01:03 +00:00
mattias
7fb7467b8e
IDE: added menu item: Package / New component, feature 1337
...
git-svn-id: trunk@35055 -
2012-01-31 13:11:31 +00:00
mattias
64e2cd6b98
lazutils: UTF8CharacterToUnicode: check for intersecting ranges
...
git-svn-id: trunk@35038 -
2012-01-30 10:46:07 +00:00
mattias
1f2c9a687e
LCL: docs Parent
...
git-svn-id: trunk@35010 -
2012-01-29 09:41:52 +00:00
sekelsenmat
b9c2aaafbc
Minor documentation improvements and fixes
...
git-svn-id: trunk@34975 -
2012-01-27 12:50:16 +00:00
sekelsenmat
28f224ef56
Documents most of the shellctrls
...
git-svn-id: trunk@34974 -
2012-01-27 12:32:35 +00:00
mattias
bb50b6ec9c
help: added hints about offline help
...
git-svn-id: trunk@34972 -
2012-01-27 10:37:10 +00:00
sekelsenmat
57fc9666e3
shellctrls documentation: Improvements and identation
...
git-svn-id: trunk@34960 -
2012-01-26 17:05:58 +00:00
sekelsenmat
5248513e5d
Improves spin and shellctrls documentation
...
git-svn-id: trunk@34959 -
2012-01-26 16:46:27 +00:00
sekelsenmat
9509a8d797
Improves the naming of a messaging field and adds a little more documentation
...
git-svn-id: trunk@34958 -
2012-01-26 15:45:50 +00:00
sekelsenmat
7d477b44e9
Improves the accessibility and LazDeviceAPIs documentation
...
git-svn-id: trunk@34954 -
2012-01-26 14:25:01 +00:00
juha
a3e33667b9
Change documentation path from Build_Macros to IDE_Macros.
...
git-svn-id: trunk@34952 -
2012-01-26 13:02:45 +00:00
sekelsenmat
170f7715b3
Adds the documentation of the moved lazdeviceapis types
...
git-svn-id: trunk@34951 -
2012-01-26 12:30:24 +00:00
vincents
d010af212a
xml docs: re-added ldocktree docs, because ldocktree has been added in the LCL in revision r34520 #a55ea51542
...
git-svn-id: trunk@34873 -
2012-01-22 18:28:56 +00:00
vincents
5ea81603f5
lcl docs: fix malformatted xml in lazdeviceapis documentation
...
git-svn-id: trunk@34867 -
2012-01-22 14:17:00 +00:00
mattias
65385ebdb9
comment
...
git-svn-id: trunk@34837 -
2012-01-21 13:52:20 +00:00
mattias
a9e383dafb
IDE: updated help for package editor
...
git-svn-id: trunk@34754 -
2012-01-15 18:12:01 +00:00
mattias
b689bc20c0
IDE: updated help for package editor
...
git-svn-id: trunk@34753 -
2012-01-15 18:02:55 +00:00
sekelsenmat
6386665a85
More lazdevice documentation
...
git-svn-id: trunk@34630 -
2012-01-06 20:58:38 +00:00
sekelsenmat
2c6e44b868
Starts filling the lazdevices docs
...
git-svn-id: trunk@34628 -
2012-01-06 20:28:09 +00:00
juha
6fc5919b2d
Documentation fix for TTreeNodeCompare
...
git-svn-id: trunk@34572 -
2012-01-04 12:08:06 +00:00
mattias
6481dfc5bd
docs: removed rtl
...
git-svn-id: trunk@34514 -
2011-12-30 09:52:44 +00:00
mattias
234a338878
LCL: removed obsolete ldock
...
git-svn-id: trunk@34513 -
2011-12-30 09:49:20 +00:00
marco
98159ea9e5
* lazutils package added. XMLs + scripts updated.
...
git-svn-id: trunk@34508 -
2011-12-29 19:47:38 +00:00
marco
709ab6984f
* ready to run script to generate LCL.
...
git-svn-id: trunk@34498 -
2011-12-29 15:59:45 +00:00
marco
aeb78bc7a7
* generated stub documentation for new units so help compiles again
...
git-svn-id: trunk@34468 -
2011-12-28 13:58:37 +00:00
dodi
6714382934
Docs: various updates, mostly fixed bad links
...
git-svn-id: trunk@34110 -
2011-12-11 16:54:59 +00:00
sekelsenmat
2b22ea06cb
Further removes LCL-Android and updates the widgetset description status
...
git-svn-id: trunk@33990 -
2011-12-06 08:14:32 +00:00
sekelsenmat
40973751a9
Removes questions and improves the interfacebase docs
...
git-svn-id: trunk@33864 -
2011-11-30 09:46:25 +00:00
sekelsenmat
71e316ef50
Removes TWidgetset.DebugLog in favor of DebugLn, reverting my previous stance on the subject
...
git-svn-id: trunk@33863 -
2011-11-30 09:30:31 +00:00
dodi
25b1dbb61a
Docs: interfacebase continued
...
git-svn-id: trunk@33784 -
2011-11-25 22:25:01 +00:00
dodi
26f56b8f61
Docs: interfacebase continued
...
git-svn-id: trunk@33757 -
2011-11-24 12:32:32 +00:00
dodi
fe666304e4
Docs: interfacebase continued
...
git-svn-id: trunk@33690 -
2011-11-22 10:54:58 +00:00
dodi
8b8cebc3d7
Docs: interfacebase, added win32int.
...
git-svn-id: trunk@33648 -
2011-11-20 18:21:40 +00:00
dodi
43bd9f17f8
Docs: LCLIntf continued
...
git-svn-id: trunk@33631 -
2011-11-19 18:14:57 +00:00
dodi
82c277a8e5
Docs: Get/SetScrollBar
...
git-svn-id: trunk@33622 -
2011-11-19 01:32:45 +00:00
sekelsenmat
31e6b3ee9a
Documentation rework, removes aprox. 600 occurences of [?] and other non-sense from the documentation
...
git-svn-id: trunk@33617 -
2011-11-18 17:16:46 +00:00
dodi
a69ef5286b
Docs: Forms links added
...
git-svn-id: trunk@33601 -
2011-11-18 02:56:13 +00:00
juha
6493c83448
LCL: added checkbox "Prompt on replace" to TReplaceDialog. Issue #20654 , patch from Bart Broersma
...
git-svn-id: trunk@33585 -
2011-11-17 13:41:04 +00:00
dodi
565e07e237
Docs: LCLIntf synced
...
git-svn-id: trunk@33584 -
2011-11-17 13:03:13 +00:00
dodi
f12a98080e
Docs: Forms revised, some questions remain
...
git-svn-id: trunk@33576 -
2011-11-17 09:21:46 +00:00
dodi
9269169531
Docs: TForm revised
...
git-svn-id: trunk@33569 -
2011-11-16 14:54:14 +00:00
dodi
2f5176b927
Docs: TCustomForm revised
...
git-svn-id: trunk@33561 -
2011-11-16 11:11:50 +00:00
sekelsenmat
fa02b703f1
Renames TNotebookOption and friends to TCTabControlOptions,etc because the old name was completely wrong since TNotebook is completely unrelated to this type
...
git-svn-id: trunk@33537 -
2011-11-15 07:28:07 +00:00
sekelsenmat
40d704cc6a
Updates the filectrl docs skeleton and improves a lot the descriptions and links
...
git-svn-id: trunk@33529 -
2011-11-14 16:00:07 +00:00
sekelsenmat
459ff7d0c2
Documents TFileListBox.Mask
...
git-svn-id: trunk@33528 -
2011-11-14 15:08:41 +00:00
dodi
27ed0d427c
Docs: TScrollingWinControl revised
...
git-svn-id: trunk@33475 -
2011-11-11 10:39:41 +00:00
dodi
a0d3ea4a51
Docs: TControlScrollBar revised
...
git-svn-id: trunk@33474 -
2011-11-11 09:08:06 +00:00
dodi
070fda2e07
Docs: TApplication revised
...
git-svn-id: trunk@33455 -
2011-11-10 07:31:00 +00:00
dodi
b27e7edf77
Docs: TScreen revised
...
git-svn-id: trunk@33390 -
2011-11-07 08:30:12 +00:00
dodi
d0fb7f4dbf
Docs: Forms synced
...
git-svn-id: trunk@33360 -
2011-11-06 03:49:34 +00:00
sekelsenmat
bb10bb7f27
Better docs for TWindowState
...
git-svn-id: trunk@33292 -
2011-11-04 10:49:10 +00:00
sekelsenmat
f8c0ac6366
Documents wsFullScreen
...
git-svn-id: trunk@33290 -
2011-11-04 10:40:03 +00:00
sekelsenmat
dac0d383f5
Documents GetColorResolvingParent
...
git-svn-id: trunk@33285 -
2011-11-04 10:10:19 +00:00
sekelsenmat
66cff6df33
Documents TControl.Parent* properties
...
git-svn-id: trunk@33279 -
2011-11-04 07:45:45 +00:00
dodi
1354aed604
Docs: LResources synced
...
git-svn-id: trunk@33190 -
2011-10-30 23:05:53 +00:00
dodi
73f2164806
Docs: InterfaceBase synced
...
git-svn-id: trunk@33170 -
2011-10-30 11:43:23 +00:00
dodi
6f369dbff1
Docs: LCLType partial revision
...
git-svn-id: trunk@33144 -
2011-10-29 06:20:37 +00:00
dodi
d16d5e3a9b
Docs: LCLType synced
...
git-svn-id: trunk@33122 -
2011-10-28 05:34:54 +00:00
dodi
d8077d0d77
Docs: LCLProc synced and revised, many questions remain
...
git-svn-id: trunk@33107 -
2011-10-27 12:06:29 +00:00
dodi
af76ebe27e
Docs: LCLProc synced and revised, many questions remain
...
git-svn-id: trunk@33106 -
2011-10-27 11:55:26 +00:00
dodi
9dec676a01
Docs: Controls synced and finished, many questions remain
...
git-svn-id: trunk@33083 -
2011-10-26 00:36:49 +00:00
dodi
ac416a3a38
Docs: PropertyStorage finished, many questions remain
...
git-svn-id: trunk@33059 -
2011-10-23 22:08:09 +00:00
dodi
c494088e5e
Docs: PropertyStorage updated
...
git-svn-id: trunk@33042 -
2011-10-23 09:36:20 +00:00
dodi
009dc8645c
Docs: TWinControl properties updated
...
git-svn-id: trunk@33034 -
2011-10-22 23:14:14 +00:00
dodi
c6652fc456
Docs: TWinControl methods updated
...
git-svn-id: trunk@33010 -
2011-10-21 18:50:22 +00:00
sekelsenmat
b31ac2827b
Moves fileutil docs to lazutils
...
git-svn-id: trunk@32946 -
2011-10-17 12:14:50 +00:00
sekelsenmat
762c7e6dca
Moves masks to a new lazutils documentation
...
git-svn-id: trunk@32943 -
2011-10-17 11:42:22 +00:00
dodi
3df0afea7e
Docs: TWinControl update continued
...
git-svn-id: trunk@32899 -
2011-10-15 09:52:22 +00:00
vincents
11cd94d731
lcl docs: removed paswstring doc skeletion, unit doesn't belong to the lcl anymore
...
git-svn-id: trunk@32890 -
2011-10-14 19:19:43 +00:00
dodi
5a7cb5f084
Docs: TWinControl fixed misplaced tag
...
git-svn-id: trunk@32805 -
2011-10-10 19:49:04 +00:00
dodi
607bd3dc67
Docs: TWinControl updated
...
git-svn-id: trunk@32804 -
2011-10-10 18:26:37 +00:00
dodi
82df2f14a7
Docs: TControl revision finished, some questions remain.
...
git-svn-id: trunk@32800 -
2011-10-10 13:08:14 +00:00
vincents
0d3e467911
lcl docs: added fpdoc skeleton for lazutf8classes unit
...
git-svn-id: trunk@32732 -
2011-10-07 08:39:09 +00:00
vincents
e56a01d6a6
lcl docs: added fpdoc skeleton for valedit unit
...
git-svn-id: trunk@32730 -
2011-10-07 08:31:14 +00:00
vincents
2333a0cfbe
docs: use stylesheet from fpc in an attempt to avoid double lines
...
git-svn-id: trunk@32727 -
2011-10-07 07:47:29 +00:00
dodi
9c799f5bc1
Docs: TControl revised
...
git-svn-id: trunk@32716 -
2011-10-06 07:25:46 +00:00
sekelsenmat
d245a94ac7
Adds descriptions for basic OnChange events
...
git-svn-id: trunk@32715 -
2011-10-06 07:10:39 +00:00
mattias
317ddf7974
docs: system.xml: fixed < >
...
git-svn-id: trunk@32637 -
2011-10-03 00:13:26 +00:00
sekelsenmat
266bf088ec
Final purge of OnPageChanged from Lazarus
...
git-svn-id: trunk@32626 -
2011-10-02 20:02:34 +00:00
dodi
be4e39a6ab
Docs: Actions revised
...
git-svn-id: trunk@32609 -
2011-10-01 22:12:02 +00:00
dodi
e20509e139
Docs: TControl revised, removed outdated items.
...
git-svn-id: trunk@32564 -
2011-09-30 10:08:28 +00:00
andrew
e9026c1c8a
Fixed bug #20137
...
Added warnings option
git-svn-id: trunk@32551 -
2011-09-29 01:24:47 +00:00
dodi
9cdbd64ad9
Docs: stdctrls revised, some unclear topics remain.
...
git-svn-id: trunk@32523 -
2011-09-27 14:55:32 +00:00
vincents
166cf21333
added paswstring fpdoc skeleton
...
git-svn-id: trunk@32522 -
2011-09-27 11:15:35 +00:00
dodi
07652da07b
Docs: stdctrls.xml synced with source
...
git-svn-id: trunk@32493 -
2011-09-24 09:50:10 +00:00
dodi
e0f7806aca
Docs: revised scrollbars and combobox.
...
git-svn-id: trunk@32463 -
2011-09-23 03:37:24 +00:00
dodi
bc18b3ca98
Docs: image lists revised again.
...
git-svn-id: trunk@32444 -
2011-09-21 03:40:37 +00:00
dodi
133f12ff98
Docs: revised image lists.
...
git-svn-id: trunk@32434 -
2011-09-20 04:27:28 +00:00
dodi
feebca5f5b
Docs: add some scripts and StyleGuide
...
git-svn-id: trunk@32433 -
2011-09-20 04:25:48 +00:00
dodi
b62f704864
LCL docs: removed duplicate entries, moved more arguments to procedures
...
git-svn-id: trunk@32394 -
2011-09-18 02:43:28 +00:00
dodi
ea023d8a30
LCL docs: controls.xml moved arguments to procedures
...
git-svn-id: trunk@32384 -
2011-09-17 15:14:40 +00:00
dodi
b93cbd8178
LCL docs: controls.xml synced with source
...
git-svn-id: trunk@32381 -
2011-09-17 11:36:26 +00:00
sekelsenmat
82d53f480e
Documents PostMessage
...
git-svn-id: trunk@32352 -
2011-09-15 14:54:25 +00:00
sekelsenmat
1becde8540
Improves the docs for TPageControl.OnChange/Changing and LCLIntf.SendMessage
...
git-svn-id: trunk@32351 -
2011-09-15 12:49:57 +00:00
dodi
b3ee1f08d4
LCL docs: docking revised II
...
git-svn-id: trunk@32268 -
2011-09-10 21:29:50 +00:00
dodi
b2c386dfa6
LCL docs: docking revised
...
git-svn-id: trunk@32248 -
2011-09-10 02:26:30 +00:00
dodi
b69181fb52
LCL docs: bugfix for preceding commit
...
git-svn-id: trunk@32232 -
2011-09-08 13:50:49 +00:00
dodi
e3f9648b2e
LCL docs: mostly cosmetic changes.
...
git-svn-id: trunk@32222 -
2011-09-08 03:24:24 +00:00
dodi
ee3a8b906f
LCL docs: fixed links and missing paragraphs
...
git-svn-id: trunk@32175 -
2011-09-04 09:28:01 +00:00
sekelsenmat
fd7cd04f3f
docs: Adds description to Polygon, Polyline, PolyBezier
...
git-svn-id: trunk@31994 -
2011-08-16 09:07:01 +00:00
sekelsenmat
2be25a9f85
docs: Adds description to Arc
...
git-svn-id: trunk@31993 -
2011-08-16 08:26:56 +00:00
sekelsenmat
117ae6777c
Minor english correction
...
git-svn-id: trunk@31816 -
2011-07-28 11:43:12 +00:00
sekelsenmat
1ddef2e020
Documents T(Float)SpinEdit.OnChange
...
git-svn-id: trunk@31815 -
2011-07-28 09:43:52 +00:00
mattias
4b2eccb8c0
docs: undo rename of fpdoc links #lclbase, because first the tools need to be updated
...
git-svn-id: trunk@31801 -
2011-07-25 22:43:12 +00:00
mattias
e7df3aec83
docs: fixed typo
...
git-svn-id: trunk@31800 -
2011-07-25 22:24:57 +00:00
mattias
700853b40a
docs: clean up
...
git-svn-id: trunk@31799 -
2011-07-25 22:24:11 +00:00
mattias
3e8633cfc5
docs: fixed some more links
...
git-svn-id: trunk@31788 -
2011-07-23 12:44:25 +00:00
mattias
045f61adfb
docs: fixed links to #lclbase in lcl units
...
git-svn-id: trunk@31787 -
2011-07-23 12:40:25 +00:00
sekelsenmat
fa6d9fafc4
documents TrayIcon.InternalUpdate
...
git-svn-id: trunk@31779 -
2011-07-22 08:08:52 +00:00
sekelsenmat
e93b28e3d1
Fixes XML errors in the docs
...
git-svn-id: trunk@31774 -
2011-07-20 19:54:10 +00:00
sekelsenmat
9f6e25c983
Updates the docs for the change ExtCtrls->TCustomNotebook to ComCtrls->TCustomTabControl
...
git-svn-id: trunk@31769 -
2011-07-20 14:51:58 +00:00
sekelsenmat
8c15e1bd46
Starts updating the docs for TNotebook and TPageControl
...
git-svn-id: trunk@31765 -
2011-07-20 13:46:22 +00:00
sekelsenmat
5c475bb4aa
Improves the documentation of TCustomForm.OnActivate
...
git-svn-id: trunk@31745 -
2011-07-19 07:53:32 +00:00
sekelsenmat
00f5677d94
Starts documenting CombineRgn
...
git-svn-id: trunk@31736 -
2011-07-18 14:21:00 +00:00
sekelsenmat
e45ccb519b
Improves the documentation of lconvencoding
...
git-svn-id: trunk@31728 -
2011-07-18 06:09:24 +00:00
sekelsenmat
c72795024c
Adds documentation to lclintf.setwindowrgn
...
git-svn-id: trunk@31717 -
2011-07-17 06:58:32 +00:00
marco
06a81a23bd
* fixing a few links. Seems all links to rtl/fcl protected methods still go wrong (not in classtree?)
...
git-svn-id: trunk@31388 -
2011-06-25 23:14:47 +00:00
mattias
d3a35fbdfa
LCL: docs: OpenURL
...
git-svn-id: trunk@31376 -
2011-06-25 09:57:23 +00:00
mattias
8bf43e981a
IDE: started focus hint
...
git-svn-id: trunk@31235 -
2011-06-14 22:15:46 +00:00
mattias
740ab88f82
IDE: help for clean up build files
...
git-svn-id: trunk@31222 -
2011-06-14 15:38:40 +00:00
mattias
34bc282ea3
IDE: code hints: nicer captions
...
git-svn-id: trunk@31207 -
2011-06-13 22:17:58 +00:00
mattias
e84b06edc8
lcl: docs: fixed example
...
git-svn-id: trunk@31206 -
2011-06-13 21:28:58 +00:00
mattias
57bb0b83b2
IDE: code hint: link to example
...
git-svn-id: trunk@31205 -
2011-06-13 21:28:13 +00:00
mattias
e974f302e5
turbo ipro: update layout in Paint if needed
...
git-svn-id: trunk@31203 -
2011-06-13 17:59:40 +00:00
mattias
9da1620a56
docs: package options
...
git-svn-id: trunk@31156 -
2011-06-10 15:28:57 +00:00
mattias
7e5a735d6a
docs: queueasynccall
...
git-svn-id: trunk@31144 -
2011-06-09 11:52:34 +00:00
mattias
8364c253c9
docs: useful svn hints
...
git-svn-id: trunk@30976 -
2011-05-30 13:00:55 +00:00
mattias
633719af31
docs: useful svn hints
...
git-svn-id: trunk@30975 -
2011-05-30 12:59:00 +00:00
mattias
530dfcf055
docs: clean up
...
git-svn-id: trunk@30974 -
2011-05-30 12:48:36 +00:00
mattias
269d5d1bc9
docs: clean up
...
git-svn-id: trunk@30973 -
2011-05-30 12:45:02 +00:00
maxim
7b4d0ae9c0
Docs: added Igor Paliychuk to contributors list
...
git-svn-id: trunk@30917 -
2011-05-26 20:08:05 +00:00
marco
6c0621a69f
* makeskel stub for new barchart unit, so that the CHM docs build again.
...
git-svn-id: trunk@30855 -
2011-05-22 10:31:15 +00:00
mattias
fecc242656
LCL: docs
...
git-svn-id: trunk@30676 -
2011-05-11 04:03:28 +00:00
juha
fdc466d76d
Fix spelling from Childs to Children around Lazarus source. Patch from Mazen NEIFER
...
git-svn-id: trunk@30657 -
2011-05-10 09:13:38 +00:00
mattias
678eb31e5f
IDE: started css for lazdoc
...
git-svn-id: trunk@30473 -
2011-04-25 21:21:35 +00:00
maxim
752f8615de
Docs: added Massimo Soricetti to contributors list
...
git-svn-id: trunk@30374 -
2011-04-18 20:44:02 +00:00
vincents
e906e077e3
fixed extenstion of registerlcl documentation
...
git-svn-id: trunk@30281 -
2011-04-13 08:52:59 +00:00
vincents
017b86c537
added documentation template for registerlcl
...
git-svn-id: trunk@30280 -
2011-04-13 08:45:51 +00:00
mattias
2eed8c5fe8
IDE: added fpdoc path for IDE sources
...
git-svn-id: trunk@29803 -
2011-03-12 12:26:19 +00:00
maxim
53a62fa50d
Docs: added Dirk Schiphorst to contributors list
...
git-svn-id: trunk@29700 -
2011-03-02 00:14:56 +00:00
mattias
7b812f3b86
IDE: open file: add file masks of editor files
...
git-svn-id: trunk@29601 -
2011-02-18 20:06:39 +00:00
mattias
c5dcc6c2c8
LCL: added TFileDialog.ExtractAllFilterMasks
...
git-svn-id: trunk@29600 -
2011-02-18 19:25:06 +00:00
mattias
46cae9d061
fixed typos: completly
...
git-svn-id: trunk@29443 -
2011-02-10 09:38:34 +00:00
mattias
b3a8dd03b1
fixed typos: childs
...
git-svn-id: trunk@29440 -
2011-02-10 09:37:16 +00:00
maxim
094d5909f8
Docs: added Tomasz Wieckowski to contributors list
...
git-svn-id: trunk@29251 -
2011-01-29 22:50:08 +00:00
mattias
a6021ee112
lcl: doc
...
git-svn-id: trunk@29206 -
2011-01-26 11:48:24 +00:00
mattias
09cb550d51
IDE: fixed help link for project session options
...
git-svn-id: trunk@29188 -
2011-01-24 13:58:10 +00:00
mattias
c7d2d778a0
LCL: TSpeedButton: started AutoSize, added parameter Drawing to GetGlyphSize and GetTextSize
...
git-svn-id: trunk@29122 -
2011-01-19 12:53:12 +00:00
mattias
66159942db
udpated INSTALL.txt
...
git-svn-id: trunk@29117 -
2011-01-19 10:59:39 +00:00
mattias
1be73ee86b
lcl doc: TWSWinControl.GetPreferredSize
...
git-svn-id: trunk@29041 -
2011-01-15 18:32:54 +00:00
mattias
a6965afecd
LCL: TControlScrollBar: Visible is not the current state, but a flag to allow the widget to become visible, for Delphi compatibility, fixed calculating Range (the widget frame was added)
...
git-svn-id: trunk@29031 -
2011-01-15 12:50:44 +00:00
mattias
2ecbd98a9d
lcl doc: TCustomLabel.WordWrap and AutoSize
...
git-svn-id: trunk@29020 -
2011-01-14 23:32:11 +00:00
paul
2c21eb9bf3
docs: add Anton A. Panferov to the contributors list
...
git-svn-id: trunk@29003 -
2011-01-14 09:00:54 +00:00
mattias
f56cf898d9
lcl doc: improved TAnchorSide
...
git-svn-id: trunk@28886 -
2011-01-06 18:29:14 +00:00
paul
33e357ef6d
docs: add Bald Zhang to the Contributors.txt
...
git-svn-id: trunk@28864 -
2011-01-04 10:19:41 +00:00
paul
ea3028e5b6
docs: add Christian Budde to the Contributors.txt
...
git-svn-id: trunk@28860 -
2011-01-04 07:34:03 +00:00
maxim
da25f43b74
Contributors: remove BOM to fix markup parsing
...
git-svn-id: trunk@28812 -
2010-12-23 21:11:29 +00:00
vincents
feef5d8146
fcl docs: update fpcanvas documentation from Darius (issue #18221 )
...
git-svn-id: trunk@28793 -
2010-12-20 13:16:57 +00:00
vincents
d154b27848
Added Mario Bonati for adding initial git support to svn2revisioninc (issue #18156 ).
...
git-svn-id: trunk@28786 -
2010-12-20 09:29:21 +00:00
martin
da7f03a254
Added Yauheni Nazimau to contributors for converting bat, ini highlighter
...
git-svn-id: trunk@28772 -
2010-12-19 19:48:45 +00:00
paul
05996f597e
docs: add Markus Müller to the list of contributors
...
git-svn-id: trunk@28643 -
2010-12-07 04:10:08 +00:00
maxim
07f5947291
Docs: added August Klein to contributors list
...
git-svn-id: trunk@28542 -
2010-11-28 16:26:25 +00:00
vincents
2c5a3921bf
contributors: added Krzysztof Dibowski who provided the patch to fix issue #17476
...
git-svn-id: trunk@28345 -
2010-11-19 11:59:34 +00:00
vincents
820b49e20c
lcl docs: pass units in order of dependencies to fpdoc, to work around the fact that fpdoc doesn't reorder them, so that it can create the links correctly.
...
patch by: Marco van de Voort
Issue #17246
git-svn-id: trunk@28095 -
2010-11-05 11:25:47 +00:00
vincents
4bee02cf44
lcl docs: added skeletonxml documention for new xmlbase unit
...
git-svn-id: trunk@28060 -
2010-11-03 19:52:32 +00:00
martin
dc062ae97c
IDE, Editor options: help urls
...
git-svn-id: trunk@27966 -
2010-10-30 03:21:02 +00:00
mattias
6aa394df1b
LCL: added note for TCombobox.OnGetItems
...
git-svn-id: trunk@27887 -
2010-10-26 15:21:44 +00:00
mattias
48c3d01369
IDE: enabled build modes, build macros and conditionals
...
git-svn-id: trunk@27837 -
2010-10-24 19:24:19 +00:00
mattias
174a993140
IDE: updated help links for compiler options
...
git-svn-id: trunk@27532 -
2010-09-30 21:38:23 +00:00
jesus
0a2ca24c4f
Docs, modified grid's autofillcolumns property description
...
git-svn-id: trunk@27339 -
2010-09-12 18:55:23 +00:00
mattias
369aa3055c
fixed typo dont
...
git-svn-id: trunk@27304 -
2010-09-11 14:05:21 +00:00
mattias
eaa54292de
IDE: codebrowser: show code help in hints, from Bernd Kreuss
...
git-svn-id: trunk@26903 -
2010-07-29 13:51:02 +00:00
mattias
d90432044f
IDE: fixed help URL for compiler options
...
git-svn-id: trunk@26780 -
2010-07-22 12:13:41 +00:00
mattias
e0341b226e
win32 intf: documented TPopupMenu.OnClose and delete items
...
git-svn-id: trunk@26733 -
2010-07-19 10:39:06 +00:00
paul
5256e13804
docs, lcl: document and comment TResizeStyle
...
git-svn-id: trunk@26469 -
2010-07-05 11:36:17 +00:00
mattias
f4aff160db
LCL: added TToolButton.ShowCaption, bug #16778
...
git-svn-id: trunk@26388 -
2010-07-01 12:56:04 +00:00
paul
8c4f53f514
docs: add more documentation regards monitors
...
git-svn-id: trunk@26277 -
2010-06-24 09:20:20 +00:00
paul
25a11ea33a
docs: document TMonitor class
...
git-svn-id: trunk@26276 -
2010-06-24 09:10:50 +00:00
martin
577d90a496
IDE, options: updated help location
...
git-svn-id: trunk@25846 -
2010-06-02 18:49:36 +00:00
mattias
85e8ae198c
lcl docs
...
git-svn-id: trunk@25693 -
2010-05-27 14:48:55 +00:00
dodi
d55eda7b42
docs: update docking
...
git-svn-id: trunk@25587 -
2010-05-23 10:35:46 +00:00
mattias
5074140f97
docs: fixed
...
git-svn-id: trunk@25579 -
2010-05-22 12:51:24 +00:00
mattias
501404a442
IDE: fpdoc editor: fixed checking for modified
...
git-svn-id: trunk@25578 -
2010-05-22 12:49:42 +00:00
mattias
4090eae3a3
doc: borderstyle gtk2
...
git-svn-id: trunk@25377 -
2010-05-13 17:36:04 +00:00
maxim
977d818d97
docs: added Ezik Shlomi to contributors list
...
git-svn-id: trunk@25346 -
2010-05-12 20:25:35 +00:00
paul
f44d014cec
docs: add Žilvinas Ledas to the contributor list
...
git-svn-id: trunk@25324 -
2010-05-12 02:15:40 +00:00
dodi
7ca121a560
docs: some updates (lost track)
...
git-svn-id: trunk@25213 -
2010-05-05 12:27:28 +00:00
marc
259ffb70f6
updated
...
git-svn-id: trunk@24876 -
2010-04-24 14:14:58 +00:00
dodi
501e81fdab
docs: TControl updates, docking related
...
git-svn-id: trunk@24841 -
2010-04-23 00:59:22 +00:00
mattias
c4c7983818
LCL: call TDockManager.ResetBounds in TWinControl.AlignControls for Delphi compatibility
...
git-svn-id: trunk@24829 -
2010-04-22 20:57:25 +00:00
martin
38ac0dfac8
IdE, Help: fixed spelling
...
git-svn-id: trunk@24819 -
2010-04-22 12:38:36 +00:00
martin
2472c1932d
EditorOptions, MultiWin: added help-link
...
git-svn-id: trunk@24809 -
2010-04-22 00:41:46 +00:00
dodi
a0ec6e5741
docs: some control updates
...
git-svn-id: trunk@24777 -
2010-04-21 02:00:37 +00:00
paul
6d5e6b7c52
docs: add Justin Smyth to the list of contributors
...
git-svn-id: trunk@24729 -
2010-04-20 06:17:19 +00:00
paul
7da9c54756
docs: add Erwin van den Bosch to the contributor list
...
git-svn-id: trunk@24719 -
2010-04-19 09:27:32 +00:00
paul
aa2459c143
docs: add Bernd Engelhardt to the contributors list
...
git-svn-id: trunk@24717 -
2010-04-19 09:02:06 +00:00
dodi
2fd686685e
docs: some control updates
...
git-svn-id: trunk@24695 -
2010-04-18 15:07:55 +00:00
marc
4b4b02df5a
* added flavio and sorted list
...
git-svn-id: trunk@24578 -
2010-04-11 14:17:27 +00:00
mattias
252d19e1af
LCL: doc: InnerBorder
...
git-svn-id: trunk@24443 -
2010-04-05 18:32:02 +00:00
jesus
14e8e2cf01
LCL+Printers, patch to allow cupsprinter to use another class of TPrinterCanvas, from Petr Kristan, issue #16101
...
git-svn-id: trunk@24216 -
2010-03-25 21:21:55 +00:00
paul
f281b3a82e
docs: add Massimo Magnano to the list of contributors
...
git-svn-id: trunk@24007 -
2010-03-15 08:27:30 +00:00
jesus
e41a4b5a78
LCL, allow StringGrid to copy current select range in addition to whole grid
...
git-svn-id: trunk@23901 -
2010-03-09 19:28:18 +00:00
dodi
b9871028b6
docs: added RTL and FCL entries.
...
git-svn-id: trunk@23716 -
2010-02-16 11:03:06 +00:00
mattias
a712ac4139
lcl doc: createrelativepath inverse example
...
git-svn-id: trunk@23670 -
2010-02-09 13:57:39 +00:00
mattias
9a1ab2d27c
lcl doc: createrelativepath
...
git-svn-id: trunk@23669 -
2010-02-09 13:52:30 +00:00
mattias
cd4464a40b
lcl doc: createrelativepath
...
git-svn-id: trunk@23668 -
2010-02-09 13:51:28 +00:00
paul
4c39f9374a
docs: add Flavio Etrusco to the contributors list
...
git-svn-id: trunk@23577 -
2010-01-28 03:52:43 +00:00
mattias
5ce50bc416
IDE: help for compiler options
...
git-svn-id: trunk@23519 -
2010-01-21 15:16:00 +00:00
mattias
64d1d2b39f
IDE: help for project options
...
git-svn-id: trunk@23518 -
2010-01-21 15:09:18 +00:00
dodi
a4fee565d3
docs: fixed various XML errors, added missing paragraphs.
...
git-svn-id: trunk@23485 -
2010-01-19 04:31:57 +00:00
dodi
d72ae36b96
docs: TFPCustomImage
...
git-svn-id: trunk@23445 -
2010-01-14 11:36:06 +00:00
dodi
2f8e7da046
docs: update more images
...
git-svn-id: trunk@23437 -
2010-01-13 13:03:26 +00:00
dodi
1d2d237b37
docs: update TRawImageDescription
...
git-svn-id: trunk@23423 -
2010-01-11 12:00:43 +00:00
dodi
0ffd8bc17f
docs: update ImageList
...
git-svn-id: trunk@23398 -
2010-01-07 13:49:10 +00:00
dodi
06bf6d9b20
docs: update dragging related methods
...
git-svn-id: trunk@23390 -
2010-01-06 10:17:06 +00:00
paul
1af2edb94e
docs: add Juha Manninen to the contributors list
...
git-svn-id: trunk@23384 -
2010-01-05 13:14:58 +00:00
dodi
8b83117d89
docs: some LCL doc updates
...
git-svn-id: trunk@23306 -
2009-12-28 08:21:01 +00:00
blikblum
99791d327b
doc: added Description to TCustomEdit.MaxLength with a note about a Delphi incompatibility
...
git-svn-id: trunk@23254 -
2009-12-24 09:39:23 +00:00
paul
903b555e57
docs: document TApplicationProperties.ShowButtonGlyphs, TApplicationProperties.ShowMenuGlyphs, TApplicationShowGlyphs
...
git-svn-id: trunk@23206 -
2009-12-20 14:16:35 +00:00
mattias
28705f03fa
lcl docs: added hint for utf8
...
git-svn-id: trunk@23162 -
2009-12-17 13:56:30 +00:00
paul
af265e5363
add Mattias Hansson to the contributors list
...
git-svn-id: trunk@23062 -
2009-12-10 08:38:18 +00:00
mattias
ab21b234c8
docs: LCLIntf
...
git-svn-id: trunk@23008 -
2009-12-06 23:31:34 +00:00
mattias
463452490e
lcl: lclintf doc
...
git-svn-id: trunk@22893 -
2009-12-01 11:47:34 +00:00
paul
de89e6efe0
gtk: also use TPopupMenu.IsRightToLeft to determine the popup position
...
git-svn-id: trunk@22737 -
2009-11-24 08:44:15 +00:00
paul
24cabf85dd
docs: write info about TPopupMenu.Alignment, TPopupMenu.TrackButton
...
git-svn-id: trunk@22734 -
2009-11-24 08:10:03 +00:00
paul
964dd239b9
lcl: add TCustomEdit.HideSelection, publish it for TEdit, TMemo (requested by Marco van de Voort)
...
git-svn-id: trunk@22729 -
2009-11-24 03:29:11 +00:00
paul
ee63dd4485
docs: add Eugene Kryukov to the contributors list
...
git-svn-id: trunk@22715 -
2009-11-23 04:30:42 +00:00
paul
3e7ffc8cd8
docs: add a small description for TPen.Cosmetic, TPen.EndCap, TPen.JoinStyle
...
git-svn-id: trunk@22704 -
2009-11-22 15:38:58 +00:00
marc
eb80d6dfb7
* Removed NoGdkPixBufLib description, since pixbuf is required
...
git-svn-id: trunk@22506 -
2009-11-09 17:11:32 +00:00
vincents
85dd7ce13b
lclintf docs: fixed typo
...
git-svn-id: trunk@22351 -
2009-10-30 14:46:28 +00:00
paul
7ffc66550f
docs: add Boian Mitov to the contributors list
...
git-svn-id: trunk@22311 -
2009-10-28 09:45:16 +00:00
andrew
41bffacb9f
* fixed build_lcl_docs not using the fpdoc specified by --fpdoc
...
git-svn-id: trunk@22013 -
2009-10-04 01:29:32 +00:00
kirkpatc
cd7edba6ef
FPDoc - some updates to descriptions for TCustomComboBox
...
git-svn-id: trunk@21886 -
2009-09-26 22:15:46 +00:00
andrew
a20ae1765a
* removed unneeded option --make-searchable from script since it's included by default now
...
git-svn-id: trunk@21631 -
2009-09-09 00:53:38 +00:00
andrew
ad18ccca04
* Fixed build_lcl_docs to include files in the lcl subfolders recursively
...
* Added --make-searchable to default fpdoc options when the format is chm
git-svn-id: trunk@21630 -
2009-09-09 00:50:52 +00:00
mattias
d53d68fc6c
docs: lcl csSetCaption
...
git-svn-id: trunk@21470 -
2009-08-28 06:26:02 +00:00
kirkpatc
141dffc70a
FPDoc - added short descriptions for Unit headers; some updates to TCustomScrollBar and TCustomMemo in stdctrls
...
git-svn-id: trunk@21439 -
2009-08-25 07:06:38 +00:00
mattias
a0dcd37632
docs: fixed TControl.DoMouseWheel, true means handled
...
git-svn-id: trunk@21420 -
2009-08-23 12:44:53 +00:00
paul
ffc2148273
docs: add Przemysław Nagay to the contributors list (mantis nick = cobines)
...
git-svn-id: trunk@21414 -
2009-08-23 07:58:24 +00:00
kirkpatc
3a36d94ef4
FPDoc - fixed links for various AutoSize and AdjustSize methods in Controls.xml; additional descriptions for some inherited methods in stdctrls.xml (ScrollBar and ComboBox)
...
git-svn-id: trunk@21383 -
2009-08-21 14:39:35 +00:00
kirkpatc
eb83d753dc
Some corrections and additions to topic "AutoSize" in Controls.xml
...
git-svn-id: trunk@21364 -
2009-08-20 18:10:08 +00:00
martin
01e56ae6fa
EditorOptions: own help page for code folding
...
git-svn-id: trunk@21332 -
2009-08-19 20:04:29 +00:00
mattias
386e36b867
deleted obsolete TODO.txt
...
git-svn-id: trunk@21327 -
2009-08-19 18:54:23 +00:00
mattias
9493a8684c
docs: fixed broken tag
...
git-svn-id: trunk@21295 -
2009-08-18 19:28:32 +00:00
mattias
3366aabd3c
docs: fixed broken tag
...
git-svn-id: trunk@21294 -
2009-08-18 19:27:06 +00:00
mattias
d2d06b8fa3
docs: fixed opening tag
...
git-svn-id: trunk@21292 -
2009-08-18 19:20:04 +00:00
kirkpatc
ae18dd25ea
A new topic, AutoSize, has been added to Controls.xml. This has been imported from the corresponding page of the Lazarus Wiki.
...
git-svn-id: trunk@21285 -
2009-08-18 16:11:39 +00:00
kirkpatc
bdbbb068ca
FPDoc - descriptions for classes have been added to LDockCtrl.xml; some corrections to LDockTree.xml
...
git-svn-id: trunk@21279 -
2009-08-18 12:52:31 +00:00
martin
74e8a2eefb
EditorOptions: added simplified Mouse settings
...
git-svn-id: trunk@21232 -
2009-08-15 20:05:01 +00:00
kirkpatc
e5289a924c
FPDoc - descriptions have been added for the classes in LDockTree
...
git-svn-id: trunk@21160 -
2009-08-10 18:10:21 +00:00
vincents
dd3a24d0cf
deb building: fixed building docs withinstalled lazbuild (look at /usr/bin/lazbuild too) from mazen
...
git-svn-id: trunk@21105 -
2009-08-05 12:57:23 +00:00
vincents
6f22ffe074
deb building: fixed building docs without installed lazbuild from mazen
...
git-svn-id: trunk@21099 -
2009-08-04 20:00:15 +00:00
jesus
e74bf8d1f2
Update of Portuguese translation from Marcelo Borges de Paula, issue #14173
...
git-svn-id: trunk@20932 -
2009-07-23 18:37:34 +00:00
mattias
cd41d7bb66
LCL docs: lconvencoding
...
git-svn-id: trunk@20929 -
2009-07-23 08:18:58 +00:00
kirkpatc
31de8f746b
Laz Doc - some additions and updates to TIdleTimer and related controls
...
git-svn-id: trunk@20894 -
2009-07-19 10:30:33 +00:00
kirkpatc
866c4f1e33
LazDoc - Descriptions added for ldockctrledit.xml
...
git-svn-id: trunk@20723 -
2009-06-23 17:40:47 +00:00
kirkpatc
4ac73c2c79
LCL docs: Addition of extensive descriptions in AvgLvlTree.xml; update of remaining files with addition of links to WSRegisterClass
...
git-svn-id: trunk@20641 -
2009-06-16 13:37:05 +00:00
kirkpatc
17068c074f
FPDoc - some updates to Graphics .xml
...
git-svn-id: trunk@20466 -
2009-06-06 07:05:00 +00:00
martin
acd8f1f8dc
EditorOptions/Mouse: Added more help
...
git-svn-id: trunk@20436 -
2009-06-05 13:19:39 +00:00
martin
596cf9c261
Editor options / mouse conf: added help
...
git-svn-id: trunk@20382 -
2009-06-03 20:12:12 +00:00
mattias
35ab55a365
IDE: help for code observer options
...
git-svn-id: trunk@20055 -
2009-05-19 22:05:45 +00:00
paul
a457bd46cd
docs: add Bruce Tulloch to the contributers list for his great research of gtk2 slowness
...
git-svn-id: trunk@19974 -
2009-05-15 14:24:15 +00:00
mattias
6661766227
lcl docs: added Makefile for unix, used by debian packages
...
git-svn-id: trunk@19723 -
2009-05-01 07:10:38 +00:00
vincents
57b16d6251
docs: updated stylesheet fixing layout of table with definitions from Graeme
...
git-svn-id: trunk@19686 -
2009-04-29 09:31:33 +00:00
mattias
4da3ebbcdd
IDE: help for divider drawing
...
git-svn-id: trunk@19679 -
2009-04-28 23:47:47 +00:00
mattias
c013050da0
IDE: help for code observer options
...
git-svn-id: trunk@19678 -
2009-04-28 23:42:20 +00:00
vincents
b99f187eab
docs: update stylesheet for definition lists from Graeme
...
git-svn-id: trunk@19669 -
2009-04-28 20:05:02 +00:00
mattias
857aeb7a5a
IDE: ide help: implemented IsRoot property for multiple wiki pages per dialog
...
git-svn-id: trunk@19667 -
2009-04-28 15:27:42 +00:00
vincents
a7f7799655
lcl docs: updates for ModalResult from Graeme Geldenhuys
...
git-svn-id: trunk@19664 -
2009-04-28 11:13:27 +00:00
vincents
10349bfc3d
lcl docs: removed obsolete link and fixed illegal XML element
...
git-svn-id: trunk@19663 -
2009-04-28 10:43:37 +00:00
vincents
b6b28b5948
git-svn-id: trunk@19662 -
2009-04-28 10:29:27 +00:00
vincents
9a424b01ef
docs: updated SourceForge logo in footer
...
git-svn-id: trunk@19661 -
2009-04-28 09:36:23 +00:00
kirkpatc
83b4f6f197
FPDocs - add description for WSRegisterClass in lclclasses.xml. and consequential changes in classes.xml and stdctrls.xml; some additional completions to descriptions in stdctrls.xml
...
git-svn-id: trunk@19645 -
2009-04-27 09:21:59 +00:00
mattias
2fed482283
updated INSTALL.txt from Swen Heinig
...
git-svn-id: trunk@19623 -
2009-04-25 19:38:06 +00:00
mattias
49eced03ba
docs: updated build_html.sh
...
git-svn-id: trunk@19622 -
2009-04-25 18:23:56 +00:00
mattias
647d09915b
docs: added chm builder script
...
git-svn-id: trunk@19621 -
2009-04-25 18:07:55 +00:00
vincents
76d394715b
LCL: fixed order of parameters of CalcFittingFontHeight in TLabel.OptimallFill from Daniel Simões de Almeida (issue #13557 )
...
git-svn-id: trunk@19573 -
2009-04-22 19:05:43 +00:00
vincents
a111f3d760
docs: added help for TFileNameEdit.HideDirectories
...
git-svn-id: trunk@19552 -
2009-04-21 12:41:32 +00:00
vincents
c7eca46415
xml docs: added utf8process.xml skeleton
...
git-svn-id: trunk@19517 -
2009-04-19 18:11:26 +00:00
mattias
ddd9d650e1
IDE: added help link for Options dialog to wiki
...
git-svn-id: trunk@19415 -
2009-04-13 22:39:35 +00:00
mattias
29df007f71
codetools: parsing procedure alias
...
git-svn-id: trunk@19296 -
2009-04-10 08:40:54 +00:00
vincents
473da9fa6a
updated polish translations from Sebastian Gasiorek
...
git-svn-id: trunk@19256 -
2009-04-06 19:41:54 +00:00
mattias
52ef82af0f
LCL docs: TAvgLvlTree
...
git-svn-id: trunk@19200 -
2009-04-02 17:40:14 +00:00
kirkpatc
a56ea09d06
FPDoc - updated several descriptions, particularly for overridden methods, in Comctrls.xml
...
git-svn-id: trunk@19034 -
2009-03-20 00:08:12 +00:00
kirkpatc
30901db827
FPDoc - some corrections and further updates to StdCtrls.xml
...
git-svn-id: trunk@18904 -
2009-03-06 12:59:39 +00:00
kirkpatc
fe8286820e
FPDoc - updated many components in StdCtrls.xml, mainly by fixing override descriptions
...
git-svn-id: trunk@18892 -
2009-03-04 10:01:09 +00:00
paul
eb1bb17970
docs: add David Pethes to the contributors list
...
git-svn-id: trunk@18853 -
2009-03-01 10:13:01 +00:00
paul
b31cf38ac4
docs: add Jose Mejuto to the contributors list
...
git-svn-id: trunk@18844 -
2009-02-28 12:49:40 +00:00
kirkpatc
1a85e950d3
FPDoc - some further minor corrections to Graphics.xml
...
git-svn-id: trunk@18772 -
2009-02-20 12:45:43 +00:00
kirkpatc
1655c12307
FPDoc - updates and corrections to class descriptions in FPCanvas.xml and FPImage.xml
...
git-svn-id: trunk@18765 -
2009-02-19 21:15:30 +00:00
kirkpatc
05fc951f20
FPDoc - minor correction to forms.xml; additions, updates and links for many classes in Graphics.xml
...
git-svn-id: trunk@18763 -
2009-02-19 15:04:11 +00:00
paul
c217a3aa46
docs: add Vladimir Serotyukov to the contributor list (Haword)
...
git-svn-id: trunk@18761 -
2009-02-19 08:33:42 +00:00
kirkpatc
919b427750
FPDoc - some updates, additions and links for several classes in Forms.xml
...
git-svn-id: trunk@18734 -
2009-02-17 18:09:19 +00:00
kirkpatc
96ea69f8fe
FPDoc - some further updates and corrections to Controls.xml, and consequential changes to LCLClasses.xml
...
git-svn-id: trunk@18700 -
2009-02-15 20:47:19 +00:00
kirkpatc
a9f782d9a6
Many updates to several classes in controls.xml: chiefly fixes to inherited methods and properties (override)
...
git-svn-id: trunk@18683 -
2009-02-14 14:12:00 +00:00
kirkpatc
02251dc4d6
FPDoc - additional descriptions for classes in LCLClasses.xml; minor change in dbgrids.xml
...
git-svn-id: trunk@18668 -
2009-02-13 19:12:52 +00:00
kirkpatc
71452747ab
FPDoc - some minor changes to Grids.xml
...
git-svn-id: trunk@18632 -
2009-02-10 22:12:16 +00:00
kirkpatc
a4f1f816c6
FPDoc - many descriptions and links added for several classes in dbgrids.xml; minor change in controls.xml
...
git-svn-id: trunk@18631 -
2009-02-10 22:10:57 +00:00
kirkpatc
cd697464a3
FPDoc - updates to descriptions for several classes in dbctrls.xml, one minor change in extctrls.xml
...
git-svn-id: trunk@18598 -
2009-02-08 00:09:00 +00:00
kirkpatc
e7673dffea
FPDoc - further updates to class descriptions in DBCtrls.xml
...
git-svn-id: trunk@18595 -
2009-02-06 21:52:12 +00:00
kirkpatc
708915f844
FPDoc - small changes to menus.xml and extctrls.xml; descriptions for TFieldDataLink and others added to DBCtrls.xml
...
git-svn-id: trunk@18590 -
2009-02-05 21:09:02 +00:00
kirkpatc
fd4205614a
FPDoc - fixes to constructors and destructors, and some corrections, in buttons.xml, calendar.xml, chart.xml, checklst.xml, colorbox.xml, editbtn.xml
...
git-svn-id: trunk@18558 -
2009-02-04 12:08:02 +00:00
paul
e5e0fb5feb
docs: add Johannes Muller to the contributor list
...
git-svn-id: trunk@18554 -
2009-02-04 08:30:08 +00:00
kirkpatc
1b3fc606ee
FPDoc - fixed Constructors and Destructors in Dialogs.xml, editbtn.xml and Buttons.xml; some corrections to ComCtrls.xml
...
git-svn-id: trunk@18546 -
2009-02-03 23:24:49 +00:00
mattias
90e58cc971
docs: lclunicodedata, from Theo
...
git-svn-id: trunk@18541 -
2009-02-03 09:39:23 +00:00
kirkpatc
88fcb0232a
FPDoc - fixed some more constructors, destructors and links in Comctrls.xml, forms.xml and graphics.xml
...
git-svn-id: trunk@18535 -
2009-02-02 16:00:15 +00:00
martin
d78624773d
Added Bernd Mueller for his Example Contribution
...
git-svn-id: trunk@18523 -
2009-01-31 20:21:18 +00:00
kirkpatc
5d19908bea
FPDoc - corrections to Comctrls.xml
...
git-svn-id: trunk@18510 -
2009-01-30 23:52:27 +00:00
kirkpatc
2927d73fba
FPDoc - updates to constructors and destructors in ComCtrls.xml, with some consequential changes in Controls.xml and StdCtrls.xml
...
git-svn-id: trunk@18500 -
2009-01-29 22:18:23 +00:00
vincents
ba6efd97d0
docs: added template for lclunicodedata unit
...
git-svn-id: trunk@18470 -
2009-01-28 08:18:56 +00:00
kirkpatc
7a4949ff84
FPDoc - fixed some links; added descriptors in Grids.xml. Tried to fix errors in 'HowToUseGrids'. LazDe editor has made a lot of minor formatting changes
...
git-svn-id: trunk@18463 -
2009-01-27 12:16:11 +00:00
paul
f73bf7a62f
docs: add Fabrizio Fellini to contributors
...
git-svn-id: trunk@18450 -
2009-01-26 10:06:56 +00:00
kirkpatc
8a512a2cf1
FPDoc - fixed constructors and destructors in Menus.xml
...
git-svn-id: trunk@18447 -
2009-01-26 07:28:45 +00:00
kirkpatc
fe70d654fa
FPDoc - some additions and links for TDBNavDataLink in DBCtrls.xml
...
git-svn-id: trunk@18440 -
2009-01-25 14:57:11 +00:00
kirkpatc
76c244d433
Added descriptions and links for TFieldDataLink in DBCtrls.xml
...
git-svn-id: trunk@18430 -
2009-01-24 22:29:05 +00:00
mattias
24dec9b12f
docs: TControl.OnResize
...
git-svn-id: trunk@18421 -
2009-01-24 18:46:44 +00:00
mattias
8ad5b6f96b
IDE: fixed freeing synedit
...
git-svn-id: trunk@18420 -
2009-01-24 18:33:18 +00:00
kirkpatc
31b945031a
FPDoc - corrected some XML syntax errors in fileutil.xml, forms.xml, graphics.xml, graphtype.xml, grids.xml, interfacebase.xml, stdctrls.xml
...
git-svn-id: trunk@18401 -
2009-01-23 18:57:37 +00:00
vincents
6b36e8d35a
added Theo Lustenberger to the contributors (issue #12992 )
...
git-svn-id: trunk@18390 -
2009-01-22 13:04:01 +00:00
kirkpatc
5f1115bfee
FPDoc - minor updates to calendar.xml; many new descriptions and links in DBCtrls.xml
...
git-svn-id: trunk@18385 -
2009-01-21 22:34:04 +00:00
kirkpatc
65c2d49056
FPDoc - minor correction to StdCtrls.xml; fixed constructors and destructors in Grids.xml
...
git-svn-id: trunk@18376 -
2009-01-21 17:14:59 +00:00
kirkpatc
f96550f8e2
FPDoc - fixed some xml coding errrors, and updated constructors and destructors in comctrls.xml, controls.xml, customtimer.xml and extctrls.xml
...
git-svn-id: trunk@18357 -
2009-01-20 14:23:58 +00:00
vincents
c1e4d2fb96
IDE: fixed showing todo items after opening new project from Vladimir Zhirov (issue #13003 )
...
git-svn-id: trunk@18354 -
2009-01-20 13:06:05 +00:00
kirkpatc
1789510f17
FPDoc - fixed constructors and destructors in actnlist.xml and stdctrls.xml
...
git-svn-id: trunk@18344 -
2009-01-19 16:58:08 +00:00
kirkpatc
c1ea61d20c
FPDoc - constructors and destructors updated in Forms.xml
...
git-svn-id: trunk@18320 -
2009-01-17 11:09:05 +00:00
kirkpatc
ee15c6faa2
FPDoc - fixed constructors and destructors for many classes in Graphics.xml
...
git-svn-id: trunk@18305 -
2009-01-16 12:04:28 +00:00
kirkpatc
ca49a4c70f
FPDoc - updates to constructors and destructors in lclclasses.xml and graphics.xml (TFont only)
...
git-svn-id: trunk@18289 -
2009-01-14 19:03:32 +00:00
kirkpatc
2001ec4013
FPDoc - fixed constructors and destructors in Controls.xml, with some consequential changes in Graphics.xml and fcl/FpCanvas.xml
...
git-svn-id: trunk@18281 -
2009-01-13 19:25:38 +00:00