wp_xyz
f933c75d91
freetype: Fix range-check error when compiled with range-check on.
...
(cherry picked from commit 78225565ce
)
2023-02-18 01:30:31 +03:00
Ondrej Pokorny
a414fc5c19
IDE: TImageIndexPropertyEditor: fix drawing images for ImageIndex properties that have no default value
...
(cherry picked from commit 2a084c7a90
)
2023-02-18 01:30:31 +03:00
wp_xyz
2bd584904e
ideintf/ImageListEditor: Less truncation of loaded large images.
...
(cherry picked from commit ac784af64b
)
2023-02-18 01:30:31 +03:00
Martin
05d329b0db
FpDebug: Make commit IFDEFed: Windows, rewrite of "step after hitting breakpoint".
2023-02-17 14:46:58 +01:00
Martin
60cf5a6011
FpDebug: Windows, rewrite of "step after hitting breakpoint". Fix issues with incorrect steps (Instr-Ptr not reset) in multi thread scenario, when the int3 had been remove in the meantime.
...
(cherry picked from commit 2f4e270270
)
2023-02-17 10:44:38 +01:00
Bart
c2eb7446af
Masks: make some TMaksList methods virtual (as per user request).
2023-01-14 14:16:04 +01:00
Maxim Ganetsky
49381efd93
Translations: Slovak translation update by LacaK, issue #40038
...
(cherry picked from commit bf3cf8d65e
)
2022-12-10 04:41:26 +03:00
Martin
4893ac58f6
SynEdit: fix crash/hang (endless loop) in SearchReplace. Advance 1 char, if regex returns an zero-len match. Issue #39999
...
(cherry picked from commit 6793da0620
)
2022-11-22 16:58:34 +01:00
Martin
564e1e8244
Codetool: prevent recursion in ResolveBaseTypeOfIdentifier. Issue 39897
...
`fdfFunctionResult` will cause `FindExpressionTypeOfTerm` to `ResolveChildren` and recurse forever if the node starts with open brackets. If the cursor is not on an identifier, it should not be a function and the flag is not needed.
(cherry picked from commit e1dc8a96d9
)
2022-10-26 15:03:49 +02:00
wp_xyz
928dd513c0
LCL: More complete FPC version check in spinex.pp.
2022-10-02 14:27:09 +02:00
mattias
9145ab626f
set fixes version to 2.2.5
2022-09-24 01:37:51 +02:00
mattias
06a78ed923
set fixes version to 2.2.4
2022-09-24 01:31:39 +02:00
Bart
ffa66c6049
TFloatSpinEditEx: revert part of changes made in #95cfa51d, since it refuses to compile on MacOS en Linux 64 bit.
...
(cherry picked from commit 05531f1071
)
2022-09-23 00:54:58 +03:00
Bart
af337163f9
TFloatSpinEdit(Ex): fix crash in OI when setting MaxValue/MinValue/Increment. Issue #39792 .
...
(cherry picked from commit 95cfa51d1b
)
2022-09-23 00:52:38 +03:00
wp_xyz
f901071078
LCL/TaskDialog: Fix command and radio buttons on TaskDialog being exchanged in non-Windows widget sets.
...
(cherry picked from commit b442769bb0
)
2022-09-23 00:52:06 +03:00
Juha
8cbb20102e
IDE: Keep suggesting the old suffix of a project main source file when "Saving As". Issue #39885 .
...
(cherry picked from commit 8bb0530a24
)
2022-09-23 00:51:46 +03:00
Juha
3c62a67aac
Converter: Do not comment out {$R *.res} directive even if the file does not exist. It will be generated. Issue #39336 .
...
(cherry picked from commit 402c6a3c09
)
2022-09-23 00:51:24 +03:00
Bart
94db701545
TDateEdit: remove unused var from Loaded (leftover from a workaround).
...
(cherry picked from commit 39bf8b7aba
)
2022-09-17 02:12:56 +03:00
Bart
1ce54877a2
TDateEdit: avoid OnChange being issued in Loaded. Fixes issue described in https://forum.lazarus.freepascal.org/index.php/topic,60538.msg453740.html#msg453740
...
(cherry picked from commit e7e585f13d
)
2022-09-17 02:12:54 +03:00
wp_xyz
302a29d51a
LCL/DBGrid: Fix memory leak, patch by michalgw, issue #39904 .
...
(cherry picked from commit e21bc4cd01
)
2022-09-17 02:12:51 +03:00
wp_xyz
5fce24b919
LCL/Toolbar: Fix incorrect high-dpi scaling of toolbuttons due to hard-coded constant margins.
...
(cherry picked from commit 6d123c6ac8
)
2022-09-17 02:12:49 +03:00
wp_xyz
54645ad05e
LCL: Increase distance between TToolButton icon and text in List mode.
...
(cherry picked from commit 7db50f95cc
)
2022-09-17 02:12:46 +03:00
wp_xyz
fcd740e5e1
LCL/Images: Higher contrast version of cycle-implementation overlay icon for unit dependencies form.
...
(cherry picked from commit 43b6a8bac4
)
2022-09-17 02:08:29 +03:00
Martin
1940610041
FpDebug: fix range check error in stack
...
(cherry picked from commit 126dd815cd
)
2022-09-10 01:01:37 +02:00
Martin
9f70423e35
LazDebuggerFp: fix getting full Callstack.Count - Issue #39886
...
(cherry picked from commit 61e5fb272a
)
2022-09-06 21:45:14 +02:00
Martin
289e8b9397
Debugger: Stack.CountLimited, Ensure result is always set. Mentioned in issue #39886
...
(cherry picked from commit f63ba9cd3b
)
2022-09-06 21:45:14 +02:00
Martin
d8c23df73b
LazDebuggerFp: Add nil check in Memreader
...
(cherry picked from commit 88ad421ae1
)
2022-09-06 21:45:14 +02:00
Martin
c3774ab48e
Debugger, LLDB: reworded misleading message: "Debugger stopped" => "Process stoppend"
...
(cherry picked from commit 64380b2fd2
)
2022-08-31 14:08:19 +02:00
Martin
ae0ad9c262
Debugger: fix crash in GetUniqueName
...
(cherry picked from commit bf105af56c
)
2022-08-31 14:07:31 +02:00
Martin
e31362f90c
Debugger: Feedback dialog, use ParentColor. Issue #39839
...
(cherry picked from commit 2468eac09e
)
2022-08-31 14:05:49 +02:00
wp_xyz
135590ca78
LCL/Grids: Remove internal function PointIgual(), use built-in TPoint operator <> instead, issue #39850 .
...
(cherry picked from commit 024e28702a
)
2022-08-29 02:58:27 +03:00
wp_xyz
8c898cd63a
Designer: TScrollingWinControl paints design-time grid only on visible area. Issue #39866 . Based on work by German forum user "siro".
...
(cherry picked from commit b9c4368fce
)
2022-08-27 20:26:47 +03:00
Ondrej Pokorny
ed085d959f
LCL buttonpanel: fix hiding glyphs with ShowGlyphs. issue #37455
...
(cherry picked from commit cea0e01fd4
)
2022-08-27 20:19:59 +03:00
wp_xyz
cc48d6c1d7
LCL: Revert 0c285d6eb9
(fixes issue #39861 ).
...
(cherry picked from commit 7950515229
)
2022-08-27 20:19:30 +03:00
Maxim Ganetsky
e1205b4733
Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39863
...
(cherry picked from commit c987cf35a0
)
2022-08-22 02:37:15 +03:00
Patriccollu
4eafebb91f
LCL: Update Corsican translation
...
(cherry picked from commit 89940985cc
)
2022-08-13 02:03:23 +03:00
juha
aa1d7758ce
IdeIntf: Prevent bogus entries in TEnumPropertyEditor better. Issue #39832 .
...
(cherry picked from commit d623f68c1d
)
2022-08-13 01:52:57 +03:00
juha
cd3d8a368b
IdeIntf: Prevent bogus entries with a non-contiguous enum in TEnumPropertyEditor. Issue #39832 .
...
(cherry picked from commit 686b056fcf
)
2022-08-13 01:52:55 +03:00
Bart
cd997e0308
Grids: capitalize Sender. Patch by Alexey Torgashin. Issue #39849 .
...
(cherry picked from commit 8abffea77a
)
2022-08-13 01:52:53 +03:00
Martin
7d64b56269
LazLogger: fix parsing parameters (handling "=") / Issue #39812
...
(cherry picked from commit 20a05aea86
)
2022-08-07 23:22:21 +02:00
Martin
66ffa62a45
Merge branch 'CompletionNextChar' into 'main'
...
SynEdit, Completion: Fix Last line not maintain right key because LogCaret.Y is One based
See merge request freepascal.org/lazarus/lazarus!104
(cherry picked from commit 6a5b9a627c
)
2022-08-07 15:59:28 +02:00
Martin
2b37669e29
FpDebug: fix accessing nil pointer
...
(cherry picked from commit dd22337fc3
)
2022-08-07 15:59:28 +02:00
Jesus Reyes A
9e0730b2dd
LazReport: Add scrollbars to memo in variables editor, by Michal Gawrycki. Fix #30593
...
(cherry picked from commit 640f35cba5
)
2022-08-01 01:41:29 +03:00
dsiders
00f9467f14
Docs: LCL/lcltranslator. Fixes tagging errors.
...
(cherry picked from commit dc62a1cc70
)
2022-08-01 01:35:52 +03:00
dsiders
7f0a33ed65
Docs: LCL/lcltranslator. Adds, updates topic content. Depends on d85e87e5
.
...
* Updates TranslateLCLResourceStrings and SetDefaultLang topics.
* Adds new topic for TranslateUnitResourceStringsEx added in d85e87e5
.
(cherry picked from commit cf0c11cb35
)
2022-08-01 01:35:49 +03:00
dsiders
fd4f2ea2ec
Docs: LCL/lcltranslator. Removes extra spaces in topics. Updates tagging for True and False values.
...
(cherry picked from commit 4b96fd369f
)
2022-08-01 01:35:47 +03:00
dsiders
0699d8db18
Docs: LCL/various. Fixes spelling and grammar errors.
...
Modified files:
docs/xml/lcl/buttonpanel.xml
docs/xml/lcl/dbactns.xml
docs/xml/lcl/graphmath.xml
docs/xml/lcl/lclproc.xml
docs/xml/lcl/lcltaskdialog.xml
docs/xml/lcl/lcltranslator.xml
(cherry picked from commit f16931bfc4
)
2022-08-01 01:35:45 +03:00
Maxim Ganetsky
4334a7da39
LCL: Added convenience TranslateUnitResourceStringsEx wrapper to LCLTranslator.
...
It allows to no longer include Translations unit in addition to LCLTranslator if user wants to translate some additional unit.
'Ex' suffix allows to avoid name collision with similar functions in Translations unit.
(cherry picked from commit d85e87e54f
)
2022-08-01 01:24:26 +03:00
Maxim Ganetsky
8ddb9fc103
LazDataDesktop: removed obsolete IFDEFs (register all possible engines), issue #39836
...
(cherry picked from commit fd7e574b54
)
2022-07-30 01:41:43 +03:00
wp_xyz
6e946f7fd0
LCL/ShellCtrls: Fix ShellTreeView crashing when a file has been deleted by the OS.
...
(cherry picked from commit e9e8f6ef32
)
2022-07-30 01:41:43 +03:00