Commit Graph

606 Commits

Author SHA1 Message Date
paul
ecbc69dbe9 docs: add build chm bat file
git-svn-id: trunk@17419 -
2008-11-18 02:46:49 +00:00
vincents
65d8d62453 lcl chm docs: added fpdoc option to create search index
git-svn-id: trunk@17389 -
2008-11-14 13:23:47 +00:00
kirkpatc
2d1f0ad35d FPDoc - some updates to TFont in Graphics.xml
git-svn-id: trunk@17359 -
2008-11-13 00:00:31 +00:00
kirkpatc
317311310b FPDoc - updates to colorbox.xml consequent on changes in R17273 (extraction of TCustomColorBox and TCustomColorListBox )
git-svn-id: trunk@17291 -
2008-11-09 08:50:40 +00:00
kirkpatc
1f638cd4e4 FPDoc - added links from TCanvas, TPen, TFont and TPen in graphics.xml to components in the new /fcl/FPCanvas.xml, and some minor changes in FPCanvas.xml
git-svn-id: trunk@17265 -
2008-11-07 12:22:15 +00:00
kirkpatc
417bfc48d5 FPDoc - created new directory /xml/fcl/ containing new files made with MakeSkel - FPImage.xml and FPCanvas.xml, now populated with descriptions and links
git-svn-id: trunk@17251 -
2008-11-06 15:46:53 +00:00
kirkpatc
a3c711994c FPDoc - descriptions and links added for all classes in LCLResCache.xml, consequential changes and some additions, particularly to TFont (protected properties) in Graphics.xml
git-svn-id: trunk@17236 -
2008-11-05 13:08:12 +00:00
kirkpatc
9cdd375bb7 FPDoc - updates to many components in Graphics.xml, concentrating on Protected properties, and inserting links from TRasterImage and TSharedRasterImage.
git-svn-id: trunk@17223 -
2008-11-04 17:27:07 +00:00
kirkpatc
7689ccf97e FPDoc - added descriptions and links for TCanvas, TBitmap, TPixmap, TFPImageBitmap, TPortableNetworkGraphic, TBitmapImage, TJPEGImage, TCustomBitmap, TPortableAnyMapGraphic, TCustomImage, TSharedRasterImage, TRasterImage, TSharedCustomBitmap, TSharedIcon, TIconImage, TCustomIcon, TIcon, TSharedCursorImage in Graphics.xml
git-svn-id: trunk@17202 -
2008-11-03 15:48:33 +00:00
kirkpatc
1359795d73 FPDoc - additions and links for TPen, TBrush, TRegionData, TRegion, TGraphic, TPicture and TCanvas in Graphics.xml
git-svn-id: trunk@17184 -
2008-11-02 11:11:01 +00:00
tombo
ec55ecd863 LCL carbon: fixed bug #0010054: Carbon switching focus between non edit like controls goes wrong with help from Bent Normann Olsen
git-svn-id: trunk@17157 -
2008-10-30 12:53:17 +00:00
kirkpatc
01d11d8dad FPDoc - additions and links to TGraphicsObject and TFont in graphics.xml
git-svn-id: trunk@17154 -
2008-10-29 23:33:54 +00:00
kirkpatc
ee4d6e535b FPDoc - some corrections and additions to TAplication in forms.xml
git-svn-id: trunk@17150 -
2008-10-29 13:25:10 +00:00
kirkpatc
71e43adb44 FPDoc - descriptions and links added for TScreen, TApplication and TApplicationProperties in Forms.xml
git-svn-id: trunk@17149 -
2008-10-28 19:07:20 +00:00
vincents
44901be779 lcl chm docs: added toc and index, fixed inter chm links
git-svn-id: trunk@17111 -
2008-10-23 19:55:20 +00:00
kirkpatc
7014379897 FPDoc - added links and descriptions for TFrame, TCustomForm, TForm, TCustomDockForm and THintWindow in Forms.xml
git-svn-id: trunk@17108 -
2008-10-23 09:11:27 +00:00
kirkpatc
38301d8789 FPDoc - added links and descriptions tor TCustomHintAction, TControlScrollBar, TScrollingWinControl, TScrollBox, TCustomFrame, TFrame in Forms.xml
git-svn-id: trunk@17101 -
2008-10-22 21:34:50 +00:00
paul
0d7739f6e1 add Dmitry Boyarintsev to the contributors list
git-svn-id: trunk@17080 -
2008-10-21 06:14:28 +00:00
jesus
28c3c5b1d3 Added Alexander Klenin to contributors
git-svn-id: trunk@17076 -
2008-10-21 03:28:57 +00:00
vincents
4a65c0d190 LCL docs: fixed creation of html docs (issue #12448)
git-svn-id: trunk@17073 -
2008-10-20 10:35:38 +00:00
vincents
c3605ced37 lcl doc scripts: added support for building chm files
git-svn-id: trunk@17059 -
2008-10-19 19:16:39 +00:00
vincents
5d17b30514 hmtl docs: use bash substitution instead of sed to remove extension from John Stoneham
git-svn-id: trunk@17013 -
2008-10-15 21:49:11 +00:00
darius
42bd585e98 forgot to add hash
git-svn-id: trunk@17005 -
2008-10-15 14:08:08 +00:00
vincents
bbf34cbe51 docs: fixed typos
git-svn-id: trunk@17004 -
2008-10-15 13:40:10 +00:00
darius
75d2b8591e changed contributor and acknowlegdements page to scrolling paintboxes
moved urls on about page to own "clickable" labels
removed loading of non-native closebutton glyph

git-svn-id: trunk@17003 -
2008-10-15 13:39:36 +00:00
darius
1fec8e9baf implemented TranslateButtonPanel funtion in LazarusIDEStrContsts to initialize the translation of a buttonpanel.
implemented TButtonPanel in the remaining forms and slightly improved anchoring where appropriate

git-svn-id: trunk@16996 -
2008-10-14 22:40:32 +00:00
tombo
c881d889a8 LCL docs: TFontQuality clarification
git-svn-id: trunk@16916 -
2008-10-07 13:13:00 +00:00
tombo
60fc419118 LCL graphics: implemented specifying font anti-aliasing as TFont.Quality (works in win so far)
git-svn-id: trunk@16907 -
2008-10-07 07:58:09 +00:00
tombo
8c3ef8f770 LCL UTF-16 conversion bug: do not ignore code point values > $DFFF and <= $FFFF, unrolled by Brad Campbell
git-svn-id: trunk@16868 -
2008-10-04 12:40:46 +00:00
paul
d4c1dc0b6d wince: try to merge win32 fix of CheckListBox (not tested)
docs: add Yuriy Yeroshkin to contributor list

git-svn-id: trunk@16788 -
2008-09-29 08:28:43 +00:00
mattias
0e57f86bb5 rpms: updated docs, auto creating tmp
git-svn-id: trunk@16774 -
2008-09-28 12:47:31 +00:00
kirkpatc
0eb6d41114 FPDoc - fixed some links etc in actnlst, comctrls and stdctrls
git-svn-id: trunk@16679 -
2008-09-23 09:13:41 +00:00
kirkpatc
93bff7659c FPDoc - descriptions added and links fixed in the following .xml files of LCL: actnlist, arrow, buttonpanel, buttons, calendar, chart, checklst, clipbrd, colorbox, customtimer
git-svn-id: trunk@16608 -
2008-09-16 16:02:34 +00:00
mattias
545bdbd2b5 IDE: added resourcestrings
git-svn-id: trunk@16549 -
2008-09-11 18:59:37 +00:00
mattias
8e68d6a959 docs: OnKeyPress
git-svn-id: trunk@16523 -
2008-09-10 10:16:36 +00:00
mattias
e3c91d17ff docs: fixed typo
git-svn-id: trunk@16522 -
2008-09-10 10:08:18 +00:00
paul
bcdf40958c documentation: update OnKeyPress, OnUTF8KeyPress
git-svn-id: trunk@16521 -
2008-09-10 09:36:50 +00:00
mattias
eb25228c64 LCL: docs: TComboBox.SelStart
git-svn-id: trunk@16463 -
2008-09-07 11:09:32 +00:00
kirkpatc
bd60b6c4c1 FPDoc - added links and descriptions for TTreeNode, TTreeNodes, TTreeNodeExpandedState in ConCtrls.xml
git-svn-id: trunk@16439 -
2008-09-05 16:09:21 +00:00
mattias
e4575cc702 LCL: docs: added short description for pfAdded
git-svn-id: trunk@16408 -
2008-09-04 10:46:31 +00:00
kirkpatc
01176b07e2 FPDoc - several links and new descriptions for Toolbar and Toolbutton classes in ComCtrls.xml
git-svn-id: trunk@16385 -
2008-09-03 08:45:27 +00:00
kirkpatc
4ce9e366bd FPDoc - many new descriptions and many links fixed in ComCtrls.xml
git-svn-id: trunk@16369 -
2008-09-02 18:45:25 +00:00
kirkpatc
2cf87a40de FPDoc - update many descriptions and add links, mostly to TTreeView and its ancestors in ComCtrls.xml
git-svn-id: trunk@16348 -
2008-09-01 11:31:45 +00:00
kirkpatc
6f910265a7 FPDoc - fix typo in stdctrls.xml
git-svn-id: trunk@16339 -
2008-08-31 20:58:36 +00:00
kirkpatc
082366e7fe FPDoc - some corrections to TWinControl in Controls.xml; create links and some descriptions for TToolButton and TToolBar in ComCtrls.xml
git-svn-id: trunk@16338 -
2008-08-31 20:56:53 +00:00
kirkpatc
018ce72857 FPDoc - some links added in comctrls.xml
git-svn-id: trunk@16301 -
2008-08-29 14:55:05 +00:00
tombo
6e943705bf IDE object inspector: added switch UseOnGetItems to use OnGetItems instead of OnDropDown
LCL stdctrls: new event TCustomComboBox.OnGetItems - for just-in-time populating of items, fired with TCustomComboBox.IntfGetItems from widget set
LCL win32: implemented OnGetItems
Docs stdctrls: added TCustomComboBox.OnGetItems

git-svn-id: trunk@16300 -
2008-08-29 14:53:32 +00:00
kirkpatc
a33a536eb3 FPDoc - some links added in ExtCtrls.xml
git-svn-id: trunk@16270 -
2008-08-27 09:48:20 +00:00
kirkpatc
f442e6ce92 FPDoc - a few more corrections and links in StdCtrls.xml
git-svn-id: trunk@16255 -
2008-08-26 15:40:47 +00:00
kirkpatc
cc9a5809df FPDoc - some new definitins and several links added for TControl, TWinControl, TGraphicControl and others in Controls.xml; some links added for TCustomImage in ImgList.xml; some links added in StdCtrls.xml
git-svn-id: trunk@16253 -
2008-08-26 12:25:02 +00:00