Maxim Ganetsky
|
d2efdbabc9
|
Codetools: Fixed AV in "Project -> Show Used PPU Files" when sorting by double-clicking on last three columns. Patch by n7800, issue #40984.
(cherry picked from commit 60e0038353)
Co-authored-by: Maxim Ganetsky <maxim@lazarus-ide.org>
|
2024-06-12 23:32:38 +00:00 |
|
rich2014
|
7a7fad9190
|
laz.virutaltrees / Cocoa: fix the issue that the first line displayed abnormally when scrolling
for example, there are many items in Lazarus IDE BreakPoints Dlg.
|
2024-06-09 15:52:40 +08:00 |
|
DomingoGP
|
f90017e4f6
|
Jedi code format: fix calls to inherited in array index.
(cherry picked from commit 543afd6573)
|
2024-06-08 19:24:22 +02:00 |
|
DomingoGP
|
a9137b980f
|
Jedi code format: Fix issue #40981 inherited function calls.
(cherry picked from commit b37e92de41)
|
2024-06-08 19:23:48 +02:00 |
|
DomingoGP
|
41db711cbc
|
Jedi code format: Fix issue #40980, exception on unterminated string.
|
2024-06-08 19:19:32 +02:00 |
|
wp_xyz
|
69414a9276
|
VirtualTreeview: Move LCL implementation units in laz.VirtualTrees to interface uses section. Fixes building Laz/main with FPC/main.
(cherry picked from commit 3635aa3044)
|
2024-05-26 17:36:39 +02:00 |
|
wp_xyz
|
8fb29f121e
|
TAChart: More changes related to issue #40780. Patch by raspberryrabbit.
(cherry picked from commit e5c820b1d3)
|
2024-05-26 17:36:38 +02:00 |
|
wp_xyz
|
9f64bc4fc7
|
TAChart: (hopefully) fix compilation with FPC 3.3.1. Issue #40780.
(cherry picked from commit ca58c47ab7)
|
2024-05-26 17:36:38 +02:00 |
|
mattias
|
c78aa26ce4
|
set fixes version to 3.5
|
2024-05-24 22:41:38 +02:00 |
|
mattias
|
34295aa424
|
set fixes version to 3.4
|
2024-05-24 22:33:14 +02:00 |
|
mattias
|
89476ec791
|
codetools: fixed clearing include file link
|
2024-05-24 11:48:20 +02:00 |
|
Martin
|
35dab68891
|
FpDebug: Windows, implement alternative "normal" file reading (via stream). On 32bit mapping an entire file into memory can fail, if not enough continuous memory is available.
(cherry picked from commit dc46e8ce2e)
|
2024-05-23 22:02:30 +02:00 |
|
Martin
|
84ac965aeb
|
FpDebug: Windows, implement alternative "normal" file reading (via stream). On 32bit mapping an entire file into memory can fail, if not enough continuous memory is available.
(cherry picked from commit 515c01c063)
|
2024-05-22 17:16:23 +02:00 |
|
DomingoGP
|
e4d0ae656e
|
Jedi code format: fix parser error when there are more than one attribute.
(cherry picked from commit 140875c982)
|
2024-05-20 18:31:40 +02:00 |
|
Bart
|
f6e8cb7775
|
Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800.
(cherry picked from commit 1f7accb9e2)
|
2024-05-20 00:54:39 +03:00 |
|
Bart
|
452adce230
|
Fix several occurrences of raise exception('some string'), in effect casting a string into an exception, instead of raise exception.create(). Issue #40860. Patch by n7800 (slightly modified).
(cherry picked from commit db6ed214b9)
|
2024-05-20 00:54:38 +03:00 |
|
wp_xyz
|
68d01bced8
|
Virtualtreview: Fix loading resources from DLL (https://forum.lazarus.freepascal.org/index.php?topic=67250.msg517169)
(cherry picked from commit 03c96ee8aa)
|
2024-05-19 16:20:14 +03:00 |
|
Juha
|
54f9d96c35
|
LazControls: Filter data by TreeFilterEdit also when the TreeView is switched. By n7800.
(cherry picked from commit 7f000a6970)
|
2024-05-19 16:20:13 +03:00 |
|
wp_xyz
|
9092a2cfc0
|
TAChart: Fix inconsistent usage of brush styles in series OnCustomDrawPointer (https://forum.lazarus.freepascal.org/index.php/topic,66664.msg511859.html#msg511859).
(cherry picked from commit e11e1d3921)
|
2024-05-19 16:20:13 +03:00 |
|
Željan Rikalo
|
78a3c8cd12
|
Qt5,Qt6: Fixed doubled menu on designer surface. Patch by Don Siders. issue #40947
(cherry picked from commit bfc25b89bb)
Co-authored-by: Željan Rikalo <zeljko@lazarus-ide.org>
|
2024-05-18 10:10:05 +00:00 |
|
Martin
|
a5893453ea
|
LazDebuggerFp: fixed range check / added safety check for string len (exception msg/name).
(cherry picked from commit 06f123d8dd)
|
2024-05-09 21:01:23 +02:00 |
|
Martin
|
c67be2ea44
|
FpDebug: Return errors when the debugger can't start.
From 190b5e77a7
|
2024-05-09 14:50:47 +02:00 |
|
Martin
|
88046c217e
|
SynEdit: fix endless loop in html-exporter. Patch by michalgw. Issue #40927
(cherry picked from commit 6b9d5774e7)
|
2024-04-28 13:40:26 +02:00 |
|
Martin
|
aecd6e6158
|
SynEdit: Fix SynEditMarkupHighAll MaybeDropOldMatches
(cherry picked from commit 0002e72121)
|
2024-04-25 17:37:55 +02:00 |
|
Martin
|
c161252eca
|
SynEdit: SynEditMarkupHighAll, tests
(cherry picked from commit c250e622d1)
|
2024-04-25 17:35:27 +02:00 |
|
Martin
|
6b1b9c63b3
|
SynEdit: Fix for SynEditMarkupHighAll, keep AFirstKeptValidIdx
(cherry picked from commit 78cf30a16a)
|
2024-04-25 17:27:33 +02:00 |
|
Martin
|
ca66fed678
|
SynEdit: Fix SynEditMarkupHighAll MaybeDropOldMatches and DeleteInvalidMatches
(cherry picked from commit ad3c41af62)
|
2024-04-25 17:27:32 +02:00 |
|
Martin
|
606b60fab6
|
SynEdit: fix FindStartPointUsedExistingMatch
(cherry picked from commit 3f6c2f860d)
|
2024-04-25 17:23:49 +02:00 |
|
Martin
|
e740c08173
|
LazDebuggerFp: fix "variant" converter for dwarf-2
(cherry picked from commit ac0faad39a)
|
2024-04-21 11:30:41 +02:00 |
|
Martin
|
9b2a8b054a
|
Revert "SynEdit: Marks-gutter, use all columns before icons get out of visible range. Issue #40914"
This reverts commit 9e4f31e452.
|
2024-04-20 19:25:43 +02:00 |
|
Martin
|
9e4f31e452
|
SynEdit: Marks-gutter, use all columns before icons get out of visible range. Issue #40914
(cherry picked from commit 8bcc164019)
|
2024-04-20 16:59:18 +02:00 |
|
Martin
|
c41a93243a
|
SynEdit: mitigate endless loop with regex replace and utf8. (regex does not handle utf-8). Issue #40900
(cherry picked from commit c4644e5d63)
|
2024-04-20 16:59:18 +02:00 |
|
Martin
|
e964bd179b
|
FpDebug: force asm window, when explicitly stopping in no-source-code area (breakpoint, or "step-out")
(cherry picked from commit db75236351)
|
2024-04-20 16:59:17 +02:00 |
|
martin
|
f9189c8fae
|
FpDebug, Linux: Fix leaked handle
(cherry picked from commit 5c5e12448d)
|
2024-04-20 16:53:58 +02:00 |
|
DomingoGP
|
dc908869d6
|
Jedi code format: better fix for issue #40871 error handling set definition with ranges.
(cherry picked from commit 8d91b18a79)
|
2024-04-01 12:22:23 +02:00 |
|
DomingoGP
|
98d5b5f8b1
|
Jedi code format: fix issue #40871 error handling a set with ranges, based on a patch from bytebites
(cherry picked from commit a326522d93)
|
2024-04-01 12:21:59 +02:00 |
|
mattias
|
76c3448700
|
freetype: reduced implementation uses to avoid triggering fpc bug
|
2024-03-20 18:30:22 +01:00 |
|
Maxim Ganetsky
|
8202264d10
|
IDEIntf: regenerated translations and updated Russian translation
(cherry picked from commit decd3881c4)
|
2024-03-20 19:21:40 +03:00 |
|
wp_xyz
|
ab700311a7
|
IDE/LCL: Prevent using the TListItems component editor when the associated listview is in virtual mode. https://forum.lazarus.freepascal.org/index.php/topic,66660.0.html, patch by dsiders.
(cherry picked from commit 5621ec7af3)
|
2024-03-20 19:21:40 +03:00 |
|
mattias
|
411bfb5fc1
|
freetype: cleaned up some uses sections
(cherry picked from commit 733ac0edd1)
|
2024-03-20 18:07:58 +03:00 |
|
Martin
|
9aa5e02565
|
FpDebug: x86-disassembler: fix vcvtph2ps Issue #40837
(cherry picked from commit a005719185)
|
2024-03-15 16:30:21 +01:00 |
|
Martin
|
6fc81bcc83
|
FpDebug: x86-disassembler: fix pextr/vpextr Issue #40842
(cherry picked from commit 0ad56931a0)
|
2024-03-14 19:52:27 +01:00 |
|
Martin
|
225e15c69d
|
FpDebug: x86-disassembler: fix pmovzx/pmovsx/vpmovzx/vpmovsx Issue #40844
(cherry picked from commit 08a139d30e)
|
2024-03-14 19:52:27 +01:00 |
|
Martin
|
09f989b452
|
Debugger: fixed crash in disassembler (dangling pointer, due to wrong object in free notify)
(cherry picked from commit aeffa71e22)
|
2024-03-14 19:52:26 +01:00 |
|
Martin
|
f273c758fb
|
FpDebug: x86-disassembler: fix popcnt,bsf,tzcnt,bsr,lzcnt Issue #40843
(cherry picked from commit 4fd8e89e60)
|
2024-03-14 19:52:26 +01:00 |
|
Juha
|
866da59aff
|
IdeIntf: In TCompPaletteUserOrder.SortPagesAndCompsUserOrder turn a for loop into a while loop. Items can be deleted.
(cherry picked from commit a6a98c4327)
|
2024-03-11 20:07:54 +03:00 |
|
Juha
|
29df713d4b
|
Codetools: Prevent an eternal loop in procedure ImproveStringConstantEnd.
(cherry picked from commit 79a6aff5c9)
|
2024-03-11 20:07:54 +03:00 |
|
Juha
|
258e8cb94e
|
Codetools: Complete also a virtual/overridden method body with empty brackets. Issue #40799, patch by Domingo Galmés.
(cherry picked from commit d0c036aa81)
|
2024-03-11 20:07:53 +03:00 |
|
wp_xyz
|
d61851df1d
|
TAChart: Avoid drawing no candlestick box when open and close prices in a TOpenHighLowCloseSeries are equal.
(cherry picked from commit 12e9db2f31)
|
2024-03-11 20:07:53 +03:00 |
|
wp_xyz
|
1b1ecefa7b
|
TAChart/RadialSeries: Fix crash due to empty AngleCache (see https://forum.lazarus.freepascal.org/index.php/topic,66470.msg509501.html)
(cherry picked from commit 1ee8c6edb1)
|
2024-03-11 20:07:53 +03:00 |
|