Commit Graph

63835 Commits

Author SHA1 Message Date
dsiders
5eed5050a8 Docs: LCL/shellctrls. Updates TCustomShellTreeView.Create for changes in 3f3e32ce.
* Fixes invalid See Also link.
2022-11-08 23:03:48 +00:00
dsiders
571e267e23 Docs: LCL/comctrls. Adds or updates topics for changes in 3f3e32ce.
* Adds: TFindOption, TFindOptions.
* Updates TTreeNode.FindNode, TTreeNodes.FindTopLvlNode.
2022-11-08 23:03:34 +00:00
dsiders
29c8afea6b Docs: LCL/shellctrls. Updates the TCustomShellTreeView.Create topic for changes in 9cce03ac. 2022-11-08 19:18:16 +00:00
dsiders
9f7a95d177 Docs: LCL/comctrls. Adds and upddates topics for changes in 9cce03ac.
* Adds: TCustomTreeView.PathDelimiter.
* Updates: TCustomTreeView.Create, TTreeNode.GetTextPath, TTreeNodes.FindNodeWithTextPath.
2022-11-08 19:17:59 +00:00
wp_xyz
aa025a513b Images: Some reworked images for improved rendering in dark mode (by Roland Hahn). 2022-11-08 18:42:41 +01:00
wp_xyz
1b3c13f9b9 lcl/(shell)treeview: Fix FindNodeWithTextPath not working for ShellTreeView in Linux. 2022-11-08 16:36:02 +01:00
wp_xyz
3f3e32ce9b lcl/(Shell)TreeView: Add "FindOptions" so that FindNodeWithTextPath works in TShellTreeView even with collapsed nodes and in case-insensitive file systems. 2022-11-08 15:55:17 +01:00
wp_xyz
9cce03ac94 LCL/(Shell)TreeView: Add property PathDelimiter to TCustomTreeView to allow OS path delimiter in ShellTreeView. 2022-11-08 15:30:03 +01:00
dsiders
94a92b78f2 Docs: LCL/controls. Updates topic content. 2022-11-08 04:13:19 +00:00
dsiders
a566e84c97 Docs: LCL/dialogs. Adds TColorButton.DoAutoAdjustLayout topic for changes in 58f237f0. 2022-11-08 04:12:59 +00:00
dsiders
752574722c Docs: LCL forms. Updates content in TDropFilesEvent, TCustomForm.OnDropFiles topics. 2022-11-08 04:12:23 +00:00
wp_xyz
58f237f04c LazControls: Fix LCLScaling of TColorButton.ButtonColorSize and .BorderWidth. 2022-11-07 22:25:58 +01:00
wp_xyz
e8c184e29f Images: New general-purpose icon "Cancel" (by Roland Hahn) 2022-11-07 18:42:52 +01:00
Juha
ae62f4f10e Jedi Code Format: Improve recognition of generic constraints. Issue #39991, patch by Domingo Galmés. 2022-11-06 23:39:31 +02:00
Juha
f112427168 Jedi Code Format: Remove blank lines before type, const, var, begin tokens inside a procedure/function. Issue #39990, patch by Domingo Galmés. 2022-11-06 23:39:31 +02:00
Juha
2d95dc76d7 Jedi Code Format: Indent try..finally..except blocks better. Issue #39989, patch by Domingo Galmés. 2022-11-06 23:25:08 +02:00
Juha
0ac5d3a4ce IDE: Suggest a correct file name for .lpr, read from the file contents. Issue #39954. 2022-11-06 23:09:52 +02:00
wp_xyz
9ac4a95870 TAChart: Add aipInteger as new TAxisIntervalParamOption to force axis labels only in integer steps. 2022-11-06 18:28:57 +01:00
Željan Rikalo
3a8bac2cfd Qt5: fixed Ellipse() drawing. issue #39987 2022-11-06 12:16:18 +01:00
dsiders
653823d41d Docs: LCL/dialogs. Updates content in topics including:
* TOpenDialog
* TColorDialog
* TReplaceDialog
* TCustomPrintDialog
* TPrintRange
* TTaskDialogBaseButtonItem
* TCustomTaskDialog
* MessageDlg
2022-11-05 04:22:41 +01:00
dsiders
6b44f2840d Docs: LCL/dbctrls. Removes a work-in-progress marker. 2022-11-05 04:22:24 +01:00
dsiders
b2d01d45f9 Docs: LCL/graphutil. Fixes copy/paste error in topic. 2022-11-04 15:53:25 +01:00
wp_xyz
05dcff1c02 OnlinePackageManager: Replace hard-coded disabled image list by one which is derived at runtime from the normal images. Based on code by Roland Hahn. 2022-11-04 14:18:13 +01:00
dsiders
0e33e48776 Docs: LCL/graphutil. Adds the BitmapGrayscale topic for changes in 9db6c122. 2022-11-04 00:01:28 +01:00
dsiders
20a8430880 Docs: LCL/dialogs. Updates content and See Also links in various topics. 2022-11-04 00:01:10 +01:00
dsiders
51923e411d Docs: LCL/controls. Adds and removes topics for changes in f45f3610. Issue #39974. 2022-11-04 00:00:53 +01:00
dsiders
14e5530908 Docs: LazUtils/lazutf8. Updates GetLocaleFormatSettingsUTF8 topic
for changes in 4c6414f8, Issue #39977.
2022-11-04 00:00:34 +01:00
wp_xyz
9db6c1220c LCL/graphutil: Add procedure BitmapGrayscale to convert a bitmap to gray-scale with weighting of color channels (provided by Roland Hahn). 2022-11-03 13:28:42 +01:00
dsiders
e64a5bdd44 Docs: LCL/graphutil. Updates content in DrawArrow topic.
Related to 54efec74, Issue #39983.
2022-11-03 04:12:37 +01:00
dsiders
0ee5a45d42 Docs: LCL/graphics. Updates the TCanvas.AngleArc topic for
changes in 17997751. Issue #39983.
2022-11-03 04:11:30 +01:00
dsiders
b2660def23 Docs: LCL/extgraphics. Updates content in the PaintStarN topic.
Related to 27402e66, Issue #39983.
2022-11-03 04:10:54 +01:00
wp_xyz
2c8140696d LCL/PostscriptCanvas: Avoid separate calls to sin() and cos() with the same argument. Issue #39984. 2022-11-03 00:15:40 +01:00
wp_xyz
969ac2a4bf LazUtils/GraphMath: Avoid separate calculation of sin() and cos() of the same angle in several functions. Related to issue #39983. 2022-11-02 23:21:44 +01:00
wp_xyz
e171cf6f33 TAChart: Workaround for TChartListbox not detecting clicks on checkbox and series icon correctly on macOS Monterey. See https://forum.lazarus.freepascal.org/index.php/topic,61074.msg458489.html. 2022-11-02 21:59:26 +01:00
Juha
f45f3610f4 LCL: Fix TControl handler methods and arguments. Issue #39974, patch by Don Siders. 2022-11-02 19:46:16 +02:00
Juha
f4d0eeb099 Jedi Code Format: Improve formatting of preprocessor blocks and preprocessor directives. Issue #39662, patch by Domingo Galmés. 2022-11-02 19:30:49 +02:00
Juha
4c6414f837 LazUtils: Support time formatting with 12-hour clock on Windows. Issue #39977, patch by foxpas. 2022-11-02 19:11:36 +02:00
wp_xyz
e763fa23ce LCL/extgraphics: Avoid separate calculation of sin() and cos() in rotated polygon calculations. Issue #39983. 2022-11-02 17:40:24 +01:00
wp_xyz
27402e66dd LCL/ExtGraphics: Avoid separate calculation of sin() and cos() in PaintStarN(). Issue #39983. 2022-11-02 16:26:07 +01:00
wp_xyz
6c8a2e750f LCL/extgraphics: Declare rotation angle parameter "a" of PaintStarN() as extended rather than integer. Related to issue #39983. 2022-11-02 16:19:45 +01:00
wp_xyz
54efec74f5 GraphUtil/DrawArrow: Avoid separate calculation of sin() and cos(). Issue #39983. 2022-11-02 15:08:34 +01:00
wp_xyz
1799775107 LCL/Graphics: Avoid separate calculation of sin and cos in AngleArc(). Issue #39983. 2022-11-02 12:38:12 +01:00
dsiders
58c3995804 Docs: LCL/dialogs. Updates content and See Also links in various topics. 2022-11-02 04:35:02 +01:00
dsiders
991ad2dbf6 Docs: LCL/extctrls. Updates content in TCustomSplitter topics. 2022-11-02 04:34:40 +01:00
wp_xyz
182091e424 LazUtils/GraphMath: Optimize RotatePoint(). 2022-11-01 23:30:52 +01:00
dsiders
898f4009c0 Docs: LCL/controls. Updates content and See Also links in topics. 2022-10-31 03:02:33 +01:00
dsiders
69b4b0cc32 Docs: LCL/win32int. Adds TWin32WidgetSet.AppSetupMainForm topic for changes
in 4b4e2cef.

* Removes extraneous whitespace in topic content.
2022-10-29 23:29:15 +01:00
dsiders
7bd45866f5 Docs: LCL/interfacebase. Adds TWidgetSet.AppSetupMainForm topic for changes
in 4b4e3cef.
2022-10-29 23:28:53 +01:00
dsiders
73d10c2d3d Docs: LCL/forms. Updates TApplication.Run topic for changes in 4b4e2cef. 2022-10-29 23:28:32 +01:00
wp_xyz
dc60b24979 OnlinePackageManager: Update icons in datamodule, forgotten in previous commit. 2022-10-29 19:23:05 +02:00