1757 Commits (597fdf63bbc08ddaec0236c377b193f36f015722)

Author SHA1 Message Date
Nikita Tsukanov 96da4f0699 When calculating geometry bounds take into account parameters that affect geometry bounds 3 years ago
Max Katz 1f0d189502
Revert "Clipboard image" (#12599) 3 years ago
Dan Walmsley 15290a3240 win32: make setting ShowInTaskbar = true on an owned window that is already shown, not remove the ownership 3 years ago
Rudakov Egor 7b6ae071d7 Set PreserveSig to true for OleGetClipboard 3 years ago
Nikita Tsukanov 8328cc79e2 Unwrap win32 data object 3 years ago
Steven Kirk c1645ca31a Allow an AutomationPeer to override its visual root. 3 years ago
Steven Kirk b7fcb14142 Added IEmbeddedRootProvider. 3 years ago
Steven Kirk 02789d2d48 Revert "Allow embedded root automation peers." 3 years ago
Steven Kirk 0e7b8f6f45 Allow embedded root automation peers. 3 years ago
Emmanuel Hansen 1206996c83 disable resize for None decorations 3 years ago
Emmanuel Hansen 5ee76faabd fix no border resize issue 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
Steven Kirk 6a48527a52 Remove unnecessary cast. 3 years ago
Lighto 7a0e0c41a4 Removed unnecessary spaces 3 years ago
Lighto 55c03069b1 Changed Mica dark/light based on theme 3 years ago
Lighto 432dafac91 Removed unused old property 3 years ago
Lighto 43e1d99bdd Added support for Mica Light & Dark based on Win11 3 years ago
Max Katz c4178c8a4b Fix WGL crash in virtual machine 3 years ago
Max Katz 124ad88924 Fix egl opengl initialization on win32 3 years ago
Dan Walmsley 1b10cc2ef8 revert whitespace 3 years ago
Dan Walmsley a457dff79c whitespace 3 years ago
Benedikt Stebner fe7a118aa8 Fix Imm32InputMethod 3 years ago
Nikita Tsukanov 8680c612fd OSX rendering refactoring 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
Max Katz 605d10b022 Unify IRuntimePlatform registration across backends 3 years ago
Max Katz cb33529af4 Make IRuntimePlatform private API and remove some members that are always have single implementation 3 years ago
Max Katz 290fd5caf3 Add missing docs 3 years ago
Max Katz 6a50fc5a92 Replace UseGpu and UseEgl parameters with consistent RenderingMode enum on every platform 3 years ago
Max Katz a390f9f50c Make RenderingMode and CompositionMode lists with fallbacks 3 years ago
Max Katz 33f70d9fca
Update src/Windows/Avalonia.Win32/WinRT/Composition/WinUiCompositorConnection.cs 3 years ago
Max Katz effb12f9e0 Throw an exception when CustomPlatformGraphics is used with unsupported Win32CompositionMode 3 years ago
Max Katz 29d3c7670b Restructure Win32PlatformOptions options 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
Benedikt Stebner be9a26cbb1 Rework ITextInputMethodClient 3 years ago
Benedikt Stebner 85732bc581 Make sure Windows InputMethod deletes current selection before preeditText is set 3 years ago
Benedikt Stebner 281979d80d Properly reset IMM32 state 3 years ago
Benedikt Stebner c5d8715e1e Rework Imm32InputMethod WM handling 3 years ago
Max Katz 9b95fa5803 Make it work after merge conflicts 3 years ago
Nikita Tsukanov b445ea9d68 Borking changes 3 years ago
Nikita Tsukanov 189ae7bab6 fix win32 interop build 3 years ago
Nikita Tsukanov f300a24402 Media system refactoring 3 years ago
Steven Kirk 703e24ed57 Make stub impls return None transparency. 3 years ago
Steven Kirk e50816008e Set default transparency level. 3 years ago
Steven Kirk 8845f239b6 Implement transparency level hint list on win32. 3 years ago
Steven Kirk b2d7805060 Replace WindowTransparencyLevel enum with list of structs 3 years ago
Max Katz 59ffdd9950 Revert to net461 3 years ago