Commit Graph

62547 Commits

Author SHA1 Message Date
Marc
9ba59b2dfc FpDebug: Refactor TX86AsmDecoder.DoDisassemble into separate TX86Disassembler object 2022-02-20 16:49:46 +01:00
Sergey Larin
376abd4257 Allow Native QT5 FileDialogs.
Disabled QFileDialogDontUseNativeDialog option.
DontUseNativeDialog option left for PreviewFileDialog only if QT_NATIVE_DIALOGS is not defined.
2022-02-20 16:22:34 +03:00
Sergey Larin
72b19e5f84 Adapted creation of QtFilterString for native dialogs mode.
- Fixed the formation of the filter string, searching in the list for a subsequent call to FileTypeChanged.
- In order for the extensions themselves to be displayed in the drop-down list, and not just the titles,
  Unicode characters FULLWIDTH LEFT PARENTHESIS, FULLWIDTH RIGHT PARENTHESIS are used instead of '(' and ')'.
2022-02-20 16:22:33 +03:00
Michaël Van Canneyt
02daf30de2 * Extract IDs from selected HTML file and fill combobox 2022-02-20 12:44:55 +01:00
Michaël Van Canneyt
6feea8040b * Refresh of HTML-based classes 2022-02-20 12:01:57 +01:00
Sergey Larin
b85417a330 The TCommonDialog.Title property is flagged as nodefault.
Without this change, Title property equal to '' is not saved to .lfm file.
2022-02-20 13:40:35 +03:00
Sergey Larin
bf3f6dbae2 Some non-ASCII character has been replaced in the word "don't" in the comments 2022-02-20 11:10:30 +03:00
Sergey Larin
3e672ebe93 QT4: fixed uninitialized Result when getting WheelScrollLines 2022-02-20 10:14:03 +03:00
Sergey Larin
61f292751a QT5: fixed uninitialized Result when getting WheelScrollLines 2022-02-20 10:13:46 +03:00
Michaël Van Canneyt
c146e71e92 * Handle OnShow menu 2022-02-19 21:56:41 +01:00
Sergey Larin
b7d3edc2d9 Unfocused selection color calculation adapted for Windows.
Under Windows, by default color should be clBtnFace.
2022-02-19 20:19:16 +03:00
Sergey Larin
b2abbfa570 The Power button is activated in the Registers window.
The Power button is apparently previously deactivated by accident.
See f6896bbbb2
2022-02-19 19:36:20 +03:00
Sergey Larin
5f6af4313f Use a special color for selected cells when Grid has no focus 2022-02-19 19:03:23 +03:00
Juha
86a5843fd9 LCL-Win32: Add Windows 11 to WindowsVersion win32proc.pp. Issue #39652, patch by Mark A Paley. 2022-02-19 14:49:48 +02:00
Sergey Larin
ef53a0ca6e Internproc processing added to CodeTools when modeswitch PrefixedAttributes.
Implemented by analogy with `alias:'name1'` processing.
2022-02-19 14:51:03 +03:00
Sergey Larin
abf2576e8d Updated supported procedure modifiers: noinline, noreturn 2022-02-19 13:16:20 +03:00
Sergey Larin
1a49e68465 Updated the list of intrinsic functions: IsManagedType, IsConstValue 2022-02-19 12:46:48 +03:00
Maxim Ganetsky
3964d9db3b Cocoa: fixed crash after selecting a subitem from a popup menu after a modal dialog was shown, patch by Dmitry, issue #39650 2022-02-19 00:45:13 +03:00
Michaël Van Canneyt
6a1a295c7a * Fix strange font 2022-02-18 16:59:10 +01:00
Michaël Van Canneyt
6fa24e2bd9 * Fixes so it works correctly with FPC 3.2 (NeedFielddefs not properly set) 2022-02-18 16:41:24 +01:00
Marc
81f2319e01 FpDebug: Prepare SMID decoding for (E)VEX extensions 2022-02-17 23:53:43 +01:00
Marc
4e6bf84be4 FpDebug: Fix typo in cvttss2si, cvttsd2si, cvtss2si & cvtsd2si instruction 2022-02-17 23:53:43 +01:00
Maxim Ganetsky
ddb029aa77 Cocoa: TCocoaContext.GetTextExtentPoint() height correction (its height now matches the font text extents), patch by David Jenkins, issue #39649 2022-02-18 01:00:39 +03:00
wp_xyz
005bd07b0e TAChart: Fix drawing of TBoxAndWhiskerSeries when box has zero height. Issue #39615. Patch by Frank Freeman. 2022-02-16 18:28:30 +01:00
dsiders
fe1125219b Docs: LCL/controls. Updates topic content and links.
* Contains updates to TControl topics.
* Contains cosmetic tagging changes for True, False, and Nil values.
* Target version: 2.2.2.
2022-02-16 05:05:05 +00:00
Maxim Ganetsky
1e4104c7e7 IDE: regenerated translations and updated Russian translation 2022-02-16 01:45:56 +03:00
Martin
6c33c117ba IDE: Editor-Options, new captions - added info text 2022-02-15 17:04:45 +01:00
Martin
3ba594f827 IDE: Color Config, fix layout / anchor-sides. 2022-02-14 14:54:27 +01:00
Martin
0e74ad0a1e IDE: Change caption for Tools->Option->Color "Caret-Color". Clarify 2nd color applies to multi caret mode only. 2022-02-14 13:45:42 +01:00
Maxim Ganetsky
cf9a94cfc1 Merge branch 'gtk2-fix-popupmenu-separator-height' into 'main'
LCL-GTK2: Fix separator menu item height for when the ImageIndex is not -1.

See merge request freepascal.org/lazarus/lazarus!70
2022-02-13 23:54:42 +00:00
Bad Sector
19d9c7a9b8 LCL-GTK2: Fix separator menu item height for when the ImageIndex is not -1. 2022-02-13 23:52:32 +00:00
Maxim Ganetsky
83be6f15c5 Tools/glazres: regenerated translations and updated Russian translation 2022-02-14 00:58:30 +03:00
Mattias Gaertner
70c7c63954 Merge branch 'gtk-1.2-fixes' into 'main'
Fix Gtk 1.2 LCL backend.

See merge request freepascal.org/lazarus/lazarus!69
2022-02-12 20:52:21 +00:00
wp_xyz
60cfbfedb4 Tools/glazres: Add captions to buttons. Enforce form size constraints. 2022-02-12 19:57:49 +01:00
wp_xyz
918cc3797c Tools/glazres: new "close" and "file name" images by Roland Hahn for more consistent GUI. 2022-02-12 19:28:09 +01:00
Bad Sector
41671c1605 Merge branch 'main' into gtk-1.2-fixes 2022-02-12 18:28:11 +02:00
Bad Sector
40bb744caf LCL-GTK1: Send LM_CONTEXTMENU for right clicks so that popup menus work. 2022-02-12 17:53:36 +02:00
Maxim Ganetsky
274a5486c6 Cocoa: CocoaGDIObjects TCocoaContext.TextOut text drawing optimization, patch by David Jenkins (try 2), issue #39641 2022-02-12 17:53:36 +02:00
Maxim Ganetsky
d80803b935 Tools/glazres: regenerated translations and updated Russian translation 2022-02-12 17:53:36 +02:00
Maxim Ganetsky
0acaf1972a IDE: regenerated translations and updated Russian translation 2022-02-12 17:53:36 +02:00
wp_xyz
1a91daeaac Tools/glazres: Fix LCL scaling when form size is in ini file. Fix form resizing. 2022-02-12 17:53:36 +02:00
Martin
879695bf3f IDE: new splash logo / red banner removed. Issue #39587 2022-02-12 17:53:35 +02:00
Martin
86c504e5af Installer, Win: Update images. Issue #39587 2022-02-12 17:53:35 +02:00
wp_xyz
236c9395bc Tools/glazres: Activate LCL scaling. Replace images by new high-dpi aware images by Roland Hahn. New icon. 2022-02-12 17:53:35 +02:00
Maxim Ganetsky
dd81442065 Revert "Cocoa: CocoaGDIObjects TCocoaContext.TextOut text drawing optimization, patch by David Jenkins, issue #39641"
This reverts commit 6fc2cb7173.
2022-02-12 17:53:35 +02:00
marcoonthegit
f054f1811f * try to fix sitemap editor. Still the whole concept is rough, and probably also suffers from changes wrt projectdir, since the sitemaps are saved to a different directory 2022-02-12 17:53:35 +02:00
Martin
03fdaa768c Asm-Dialog: fix for 3.2.2 / Issue #39645 2022-02-12 17:53:35 +02:00
Maxim Ganetsky
ffd4757217 Cocoa: CocoaGDIObjects TCocoaContext.TextOut text drawing optimization, patch by David Jenkins (try 2), issue #39641 2022-02-12 02:38:52 +03:00
Maxim Ganetsky
a297b6b623 Tools/glazres: regenerated translations and updated Russian translation 2022-02-12 01:32:03 +03:00
Maxim Ganetsky
64777f4a09 IDE: regenerated translations and updated Russian translation 2022-02-12 01:32:02 +03:00