163 Commits (0cb33dbd78722fa08459e243e532d82f60e5adc6)

Author SHA1 Message Date
Emmanuel Hansen 6d9780c5b2
Add Platform InputPane interface (#13363) 3 years ago
Nikita Tsukanov 74110ab267
Removed dependency on System.Drawing.Common (#13431) 3 years ago
Max Katz da523ffcaf
Implement DirectComposition support, as well as return Win8+ window transparency (#13382) 3 years ago
Julien Lebosquain ac00fe2bf4
Key handling improvements (#12549) 3 years ago
Max Katz 1f0d189502
Revert "Clipboard image" (#12599) 3 years ago
Rudakov Egor 7b6ae071d7 Set PreserveSig to true for OleGetClipboard 3 years ago
Vitaliy Orazov 2b7dbdb970 add predefined image clipboard formats because GetClipboardFormatName cannot get a name for predefined. The Unknown_Format_ template is poor for system formats 3 years ago
Vitaliy Orazov e02476f88c add predefined image clipboard formats because GetClipboardFormatName cannot get a name for predefined. The Unknown_Format_ template is poor for system formats 3 years ago
Vitaliy Orazov 45b592c8b1 fix CF_DIB value (https://learn.microsoft.com/en-us/windows/win32/dataxchg/standard-clipboard-formats says that CF_DIB is equal to 8) 3 years ago
Trym Lund Flogard 8f7cf7cc4a Invoke SetWindowCompositionAttribute dynamically without exposing it to ILC 3 years ago
Trym Lund Flogard 544cf0fdab Revert "Remove support for undocumented blur #11855" 3 years ago
Trym Lund Flogard 6a3925b91b Remove support for undocumented blur #11855 3 years ago
Trym Lund Flogard 9b66943dd2 Use widechar variant for win32 pinvokes 3 years ago
malaguenha 4314a87568 Just one more correction 3 years ago
malaguenha dd1cffcfda Fixed to use pointer not array 3 years ago
malaguenha f90971204b No extra buffer 3 years ago
malaguenha 0479dffaa5 Fix using Encoding.Unicode.GetString 3 years ago
malaguenha aee66ef471 Commit to solve the issue #11353, IME, Windows - buffer overrun? when entering long composition string 3 years ago
Nikita Tsukanov fe4945d395 Win32 dispatcher fixes 3 years ago
Nikita Tsukanov 6a99ca39f9 Implemented dispatcher that works like WPF one 3 years ago
Julien Lebosquain 0d32343410
Nullability annotations for Avalonia.Win32 4 years ago
0xDB6 04db818a47
Defer execution of UnregisterClass to fix RWM atom table leak (#9700) 4 years ago
Emmanuel Hansen e3ab472470 set rounded corners when client is extended 4 years ago
Nikita Tsukanov 7ff602e471 Fixed WGL HDC management 4 years ago
Max Katz a539f34f94 Implement windows IntermediatePoints for the Mouse input 4 years ago
Max Katz 4670536b82
[ARM only] Fix incorrect parameters passed to the CreateDrawingSurface method (#9342) 4 years ago
Robin Krom 10b584d95c
After the fix still causing issues, I figured the value must be >0xffff_ffff so not fitting. I changed to logic to handle that case too. 4 years ago
Nikita Tsukanov 48bd894e60 Use MicroCom.Runtime from nuget 4 years ago
Robin Krom cc915f888c
fix: Under Windows - Arithmetic operation resulted in an overflow. 4 years ago
Benedikt Stebner f009c316e2 Imm32 preedit 4 years ago
Trym Lund Flogard 64ae7efe20 fix acrylic backdrop on win11 5 years ago
Andrii Kurdiumov 0dca903105
Fix AOT incompatible code (#7534) 5 years ago
Max Katz 418a3b665d Fix D2D project build 5 years ago
Max Katz ecd6192806 MicroCOM Drag'n'Drop and Clipboard 5 years ago
Sergey Mikolaytis 9036858396 fix MK_NONE 5 years ago
Sergey Mikolaytis c046165714 Add History fetch methods (will be implemented a bit later). Raise touch events. 5 years ago
Sergey Mikolaytis d3f3166914 Provide Pressure, Tilt, and other parameters to PointerPointProperties. Provide touch events (still a lot to do), use point position from pointer info. 5 years ago
Sergey Mikolaytis 1192e86d90 Investigate all the messages and note short comments about them and provide a link to a documentation. In case anyone will need this in the future 5 years ago
Sergey Mikolaytis 44fda62a9b Add PointerInfo, TouchInfo and PenInfo 5 years ago
Sergey Mikolaytis c8f029386d Map devices, add some native api 5 years ago
Sergey Mikolaytis 28a2a2fc8e
Windows IME (#7007) 5 years ago
Nikita Tsukanov 5d91fa5df9 [Win32] Use WS_EX_LAYERED style for native control holders with winui composition 5 years ago
Max Katz 9cc9054315 Use microcom for system dialogs 5 years ago
RMBGAME ab06e45488 TrayIcon should be re-added when the Explorer is restarted 5 years ago
Dan Walmsley 52e188507c win32 - fix activate method, now same as wpf. 5 years ago
Dan Walmsley 10a748a235 make new win32 types internal. 5 years ago
Steven Kirk 9d54cd3b88 Disable win32 handling of Alt/F10 keys. 5 years ago
Dan Walmsley 3438ac149b initial implementation of tray icon. 5 years ago
Nathan Garside 9feb2376a0 Squash toplevel-totalsize 5 years ago
MichalPetryka b8d3f85636
Correct RtlGetVersion usage 6 years ago