Commit Graph

23669 Commits

Author SHA1 Message Date
Maxim Ganetsky
c280b11889 Pas2JS: regenerated translations and updated Russian translation 2024-04-06 20:52:45 +03:00
Maxim Ganetsky
a976387063 Pas2JS: improved and cleaned up i18n 2024-04-06 20:52:45 +03:00
Maxim Ganetsky
852e19274e SimpleWebServerGui: improved Russian translation 2024-04-06 20:52:44 +03:00
Martin
b38dcaebfc SynEdit: Fix crash (write incorrect memory via pointer in DoGetPhysicalCharWidths / not caught by range check) and 2ndary range-check-error, when linetext has #$00. Issue #40873 2024-04-06 17:38:18 +02:00
Martin
a8651246a0 Debugger: Improve new Displayformats. Redo layout of watch properties 2024-04-06 17:38:17 +02:00
Juha
959d8c6ad4 Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
Juha
68e341be20 Remove IdeIntf dependency from CompilerOptions. 2024-04-06 14:49:39 +03:00
mattias
eb480b51d8 pas2js: resourcestring 2024-04-05 21:12:03 +02:00
mattias
a64088aefb pas2js: show error when downloading 2024-04-05 21:04:08 +02:00
mattias
d7e2935f3f pas2js: using openssl 2024-04-05 20:51:27 +02:00
mattias
4564e60ba5 pas2js: showing install menu item 2024-04-05 20:41:31 +02:00
mattias
944fda4e6d pas2js: clean up 2024-04-05 20:25:32 +02:00
mattias
9650ea9371 pas2js: download release in thread and progress dialog 2024-04-05 20:24:31 +02:00
mattias
cbb928ad70 pas2js: download release 2024-04-05 18:40:22 +02:00
mattias
53321a2b49 pas2js: browse buttons 2024-04-05 18:40:22 +02:00
mattias
8b0b1fba22 pas2js: started installer dialog 2024-04-05 18:40:22 +02:00
mattias
fd9746e2f9 pas2js: started install 2024-04-05 18:40:22 +02:00
Juha
f468a36dd0 IDE: In Project Options show build modes more distinctively. Issue #40816, patch by n7800. 2024-04-05 17:42:10 +03:00
DomingoGP
8d91b18a79 Jedi code format: better fix for issue #40871 error handling set definition with ranges. 2024-03-31 18:39:50 +02:00
Juha
7f000a6970 LazControls: Filter data by TreeFilterEdit also when the TreeView is switched. By n7800. 2024-03-29 16:50:25 +02:00
DomingoGP
a326522d93 Jedi code format: fix issue #40871 error handling a set with ranges, based on a patch from bytebites 2024-03-28 21:20:04 +01:00
DomingoGP
cb6991ccd6 Jedi code format: more fine grained control of warning messages. 2024-03-28 11:15:23 +01:00
Martin
dd49f320f4 LazControls: Fix DividerBevel for vertical layout / Ensure correct values for very small/thin bevels 2024-03-27 20:02:04 +01:00
rich2014
a528a5c515 FpDebug: fix compliation error when FPC<3.3.1 2024-03-24 23:57:04 +08:00
Bart
db6ed214b9 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). 2024-03-23 23:16:38 +01:00
wp_xyz
e11e1d3921 TAChart: Fix inconsistent usage of brush styles in series OnCustomDrawPointer (https://forum.lazarus.freepascal.org/index.php/topic,66664.msg511859.html#msg511859). 2024-03-22 22:21:22 +01:00
Pascal Riekenberg
3caf5b699b SynEdit: Syncro edit: fixed wrong type cast 2024-03-22 10:53:43 +01:00
wp_xyz
51d2468af3 fpvectorial: One more exception when a non-text page is passed to the pdf writer. Issue #40858. 2024-03-21 19:09:21 +01:00
wp_xyz
e8c9f1f61e fpvectorial: Raise exception when pdfvectorialwriter is requested to save a vectorial (non-text) page. Issue #40858. 2024-03-21 19:00:50 +01:00
Martin
82cda34b48 FpDebug, test: update for 3.3.1 2024-03-20 19:45:07 +01:00
Martin
ca431adcf2 FpDebug, test: disable thread check on Linux. Not required, and currently not fully implemented 2024-03-20 19:45:06 +01:00
martin
5c5e12448d FpDebug, Linux: Fix leaked handle 2024-03-20 19:45:06 +01:00
mattias
733ac0edd1 freetype: cleaned up some uses sections 2024-03-20 15:42:59 +01:00
marcos-ebm
d3f23af47c Translations: Brazilian Portuguese translation update, merge request !275 2024-03-19 20:43:30 +03:00
Maxim Ganetsky
decd3881c4 IDEIntf: regenerated translations and updated Russian translation 2024-03-19 19:10:35 +03:00
wp_xyz
5621ec7af3 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. 2024-03-18 21:07:15 +01:00
Martin
5f9dd398f7 FpDebug: fix "EProcess" not found 2024-03-18 20:47:12 +01:00
Martin
6f0d8113cd FpDebug: Remove LCL / Win32Proc 2024-03-18 19:54:48 +01:00
Martin
dec0414cd6 FpDebug: update Makefile 2024-03-18 17:54:30 +01:00
Martin
a9ecef9ad2 LazDebuggerFp: defer destroying internal breakpoints, so they don't access any pending TDbgThreads (try getting instruction pointer) 2024-03-18 15:52:53 +01:00
Martin
34a5fe0392 Debugger, Test: don't get current location when not paused 2024-03-18 15:52:33 +01:00
Martin
6aa6ea6983 Ide, Debugger, FpDebug: Implement StdIn/StdOut file redirection. Issue #40458 2024-03-18 14:01:44 +01:00
wp_xyz
8744e56918 TAChart: Support series pointers in TAChartStyle. 2024-03-16 22:24:31 +01:00
Martin
ed068882ea FpDebug: Improve dis-asm stack-unwinder. Collect register values. 2024-03-15 22:19:51 +01:00
Juha
ab3528d900 IdeScout: Fix compilation. 2024-03-15 20:20:55 +02:00
Martin
f6bc1ee84e FpDebug: x86-disassembler: test 2024-03-15 16:29:18 +01:00
Martin
a005719185 FpDebug: x86-disassembler: fix vcvtph2ps Issue #40837 2024-03-15 16:18:10 +01:00
Juha
1a2b394941 Remove IdeIntf dependency from unit PackageDefs. 2024-03-15 11:52:35 +02:00
Juha
3ec140e266 Move unit ComponentReg from IdeIntf to BuildIntf. 2024-03-15 10:40:41 +02:00
Juha
2c7e959e62 IdeIntf: Remove LCL dependency from unit ComponentReg. Adjust TRegisteredComponent method visibility. 2024-03-15 10:40:40 +02:00