rich2014
4d3547a91c
SynEdit/Cocoa: adjust SynEdit/LazSynCocoaIMM uses unit accordingly
2024-08-23 00:32:20 +08:00
rich2014
fea0f147a1
Cocoa/FullEdit: decouple FullEditControl/IME from CocoaPrivate unit to CocoaFullEditControl unit
2024-08-23 00:32:00 +08:00
rich2014
ee4ab33846
IDE/Cocoa: modify the code related to macOS menu (base on ab440b6
)
2024-08-22 21:05:36 +08:00
rich2014
ab440b6eb1
Cocoa/Config: integrate various Menu config(TMacOS_AppMenuIntf/TMacOS_DockMenuIntf) into CocoaConfig.TCocoaConfigMenu
2024-08-22 21:04:53 +08:00
dsiders
b67c2a2386
Docs: LCL/stdctrls. Updates TRadioButton.DialogChar topic for changes in 63f44cf8
.
...
* LCL: Check TRadioButton when using keyboard accelerator ("&" in caption)
2024-08-21 21:53:02 +01:00
Martin
14514dc97f
LazUtils: use TSysCharSet / See MR !310
2024-08-21 22:35:54 +02:00
Martin
a310bf43dc
FpDebug: clean up / See MR !310
2024-08-21 22:35:54 +02:00
Martin
5800a2d67b
IDE, test: fix mem-leak / based on MR !316
2024-08-21 22:35:53 +02:00
Martin
1ee75a830a
Merge branch 'Tests/RunTestsGUI/AddWG' into 'main'
...
Tests: Add the -WG option to the runtestsgui.lpi project so that the terminal window does not appear on Windows
See merge request freepascal.org/lazarus/lazarus!317
2024-08-21 20:24:44 +00:00
n7800
6a199e0695
Tests: Add the -WG option to the runtestsgui.lpi project so that the terminal window does not appear on Windows
2024-08-21 19:53:50 +00:00
Martin
dde4220045
IDE: Update "Markup Options Frame" change "disable" to "enable" / show key for current-word-markup - See MR !313
2024-08-21 21:43:56 +02:00
Martin
72db0a948f
Merge branch 'IDE/Editor/KeepCaretForExtraContextMenu' into 'main'
...
Source editor: Save the caret position when calling the tab and debug context menu
See merge request freepascal.org/lazarus/lazarus!323
2024-08-21 19:16:03 +00:00
rich2014
a9d8384e7d
Cocoa/Config: comments
2024-08-22 02:43:08 +08:00
n7800
acae126262
Source editor: Save the caret position when calling the tab context menu
2024-08-21 18:42:07 +00:00
Martin
5a4a405f89
Merge branch 'LCL/TRadioButton/SetByAccel' into 'main'
...
LCL: Check TRadioButton when using keyboard accelerator ("&" in caption)
See merge request freepascal.org/lazarus/lazarus!322
2024-08-21 18:41:48 +00:00
n7800
63f44cf8e7
LCL: Check TRadioButton when using keyboard accelerator ("&" in caption)
2024-08-21 18:08:07 +00:00
Martin
bc6df44ffa
Merge branch 'LCL/Tests/FixCompile' into 'main'
...
LCL: Fix compilation of test5_1asyncprocess.lpi
See merge request freepascal.org/lazarus/lazarus!319
2024-08-21 18:07:08 +00:00
n7800
a7fb64fe7c
LCL: Fix compilation of test5_1asyncprocess.lpi
2024-08-21 18:00:38 +00:00
Martin
32b7fe9e7a
Merge branch 'IDE/Editor/RemTabAmp' into 'main'
...
Source editor: Do not display ampersand in the caption of the editor tab
See merge request freepascal.org/lazarus/lazarus!321
2024-08-21 17:59:05 +00:00
n7800
702da48437
Source editor: Do not display ampersand in the caption of the editor tab
2024-08-21 17:26:03 +00:00
rich2014
6fb52e6528
Cocoa: fix the length of BUTTON_CAPTION_ARRAY in CocoaConst
2024-08-22 00:51:52 +08:00
Martin
0b2e8cf5ed
Merge branch 'fpdebug-fix-nonstart' into 'main'
...
FpDebug - propagate error if no TDbgProcess could be started. Potential fix for #41076
See merge request freepascal.org/lazarus/lazarus!320
2024-08-21 18:42:16 +02:00
ccrause
d8382b9c37
Add a more detail to error message
2024-08-21 18:41:40 +02:00
ccrause
f0f125ea19
FpDebug - propagate error if no TDbgProcess could be started. Potential fix for #41076
2024-08-21 18:41:40 +02:00
rich2014
34b10a9c25
Cocoa/Config: turn config to the new style , Merge branch 'cocoa/config'
2024-08-22 00:38:46 +08:00
rich2014
a2229e3f42
Cocoa/Config: cleanup and comments
...
LoopHiJackEnded is Running Data, not config
2024-08-22 00:36:58 +08:00
rich2014
ed00a8a56d
Cocoa/Config: turn FocusRing Config to the new Style
2024-08-22 00:32:22 +08:00
rich2014
7d4ff5e31a
Cocoa/Config: turn CocoaBasePPI/CocoaIconUse/CocoaUseLocalizedFontName to CocoaConfigGlobal
2024-08-21 23:28:47 +08:00
rich2014
23b1da3131
Cocoa/Config: turn Menu Config to the new Style
2024-08-21 22:49:19 +08:00
rich2014
8f495aed95
Cocoa/Config: turn ToggleBox Config to the new Style
2024-08-21 22:34:48 +08:00
rich2014
f90c864215
Cocoa/Config: turn Notification Config to the new Style
2024-08-21 22:19:09 +08:00
rich2014
3e0fbda2b8
Cocoa/Config: separate configuration data(cocoaconfig.inc) and definitions (cocoaconfig.pas)
2024-08-21 22:10:12 +08:00
rich2014
08275d757b
Cocoa/Config: turn Overlay Style Scroller Config to the new Style
2024-08-21 22:03:20 +08:00
rich2014
3d7a79d4d0
Cocoa/Config: turn Legacy Style Scroller Config to the new Style
2024-08-21 21:53:00 +08:00
Martin
cb239c1222
Laz.VirtualTreeView: improve paint for cocoa
2024-08-20 18:27:44 +02:00
Martin
ff6bf31acc
IdeDebugger: Watches/Locals allow to hide the array-navigation-bar
2024-08-20 17:45:30 +02:00
Martin
6da483640e
IdeDebugger: Rewrite DebugTreeView, embed control into data row, optimize updating (lock and defer) - Change array-navigation-bar to display with data row
2024-08-20 17:45:29 +02:00
Martin
927d0f8980
IdeDebugger: cache TextExtend/ShortenedText for virtualtree
2024-08-20 17:45:29 +02:00
Martin
4180135581
Laz.VirtualTree: improve paint speed
2024-08-20 17:45:28 +02:00
rich2014
ee92dc809b
Cocoa/ListView: turn Magic Numbers into configurable named variables
2024-08-20 23:36:09 +08:00
rich2014
1d1fea953d
Cocoa/Listview: make textAlignment config compatible with Intel CPUs
2024-08-20 23:33:03 +08:00
rich2014
0266b04420
Cocoa/Listview: in vsIcon/vsSmallIco/vsList, improve the configurability of CaptionEditor
2024-08-20 22:16:37 +08:00
rich2014
50671d3d6a
Cocoa/ListView: in vsList, turn Magic Numbers into configurable named variables
2024-08-20 21:40:11 +08:00
rich2014
deb50f7729
Cocoa/ListView: in vsSmallcon, turn Magic Numbers into configurable named variables
2024-08-20 21:39:48 +08:00
rich2014
a08fc3e75f
Cocoa/ListView: in vsIcon, turn Magic Numbers into configurable named variables
2024-08-20 21:39:28 +08:00
rich2014
9c2c0a7ec7
Cocoa/ListView: in vsReport, turn Magic Numbers into configurable named variables
2024-08-20 21:39:07 +08:00
rich2014
d9ab162b23
Cocoa/ListView: improve CaptionEditor, Merge branch 'cocoa/list'
2024-08-20 21:38:45 +08:00
rich2014
ea8d2f0279
Cocoa/ListView: improve CaptionEditor, Merge branch 'cocoa/list'
2024-08-20 00:01:08 +08:00
rich2014
fd6b0b516b
Cocoa/ListView: Change the control that CaptionEditor is attached to from ListView (layer 1) to backendControl (layer 3) so that it can follow the scrolling
2024-08-19 23:54:33 +08:00
rich2014
152ed000a7
Cocoa/ListView: perfect the CaptionEditor position and size layout
2024-08-19 23:54:33 +08:00