Martin
|
89282a94ee
|
SynEdit: don't access dangling pointer to FFoldedLinesView. See commit fb279cada4 and ca21254ef0
(cherry picked from commit 3477bc102d)
|
2024-01-28 20:09:10 +01:00 |
|
Martin
|
ca21254ef0
|
SynEdit: prevent fold-view CalculateMaps assert during destroy. Once the handle is destroyed, the HL will scan delayed. Issue #40720
(cherry picked from commit fb279cada4)
|
2024-01-25 12:50:33 +01:00 |
|
Martin
|
6448c2b1a0
|
FpDebug: fix range check in stack unwind (CFI)
(cherry picked from commit ac87f213d1)
|
2024-01-23 11:29:03 +01:00 |
|
Martin
|
910afda1b3
|
LazDebuggerFpLldb: fixed watch-eval for Mac-M2, if stackwindow is closed. (register PC for M2)
(cherry picked from commit c4483bf7f4)
|
2024-01-22 13:58:11 +01:00 |
|
Martin
|
ca859f5b3e
|
FpDebug: Fix mem leak, if breakpoint is set to "auto destroy"
(cherry picked from commit 5d6489a45a)
|
2024-01-20 17:23:53 +01:00 |
|
Martin
|
ef82482ce5
|
LazDebuggerFp: Don't set breakpoints when the debug session is already over
(cherry picked from commit fd792b5d6f)
|
2024-01-20 17:23:53 +01:00 |
|
Martin
|
fbb65eaa20
|
FpDebug: Fix dangling pointer, if debug-backend sets breakpoint too late.
(cherry picked from commit ec98b15709)
|
2024-01-20 17:23:52 +01:00 |
|
Maxim Ganetsky
|
48b54337bc
|
MessageComposer: Restrict minimal form width and height to keep correct layout. Patch by Don Siders, issue #40707.
(cherry picked from commit e585a9016f)
|
2024-01-19 23:02:57 +00:00 |
|
Juha
|
9835b964fb
|
LazUtils: Resolve '/somedir/..' correctly in ResolveDots. Add tests. Issue #40678.
(cherry picked from commit 148b2d23f4)
|
2024-01-18 16:49:34 +00:00 |
|
Maxim Ganetsky
|
7c62769d75
|
Translations: Slovak translation update by LacaK, issue #40700
(cherry picked from commit c2d546e251)
|
2024-01-17 22:39:18 +03:00 |
|
Martin
|
8c022f5c58
|
FpDebug: Don't read debug info with unknown DW_FORM
(cherry picked from commit 532aae6212)
|
2024-01-16 17:46:06 +01:00 |
|
Martin
|
023766bdda
|
SynEdit: Hihghlighter-Html, fix slow down due to internal pchar to string conversions. Issue #40660
(cherry picked from commit a7a0b3ee3a)
|
2024-01-15 01:50:26 +01:00 |
|
rich2014
|
7157791611
|
Cocoa: support moving the mouse to HintWindow for operation in the IDE, Merge branch 'cocoa/mousemove'
there was a bug in the IDE before. HintWindow was hidden before the mouse was moved into HintWindow.
|
2024-01-12 23:17:40 +08:00 |
|
Maxim Ganetsky
|
a7413b60db
|
SynEdit, Highlighters: actually use initial value of DefaultFilter when deciding whether to store this value to LFM or not
(cherry picked from commit 889c2339f6)
|
2024-01-10 16:19:34 +00:00 |
|
mattias
|
9590c4978c
|
codetools: fixed FindDanglingComponentEvents iteration of properties, fixed #40664
|
2024-01-03 10:44:35 +01:00 |
|
Maxim Ganetsky
|
6eb05623c2
|
AnchorDocking: improved header appearance, patch by Don Siders, issue #40677
(cherry picked from commit 3b5bda9882)
|
2024-01-02 15:21:00 +00:00 |
|
Maxim Ganetsky
|
2c67e9194b
|
LazUtils, Translations unit: fixed compilation on 32-bit Darwin as reported on forum:
https://forum.lazarus.freepascal.org/index.php/topic,65612.msg500834.html#msg500834
(cherry picked from commit beb17ad4d7)
|
2023-12-31 17:22:25 +00:00 |
|
Martin
|
bfd4989743
|
FpDebug: prevent div-by-zero in the debugger (in the IDE) while evaluating watches.
(cherry picked from commit 5a1d892e69)
|
2023-12-30 21:07:10 +01:00 |
|
Martin
|
08fac03972
|
FpDebug: Add comparing enum-values in watches "enum1 >= enum2"
(cherry picked from commit 5c6662f3e7)
|
2023-12-30 21:07:09 +01:00 |
|
Maxim Ganetsky
|
3edce304cb
|
JCF2: set incorrectly translated string from German translation fuzzy, issue #40665
(cherry picked from commit 005e37a5a7)
|
2023-12-27 18:59:16 +03:00 |
|
mattias
|
7b1dc7e302
|
set fixes version to 3.1
|
2023-12-17 11:32:55 +01:00 |
|
mattias
|
f771d54e4a
|
set fixes version 3.0
|
2023-12-17 11:23:58 +01:00 |
|
Bart
|
443320c277
|
Fix ForceDirectoriesUtf8 for Windows Apps. See related fpc bugreport https://gitlab.com/freepascal.org/fpc/source/-/issues/40558.
(cherry picked from commit 5335e14783)
|
2023-12-14 23:22:28 +00:00 |
|
rich2014
|
2b2754ab98
|
IDE: fix typo about ofDoNotActivateSourceEditor
|
2023-12-05 00:46:24 +08:00 |
|
rich2014
|
c000fed74d
|
IDE: ofDoNotActiveSourceEditor of TOpenFlag added
|
2023-12-05 00:46:23 +08:00 |
|
Martin
|
5b8033848e
|
SynEdit: ini Highlighter, support optional # comments
(cherry picked from commit c1ab55df5f)
|
2023-12-03 21:28:03 +01:00 |
|
Martin
|
a6fc0b7613
|
FpDebug: check error in expressions, when new dbg-values are created.
(cherry picked from commit 53474705c4)
|
2023-12-02 17:03:08 +01:00 |
|
Martin
|
45e39252e1
|
FpDebug: fix :refcnt for fpc 3.3.1
(cherry picked from commit c398363932)
|
2023-12-02 17:03:08 +01:00 |
|
Martin
|
54ffa1df0e
|
FpDebug: test ".." intrinsic operator / Fix error checking
(cherry picked from commit 8208144cdf)
|
2023-12-02 01:11:26 +01:00 |
|
Juha
|
47c0cc06cb
|
LCL, LazControls: Fix order of calling OnKeyDown in FilterEdit controls. Issue #40601, patch by n7800.
(cherry picked from commit 3692c658ae)
|
2023-12-01 03:07:21 +03:00 |
|
Juha
|
d74ba1712b
|
LCL, LazControls: FilterEdit cleanup. Issue #40601, patch by n7800.
(cherry picked from commit 764415b6a0)
|
2023-12-01 03:07:20 +03:00 |
|
Maxim Ganetsky
|
028cd6f117
|
Lazutils, LCL: fixed compilation with FPC 3.2.3
|
2023-11-30 19:49:10 +03:00 |
|
wp_xyz
|
50c040a7f7
|
TAChart: Fix fit series legend display in html demo.
(cherry picked from commit 3fff0c46d3)
|
2023-11-29 15:50:27 +01:00 |
|
Martin
|
5501549f2a
|
FpDebug: fix MaskBreakpointsInReadData. Don't remove non-set breakpoints
(cherry picked from commit 0922a747d7)
|
2023-11-28 14:02:19 +01:00 |
|
Martin
|
804ca7b377
|
FpDebug: Compilation on LIBC based targets. Workaround for issue #40575
|
2023-11-28 13:31:16 +01:00 |
|
DomingoGP
|
88eb9d53cd
|
Jedi code format: recognize "sealed" / "abstract" for inheriting objects.
(cherry picked from commit 3ff5d50aaa)
|
2023-11-25 12:20:07 +01:00 |
|
DomingoGP
|
e47e9869d3
|
Jedi code format: issue #40612 Accept and "or xor class, ..." operators and improved formatting of operator overloads.
(cherry picked from commit dedb2622b3)
|
2023-11-24 14:18:03 +01:00 |
|
Maxim Ganetsky
|
9951feea7e
|
IDE: pass to FPC only documented assembler mode parameter values and only for relevant CPU families (i8086, i386, x86_64), issue #38786
(cherry picked from commit 7eb6be5a2c)
|
2023-11-24 02:27:02 +03:00 |
|
Juha
|
4c0aec37e6
|
DateTimeCtrlsDsgn: Move uses sections from implementation to interface.
(cherry picked from commit 97c3ff8515)
|
2023-11-21 13:45:11 +00:00 |
|
rich2014
|
cd9da93187
|
fpcunit: fix #29283: save the configuration file to the default path
(cherry picked from commit 218c536b94)
|
2023-11-17 13:45:59 +00:00 |
|
Maxim Ganetsky
|
91c3bf3781
|
LazUtils: more FPC 3.3.1 compilation fixes
|
2023-11-13 02:42:39 +03:00 |
|
DomingoGP
|
74a73ca396
|
Jedi code format: Fix memory leak on unclosed quoted constant string.
|
2023-11-11 18:58:39 +01:00 |
|
Maxim Ganetsky
|
8ea19afecd
|
Components, ExamplesWindow: register IDE command names in locale independent manner
(cherry picked from commit 6478851bc1)
|
2023-11-08 17:28:10 +00:00 |
|
ACTom
|
d0513b237e
|
Fix the problem that TSynMemo reports an error when the input method is enabled on Windows.
(cherry picked from commit 4fd606cdfd)
|
2023-11-01 09:24:32 +01:00 |
|
Martin
|
88ddd885a7
|
FpDebug: fix disassembler DPPD... / Issue #40567 patch by Red_prig (Pavel)
(cherry picked from commit b97a9b80a1)
|
2023-10-30 18:27:22 +01:00 |
|
mattias
|
25013f7e7c
|
codetools: fixed InsertAllNewUnitsToMainUsesSection, issue #40522
(cherry picked from commit 00e6d8fbd8)
|
2023-10-23 14:13:50 +00:00 |
|
Martin
|
a6ee92da7b
|
IDE: Hint (Html/TurboPowerIPro), add space for horizontal scrollbar if needed. Issue #40565
(cherry picked from commit 79a8665989)
|
2023-10-18 16:14:22 +02:00 |
|
ACTom
|
ac975efdde
|
Translations: Chinese translation update by ACTom, merge request !241
(cherry picked from commit 0e61715762)
|
2023-10-18 01:51:14 +03:00 |
|
Martin
|
13c1f3497b
|
LazDebuggerLldb: improved parsing of exception class after fpc_raiseexception. lldb may send \U00000012TClassFooBar
(cherry picked from commit c53355182a)
|
2023-10-17 02:20:54 +02:00 |
|
Martin
|
53bf239eb5
|
FpDebug: fix disassembler "rep ret" Issue #40562 patch by Red_prig (Pavel)
(cherry picked from commit 3100c5c321)
|
2023-10-16 11:38:40 +02:00 |
|