Martin
c2a4065e0b
LazControl: LazIntegerEdit, fix wrong selection. Issue #41085
2024-08-16 17:23:10 +02:00
rich2014
8ae3b2d018
Cocoa: comments added in ListView
2024-08-16 20:39:00 +08:00
rich2014
97f08d7f6e
Cocoa: eliminate duplicate code in TCocoaCollectionView
2024-08-16 20:38:56 +08:00
rich2014
fc8e457629
Cocoa: clean up
2024-08-16 20:38:27 +08:00
rich2014
fba4c8e459
Cocoa: improve the settings of FoucsRing to better adapt to LCL, Merge branch 'cocoa/focusring'
...
on macOS, the FocusRing takes up extra space, which may cause strange display in some cases. it may block other controls, or be partially cut off.
for example, in the Lazarus IDE - About dialog, the FocusRing of the Tab of TPageControl is partially cut off. by providing a configurable infrastructure, FocusRing can be controlled for different control types.
2024-08-16 20:33:19 +08:00
rich2014
b37fe3b42b
Cocoa: FocusRing old code cleanup
2024-08-16 20:29:21 +08:00
rich2014
5f84939650
Cocoa: Focus Ring config for Button applied
2024-08-16 20:29:21 +08:00
rich2014
f8a7c8d854
Cocoa: Focus Ring config for ListView and TabView applied
2024-08-16 20:29:21 +08:00
rich2014
e06ed5230f
Cocoa: FocusRing configurable infrastructure added
2024-08-16 20:29:21 +08:00
Martin
20445109d5
LazControl: LazIntegerEdit, result not set
2024-08-15 23:52:39 +02:00
Maxim Ganetsky
5bdd772f03
IDEDebugger: updated Russian translation
2024-08-16 00:46:31 +03:00
Martin
5d8a93d6e7
IdeDebugger: fix expanding array (locals dlg). Take low-bound into account. Issue #41073
2024-08-15 23:30:25 +02:00
Martin
c8f30b1459
FpDebug: fix I2O intrinsic / value to "out param" can't be passed as ref in other param.
2024-08-15 22:43:57 +02:00
Martin
f54755cc79
LazControl: LazIntegerEdit, improve and paste-clipboard fixes. Issue #41079 , #41080 , #41081
2024-08-15 22:43:57 +02:00
rich2014
1ec623a8f1
Cocoa: Text Color in ComboBox with csDropDownList supported
...
https://forum.lazarus.freepascal.org/index.php/topic,68222.0.html
2024-08-16 01:03:56 +08:00
Martin
0806d74565
IdeDebugger: Breakpoint window, change setting node-height for group-headers. Maybe Issue #41083
2024-08-15 18:52:34 +02:00
Martin
c924cafb5f
LazControl: LazIntegerEdit, improve selection after changing sign/base. Issue #41082
2024-08-15 18:17:06 +02:00
Martin
ac53164253
LazControl: New icons for TLazIntegerEdit
2024-08-15 17:52:16 +02:00
Martin
cab5b39fe0
LazControl: LazIntegerEdit, clean up / comments
2024-08-15 16:07:37 +02:00
Jesus Reyes A
f356184e3b
LazReport: Fix double scrollbars in previewform, patch by Soner, issue #41065
2024-08-14 21:15:29 -06:00
Martin
8c36a16a4b
IdeDebugger: Watches-Array Toolbar, allow hex input / change how to override bounds (add checkbox). Issue #41027
2024-08-14 20:21:03 +02:00
Martin
72aac2ebdd
LazControl: new edit for integers in different bases.
2024-08-14 20:20:53 +02:00
Maxim Ganetsky
36550e3488
DockedFormEditor: updated Russian translation
2024-08-14 18:19:25 +03:00
Maxim Ganetsky
7029f3657e
AnchorDocking: updated Russian translation
2024-08-14 18:19:25 +03:00
Maxim Ganetsky
dcd2c1b006
AnchorDocking: made hint for 'Enable' checkbox visible
2024-08-14 18:19:25 +03:00
rich2014
26cf067928
Cocoa/ListView: take the Column Header into account when automatically calculating column width
2024-08-14 23:18:28 +08:00
rich2014
1af2723ade
Cocoa/ListView: support double-clicking the Column Divider to automatically set the Column Width
2024-08-14 20:35:32 +08:00
rich2014
76e937a5cb
Cocoa: support OnDrawItem/OnCustomDraw/OnCustomDrawItem/OnCustomDrawSubItem for ListView/ListBox/CheckListBox, Merge branch 'cocoa/listview'
2024-08-14 20:35:14 +08:00
rich2014
18791f7c0f
Cocoa: eliminate duplicate code in CocoaTables
2024-08-14 20:28:55 +08:00
rich2014
dc821628f9
Cocoa/ListView: fix Canvas Bounds issue in OnDrawItem/OnCustomDraw/OnCustomDrawItem/OnCustomDrawSubItem
...
previously, the size of the dirtyRect was used temporarily, which was not always equal to the size of the Canvas
2024-08-14 20:28:54 +08:00
rich2014
fc8387d1fc
Cocoa: avoid sending CustomDraw messages to ListBox/CheckListBox
...
they only support DrawItem messages
2024-08-14 20:28:54 +08:00
rich2014
43ab1946ea
Cocoa/ListView: fix State issue in OnDrawItem/OnCustomDrawItem/OnCustomDrawSubItem
2024-08-14 20:28:54 +08:00
rich2014
4f51e1b228
Cocoa/ListView: add OnDrawItem
2024-08-14 20:28:54 +08:00
rich2014
5a30cdc2dd
Cocoa/ListView: add OnCustomDraw
2024-08-14 20:28:54 +08:00
rich2014
8da76f2a43
Cocoa/ListView: fix OnCustomDrawItem / add OnCustomDrawSubItem
2024-08-14 20:28:37 +08:00
mattias
c9e59018d2
codetools: tests: added finddeclaration of ampersand unit
2024-08-14 11:19:03 +02:00
mattias
19ed17a7bc
codetools: IsDottedIdent: added option to allow ampersands
2024-08-14 11:17:53 +02:00
Martin
8089f01320
AnchorDocking / DockedFormEditor: improved captions
2024-08-14 00:48:33 +02:00
mattias
a956c30bd7
tools: debs: download fpc trunk
2024-08-13 20:40:17 +02:00
mattias
976c1aea41
tools: readme about debs
2024-08-13 20:35:30 +02:00
mattias
b77c92044c
tools: create fpc tgz from git
2024-08-13 20:25:42 +02:00
n7800
48b22a8acf
CodeTools: Fixing compilation of the addclass.lpi example (continued 2f643bd4
)
2024-08-13 20:04:21 +05:00
rich2014
d4d817e7af
Cocoa/ListView: several optimizations , Merge branch 'cocoa/listview'
2024-08-13 20:43:46 +08:00
rich2014
15feb49e17
Cocoa/ListView: in vsIcon, item layout improved
2024-08-13 14:41:03 +08:00
rich2014
692a851975
Cocoa/ListView: focus the ListView after clicking the checkBox
2024-08-13 13:47:07 +08:00
rich2014
0abdb4de1e
Cocoa/ListView: Icon settings Improved
2024-08-13 13:38:40 +08:00
Martin
26ee30a703
Debugger: Fix GetFullFilename, use cached result. (removed in b29a46c876
)
2024-08-13 00:17:37 +02:00
Martin
3a0ab2b96c
IdeDebugger: reduce amount of update calls for changing a breakpoint
2024-08-12 22:57:40 +02:00
rich2014
49b9015f4b
Cocoa/ListView: in vsIcon/vsSmallIcon/vsList, fix coordinate and size issues
2024-08-13 00:29:52 +08:00
rich2014
3fa65f5e47
Cocoa/ListView: fix the issue that the editor might be lost, issue #34319
2024-08-13 00:24:57 +08:00