Commit Graph

22046 Commits

Author SHA1 Message Date
mattias
45b403df81 projectgroups: clean up 2022-06-10 15:46:05 +02:00
mattias
bb5c50df1e projectgroups: do not bring editor to front on start 2022-06-10 15:45:20 +02:00
Martin
96271ad5c6 FpDebug: Handle exceptions in disassembler 2022-06-10 15:41:58 +02:00
Juha
8c90f8e536 LazReport: Update DefExportFilterClass. Issue #39749, patch by Soner. 2022-06-10 00:56:19 +03:00
Martin
f2cbe3d582 FpDebug: PascalParser fix nil object access. 2022-06-09 17:46:25 +02:00
Martin
b0de3bcc01 FpDebug: Use PrettyPrinter and rdkPrePrinted for (nested) not-yet-implemented types (LazDebuggerIntf) 2022-06-09 17:46:24 +02:00
Martin
e7b23f98d0 LazDebuggerIntf, FpDebug: add array and structure types 2022-06-09 17:46:23 +02:00
Martin
e3d41a28e0 FpDebug: Provide access to internal nested type info 2022-06-09 17:46:23 +02:00
mattias
ead96e373b datetimectrls: set lpk to designtime 2022-06-09 13:18:01 +02:00
Juha
262fe00e31 LazUtils: Add ISO-8859-9 and ISO-8859-14 to the supported encoding list. Issue #39785, patch by Don Siders. 2022-06-08 11:52:12 +03:00
Juha
573be15eaf LazUtils: Add function ISO_8859_14ToUTF8 also to interface section. Issue #39784. 2022-06-07 23:08:33 +03:00
Juha
494fa2abc8 LazUtils: Add encoding ISO-8859-14 to LConvEncoding. Issue #39784, patch by Alexey Torgashin. 2022-06-07 13:00:43 +03:00
Martin
464d077fd4 DebuggerIntf, FpDebug: add PChar vs String 2022-06-07 00:35:59 +02:00
Martin
caa6e333a2 Codetools: prevent endless loop in FindExpressionTypeOfTerm 2022-06-06 21:08:57 +02:00
Martin
01a6b1dd5f DebuggerIntf, FpDebug: add boolean 2022-06-06 21:08:57 +02:00
Martin
19e0cbf641 DebuggerIntf, FpDebug: add char/widechar 2022-06-06 20:54:36 +02:00
Martin
99495ba51a FpDebugDebugger: fix retrieving stack without limit (fix copy stack to clipboard) 2022-06-04 23:06:11 +02:00
Martin
9fb19f8b7d EditorMacroScript: fix skipping self-test 2022-06-04 23:06:11 +02:00
wp_xyz
4d2e74a353 Turbopower_ipro: Fix alignment of text in table cells, issue #39767. 2022-06-01 00:30:22 +02:00
Marc
16321fbd3e FpDebug: Fix range error 2022-05-31 21:47:04 +02:00
wp_xyz
9901aa86f0 Turbopower_ipro: Fix table column width specification by css. 2022-05-31 19:54:46 +02:00
wp_xyz
6b204cd770 Turbopower_ipro: Fix RTL of table cells. Add some colspan test cases. 2022-05-31 18:00:15 +02:00
wp_xyz
420416181f Turbopower_ipro: Extend test application to accept html files with images. 2022-05-31 17:09:27 +02:00
Maxim Ganetsky
8aee0d78a3 SimpleWebServerGUI: improved i18n, regenerated translations and updated Russian translation 2022-05-31 02:28:03 +03:00
Marc
3052c2b048 FpDebug: Add AVX512 extensions of exiting instructions 2022-05-30 22:56:04 +02:00
Marc
86871bc4a7 FpDebug: Clear SIMD flags by default 2022-05-30 22:56:03 +02:00
Marc
fbda5d361c FpDebug: Add load/save option to asmtest 2022-05-30 22:56:02 +02:00
Marc
1e7b32ab20 FpDebug: Split register type enum into register family and operand size as register size 2022-05-30 22:56:02 +02:00
Marc
5d21207723 FpDebug: Replace opcode set with all (new) opcodes 2022-05-30 22:56:01 +02:00
wp_xyz
99e0ce1c1e LHelp: Revert unintentional change in project settings. 2022-05-30 22:41:55 +02:00
wp_xyz
dee5479b97 Turbopower_ipro: Avoid clipping of italic text. 2022-05-30 22:39:13 +02:00
wp_xyz
eeea0faad3 Turbopower_ipro: Fix css for bullet and number types in (un)ordered lists. 2022-05-30 10:33:22 +02:00
mattias
2d84fa6e4a pascalscript: added missing file 2022-05-29 20:10:47 +02:00
mattias
3140a3db66 fpdebug: added mips and misel 2022-05-29 20:09:45 +02:00
wp_xyz
e5c68e975a Turbopower_ipro: Fix parsing of multi-level ordered list. 2022-05-29 19:54:28 +02:00
mattias
9e762cde89 udpated makefiles 2022-05-29 19:34:19 +02:00
mattias
98054da0fa chmhelp: makefile compile with -gw instead of -gs 2022-05-29 19:33:19 +02:00
mattias
49392b08e6 chmhelp: lhelp: use debug 2022-05-29 19:29:24 +02:00
mattias
069804829c pascalscript: Fix compilation of PascalScript for armel and m68k, from Abou Al Montacir 2022-05-29 19:26:38 +02:00
wp_xyz
f57ec3d472 Turbopower_ipro: Add missing nil check to previous commit. 2022-05-29 16:50:28 +02:00
wp_xyz
599b6f0df5 Turbopower_ipro: Fix usage of "dir" attribute in TIpHtmlNodeCORE descendants (RTL). 2022-05-29 16:15:19 +02:00
mattias
da07d07593 codetools: no error on unknown modeswitch 2022-05-29 15:54:10 +02:00
wp_xyz
46e42dceb6 Turbopower_ipro: Fix compilation of designtime package. 2022-05-29 15:45:02 +02:00
wp_xyz
3478834cba Turbopower_ipro: Mark tests as "passed"/"failed", store these test results. 2022-05-29 13:36:29 +02:00
wp_xyz
92ed8ecb60 Turbopower_ipro: Move specialized HTML node classes to new separate unit IpHtmlNodes. 2022-05-29 12:24:48 +02:00
mattias
e8afecf3c7 codetools: pas2js: set fixed modeswitches 2022-05-28 19:56:51 +02:00
wp_xyz
e9948b6fa4 Turbopower_ipro: Move general declarations and general-purpose classes from unit IpHtml to new units IpHtmlTypes and IpHtmlClasses, respectively. 2022-05-28 17:49:29 +02:00
wp_xyz
db6f77000b Turbopower_ipro: Cleanup 2022-05-28 15:54:09 +02:00
wp_xyz
4b61abaefd Turbopower_ipro: Html parser is more tolerant regarding table column width specification. Add more column width tests. 2022-05-28 15:31:17 +02:00
Michaël Van Canneyt
c1e69fee44 * Fix verb execution 2022-05-28 14:55:44 +02:00