Commit Graph

68146 Commits

Author SHA1 Message Date
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
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
Maxim Ganetsky
eab508158c Merge branch 'LazUtils/UTF8FixBroken' into 'main'
LazUtils: Allow to specify replacement character in UTF8FixBroken

See merge request freepascal.org/lazarus/lazarus!315
2024-08-12 14:23:23 +00:00
n7800
cc3fc445a5 LazUtils: Allow to specify replacement character in UTF8FixBroken 2024-08-12 14:16:50 +00:00
Martin
6348f103a4 IdeDebugger: fix expanding array. Take low-bound into account. Issue #41073 2024-08-12 15:27:58 +02:00
rich2014
4150057274 Cocoa: fix the issue of NSButton with NSRegularSquareBezelStyle
if the height of NSButton with NSRegularSquareBezelStyle is too small, a strange rectangular color block will be shown in the Button, in dark mode.

FYI: https://github.com/doublecmd/doublecmd/issues/1775
2024-08-12 21:04:16 +08:00
DomingoGP
8590d1f811 Jedi code format: minor refactoring suggested by Alexey Torgashin 2024-08-12 14:26:33 +02:00
rich2014
097eba8da1 Cocoa/ListView: in vsReport, change cellBase to viewBase, Merge branch 'cocoa/listview'
1. cellBase to viewBase
2. support checkboxes and icons at the same time
3. better support for selection
2024-08-12 18:55:28 +08:00
rich2014
be1138472b Cocoa/ListView: in vsReport, CustomDrawItem improved 2024-08-12 17:24:35 +08:00
rich2014
2e87241071 Cocoa/ListView: in vsReport, memory management improved 2024-08-12 17:24:35 +08:00
rich2014
87b0dfc5c9 Cocoa/ListView: in vsReport, various subclasses are unified into a single TCocoaTableListView 2024-08-12 17:24:35 +08:00
rich2014
b811b29d83 Cocoa/ListView: in vsReport, selection fixed after reload 2024-08-12 17:24:35 +08:00
rich2014
041b8d7fae Cocoa/ListView: in vsReport, textField fixed in Dark Mode 2024-08-12 17:24:34 +08:00
rich2014
ff27bdaf81 Cocoa/ListView: in vsReport, CustomDrawItem supported
rowView added
2024-08-12 17:24:34 +08:00
rich2014
c16d8834dc Cocoa: make TCocoaTableListView compatible with TListView / TListBox / TCheckListBox 2024-08-12 17:24:34 +08:00
rich2014
df7590f028 Cocoa/ListView: in vsReport, dynamic setting TListView.CheckBoxes supported 2024-08-12 17:24:34 +08:00
rich2014
1679dcbbf1 Cocoa/ListView: in vsReport, CellBase code clean up 2024-08-12 17:24:34 +08:00
rich2014
71fe0dfcdf Cocoa/ListView: in vsReport, adapt ItemDisplayRect() to ViewBase 2024-08-12 17:24:34 +08:00
rich2014
d5d9680bab Cocoa/ListView: in vsReport, CellView clean up and improved 2024-08-12 17:24:34 +08:00
rich2014
a89e784e6c Cocoa/ListView: in vsReport, ViewBase NSTableView implemented 2024-08-12 17:24:34 +08:00
rich2014
ec92db8cb5 Cocoa/ListView: in vsReport, ViewBase NSTableView activated 2024-08-12 17:24:34 +08:00
Juha
75a0f34d48 LazUtils: Don't initialize tables in UTF8LowerCaseViaTables. It is done in UnicodeLowercase. Issue #41072, by Alexey Torgashin. 2024-08-12 11:28:29 +03:00
Juha
e7763dbb0c LazUtils: Deprecate Utf16StringReplace(). FPC now has good replacements. Issue #41068, by Alexey Torgashin. 2024-08-12 10:04:24 +03:00