Commit Graph

64064 Commits

Author SHA1 Message Date
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
Maxim Ganetsky
ad5d9a11e8 IDE: regenerated translations and updated Russian translation 2023-01-09 04:50:21 +03:00
Maxim Ganetsky
8d4ca8f43f IDE: improved strings in Debugger Initial Setup dialog 2023-01-09 04:49:10 +03:00
Martin
c59f34e9ba FpDebug: fixed spelling / thanks to ccrause 2023-01-08 19:33:20 +01:00
mattias
f09a59cb1c updated lpl files 2023-01-08 18:46:33 +01:00
mattias
770a65172b ide: less hints 2023-01-08 18:45:51 +01:00
mattias
955ab8dc27 IDE: less hints 2023-01-08 18:45:51 +01:00
mattias
ce2948da4f ide: comments 2023-01-08 18:45:51 +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
Martin
84adf78bd9 Merge branch 'avr-cfi' into laz-main
See merge request freepascal.org/lazarus/lazarus!101
2023-01-08 17:18:52 +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
5f94809cc6 Makefile: make sure all default debuggers are always included in the IDE 2023-01-08 14:30:30 +01:00
Martin
ca4050616e Initial setup: use FpLldb only on Mac / fix layout/anchors 2023-01-08 13:59:13 +01:00
Martin
319649fbe6 Debugger: Check quality of debugger in setup 2023-01-08 04:48:14 +01:00
Martin
4a616acb99 Debugger: DebuggerOptions load unknown/unsupported backends into separate lists. 2023-01-08 04:37:03 +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
Martin
8f2367727a DebuggerOptions: TDebuggerPropertiesConfig removed MarkAsDeleted workaround. 2023-01-08 04:36:58 +01:00
Martin
8ddfc51b46 DebuggerOptions, EnvironmentOptions: move class-config 2023-01-08 04:36:58 +01:00
Martin
774b11bf18 EnvironmentOptions: When saving data, don't destroy any existing xml. (if data on disk changed) 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
Bart
0e8088ef64 Win32: fix drawing selection range if TTrackBar.Reversed is True. Resolves issue #40080. 2023-01-06 11:08:33 +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
07e3637e13 Docs: LCL/stdctrls. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:37 +00:00
dsiders
eb4d50e52e Docs: LCL/menus. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:18 +00:00
dsiders
6d35a1aa5b Docs: LCL/comctrls. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:00 +00: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
dsiders
7b102240df Docs: LCL/editbtn. Adds, removes, and updates topics for changes in 4c822bb36e. 2023-01-05 19:23:51 +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