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
Bart
4b4e2cef9c
Win32: handle System.CmdShow at startup. Patch by Domingo Galmés, slightly modified by me. Issue ##39363.
2022-10-29 18:41:27 +02:00
wp_xyz
65b11fca12
OPM: Replace icons with "nicer" package (by Roland Hahn)
2022-10-29 18:01:56 +02:00
wp_xyz
06310fb0b6
IDE: New icons for "Package" > "New component" and "New package"
2022-10-29 17:59:14 +02:00
wp_xyz
976ef21a07
Images: New general-purpose images by Roland Hahn (Arrow, Cube, Package)
2022-10-29 17:46:32 +02:00
dsiders
4628b33d4a
Docs: LCL/controls. Updates content and See Also links in TControl topics.
2022-10-29 05:41:05 +01:00
wp_xyz
2f18817fd8
Images: Update res files affected by previous commit.
2022-10-28 18:39:22 +02:00
wp_xyz
ed9431c5c1
Images: Improved details of package icon (and derivatives), by Roland Hahn.
2022-10-28 18:16:33 +02:00
mattias
673cbc8072
gitignore mac file
2022-10-28 08:24:27 +02:00
mattias
236f558536
anchordocking: fixed example
2022-10-28 08:23:28 +02:00
mattias
ef6ce79e07
synedit: ssMeta on darwin instead of only carbon
2022-10-28 07:52:26 +02:00
dsiders
3eabb7a026
Docs: LCL/buttons. Updates TCustomSpeedButton.GetTextSize for changes in fbe7aa44
.
2022-10-28 01:50:31 +01:00
dsiders
05a08632cd
Docs: LCL/extctrls. Adds TCustomPanel.ShowAccelChar topics for changes in eff48575
.
2022-10-28 01:49:43 +01:00
wp_xyz
eff48575cf
LCL/TPanel: New property ShowAccelChar to improve Delphi compatibility in rendering of ampersands. Issue #39973 .
2022-10-28 00:09:56 +02:00
wp_xyz
fbe7aa44e1
LCL/SpeedButton: Fix clipping of caption containing double ampersand characters, issue #39820 .
2022-10-27 22:27:35 +02:00
Martin
8ef10902f3
FpDebug: Stack, CFI - For older FPC (broken CFI) always continue non-CFI eval.
2022-10-27 15:42:59 +02:00
dsiders
f469aeca4f
Docs: LCL/controls. Additional updates to content and See Also links in
...
TControl topics.
2022-10-27 04:02:07 +01:00
wp_xyz
9572e1ac64
IDE/PackageDependencyDlg: Fix package listbox truncating bottom pixel.
2022-10-27 00:17:47 +02:00
wp_xyz
56aaec80f9
Images: Add a new general-purpose image ("landscape orientation").
2022-10-26 19:08:55 +02:00
wp_xyz
f52fb7d1f5
Images: Some reworked palette icons to improve visibility in dark mode (by Roland Hahn).
2022-10-26 18:40:49 +02:00
Martin
e1dc8a96d9
Codetool: prevent recursion in ResolveBaseTypeOfIdentifier. Issue 39897
...
`fdfFunctionResult` will cause `FindExpressionTypeOfTerm` to `ResolveChildren` and recurse forever if the node starts with open brackets. If the cursor is not on an identifier, it should not be a function and the flag is not needed.
2022-10-26 14:58:42 +02:00
Martin
204e3d5734
CodeTools, tests: run "bug*" tests too.
2022-10-26 14:54:02 +02:00
dsiders
d7fb51eeb6
Docs: LCL/controls. Updates content and See Also links in topics.
...
* Fixes tagging for True, False, and Nil values in topic content.
* Removes unused tags in linked or private topics.
2022-10-26 07:40:30 +01:00
wp_xyz
78225565ce
freetype: Fix range-check error when compiled with range-check on.
2022-10-25 17:54:07 +02:00
wp_xyz
f4b383884d
Images: New general-purpose images by Roland Hahn (file, margins, search, zoom).
2022-10-24 15:44:38 +02:00
dsiders
aed24f4359
Docs: LazUtils/lazutf8. Adds missing parameter descriptions.
2022-10-23 21:39:57 +01:00
dsiders
4741e7df12
Docs: LazUtils/extendedstrings. Updates topic content and See Also links. Removes unused tags in private members.
2022-10-23 20:29:47 +01:00
Martin
1e7d87dd64
Debugger, IDE: fix dangling pointer in watches / crash when history entry was active and restarting debugger.
2022-10-23 13:18:00 +02:00
Martin
efc94ab2db
LazDebuggerFp: fix mem leak in TFPBreakpoint.ThreadLogExpression
2022-10-23 13:18:00 +02:00
dsiders
429081bc03
Docs: LCL/grids. Updates content in TGridColumnTitle topics.
2022-10-23 00:54:49 +01:00
dsiders
c63984efd6
Docs: LCL/grids. Updates content in TColumnButtonStyle, TGridColumn, and TGridColumns topics.
2022-10-22 08:06:46 +01:00
dsiders
a2bfaa29e8
Docs: LCL/graphics. Fixes an invalid See Also link.
2022-10-22 08:06:02 +01:00
Maxim Ganetsky
b43f003709
IDE: Turkish translation update by ONUR ERÇELEN, issue #39966
2022-10-22 03:34:35 +03:00
Martin
c16a96e493
Changed svn to git
2022-10-21 08:05:41 +02:00