Commit Graph

67882 Commits

Author SHA1 Message Date
Martin
15b8b4893e FpDebug, IDE: show address for RIP relative asm operand 2024-07-11 01:10:18 +02:00
Martin
a7345859cd FpDebug: Windows, added float registers / use softfpu for 80bit (convert to double) 2024-07-11 00:13:53 +02:00
Martin
c424cf492d FpDebug: fix compile win32 2024-07-11 00:05:52 +02:00
Martin
b55faa7970 FpDebug: Linux, added float registers 2024-07-10 23:46:52 +02:00
Juha
c43cda1cc5 LazUtils: Fix a typo in UTF8LowerCaseFast. Merge request !303. 2024-07-11 00:20:24 +03:00
Martin
85f227d16f FpDebug: Linux, remove define / always true 2024-07-10 20:21:13 +02:00
Martin
70bb0c369a FpDebug: Windows, added float registers 2024-07-10 20:21:13 +02:00
wp_xyz
f46d09e16f IDE: More consistent style of arrow icons. 2024-07-09 20:00:34 +02:00
Martin
0f2c5ea302 GdbmiDebugger: don't try to evaluate non-existing registers from cache (if target CPU was changed) 2024-07-09 19:53:28 +02:00
Martin
8ec704c935 Debugger: Don't show non-available registers from cache. Ensure errors are shown. 2024-07-09 19:33:16 +02:00
Martin
7d1dc79584 IdeDebugger: Watches, fix updating array bounds for expanded view / grow expanded rows up to pagination-limit. Issue #41015 2024-07-09 16:46:06 +02:00
rich2014
8fba72e1fd Cocoa: fix the issue of Notification on macOS 13+, issue #41016, Merge branch 'cocoa/notify' 2024-07-09 22:36:59 +08:00
rich2014
2fa8c3206c Cocoa: fix the linker issue that APP could not run on macOS 10.13- after linking the UserNotifications Framework 2024-07-09 22:33:07 +08:00
rich2014
caad04b08d Cocoa: add system default Sound to notification 2024-07-09 22:32:48 +08:00
rich2014
14d9977fc8 Cocoa: apply Notification to ShowBalloonHint (New and Legacy) 2024-07-09 22:31:22 +08:00
rich2014
e79b42baa3 Cocoa: add definitions related to UNUserNotification 2024-07-09 22:30:40 +08:00
Maxim Ganetsky
0ef797a45c Packager: fixed memory leak when trying to add already existing dependency (spotted in merge request !302) 2024-07-09 01:41:02 +03:00
wp_xyz
6248e7d959 LazVirtualTreeview: Use default hint kind if not set by OnGetHintKind (ported from blikblum's repo, PR #34). 2024-07-08 19:14:09 +02:00
rich2014
40f2a90d83 Cocoa: fix the issues of TrayIcon, Merge branch 'cocoa/trayicon' 2024-07-08 21:16:51 +08:00
rich2014
9d09a0c98b Cocoa: improve TrayIcon to make it adaptive icon size 2024-07-08 21:15:49 +08:00
rich2014
30719c1db4 Cocoa: Notification can be set to always be presented, even when the app is in Focus. 2024-07-08 21:15:49 +08:00
rich2014
5db9facb32 Cocoa: fix the issue that ShowBalloonHint does not conform to conventions on macOS, issue #41016 2024-07-08 21:15:49 +08:00
DomingoGP
2b70328d5d Jedi code format: Fix bug when obfuscating only selected text. 2024-07-07 19:17:03 +02:00
Martin
f581d4f764 IdeDebugger: fix searching array-index in expression. 2024-07-07 18:11:26 +02:00
Martin
835e3c2a62 DockedFormEditor: Prevent TForm from being aligned to parent (resize-container). Issue #39531 2024-07-07 15:25:35 +02:00
Martin
68b94f6b72 FpDebug: fix for Line-To-AddressMap. Lines for one unit(file) can be split can be split across several CU (generics). Create global line maps. TODO: a single file can also occur in several libraries (separate TFpDwarfInfo) with different line ranges in use. 2024-07-07 13:37:45 +02:00
Maxim Ganetsky
642cd1e58a IDE: regenerated translations and updated Russian translation 2024-07-06 21:50:13 +03:00
Maxim Ganetsky
b9b8afe5b6 IDE: improved "Rename units to lowercase" i18n 2024-07-06 21:48:41 +03:00
wp_xyz
e4372edcea IDEIntf/ImageListEditor: more consistent naming, dedicated icon set by Roland Hahn. 2024-07-06 17:45:48 +02:00
Juha
ff3175bce6 IDE: Improve renaming project files to lowercase further. Issue #10370. 2024-07-06 11:25:56 +03:00
Juha
3d47bef87e Codetools,IDE: Allow renaming project files to lowercase in a case-insensitive file system. Issue #10370. 2024-07-06 06:08:20 +03:00
Jesus Reyes A
e9e8f61f5a LazReport: TfrHTMExportFilter.ColorToHex can be optimized, from Alexey Torgashin, issue #40966 2024-07-05 17:26:05 -06:00
wp_xyz
bae7ac120d IDE: New icons in the component editors and some IDE forms. By Roland Hahn. 2024-07-05 18:37:44 +02:00
rich2014
2b98b04950 Cocoa: add notice comments for NSScroller.isCompatibleWithOverlayScrollers() 2024-07-05 21:20:31 +08:00
rich2014
16fa2d2364 Cocoa: remove unused Scroller Arrow related code
Scroller Arrow has been removed since macOS 10.7
2024-07-05 21:20:31 +08:00
rich2014
f1a9cdfe14 Cocoa: fix the visibility of Overlay Style Scroller 2024-07-05 21:20:31 +08:00
rich2014
d5e286fd61 Cocoa: fix the visibility of Legacy Style Scroller 2024-07-05 21:20:31 +08:00
rich2014
551af85901 Cocoa: ensure that in extreme cases, the Scroller can remain Horizontal/Vertical unchanged 2024-07-05 21:20:31 +08:00
rich2014
ccadb8bbdd Cocoa: remove duplicate code in TCocoaScrollStyleManager.updateLayout() related 2024-07-05 21:20:31 +08:00
rich2014
7f97b8379d Cocoa: remove unnecessary Legacy Style-only code in Scroll 2024-07-05 21:20:31 +08:00
rich2014
ca2bb30540 Cocoa: unify Scroll related naming 2024-07-05 21:20:30 +08:00
Martin
48c96f03fc FpDebug: improve compile error msg 2024-07-05 10:28:07 +02:00
Juha
baa04bf91a IDE: Move some code from TProjectUnitFileSelector to TRemoveFilesSelector. 2024-07-04 17:58:57 +03:00
Juha
0b023f20d7 IDE: Make renaming project files to lowercase silent. No questions asked. Issue #10370. 2024-07-04 17:58:57 +03:00
Juha
3aaa732045 IDE: Split function RenameUnit into smaller funcs. Prevent double question dialogs when renaming a file. 2024-07-04 17:58:57 +03:00
wp_xyz
32b46a3540 VirtualTreeView: Enable hints (taken from blikblum repository, based on patch by trexet) 2024-07-04 16:48:34 +02:00
Juha
5082cc1189 Converter: Handle mrCancel in question dialog. Part of merge request !281. 2024-07-04 08:24:22 +03:00
DomingoGP
109012f8f7 Jedi code format: Fix issue #41011, bad format of comments before class var 2024-07-03 21:09:14 +02:00
wp_xyz
8c91606093 IDEIntf/TGraphicPropertyEditor: Update enabled state of Clear button. 2024-07-03 16:57:15 +02:00
rich2014
2ee50f02d8 Cocoa: improve Overlay Style Scroller to support Trackpad Tapping and keep it consistent with the native Scroller. Merge branch 'cocoa/scroll' 2024-07-03 22:55:56 +08:00