Commit Graph

64300 Commits

Author SHA1 Message Date
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
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
5a269b8bc4 Streamline code for FilterEdits and their example project. 2023-01-05 13:18:28 +02: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
dsiders
a47f5195e7 Docs: LCL/stdctrls. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:02:14 +00:00
dsiders
0a16942fbb Docs: LCL/printers. Adds admonitions for platform support. 2023-01-04 20:01:51 +00:00
dsiders
9cbbe15038 Docs: LCL/menus. Adds admonitions about macOS Carbon support. 2023-01-04 20:01:13 +00:00
dsiders
99cc3a3a3c Docs: LCL/forms. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:00:54 +00:00
dsiders
62f0ec3a7b Docs: LCL/extctrls. Adds admonitions for macOS Carbon widgetset. Updates content for TCustomPanel topics. 2023-01-04 20:00:42 +00:00
dsiders
e885f5eca6 Docs: LCL/dialogs. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:00:18 +00:00
dsiders
c06f4b42bb Docs: LCL/controls. Adds admonitions for macOS Carbon widgetset. Updates content for TMouse topics. 2023-01-04 20:00:04 +00:00
dsiders
ba5d5c3e5f Docs: LCL/comctrls. Adds admonitions for macOS Carbon widgetset. Updates content for TStatusBar, TProgressBar, and TTrackBar topics. 2023-01-04 19:57:25 +00:00
dsiders
0f4b5748fb Docs: LCL/buttons. Adds admonitions for macOS Carbon widgetset. 2023-01-04 19:56:30 +00:00
Ondrej Pokorny
663123ff29 SynEdit: make FindMatchingBracketPair virtual 2023-01-04 10:25:09 +01:00