Commit Graph

67274 Commits

Author SHA1 Message Date
Martin
e183ea0b5f Debuggers: Add define FORCE_LAZLOGGER_DUMMY 2024-02-28 00:52:43 +01:00
Maxim Ganetsky
2f4ead8848 IDEIntf: updated Russian translation 2024-02-28 02:45:29 +03:00
Juha
642e3bac61 IDE: In options dialog highlight category nodes in bold. Issue #39365, patch by n7800. 2024-02-27 17:42:41 +02:00
Bart
0261f3b5ee Win32: small optimization in TWin32WSCustomListView.SetProperty.
Add comment to explain why this code is there in the first place, since on first sight it might not make much sense.
2024-02-26 22:27:39 +01:00
Bart
57bb5a13e1 Win32: make ListView columns not-clickable if ColumnClick is False. Issue #40787. 2024-02-26 18:28:12 +01:00
wp_xyz
d6b0e5c07d LCL/TTimeEdit: New properties TimeAMString and TimePMString to allow specifying also the AM/PM string used by TTimeEdit. 2024-02-26 15:36:33 +01:00
Juha
5e3b6bce5d IDE: Adjust options dialog tab order. Add a Ctrl-F shortcut. From n7800. 2024-02-26 10:35:50 +02:00
Juha
f47d94ce9c LCL: Publish TButtonPanel.ShowHint. From n7800. 2024-02-26 10:31:26 +02:00
wp_xyz
d85a691fb1 LCL/TTimeEdit: Add new properties TimeFormat and TimeSeparator for more flexibility in formatting. 2024-02-25 18:54:22 +01:00
Juha
8e1fc0cf60 IDE: Fix component palette configuration when a component is installed or uninstalled after the user configuration. 2024-02-25 16:29:25 +02:00
Bart
148735d8fb TCustomTabControl: rename a method. No functional changes. 2024-02-25 13:29:39 +01:00
Bart
5e54b2f921 TCustomTabControl: don't check for parent in call to FindNextControl in ActivateFirstControlOnPage. Part of issue #40775. 2024-02-25 13:25:24 +01:00
Martin
641a76447b VTV: fix getting handle when not yet shown. Issue #40791 2024-02-25 12:59:13 +01:00
Bart
f3aa0586d9 TCustomTabControl: don't steal foucus in ActivateFirstControlOnPage. Part of issue #40775. 2024-02-24 14:33:16 +01:00
Bart
e5a637999d TCustomTabControl: activate first control on page after page changed. Issue #40775. 2024-02-24 13:47:49 +01:00
rich2014
b0bb460a46 Cocoa: Fix the issue that the Space key on the Button does not work 2024-02-24 16:31:47 +08:00
wp_xyz
82784f13b1 LCL/IDE: Fix tab order in Treeview component editor 2024-02-24 01:24:05 +01:00
Maxim Ganetsky
02bc007955 IDEIntf: regenerated German translation 2024-02-24 02:53:30 +03:00
wp_xyz
c4e07b3619 LCL/IDE: Improvements of TTreeview component editor. Issue #40748. Parts of patch by n7800. 2024-02-24 00:44:15 +01:00
Juha
6c9fa22be3 IDE: Inform a user earlier that renaming a unit is not possible through "Rename identifier" feature. Issue #40744. 2024-02-24 01:12:26 +02:00
Bart
88827aa909 Win32: fix TListView losing focus after EndUpdate. Issue #40786. 2024-02-23 22:56:08 +01:00
Juha
280ada98b2 Codetools: Prevent a crash in FindIdentififerReference on the name of a program. Issue #40753. 2024-02-22 23:53:40 +02:00
Juha
9ad00fb5a7 IDE: Fix saving a program with a dotted name. Issue #40760. 2024-02-22 23:04:15 +02:00
dsiders
b060a7330f Docs: LCL/comctrls. Fixes invalid See Also links introduced in 92e6f4ffa7. 2024-02-22 20:09:43 +00:00
dsiders
92e6f4ffa7 Docs: LCL/comctrls. Updates EditorEditingDone and EditorKeyDown topics in TCustomTreeView for changes in 7716068e. 2024-02-22 19:20:12 +00:00
Juha
c7c643a472 LCL: Restore Handle to TCustomImageList. 2024-02-22 13:36:09 +02:00
Juha
7716068e1a LCL: Check modifier keys (Shift, Ctrl, Alt) when editing the name of a TreeView. From n7800. 2024-02-22 11:22:33 +02:00
wp_xyz
fd01caa9a2 LCL/IDE: Improved usability of TreeView component editor, patch "treeeditor_fixes" by n7800. Issue #40748. 2024-02-22 00:00:50 +01:00
Bart
a3ba11e5c3 T(Float)SpinEditEx: In InitializeWnd set Text to represent FValue, otherwise NullValueBehavious will be applied in call to UpdateControl. 2024-02-21 23:44:44 +01:00
dsiders
f6555a287e Docs: LCL/various. Adds missing unit overview content, external references in:
* customdrawn_android.xml
* customdrawn_common.xml
* customdrawn_mac.xml
* customdrawn_winxp.xml
* customdrawncontrols.xml
* customdrawndrawers.xml
2024-02-21 17:41:34 +00:00
wp_xyz
805f05ea99 LCL/TreeView component editor: Fix typo in previous commit 2024-02-20 20:39:25 +01:00
wp_xyz
3da3224506 LCL: New layout for the TreeView component editor, issue #40748, patches "4_treeeditor_toolbar" and "5_treeeditor_fix_modified" by n7800 2024-02-20 20:24:27 +01:00
wp_xyz
fc844f5fc1 LCL: New layout for the TreeView component editor, issue #40748, patch "3_treeeditor_editing" by n7800 2024-02-20 18:39:18 +01:00
wp_xyz
43f05f787a LCL: New layout for the TreeView component editor, issue #40748, patch "2_treeeditor_cleanup" by n7800 2024-02-20 18:35:47 +01:00
wp_xyz
235fee3c1d LCL: New layout for the TreeView component editor, issue #40748, patch "1_treeeditor_formatting" by n7800 2024-02-20 18:26:29 +01:00
mattias
d71e4b610a codetools: clean up 2024-02-20 18:20:08 +01:00
mattias
2770584c3a codetools: fixed IsDottedIdentifier 2024-02-20 18:19:37 +01:00
mattias
b0a664c5d5 turbopower_ipro: fixed init props after break line when last token hast different props than first 2024-02-20 18:16:56 +01:00
Martin
05af6f9a4f IdeDebugger: Change precision used for float types. issue #40768 2024-02-19 22:56:30 +01:00
Martin
22f04e340f IdeDebugger: Return correct precision for float value. Old code was returning "single" for all float types - related to issue #40768 2024-02-19 22:56:30 +01:00
dsiders
83af74cb1f Docs: LCL/comctrls. Fixes invalid content and typos in TTreeNode topics. Issue
#40783.

* TListItem
* TTreeNode.StateIndex
2024-02-19 17:39:46 +00:00
Maxim Ganetsky
48bf073b61 LCL: regenerated translations and updated Russian translation 2024-02-19 16:58:25 +03:00
Martin
41753d66f5 Merge branch 'tbreaklocationmap-avr' 2024-02-19 12:24:52 +01:00
Martin
b0a5ee38f8 FpDebug: refactor new TFpBreakPointTargetHandler / adjust visibility of fields / move creation to factory method 2024-02-19 12:23:45 +01:00
ccrause
dcd15396b9 Further refactoring of TFpBreakPointMap and TGenericBreakPointTargetHandler for x86 and AVR 2024-02-19 12:23:45 +01:00
Juha
b4061b200f LCL: Allow access to buttons in CheckGroup and RadioGroup. Issue #40738, patch by n7800. 2024-02-19 13:09:32 +02:00
DomingoGP
d4f86c3268 Jedi code format: partial undo of 4c6f93909c 2024-02-18 22:41:51 +01:00
Martin
bf4f462b46 LazDebuggerFp: improved tests 2024-02-18 20:58:52 +01:00
Martin
5aac59d315 DebuggerTestBase: compile test case with older fpc 2024-02-18 20:58:51 +01:00
Maxim Ganetsky
06cc24b19f IDE: regenerated translations and updated Russian translation 2024-02-18 22:08:37 +03:00