Commit Graph

66730 Commits

Author SHA1 Message Date
Martin
1d34cc6a2b SynEdit: PasHighLighter, fixes for deprecated 2024-01-18 17:05:47 +01:00
Maxim Ganetsky
a2d346daf9 IDEIntf: regenerated translations and updated Russian translation 2024-01-18 02:52:06 +03:00
Maxim Ganetsky
30bf64e0ef IDEIntf: improved Input Mask Editor dialog i18n 2024-01-18 02:50:28 +03:00
Bart
310abc6966 MaskEdit property editor: adapt for EnableSets. 2024-01-17 21:44:39 +01:00
Maxim Ganetsky
c2d546e251 Translations: Slovak translation update by LacaK, issue #40700 2024-01-17 18:34:10 +03:00
DomingoGP
efc43d0463 Jedi code format: suppress compiler hints. 2024-01-17 14:33:49 +01:00
wp_xyz
05f867ee4b LCL/Graphics: Fix TImage being empty when its picture was written by an unregistered writer. Issue #40685. 2024-01-17 12:21:45 +01:00
Maxim Ganetsky
767d21e2d9 IDE: fixed a typo in command-line key for skipping debugger checks (Debbugger -> Debugger) 2024-01-17 04:00:40 +03:00
wp_xyz
0a726f4b75 TAChart: Fix FitSeries crashing when y error bars are all zero. 2024-01-17 00:20:32 +01:00
wp_xyz
34c8c64d30 TAChart: Add option (bruPercentageArea) to draw size of bubbles in TBubbleSeries proportional to area rather than radius. Rename bruPercentage to bruPercentageRadius. 2024-01-16 22:59:28 +01:00
Bart
a09b37afad MaskEdit: adapt FormatMaskText for EnableSets. 2024-01-16 19:19:14 +01:00
Martin
aefe523c1e LazDebuggerFpLldb: fix mem-leak (MemModel) 2024-01-16 17:33:57 +01:00
Martin
532aae6212 FpDebug: Don't read debug info with unknown DW_FORM 2024-01-16 17:31:57 +01:00
dsiders
c9cb29b47a Docs: LCL/maskedit. Updates TCustomMaskEdit topics for changes in b48d102c.
* TCustomMaskEdit.EnableSets removes experimental designation.
* TCustomMaskEdit.OnValidationError adds topic content and See Also links.
2024-01-15 23:57:01 +00:00
Bart
a1f45d1080 IDEIntf: property-editor for TMaskEdit: set minimal width for samples listbox. 2024-01-15 23:15:39 +01:00
Bart
b48d102c91 MaskEdit: publish properties EnableSets, ValidationErrorMode and OnValidationError. 2024-01-15 23:09:44 +01:00
mattias
df08d02d68 lazutils: FindClose in try finally 2024-01-15 15:21:41 +01:00
mattias
cd514961b0 codetools: FindClose in try finally 2024-01-15 15:18:56 +01:00
mattias
58fa8cf4d0 ide: FindClose in try finally 2024-01-15 15:11:14 +01:00
Maxim Ganetsky
44a97af383 IDE: Create a list of custom key schemes as needed before making a first write to it. Fixes memory leak when calling ./lazarus --help. 2024-01-15 03:29:38 +03:00
Martin
9700c1459b FpDebug: Linux, Use unit "SysCall" rather than "external name". Provide option to define FPDEBUG_USE_LIBC to force use of libc instead of DoSysCall (related to issue #40575) 2024-01-14 23:36:09 +01:00
Martin
8c268c4992 IDE, SourceEdit: Don't show hint if any mouse button is down. Issue #40117 2024-01-14 23:17:56 +01:00
Martin
a7a0b3ee3a SynEdit: Hihghlighter-Html, fix slow down due to internal pchar to string conversions. Issue #40660 2024-01-14 22:25:10 +01:00
Martin
eea26e4647 Merge branch 'fpdebug-addressclass2' by CCrause 2024-01-14 19:30:35 +01:00
Martin
f9e55734c6 FpDebug: update apps 2024-01-14 19:29:14 +01:00
Martin
b7313df57d LeakInfo: update for new FpDebug MemModel 2024-01-14 19:29:14 +01:00
Martin
60d2e5540e AMEND 2024-01-14 19:29:13 +01:00
Martin
a8c78c1862 FpDebug: Clean up TFpDbgLocationContext.ReadAddress - MemModel does fill in all fields 2024-01-14 19:29:13 +01:00
Martin
dbd0141eac FpDebug: MemModel for Win/Darwin / fixes 2024-01-14 19:29:13 +01:00
ccrause
c327f03044 Move IsReadableLoc and IsReadableMem to MemModel. 2024-01-14 19:29:13 +01:00
ccrause
3ecbb52069 Updated MemModel structure. 2024-01-14 19:29:12 +01:00
wp_xyz
2369bbb1dd Examples: Fix vst_dataarray demo not being shown in Examples windows. 2024-01-14 16:58:13 +01:00
rich2014
5a5e92008b Cocoa: fix range check error in TCocoaWSCustomTabControl.GetTabRect() 2024-01-14 23:31:35 +08:00
Bart
a4ab5f4aa2 Cocoa: adapt issues.xml after commit e8132d72 (issue ##19169). 2024-01-14 15:47:34 +01:00
rich2014
e8132d722a Cocoa: Fix #19169, TCustomListView.OnChanging() 2024-01-14 22:05:51 +08:00
mattias
ba509cfde3 pas2js: run params: set working directory 2024-01-14 12:39:04 +01:00
mattias
b38b88bdb5 ide: run working directory: use exe folder and as fallback the project directory 2024-01-14 12:33:19 +01:00
rich2014
9f62dd37a3 Cocoa: Fix #22360 the issue of changing the focus control again during changing the focus control 2024-01-14 18:00:43 +08:00
Juha
9dc10d9aed LCL-CustomDrawn: Check all list entries in VerifyAndCleanUpFontDirectories. Issue #40694, patch by Alexey Torgashin. 2024-01-14 10:55:05 +02:00
Bart
bb021c62c4 TFileSearcher: add path to filename for OnQueryFileFound and OnQueryDirectoryFound.
Reason: Self.Path is not up to date unless directory will be entered, which is only done after the call.
2024-01-13 23:15:33 +01:00
dsiders
5f19d0caf8 Docs: LazUtils/lazfileutils. Updates the ResolveDots topic for changes in 148b2d23. Issue #40678. 2024-01-13 16:59:55 +00:00
wp_xyz
92271f5b1a VirtualTreeView: Add dataarray sample project. 2024-01-13 16:40:30 +01:00
rich2014
bf13d10552 Cocoa: Fix #40680, the issue in TDbLookupCombobox with csDropDownList 2024-01-13 21:25:23 +08:00
Juha
446ca6bda6 IDE: Support Unicode with "set element" error messages in "All options..." window. 2024-01-13 14:22:52 +02:00
Juha
73dbd5ab75 IDE: Support '+' after a boolean compiler option in "All options..." window. Issue #40691. 2024-01-13 13:12:28 +02:00
Juha
148b2d23f4 LazUtils: Resolve '/somedir/..' correctly in ResolveDots. Add tests. Issue #40678. 2024-01-13 12:48:03 +02:00
Juha
e916d8bc16 LCL-GTK2: Fix tooltip positioning for auto-completion droplist. Issue #40659, patch by Alexander Bagel. 2024-01-13 11:35:32 +02:00
Juha
aa367b6914 IDE: Ignore '-' and invalid values after a boolean compiler option in "All options..." window. Issue #40691. 2024-01-13 10:40:39 +02:00
rich2014
0fe1612c28 Cocoa: Fix MouseMove issue related to PopupMenu 2024-01-13 00:29:06 +08:00
rich2014
2c9de97577 Cocoa: fix #40692, the bug of Modal Window 2024-01-12 23:06:09 +08:00