Commit Graph

62121 Commits

Author SHA1 Message Date
Martin
766bc1a877 Debugger: Fix DisAssemble.CountAfter 2022-02-09 15:39:27 +01:00
Martin
b6be0ae622 FpDebug: Improve Stack after calling TProc(nil) / Call to code not in apps memory 2022-02-09 15:39:26 +01:00
Martin
d962ac2a85 Debugger: reset breakpoint state (unknown, valid, invalid) after debugger stops. Issue #39505 2022-02-09 15:39:26 +01:00
Martin
a930449457 IDE, Debugger: Improve "blue dots"-line-mapping, if a line is missing. Issue #39584 2022-02-09 15:39:26 +01:00
dsiders
d07428b8d1 Docs: LCL/buttons. Adds topic for TCustomSpeedButton.Alignment added in 1f92d4fd.
* Contains topic updates which depend on 4cb682f0, 0bbdfcf5, 6e245453.
2022-02-08 02:44:12 +00:00
Maxim Ganetsky
94fa9e735b Pas2JS: improved some resource strings, regenerated translations and updated Russian translation 2022-02-08 01:24:37 +03:00
wp_xyz
1f92d4fde1 LCL/TSpeedButton: New property Alignment for left/right aligned or centered caption. 2022-02-07 16:04:47 +01:00
wp_xyz
ad41c897b7 LCL/TSpeedButton: Improve text alignment when there is not glyph. 2022-02-07 15:42:10 +01:00
wp_xyz
8cfb1b7a3e LCL/TSpeedButton: Use StringMultilinePropertyEditor for Caption. 2022-02-07 13:32:05 +01:00
wp_xyz
89bd5e8943 LCL/SpeedButton: Draw centered multi-line caption. Issue #39632 2022-02-07 12:59:21 +01:00
dsiders
932d36f20e Docs: LCL/comctrls. Updates content for TCustomTreeView, TTreeNodes, TTreeNode topics. 2022-02-06 17:24:07 +00:00
dsiders
dd89a58018 Docs: LCL/comctrls. Adds, updates TTreeNode and TTreeNodes topics for changes in cd2ae505e3. 2022-02-06 17:24:07 +00:00
Marc
11992ed7d7 FpDebug: Fix decoding of extended general purpose registers 2022-02-06 17:52:20 +01:00
Marc
402360049e FpDebug: Fix compilation of asmtest 2022-02-06 17:50:10 +01:00
dsiders
530925a09f Docs: LazUtils/html2textrender. Adds a RenderHTML2Text topic for changes in 28dc8193. 2022-02-06 15:14:37 +00:00
Michaël Van Canneyt
86ea0a4a9a * Better menu item description 2022-02-06 14:52:24 +01:00
mattias
b9cfb64b7b buildintf: added TProjectFileDescriptor.Initialized, IDE: newfile: set HasResources before calling Initialized 2022-02-06 13:30:18 +01:00
Michaël Van Canneyt
595a4673e4 * HTML -> class definition wizard 2022-02-06 12:45:54 +01:00
Michaël Van Canneyt
257cf10762 * Fix saving of options for using http server 2022-02-06 12:45:54 +01:00
Juha
28dc8193a3 LazUtils: Add a helper function RenderHTML2Text for class THTML2TextRenderer. 2022-02-06 12:38:47 +02:00
Michaël Van Canneyt
17f893cc02 * Use web run params for module 2022-02-05 17:31:59 +01:00
Michaël Van Canneyt
69c78284d8 * Library project for pas2js 2022-02-05 17:29:54 +01:00
mattias
451ba64bde codetools: added pas2js platforms electorn and module 2022-02-05 16:18:30 +01:00
marcoonthegit
9ced709010 * attempt fix for #39553 2022-02-04 23:44:07 +01:00
wp_xyz
d5ab80d754 TAChart: Adapt TBoxAndWhiskerSeries.YDataLayout to changes in the YIndex* properties. 2022-02-04 22:08:22 +01:00
wp_xyz
28b8533917 TAChart: Allow more flexible layout of y values in TBoxAndWhiskerSeries. Issue #39624. 2022-02-04 18:50:15 +01:00
dsiders
9d1e04d4e0 Docs: LCL/shellctrls. Updates content for TShellTreeNode topics. Depends on 93124666, Issue #39629. 2022-02-04 17:31:41 +00:00
Martin
097da34d5b Installer, Win: Add backslash after path var, in case... 2022-02-04 16:40:52 +01:00
Martin
dfd23c955d Installer, Win: fix initial EnvironmentOptions.xml Issue #39630 2022-02-04 16:08:35 +01:00
wp_xyz
931246668e LCL/ShellTreeView: Fix incorrect behavior of TShellTreeView after propagating node renaming to the file system. Issue #39629. 2022-02-04 10:50:42 +01:00
wp_xyz
61ad4be039 Tools/chmmaker: Fix crash when editing table-of-contents of loaded sample project. 2022-02-03 13:45:38 +01:00
wp_xyz
fcb70e903a TAChart: Fix TBoxAndWhiskerSeries crashing when MinYValue or MaxYValue is queried and the series is empty. 2022-02-03 00:33:51 +01:00
wp_xyz
1f695b9d3a Tools/chmmaker: Fix compilation with FPC 3.2.x 2022-02-02 18:36:59 +01:00
wp_xyz
ebf1009e3c TAChart: Some speedup of TBoxAndWhiskerSeries painting 2022-02-02 17:57:55 +01:00
Martin
f7f41f0116 LCL: Fix Canvas.RoundRect with zero radius, wrong size for non-win. Issue #39628 2022-02-02 14:45:51 +01:00
Bart
8c251bbdfb LCL: Use const for parameters. Patch by Alexey Torgashin. Issue #39617. 2022-02-02 13:57:38 +01:00
Maxim Ganetsky
a39d846108 IDE: committed regenerated .res files after recent icon updates 2022-02-02 01:04:20 +03:00
mattias
a0a50faad0 simplewebservergui: comment 2022-02-01 21:59:42 +01:00
mattias
3f43baff8f ide: FileNameToPkgFileType: added fallback when include file is missing 2022-02-01 21:59:42 +01:00
Martin
6adac81859 LazDebuggerGdbmi: Fix compile for non-win targets. 2022-02-01 20:29:42 +01:00
Martin
f895353287 Debugger: Fix Snapshots. 2022-02-01 17:18:20 +01:00
Martin
a37d077199 Debugger: Update LazDebuggerFp testcase for new LazDebuggerIntf / SetNumValue 2022-02-01 17:18:20 +01:00
Martin
aba3d9d0b8 Debugger: Update GDBMI testcase for new LazDebuggerIntf 2022-02-01 17:18:20 +01:00
Martin
8e3c816593 Debugger, LazDebuggerIntf: Introduce SetNumValue and SetTypeName 2022-02-01 17:18:20 +01:00
Martin
442f57cf49 LazDebuggerFp: Handle WatchValue in thread 2022-02-01 17:18:20 +01:00
Martin
9de06ac372 DebuggerIntf,IDE: Add new Notification callback (cancel watch-eval request) 2022-02-01 17:18:19 +01:00
Martin
c1f09236f4 Debugger: Add Begin/EndUpdate to WatchValue 2022-02-01 17:18:19 +01:00
Martin
d814d37966 IdeDebugger: Make TWatchValue ref-counted 2022-02-01 17:18:19 +01:00
Martin
2e8783e5e0 FpDebug: fix uninitialized return value 2022-02-01 17:18:19 +01:00
wp_xyz
a54aa9c1bb Images: Replace icons in images/windows/ by versions adapted to the new style. Provided by Roland Hahn. 2022-02-01 12:40:27 +01:00