Commit Graph

66897 Commits

Author SHA1 Message Date
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
rich2014
ff59286152 Cocoa: support moving the mouse to HintWindow for operation in the IDE, Merge branch 'cocoa/mousemove'
there was a bug in the IDE before. HintWindow was hidden before the mouse was moved into HintWindow.
2024-01-12 23:01:51 +08:00
rich2014
d2b6d5fe66 Cocoa: prevent HintWindow from becoming KeyWindow 2024-01-12 22:55:52 +08:00
rich2014
51ee1f91e5 Cocoa/IdeHelp: mouse move into HintWindow supported in IDE 2024-01-12 22:55:52 +08:00
rich2014
9a199aca26 Cocoa/MouseMove: GetScreenPointFromEvent() added and applied 2024-01-12 22:55:52 +08:00
rich2014
9bee6accf5 Cocoa/MouseMove: Cursor in THintWindow supported 2024-01-12 22:55:51 +08:00
rich2014
3d7e52dc95 Cocoa/MouseMove: a large number of unnecessary duplicate MouseMove events eliminated 2024-01-12 22:55:51 +08:00
Maxim Ganetsky
eb8d46514b DocEditor: improved Russian translation 2024-01-12 02:30:30 +03:00
Maxim Ganetsky
20aa63ed56 IDE: regenerated translations and updated Russian translation 2024-01-12 02:29:49 +03:00
Martin
ee6b4fce64 IDE, Debugger: Asm Window, invalidate after colors changed 2024-01-11 12:32:21 +01:00
Martin
f96bef27b6 IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
Martin
844ce18504 IDE: EditorOptions - Colors, remove some left over "UpperCase". Data is actually stored mixed case. 2024-01-11 02:38:37 +01:00
Martin
9d4a82b1dc IDE: EditorOptions - Colors, fixes for "MappedAttributes". When checking for user-config, don't check cross-schemes. 2024-01-11 02:38:36 +01:00
Martin
a96f739d8c IDE: EditorOptions - Colors, fixes for "MappedAttributes".
- Fix Reserved_word should not have "_"
- Fix "Assign" would change StoredName, and make prevent the attribute from being found in "ApplyTo" (and elsewhere)
2024-01-11 02:38:36 +01:00
Martin
914f3df1ae IDE: EditorOptions - Colors, fix ColorAttributeModifier handling. Modifiers will "merge" the default colors, so no need to copy. In case of multiple merges/modifications the copy could undo the prior merging 2024-01-11 02:38:30 +01:00
Martin
1c663f6bf2 IDE: EditorOptions - Colors, fix filling in the filename extensions when opening window. 2024-01-11 02:38:30 +01:00
Martin
af296156eb IDE: EditorOptions - Colors, filter color groups that are not relevant for the selected highlighter 2024-01-11 02:38:30 +01:00
rich2014
beeabd41a0 Cocoa: Accelerator key (&) should be only supportted in TPopupMenu on macOS 2024-01-10 21:31:57 +08:00
wp_xyz
0f5a732909 TAChart: Deprecate functions PointDist and LinePointDist in favor of new PointDistSq and PointLineDistSq. 2024-01-10 14:02:49 +01:00
Martin
94dc3369d9 LazEdit: Updated regexpr 2024-01-09 23:39:19 +01:00
Bart
55a3ce52e0 Issues.xml: TListView.OnChanging not supported (cocoa,gtk2,gtk3,qt,qt4,qt5,qt6. the other WS don't have an issue.xml, or are deprecated). 2024-01-08 19:28:29 +01:00
rich2014
7520a1a5ef Cocoa: fixed missing Accelerator key (&) support in Menu 2024-01-08 18:37:53 +08:00
Željan Rikalo
c7bbb0b354 Qt: fixed memleak in enumfontfamiliesex. 2024-01-08 08:29:34 +01:00
Željan Rikalo
eb41784ad0 Qt5,Qt6: fixed memleak in enumfontfamiliesex() 2024-01-08 08:27:29 +01:00
dsiders
d0137e028e Docs: LCL/actnlist. Fixes invalid parameter name, and adds missing content.
* Renames TActionEvent.Action to TActionEvent.AAction
* Adds content in TShortCutList and ApplicationActionComponent topics.
2024-01-08 07:09:34 +00:00
Maxim Ganetsky
eebe824b53 IDE: regenerated translations and updated Russian translation 2024-01-08 03:17:53 +03:00
Maxim Ganetsky
3515118a09 IDE: Code Templates dialog improvements. Based on patch by n7800, issue #40654. 2024-01-08 02:40:55 +03:00
Maxim Ganetsky
889c2339f6 SynEdit, Highlighters: actually use initial value of DefaultFilter when deciding whether to store this value to LFM or not 2024-01-07 19:50:57 +03:00
Michaël Van Canneyt
9f756357f4 * No wordwrap for preview memo, use scrollbars 2024-01-07 13:59:28 +01:00
Michaël Van Canneyt
d3599e1f6a * Display created actions count correctly 2024-01-07 13:59:28 +01:00
Michaël Van Canneyt
34c7037b52 * Some fixes in code generation 2024-01-07 13:59:28 +01:00
Juha
74cf07c706 Examples: Register 'messageboxes'. Issue #40686, patch by Alexey Torgashin. 2024-01-07 11:15:45 +02:00
DomingoGP
6fb4b3e49b Jedi code format: remove code that does nothing since OLD_REG_ROOT_KEY is equal to REG_ROOT_KEY 2024-01-06 12:38:19 +01:00
Bart
fb861fa2a1 Win32 Add a comment to indicate the purpose of the TWindowProcHelper.WinProcess variable.
It's naming is a bit confusing, so maybe we should rename it?
2024-01-06 12:14:13 +01:00