Juha
cd0b898131
IDE: Add a filter clear button in Code Explorer. Merge request !74 by Sergey Larin.
2022-02-24 12:39:00 +02:00
dsiders
b0d263f11d
Docs: build_lcl_docs. Sets an explicit title for CHM files used in the LHelp TOC navigation tree. Issue #28500 .
2022-02-24 07:16:07 +00:00
dsiders
2f59545512
Docs: build_lcl_docs. Fixes an incompatibility with FPDoc 3.3.x.
...
* FPDoc 3.3.X changed the syntax for the --footer argument. It uses an ''@' prefix for file names and treats anythine else as text for the footer.. build_lcl_docs did not handle that syntax. Since we do not know which version of FPDoc will be used, we must handle both.
* Accepts --footer=filename.ext for 3.2.X.
* Accepts --footer=@filename.ext for 3.3.X.
* Accepts --footer="Your text here" for 3.3.X.
* File name expansion and validation occurs in the setter for TFPDocRun.FooterFilename.
* Modifies README.txt and all of the script files (.bat, .sh) to document requirements and usage.
2022-02-24 06:35:16 +00:00
dsiders
5e581ce962
Docs: build_lcl_docs. Removes use of default footer file name.
...
* No default footer file is assumed. Allows output formats to be generated without footers when the --footer option is omitted.
* Removes unused unit LazUtilities from uses clause.
* Renames TFPDocRun.CreateOuputDir to TFPDocRun.CreateOutputDir.
* Fixes strings used in exception and logging messages.
2022-02-24 03:42:20 +00:00
balazs
6f9144a584
IDE: Make Lazarus directory available for packages.
2022-02-23 08:04:33 +02:00
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