Commit Graph

68277 Commits

Author SHA1 Message Date
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
rich2014
62bdfb501d Cocoa/ListView: in vsIcon/vsSmallIco/vsList, CaptionEditor adapts the font of Caption 2024-08-19 23:54:33 +08:00
rich2014
8740a1e3eb Cocoa/ListView: in vsReport, CaptionEditor adapts the font of Caption 2024-08-19 23:54:33 +08:00
Juha
e751c618b6 Codetools: Add RISC-V selections to DefineTemplates. Issue #41067. 2024-08-19 14:53:32 +03:00
rich2014
85c17ebf3e Cocoa: support Canvas Font/Brush in OnDrawItem/OnCustomDraw/OnCustomDrawItem/OnCustomDrawSubItem for ListView/ListBox/CheckListBox, issue #39500
in NSTableView, cell drawing is out of order:
1. it is not necessary to draw rows first and then columns
2. row order is not fixed
3. column order is not fixed
therefore, in these callback functions, do not assume the settings in Canvas
2024-08-19 00:31:24 +08:00
DomingoGP
5abac68141 Jedi code format: Fix bug parsing delphi inline vars like "var J: Integer := 22 + I;" 2024-08-18 14:06:05 +02:00