Martin
4d88956173
FpDebug: Allow MemManage read extended to other float types. Fixed test for new soft fpu extended
2024-11-12 22:58:06 +01:00
Martin
35b94fb26f
FpDebug: test, fixed for pascal parser new context
2024-11-12 22:58:06 +01:00
Martin
5932ef9aef
FpDebug: test, remove old test, now covered by LazFpDebugger test.
2024-11-12 22:58:05 +01:00
dsiders
c02978f20f
Docs: LCL/forms. Updates content in THintWindow.ActivateHint and THintWindow.CalcHintRect topics.
...
* Related to (but not dependent on) changes in aeca9749
.
* Originally reported in issue #41194 .
2024-11-12 17:20:15 +00:00
rich2014
aeca9749b1
LCL: fix hint window bounds issue introduced in a2057a6., issue #41194
2024-11-12 20:01:06 +08:00
Maxim Ganetsky
b35ba030b3
LCL-Gtk3: Convert ampersands to underscores and back in captions as needed. Hints from Anton Kavalenka, issue #41220 .
2024-11-11 22:46:51 +03:00
Željan Rikalo
c97c2774da
Qt5,Qt6: do not send LM_CLICKED if button lost focus after mouse down. issue #41237
2024-11-11 18:07:26 +01:00
mattias
dfb7c2bd04
codetools: fixed ExtractFuncResultType for complex types and class operator
2024-11-10 18:03:33 +01:00
mattias
6f72566182
codetools: added test for advanced record completion class operator
2024-11-10 18:01:56 +01:00
Juha
b529b16292
IDE: Prevent compiler warning about a platform specific symbol in new applications. It was suppressed in IDE but Warning count increased. Issue #41224 .
2024-11-10 12:03:10 +02:00
rich2014
1c81206a45
Cocoa: remove circle references between CocoaInt and CocoaWSCommon
2024-11-10 11:59:31 +08:00
wp_xyz
e16acf9623
IconFinder: Further speedup of icon reading.
2024-11-09 22:46:55 +01:00
Maxim Ganetsky
ceb2ada507
JCF2: updated Russian translation
2024-11-09 22:14:23 +03:00
Maxim Ganetsky
7d2a74d680
IconFinder: regenerated translations and updated Russian translation
2024-11-09 22:13:39 +03:00
wp_xyz
3788e25cc6
IconFinder: Display icon count. Update demo projects.
2024-11-09 00:12:46 +01:00
wp_xyz
39252c56ba
IconFinder: Fix crash when icon folders are added/hidden while an icon is selected in the viewer.
2024-11-08 22:34:56 +01:00
Martin
0a86b7b053
Anchordocking: fix default monitor, if no monitor is set in config (0/zero may not be the default on all systems)
2024-11-08 21:26:25 +01:00
Martin
a116ad932e
IdeDebugger: update icons, by Roland Hahn / Issue #41233
2024-11-08 20:31:48 +01:00
Martin
eeca861ba4
FpDebug: mask range check
2024-11-08 20:07:14 +01:00
DomingoGP
4a2319c986
Jedi code format: new option to remove comments in the current editor window.
2024-11-08 19:15:03 +01:00
wp_xyz
b5e2e98d35
IconFinder: Fix failure to display BMP icons.
2024-11-08 18:51:51 +01:00
wp_xyz
a153126d5a
LCL/graphics: Workaround for FPReaderBMP not implementing the InternalSize class function before 3.3.1 (issue 40685)
2024-11-08 18:18:53 +01:00
rich2014
15be94c0ad
Cocoa: remove duplicate calls to selectRowIndexesByProgram() in TCocoaTableListView
2024-11-08 23:15:17 +08:00
DomingoGP
efef2162f8
Jedi code format: takes into account the obfuscation options.
2024-11-08 14:23:04 +01:00
Željan Rikalo
d37c67876e
Qt5, Qt6: small optimization for ExtTextOut when drawing char by char.
2024-11-08 13:08:42 +01:00
wp_xyz
25a1a645ec
IconFinder: Inherit TIconList from TFPHashObjectList rather than TFPGObjectList to speed up TThumbnailViewer.ReadMetadata by factor 2.
2024-11-08 12:25:48 +01:00
rich2014
ebf48ada11
Merge branch 'FixTScrollingWinControlAssumption' into 'main'
...
Cocoa: Fix code assumption that target is always TScrollingWinControl
See merge request freepascal.org/lazarus/lazarus!378
2024-11-08 11:01:12 +00:00
David Jenkins
f09e844111
Cocoa: Fix code assumption that target is always TScrollingWinControl
2024-11-08 11:01:11 +00:00
Željan Rikalo
54ba042fb2
Gtk2: better recognition of wayland session, do not create dummy frame.
2024-11-08 12:00:28 +01:00
rich2014
0120a8437d
Cocoa: fix the missing unit @ 52dc179
...
but the unit circular reference is reintroduced
2024-11-08 01:11:51 +08:00
rich2014
7c6ad9997f
Merge branch 'WidgetSetIsWindowError' into 'main'
...
Cocoa: TCocoaWidgetSet.IsWindow should return true for any widget handle and not just TCocoaWindowContent.
See merge request freepascal.org/lazarus/lazarus!376
2024-11-07 16:47:39 +00:00
David Jenkins
52dc179724
Cocoa: TCocoaWidgetSet.IsWindow should return true for any widget handle and not just TCocoaWindowContent.
2024-11-07 16:47:38 +00:00
rich2014
253c6b1be6
Cocoa: Fixed the issue of calling reloadData in NSTableView triggering OnChange
...
TListView / TListBox / TCheckListBox
2024-11-08 00:37:49 +08:00
wp_xyz
2e21040755
Splash form: Fix size of splash image on mac. Issue #41205 .
2024-11-06 19:09:49 +01:00
Martin
2825d4f579
IDE: Custom IDE title, default value
2024-11-06 16:49:01 +01:00
Martin
929c9e68ca
LazDebuggerFp: fix asm-step-over wrongly stops at finally block in nested code. Issue #41226
2024-11-06 15:55:27 +01:00
Martin
5111f33390
Debugger: If asm stepping stops in source (e.g. asm-step over hits breakpoint / or step ends at known source) then update source-editor. Fix regression from issue #40415 f051d0bd65
2024-11-06 15:55:27 +01:00
Martin
93da1812b9
FpDebug: Asm-step-over, ignore unloading library events
2024-11-06 15:55:26 +01:00
wp_xyz
4f007f3d82
AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2. issue #41205
2024-11-06 15:36:33 +01:00
Maxim Ganetsky
7cfcb81528
LCL-Gtk2: Call SetExceptionMask for all CPUs, not only for x86 (thus unify it with other widgetsets). Fixes crashes on AArch64, issue #41188 .
2024-11-06 15:35:08 +03:00
Maxim Ganetsky
6feb18f05a
IDE: regenerated translations and updated Russian translation
2024-11-06 15:09:36 +03:00
Juha Manninen
b6a9e5daa8
Merge branch 'IDE/PjInsp/ShowPropsButton' into 'main'
...
IDE/ProjectInspector: Add a button to the toolbar to show/hide the properties panel
See merge request freepascal.org/lazarus/lazarus!373
2024-11-06 04:28:06 +00:00
n7800
3f57047f77
IDE/ProjectInspector: Add a button to the toolbar to show/hide the properties panel
2024-11-06 04:10:05 +00:00
wp_xyz
0b7d81bd37
AboutBox/Splashscreen: Fix blurring on Mac Retina displays. Patch by @Slidescape, issue #41205 ,
2024-11-06 00:11:24 +01:00
dsiders
a265712f5f
Docs: LCL/graphutil. Modifies content in ScaleImg topic for changes in 77121d9b
.
...
* Exit ScaleImg immediately when size change for the image is not needed.
2024-11-05 20:30:51 +00:00
wp_xyz
77121d9b42
LCL/GraphUtil: Exit ScaleImg immediately when no size change of the image is needed.
2024-11-05 17:32:43 +01:00
wp_xyz
aef3e62e80
IconFinder: Avoid duplicate processing of default image folder.
2024-11-03 17:49:33 +01:00
rich2014
8a371c283e
Cocoa: add event handler to TCocoaConfigApplication, see also !351
2024-11-02 23:13:44 +08:00
rich2014
012030d528
Merge branch 'AllocMultiResImagesForListView' into 'main'
...
Cocoa: Add function to create multi resolution image from an image list. Change TLCLListViewCallback.GetImageFromIndex to use that function
See merge request freepascal.org/lazarus/lazarus!352
2024-11-01 16:01:55 +00:00
David Jenkins
504b330788
Cocoa: Add function to create multi resolution image from an image list. Change TLCLListViewCallback.GetImageFromIndex to use that function
2024-11-01 16:01:55 +00:00