Martin
06ecb6ff9d
FpDebug: clean up char compare (don't use set of char
for single char
) !310
2024-08-02 23:14:52 +02:00
Martin
0e438a9ef5
IDE: SourceEdit, removed unused declaration, SourceFileManager cleaned up "set of char" vs TSysCharSet (see !310 )
2024-08-02 23:07:40 +02:00
Martin
68d14314b2
FpDebug: allow comparing (equal) pointer = number.
2024-08-02 22:43:29 +02:00
Martin
8af587ec77
FpDebug: array-slice intrinsic, add mapping terminator "!"
2024-08-02 22:08:16 +02:00
rich2014
21b35540cd
Cocoa/ListView: in vsIcon/vsSmallIcon/vsList, fix text position when no Icon set
2024-08-01 22:13:20 +08:00
rich2014
e6362d77f3
Cocoa: fix the issue related to Focused #39856
2024-08-01 21:57:52 +08:00
rich2014
7fac288649
Cocoa: fix LCLViewExtension.lclLocalToScreen() when the Control is in ScrollView #39706
2024-08-01 20:55:29 +08:00
Juha
2fea4c39a2
IDE: Do not clear messages before showing "Clean up and build project" dialog. Issue #41047 , patch by n7800.
2024-08-01 09:17:30 +03:00
dsiders
3ffc1f862f
Docs: LCL/menus. Removes invalid See Also link in TMenuItem.Default topic. Depends on 85bf6be863
.
2024-08-01 02:19:50 +01:00
dsiders
dfba70e859
Docs: LCL/menus. Modifies TMenuItem.Default to include suggested revisions.
2024-08-01 01:50:01 +01:00
Martin
d61c5aaa38
FpDebug: array-slice intrinsic, fix order for nested slices
2024-07-31 22:56:16 +02:00
Martin
0c87fe9174
FpDebug: add intrinsic :obj()
2024-07-31 22:55:30 +02:00
Martin
658e54abc6
FpDebug: Pascal-parser, add mapping to flatten intrinsic. (new separator ":")
2024-07-31 22:11:26 +02:00
rich2014
2e3aad2755
Cocoa: fix the issue that both LCL and COCOA handle Dragged Event
...
try Drag lite item in TListBox
2024-07-31 20:21:50 +08:00
Juha
9dccbc008f
LCL-GTK2: Fix a crash due to postponed actions after a widget loses focus. Issue #28840 .
2024-07-31 07:38:01 +03:00
Juha
d944f9f554
LCL: Update Caption of a TPageControl when something is docked there. Issue #40741 , patch by Anton Kavalenka.
2024-07-31 00:35:26 +03:00
dsiders
85bf6be863
Docs: LCL/menus. Updates TMenuItem.Default topic for changes in d9ef4ae9
. Issue #41034 .
2024-07-30 20:11:46 +01:00
rich2014
102d9b75c4
OpenGL: add referenced unit based on b1e0da3
, by Anton Kavalenka
2024-07-30 23:36:58 +08:00
rich2014
86a450d70b
Cocoa/ListView: in vsIcon/vsSmallIcon/vsList, add mouse event support
2024-07-30 21:18:43 +08:00
mattias
b79c366239
codetools: added test for non identifiers TestCompareIdentifiers
2024-07-30 12:20:05 +02:00
Juha
d9ef4ae9ab
LCL: Allow only one "Default" MenuItem per menu or submenu. Issue #41034 , patch by Massimo Magnano.
2024-07-30 10:42:35 +03:00
Maxim Ganetsky
f65e2a2aea
Merge branch 'Designer/SelectClass' into 'main'
...
Display frame selection dialog when adding TFrame component from Component List window
See merge request freepascal.org/lazarus/lazarus!309
2024-07-29 13:28:10 +00:00
n7800
c0562f42ce
Use GetCreationClass method instead of OnGetCreationClass event from TRegisteredComponent
2024-07-29 12:58:01 +00:00
n7800
e9e5a30568
ComponentList: Call OnGetCreationClass to display frame selection dialog
2024-07-29 12:58:01 +00:00
rich2014
bf65ea023c
Cocoa: remove some unit comments
2024-07-29 20:21:18 +08:00
rich2014
75f660bcee
Cocoa: fix the issue in ListBox / CheckListBox introduced @ad8dd1d
2024-07-29 20:13:39 +08:00
wp_xyz
1e7cf4ebe3
Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn.
2024-07-29 12:26:08 +02:00
Martin
0a223f247c
LazDebuggerFp: fix hook for i2o intrinsic.
2024-07-28 21:39:07 +02:00
Martin
0b109f4e2d
FpDebug: fixes for flatten-intrinsic
2024-07-28 21:39:07 +02:00
Martin
50e99af185
SynEdit: removed incorrect assert
2024-07-28 21:38:58 +02:00
rich2014
faeab730e0
Cocoa: remove unused unit references
2024-07-28 22:41:19 +08:00
rich2014
b1e0da3394
Cocoa: remove circular unit references, add CocoaCallback/CocoaListView/CocoaWSListView unit
2024-07-28 22:41:11 +08:00
Michaël Van Canneyt
35b44a860b
* Some improvements to file browser:
...
* Configure is now in tools - options
* Allow to display files in the main tree instead of in a separate filelist, allowing a more global overview
* Use icons for files/directories in tree view.
* Allow to specify root directory
* Split controller to separate unit
* File browser reacts now on project open event and changes selected dir.
2024-07-28 16:00:18 +02:00
mattias
fdef402c5a
codetools: added TestCompareIdentifiers
2024-07-27 22:08:58 +02:00
mattias
e1482c3582
codetools: added tests for RenameIdentifier, simplified RenameIdentifier
2024-07-27 21:36:49 +02:00
Juha
1393bae4a7
LCL-GTK3: Make AnchorDocking display dock names properly. Issue #40341 , patch by Anton Kavalenka.
2024-07-27 13:23:19 +03:00
wp_xyz
987f140c91
LCL/PopupMenu: Make TPopupMenu.PopupPoint a writable property.
2024-07-27 12:12:28 +02:00
mattias
00f3d3b397
codetools: added tree of PCodeToolPos
2024-07-27 09:21:04 +02:00
mattias
3e38d50ffa
codetools: added test
2024-07-27 09:21:04 +02:00
Martin
1c61ed510e
FpDebug: flatten intrinsic, fix a nil pointer, fix array expand
2024-07-26 21:06:43 +02:00
Martin
98ff9dab59
SynEdit: fixed defer any actions that need the true ClientRect, until AutoSize was done. (required after recent IDE change, to defer All-AutoSizing)
2024-07-26 20:13:40 +02:00
Martin
d7d77c934e
FpDebug: flatten intrinsic, add optional info about depth/fields for each element
2024-07-26 20:13:40 +02:00
rich2014
4146e268cc
Cocoa/ListView: in vsReport, fix long-standing issues, Merge branch 'cocoa/listview'
2024-07-27 00:37:46 +08:00
rich2014
ad8dd1dba2
Cocoa/ListView: in vsReport, fix the issues related to Multi Selection
2024-07-27 00:35:27 +08:00
rich2014
74415b6056
Cocoa/ListView: in vsReport, fix the issue in ItemDisplayRect()
2024-07-27 00:35:27 +08:00
rich2014
16f03ef620
Cocoa/ListView: in vsReport, fix the issue RowHeight and Spacing related
2024-07-27 00:35:27 +08:00
rich2014
c78b33853a
Cocoa/ListView: in vsReport, fix the issue of double-clicking to enter editing
2024-07-27 00:35:27 +08:00
Martin
a5486f6a71
FpDebug: new intrinsic i2o => show object that implements an interface.
2024-07-25 21:15:24 +02:00
Martin
a16aac7aa5
FpDebug: fix compile 32bit linux
2024-07-25 21:08:16 +02:00
Martin
be343003c0
FpDebug: fix incorrect class typecasts
2024-07-25 21:08:16 +02:00