Ondrej Pokorny
3c917017f5
IDE: ignore exceptions for invalid project icons
2023-01-10 18:57:21 +01:00
Martin
739b542449
IDEIntf: rename some ResourceString to match the common naming scheme
2023-01-10 17:00:42 +01:00
Martin
2d2e5431aa
IDE: moved some of the most common ResourceString to IdeIntf, so other IDE packages can use them (instead of duplicating them)
2023-01-10 17:00:41 +01:00
wp_xyz
2320646b2d
TAChart: Fix compilation of fpvectorial drawer package broken after commit 53f7749d
. Issue #40086 .
2023-01-10 15:35:05 +01:00
Bart
3b1bba21ff
Masks: rename TMask.Compile to TMask.PrepareCompile and make it set fMaskIsCompiled to False.
...
TMaskUTF8.Compile is now the base method for compiling the mask.
Add a comment about fMaskIsCompiled.
Reasons:
- TMask.Compile did not really compile anything.
- fMaskIsCompiled should only be set to True if (real) compilation of the mask is succesfull
2023-01-10 12:52:45 +01:00
mattias
6bdd3dfa3d
codetools: updated ide unit paths
2023-01-09 20:41:31 +01:00
Martin
d31003464a
LazDebuggerFp: remove int3 when conditional breakpoint is getting disabled/inactive. (used to wait until condition was true)
2023-01-09 17:08:14 +01:00
Martin
3ea1675362
FpDebug: Fix test for "step over". non-breaking breakpoints no longer cause an internal pause
2023-01-09 16:46:53 +01:00
Martin
d99e76636d
FpDebug: fix storing "step info" (symbol/line at PC)
2023-01-09 16:46:53 +01:00
wp_xyz
c69c83ead1
fpvectorial: Fix some issues with text in svg files.
2023-01-09 12:06:08 +01:00
Martin
c59f34e9ba
FpDebug: fixed spelling / thanks to ccrause
2023-01-08 19:33:20 +01:00
wp_xyz
1c8fb9346e
fpvectorial: Show debug tree in svgviewer sample project.
2023-01-08 18:22:25 +01:00
wp_xyz
9ce162804c
fpvectorial: Avoid unnecessary widestring conversion.
2023-01-08 18:21:54 +01:00
ccrause
171be791ea
[RSP] Do not acknowledge an OK response, since qemu complains about receiving an acknowledge after an OK response. It is not clear whether this is in accordance with the RSP protocol specification.
2023-01-08 17:05:04 +01:00
ccrause
1bad121570
[RSP] Removed unused variables.
2023-01-08 17:05:03 +01:00
ccrause
411eebba23
[RSP] Add HWBreak parameter to Add/DeleteBreakWatchPoint method so that TProcess can decide whether a HW or SW break should be inserted on the target.
2023-01-08 17:05:02 +01:00
ccrause
06c4f184d7
[RSP] Bug fix: add the register value to the command to be sent over RSP. Rename ConvertHexWithLittleEndianSwap to HexToIntLittleEndian as this is closer to the regular HexToInt function. Add IntToHexLittleEndian function.
2023-01-08 17:05:01 +01:00
ccrause
b58c6a5dcb
Add call saved registers for AVR to InitializeABIRules.
2023-01-08 17:04:59 +01:00
ccrause
b787b45f59
Specify CIE address size for AVR8 architecture.
2023-01-08 17:04:58 +01:00
Martin
319649fbe6
Debugger: Check quality of debugger in setup
2023-01-08 04:48:14 +01:00
Martin
c7de909539
Debugger: Add dfNotSuitableForOsArch, to filter out unusable backends
2023-01-08 04:36:59 +01:00
Martin
8cd89c5af8
Debugger: Moved backend registration to initialization section
2023-01-08 04:36:58 +01:00
wp_xyz
49c2c20c36
fpvectorial: Fix scaling of margin around painted image in svgviewer demo.
2023-01-08 00:43:37 +01:00
wp_xyz
94c1263a45
fpvectorial: Fix default brush of TPath entity when read from svg file.
2023-01-08 00:40:43 +01:00
wp_xyz
9c3bb03268
fpvectorial: Fix path tokenizer of svg reader choking on concatenated float values without intermediate space.
2023-01-08 00:37:40 +01:00
wp_xyz
193b28c432
fpvectorial: Fix calculation of path boundary box depending on Page.UseTopLeftCoordinates.
2023-01-08 00:34:02 +01:00
wp_xyz
7fb388c217
fpvectorial: Fix 3-digit hex color codes in svg.
2023-01-07 17:28:29 +01:00
wp_xyz
544911a758
fpvectorial: Add sample project "svgviewer"
2023-01-07 17:17:27 +01:00
wp_xyz
1ebbe21ad8
fpvectorial: Fix top-left coordinates in bounding-box calculation.
2023-01-07 17:12:14 +01:00
Juha
01476f8d06
Jedi Code Format: Remove obsolete files that were needed for Delphi.
2023-01-06 15:36:13 +02:00
Juha
3a2bd976df
Jedi Code Format: Support generics with "object" syntax better. Issue #40083 , patch by Domingo Galmés.
2023-01-06 15:33:06 +02:00
wp_xyz
c051f85d6f
fpvectorial: Support writing gradient opacity in svg.
2023-01-06 13:20:49 +01:00
Maxim Ganetsky
84a8d1b168
InstantSearch: regenerated translations and updated Russian translation
2023-01-06 04:49:30 +03:00
Maxim Ganetsky
70e9a26902
InstantSearch: improved settings dialogs layout and i18n
2023-01-06 04:49:30 +03:00
wp_xyz
565ed49825
fpvectorial: Support writing brush and pen opacity in svg. Patch by Johann Glaser.
2023-01-06 00:18:21 +01:00
dsiders
ef893e9866
Docs: LazControls/treefilteredit. Updates topics for changes in 4c822bb36e
.
2023-01-05 19:24:25 +00:00
dsiders
8162f2cd02
Docs: LazControls/listviewfilteredit. Updates topics for changes in 4c822bb36e
.
2023-01-05 19:24:07 +00:00
wp_xyz
0da912bd84
fpvectorial: Fix scaling of pen width in wmf format.
2023-01-05 16:53:42 +01:00
wp_xyz
14de8d531d
fpvectorial: Fix radial gradient brush for rendering and svg.
2023-01-05 16:36:20 +01:00
Michaël Van Canneyt
12136ddf92
* Always set tree name on load, even if empty
2023-01-05 12:49:17 +01:00
Michaël Van Canneyt
8448f250e8
Fix some locations where customdata was still used instead of CustomSessionData
2023-01-05 12:47:17 +01:00
Juha
4c822bb36e
LCL, LazControls: Remove fFilter variable from FilterEdits. Instead use Text property always.
2023-01-05 11:19:04 +02:00
Maxim Ganetsky
335531eabf
InstantSearch: improved strings, continued Russian translation
2023-01-05 04:00:14 +03:00
Ondrej Pokorny
663123ff29
SynEdit: make FindMatchingBracketPair virtual
2023-01-04 10:25:09 +01:00
Maxim Ganetsky
15148b6401
LazReport: removed duplicate code from examples, issue #40072
2023-01-04 02:58:49 +03:00
Maxim Ganetsky
d75d2a2e2d
InstantSearch: improved strings, started Russian translation
2023-01-04 02:52:53 +03:00
wp_xyz
2e9c5286f4
fpvectorial: Remove fileformat specification from TvVectorialReaderFlag; it is selected in the format-specific reader anyway.
2023-01-03 13:31:55 +01:00
Juha
5b27a87e76
Jedi Code Format: Allow only one space after certain keywords. Issue #40075 , patch by Domingo Galmés.
2023-01-03 00:27:00 +02:00
wp_xyz
7274858123
fpvectorial: Fix initialization error in fpvutils.AlphaBlendColor
2023-01-02 18:28:33 +01:00
wp_xyz
e9a6b95bef
fpvectorial: Fix compilation and crash of fpcorelexplorer sample project.
2023-01-02 17:47:10 +01:00