Martin
0643c39980
IdeDebugger: Breakpoint dialog, enable/disabl all breakpoint in each group
2023-07-25 14:31:41 +02:00
Martin
46731b05ee
IdeDebugger: Breakpoint dialog, fix BreakGroups
2023-07-25 14:31:41 +02:00
rich2014
632c9283b4
Cocoa: clean up
2023-07-25 20:03:51 +08:00
rich2014
f890ea3c0f
Cocoa: refactor related to WindowFromPoint() in cocoawinapi
2023-07-25 19:59:18 +08:00
rich2014
45f69a2c05
Cocoa: fix WindowFromPoint() with negative coordinates
...
sometime wrong cursor in IDE with DockedFormEditor
2023-07-25 19:53:22 +08:00
Martin
7bd3a63ee6
IdeDebugger: Breakpoint dialog, fix crash due to BreakGroup used as breakpoint.
2023-07-25 13:42:20 +02:00
Martin
f01fd2064b
IdeDebugger: Breakpoint dialog, fix crash due to BreakGroup used as breakpoint.
2023-07-25 13:34:42 +02:00
Martin
a2fa2d33cd
AMEND IdeDebugger: Breakpoint dialog, fix dragging multiple items (onto an empty group header)
2023-07-25 12:36:18 +02:00
Juha
92b11e2662
LCL-GTK: Fix the order of parameters for FillChar(). Issue #40403 .
2023-07-25 11:38:32 +03:00
mattias
cbf9d30ddf
fixed compile with fpc 3.3.1
2023-07-25 09:30:38 +01:00
Juha
f208601bc7
LazReport: Remove a useless FillChar which had its parameters in wrong order. Issue #40402 .
2023-07-25 11:15:12 +03:00
Juha
cc4760393b
Reserve "On..." prefix for events and name functions differently.
2023-07-25 11:07:57 +03:00
Juha
64391dbd96
LazBuild: Remove IdeDebugger dependency. Split debugger related parts of TProject to new unit ProjectDebugLink.
2023-07-25 11:07:47 +03:00
Juha
8e7b4f0289
Tweak uses sections. Formatting.
2023-07-25 10:59:47 +03:00
Martin
7fc1e4ff7f
small fixes
2023-07-25 02:10:33 +02:00
Martin
006e1d73ed
small fixes
2023-07-25 01:55:59 +02:00
Martin
a94c7262d6
small fixes
2023-07-25 01:52:59 +02:00
Martin
4bf617c018
IdeDebugger: Breakpoint dialog, drag/drop breakpoints-groups to reorder
2023-07-25 01:23:09 +02:00
Martin
72907f810a
IdeDebugger: Breakpoint dialog, drag/drop breakpoints into groups
2023-07-25 01:23:09 +02:00
Martin
9b2b70e384
IdeDebugger: Change Breakpoints dialog to Treeview (VTV). Add group by "breakpoint-group"
2023-07-25 01:23:09 +02:00
Martin
25db56ee57
IdeDebugger: add Destroy-callback to TIDEBreakPointGroup
2023-07-25 01:23:09 +02:00
Martin
cc98242bec
IdeDebugger: Treeview, update embedded controls on resize
2023-07-25 01:23:08 +02:00
Bart
45b149e0ea
TaskDlgEmulation: cleanup and cosemtic (no functional changes):
...
- remove unused code
- consistent indenting and spacing (or at least I tried)
2023-07-24 22:38:22 +02:00
Bart
158f10e193
LCL: Dialogs unit: cleanup.
2023-07-24 22:27:09 +02:00
Bart
71f8725fb8
Merge branch 'wstaskdialog'
2023-07-24 20:20:22 +02:00
Bart
97e1427811
Refactoring change deprecated message for LCLTaskDialog unit, as suggested by Maxim.
2023-07-24 20:17:55 +02:00
wp_xyz
168ed6ffa0
Tools/LazDataDesktop: Show icons in all treeviews.
2023-07-24 17:49:31 +02:00
mattias
45f6fcd25c
lazbuild: do not create mac app bundle
2023-07-24 16:38:31 +01:00
mattias
ee1af547cc
IDE: changed copiler options from string to TSTtrings for large amount of params
2023-07-24 16:38:31 +01:00
rich2014
23d0badedf
Cocoa: fix wrong Cursor at designing (with DockedFormEditor)
2023-07-24 23:32:29 +08:00
rich2014
5b0cf01ed3
Cocoa: fix wrong Cursor at designing (without DockedFormEditor)
2023-07-24 23:31:41 +08:00
rich2014
ded870b2ac
Designer: Cursor cache comparison removed
2023-07-24 23:16:26 +08:00
Maxim Ganetsky
98e9e0dbcd
LazDataDesktop: added executable to .gitignore
2023-07-24 16:55:43 +03:00
Maxim Ganetsky
3a0b3d3396
LazDataDesktop: updated Russian translation
2023-07-24 16:52:15 +03:00
wp_xyz
bfca6f229d
Tolls/LazDataDesktop: Remove unneeded res files. Unscramble some image index assignments.
2023-07-24 13:41:52 +02:00
Martin
a747d43139
Codetools: IdentifierCompletion, with "include identifier containing prefix" sort recent entries with true prefix before such "only containing" (same as for non recent items)
2023-07-24 12:19:09 +02:00
Bart
e1d2db658f
Refactoring TTaskDialog: remove hack of exposing TCustomTaskDialog.FWidth. It was unneccessary to begin with...
2023-07-24 11:12:55 +02:00
wp_xyz
5f5b9dce29
DataDict: New palette icon for TFPCodeGenerator by Roland Hahn.
2023-07-24 11:11:37 +02:00
Bart
b7cc27d3a5
Refactoring TTaskDialog:
...
- TWSTaskDialog.Execute: Don't cast ADlg to TTaskDialog.
- Adapt signature of function ExecuteLCLTaskDialog accordingly.
- Less debug output
2023-07-24 11:06:22 +02:00
Bart
c343cfe0d3
Refactoring TTaskDialog: remove some comments from TaskDialogEmulation unit.
2023-07-24 11:00:52 +02:00
Bart
80dc2c89b0
Refactoring TTaskDialog: undo all temprary changes in (now deprecated) LCLTaskDialog unit.
2023-07-24 10:58:20 +02:00
Bart
cc10035843
Refactoring TTaskDialog:
...
- Win32 WS: fix not returning ButtonID.
- Win32 WS: initialize RadioRes return value.
2023-07-24 10:52:11 +02:00
wp_xyz
3b1c10423f
Tools/LazDataDesktop: Some new/improved icons by Roland Hahn. Improvements in data dictionary popup menu translation.
2023-07-24 10:35:41 +02:00
Bart
b9634c255d
Refactoring TTaskDialog: switch over to the new code, remove dependency on deprecated unit LCLTaskDialog.
2023-07-24 10:31:34 +02:00
Bart
ca1e231417
Refactoring TTaskDialog:
...
- move procedure PrepareTaskDialogConfig to Execute, since it refrences variables on the stack
- move function DialogBaseUnits
- in callbackfunction only test if dwRefData is correct if a button is clicked, and only if assertions are enabled
- rename some nested procedures and variables
- less debug output
- TWin32WSTaskDialog.Execute now properly returns the result of TaskDialogIndirect
- use CommCtrl.TaskDialogIndirect, change the mechanisme of detecting wether this is supported.
2023-07-24 10:20:00 +02:00
Maxim Ganetsky
90812b4afa
LazDataDesktop: regenerated translations
2023-07-24 02:29:44 +03:00
Maxim Ganetsky
477cd6947f
IDEConfig: moved relevant translations from IDE
2023-07-24 02:22:21 +03:00
Maxim Ganetsky
3cfccde07a
IDE: regenerated translations and updated Russian translation
2023-07-24 02:19:35 +03:00
Bart
92f83f8b59
Refactoring TTaskDialog:
...
- first attempt to get Win32 WS code working (currently littered with writeln() statements, so crashes if no console!)
- fix ModalResult in OnButtonClicked for emulated dialog.
2023-07-24 01:08:33 +02:00
wp_xyz
7c6659ba46
Tools/LazDatadesktop: Improved layout
2023-07-24 00:52:21 +02:00