A cross-platform UI framework for .NET
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steven Kirk
33f0e42063
win32: Don't raise TextInput event when KeyDown was handled.
On win32, returning handled from `WM_KEYDOWN` doesn't automatically prevent a `WM_CHAR` message, resulting in #5849 .
Fix this by setting a flag after `WM_KEYDOWN` is handled which will make the following `WM_CHAR` message be ignored.
This is the second attempt at fixing this after it was decided that https://github.com/AvaloniaUI/Avalonia/pull/7351 was not the right approach.
Fixes #5849
5 years ago
..
Input
Windows IME (#7007)
5 years ago
Interop
Windows IME (#7007)
5 years ago
OpenGl
Ensure Alpha is set for WGL display
5 years ago
Properties
Remove copyright headers.
7 years ago
Win32Com
Minor cleanup
5 years ago
WinRT
Fix compile errors on net6.0.
5 years ago
.gitignore
Removed generated code
6 years ago
Avalonia.Win32.csproj
Merge branch 'master' into features/use-external-microcom-generator
5 years ago
ClipboardFormats.cs
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
ClipboardImpl.cs
Prevent infinite loop on OpenClipboard.
6 years ago
CursorFactory.cs
Don't allow premultipied alpha for the moment.
6 years ago
DataObject.cs
Fixed popup positioning issue
5 years ago
DragSource.cs
Reduced array allocations.
7 years ago
EmbeddedWindowImpl.cs
Ported native embedding PR to master
6 years ago
FramebufferManager.cs
Use GetRequiredService throughout.
5 years ago
IconImpl.cs
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
NonPumpingSyncContext.cs
Now using non-pumping mode for UpdateScene in deferred renderer, also improved the non-pumping sync context
6 years ago
OffscreenParentWindow.cs
Ported native embedding PR to master
6 years ago
OleContext.cs
Fix OleDropTarget not being unregistered and staying alive as a static GC root.
7 years ago
OleDataObject.cs
Reduced array allocations.
7 years ago
OleDragSource.cs
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
OleDropTarget.cs
Fixed popup positioning issue
5 years ago
PlatformConstants.cs
Fix EntryPointNotFound on Windows 8 due to missing version check (#6471)
5 years ago
PopupImpl.cs
Merge branch 'master' into fixes/4739-sizetocontent-dpi-change
5 years ago
ScreenImpl.cs
use extension method in screens api.
6 years ago
SystemDialogImpl.cs
Minor cleanup
5 years ago
TrayIconImpl.cs
more review fixes.
5 years ago
Win32GlManager.cs
Fixes #7309 - Each time we retrieve a null *PlatformOptions from AvaloniaLocator, return a default instance
5 years ago
Win32NativeControlHost.cs
[Win32] Use WS_EX_LAYERED style for native control holders with winui composition
5 years ago
Win32NativeToManagedMenuExporter.cs
fix errors related to old sdk
5 years ago
Win32Platform.cs
use IPlatformSettings instead of creating a separate interface.
5 years ago
Win32TypeExtensions.cs
make class internal.
6 years ago
WinScreen.cs
add dpi information to screens api.
7 years ago
WindowImpl.AppWndProc.cs
win32: Don't raise TextInput event when KeyDown was handled.
5 years ago
WindowImpl.CustomCaptionProc.cs
Fix light dismiss overlay intercepting titlebar hit tests.
5 years ago
WindowImpl.WndProc.cs
Merge remote-tracking branch 'origin/master' into feature/extend-client-area-to-decorations
6 years ago
WindowImpl.cs
win32: Don't raise TextInput event when KeyDown was handled.
5 years ago
WindowsMountedVolumeInfoListener.cs
Fix access denied scenario in windows managed dialog
6 years ago
WindowsMountedVolumeInfoProvider.cs
Decouple platform specific implementations
7 years ago