Commit Graph

1587 Commits

Author SHA1 Message Date
n7800
6b83560e39 Designer: Adding a type for the component reorder action 2024-09-27 22:23:26 +00:00
n7800
47e4c54d48 Designer: Create a default event for a component when [Ctrl+Enter] is pressed 2024-09-28 00:56:37 +03:00
Juha
d869f6a082 Menu designer: Do not crash when MainMenu contains a separator. Issue #41130. 2024-09-10 12:58:16 +03:00
Juha
e8bf5ae849 Revert the earlier commit for Menu editor. Wrong code was removed. 2024-07-12 16:46:42 +03:00
Juha
af75c766b1 Menu editor: Now remove the in-place caption editor. Issue #41022. 2024-07-12 16:43:45 +03:00
Juha
114c136702 Menu editor: Remove in-place caption editor. Issue #41022. 2024-07-12 13:05:10 +03:00
Juha
5966a227e8 Designer: In component rename dialog, get text from 'Script' property for components that have it. Issue #40995, patch by n7800. 2024-06-27 22:01:13 +03:00
Juha
560115beea IDE: Improve popup menu position in designer when using keyboard. Issue #40807, patch by n7800. 2024-06-11 13:37:57 +03:00
Juha
c971eaaa76 Designer: Fix popup menu position. Issue #40807. 2024-04-15 12:05:38 +03:00
Martin
d40c952fa7 Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
Juha
959d8c6ad4 Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
Juha
3ec140e266 Move unit ComponentReg from IdeIntf to BuildIntf. 2024-03-15 10:40:41 +02:00
mattias
b37ee660b2 ide: less hints 2024-03-05 16:03:15 +01:00
rich2014
21fc3631d5 Fix #40737: make TMethodNameTable/TMethodNameTableEntry compatible with FPC 3.3.1
The change follows
170c05592b

Patch by Dean Mustakinov, issue #40737.
2024-02-04 21:54:10 +08:00
Juha
90cb99dafd Designer: Comment out an unused private procedure. 2024-02-03 11:11:45 +02:00
Juha
1e544fb5b9 Designer: Repaint after changing "BorderSpacing" in AnchorEditor or in OI. Issue #40746, by n7800 and myself. 2024-02-03 11:10:03 +02:00
Juha
311ba77757 Designer: Keep "Anchor Editor" and "Tab Order" items always enabled in the popup menu. Issue #40745, patch by n7800. 2024-02-03 08:10:54 +02:00
rich2014
2e28bd8b6d Revert "Designer/LCL: Correctly align TMethodNameTable/TMethodNameTableEntry on platforms that require it (e.g. AARCH64)."
This reverts commit 8253bd9f8f.
2024-02-03 09:05:43 +08:00
Maxim Ganetsky
8253bd9f8f Designer/LCL: Correctly align TMethodNameTable/TMethodNameTableEntry on platforms that require it (e.g. AARCH64).
The change follows
170c05592b

Fixes crash on IDE start on AARCH64 platforms when FPC 3.3.1 is used.

Patch by Dean Mustakinov, issue #40737.
2024-01-30 17:45:57 +03:00
Maxim Ganetsky
e4acac0e1a Designer: Avoid artifacts when moving non-visual components by keyboard. Patch by n7800, issue #40643. 2023-12-14 02:27:31 +03:00
Juha
e13451a5ab LCL: Rename msg CM_IRREGULARSHAPEHITTEST->CM_MASKHITTEST and TShape.HitTest->TShape.PtInShape. Issue #40483. 2023-09-11 09:22:29 +03:00
Juha
971c617e68 Designer, LCL: Select controls behind controls with irregular shapes. Issue #40483, patch by Fabio Luis Girardi. 2023-09-09 14:03:09 +03:00
mattias
b73e4dcecf IDE: fixed typos and comment 2023-08-13 21:45:16 +02:00
rich2014
ead28bdcc6 Designer: Cursor Cache Old Pos comparison adjusted (Similar to ded870b) 2023-07-27 21:42:40 +08:00
mattias
cbf9d30ddf fixed compile with fpc 3.3.1 2023-07-25 09:30:38 +01:00
Juha
cc4760393b Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
rich2014
ded870b2ac Designer: Cursor cache comparison removed 2023-07-24 23:16:26 +08:00
Juha
636e902e6a Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
Juha
0c056fc0d2 IDE: Remove unknown component properties using the same GUI already used in other situations. Issue #40377. 2023-07-15 21:17:02 +03:00
Juha
e65a102527 Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
Juha
adfc424e92 Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
Juha
0bc32656ed LazUtils, LCL: Move LCLProc.CompareRect() -> GraphMath.SameRect(). Deprecate LCLProc.CompareRect(). 2023-07-03 16:54:10 +03:00
Juha
c3891ad820 Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
Juha
e045ba01d2 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
mattias
033c256b3a ide: less hints 2023-06-12 06:49:22 +02:00
Juha
eac9c6e5c6 IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
Juha
73bf0767a7 Designer: Simplify and fix minor bugs. Use psSolid for selection line. Issue #40295, patch by n7800. 2023-06-05 16:01:26 +03:00
Juha
1475336c8c Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
Juha
c14934764c LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280. 2023-04-27 17:23:33 +03:00
Juha
870e1c8e71 Menu designer: Forward typed keys from menu editor to OI. Add missing GPL headers. Issue #34231. 2023-04-22 15:17:20 +03:00
mattias
b1ed01fde8 IDE: extended Change Class for ambiguous component classes 2023-04-18 22:25:21 +02:00
mattias
aecf20f84a fixed compile fpc 3.2.2 2023-04-13 16:14:12 +02:00
mattias
345f47ca6f IDE: loadlfm: resolve ambigious registered component classes 2023-04-13 15:38:12 +02:00
Juha
6bfcb9ed0d IDE: Allow to change color for "Show BorderSpacing" option. Issue #40201, patch by paweld. 2023-04-10 10:54:59 +03:00
Martin
ad0396ae2a Debugger: moved asm dialog to IdeDebugger 2023-03-13 17:38:12 +01:00
Martin
2a67f6ec76 Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
Martin
2d2e5431aa IDE: moved some of the most common ResourceString to IdeIntf, so other IDE packages can use them (instead of duplicating them) 2023-01-10 17:00:41 +01:00
mattias
e7126c8d19 IDE: consistent check and typecast 2022-12-16 13:44:40 +01:00
mattias
ca9b4579d0 IDE: clean up 2022-12-14 15:09:28 +01:00
wp_xyz
b9c4368fce Designer: TScrollingWinControl paints design-time grid only on visible area. Issue #39866. Based on work by German forum user "siro". 2022-08-25 09:57:47 +02:00