Commit Graph

62410 Commits

Author SHA1 Message Date
dsiders
1b56acef93 Docs: LazControls. Updates scripts to use FPDoc 3.3.1. 2022-02-23 02:47:20 +00:00
dsiders
66cd96821d Docs: LazControls. Updates CSS styles to match LCL, LazUtils. 2022-02-23 02:46:37 +00:00
dsiders
dd5b364e1b Docs: LazControls. Modifies project file to use FPDoc 3.3.X syntax in footer option. 2022-02-23 02:45:57 +00:00
dsiders
d47c55d93d Docs: LCL/popupnotifier. Fixes spelling errors and typos. 2022-02-22 17:19:25 +00:00
Martin
699b7e240a LazDebuggerLldb, FP: fix register for Apple M1 (arm64). Required to get exception class and message. 2022-02-22 01:01:41 +01:00
Martin
d38a268f3d FpDebug: Win64, Fix "Run (F9)" incorrectly triggered watch/stack updates while the app was running.
Similar to the Win32 fix at a92db946ec
2022-02-22 01:01:40 +01:00
Martin
8335731953 FpDebug: Fixed uninitialized variables. 2022-02-22 01:01:40 +01:00
Maxim Ganetsky
d233f9981f Pas2JS: fixed typos in resource strings, regenerated translations and updated Russian translation 2022-02-22 01:26:39 +03:00
dsiders
84a85843ed Docs: LCL/popupnotifier. Updates topic content and links. 2022-02-21 17:01:43 +00:00
Michaël Van Canneyt
3727ad2dea * Add DTStopas File-new item 2022-02-21 10:04:01 +01:00
dsiders
86f222952f Docs: LCL/controls. Updates topic content and links.
* Mostly topics in TWinControl.
2022-02-21 02:43:05 +00:00
Maxim Ganetsky
762c36d773 Pas2JS: fixed typo in resource string, regenerated translations and updated Russian translation 2022-02-21 00:53:49 +03:00
mattias
ea2a452113 IDEIntf: comments 2022-02-20 20:24:11 +01:00
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