Benedikt Schroeder
|
08a72e893c
|
Increase TextFormatter compatibility with WPF's version
|
5 years ago |
Yoh Deadfall
|
b32cb382fb
|
Fixed popup positioning issue
|
5 years ago |
Dariusz Komosiński
|
05496ccf34
|
Fix owned windows and dialogs not having a parent.
|
5 years ago |
Steven Kirk
|
c71b0e0f29
|
Make showing the window use correct offscreen parent.
|
5 years ago |
Steven Kirk
|
81fc978d64
|
Use hidden window when clearing parent...
...if `ShowInTaskbar == false`.
|
5 years ago |
Dan Walmsley
|
60a0ec9a3a
|
take into account the extended mode when Resize is called.
|
5 years ago |
Dan Walmsley
|
1b681688f7
|
take into account render scaling.
|
5 years ago |
Steven Kirk
|
a1d6531881
|
Use existing OffscreenParentWindow to hide taskbar icon.
|
5 years ago |
Dan Walmsley
|
2de40fafd2
|
whitespace.
|
5 years ago |
Dan Walmsley
|
9c192f0e37
|
whitespace.
|
5 years ago |
Dan Walmsley
|
79665bfc74
|
maintain the client size when switching between extended and non extended client areas.
Previously the client area would grow to fill the window.
|
5 years ago |
Jumar Macato
|
077b2cbfd1
|
address review
|
5 years ago |
Steven Kirk
|
3184ac7a0f
|
Dispose the hidden window.
|
5 years ago |
Steven Kirk
|
1bb6fad799
|
Fix ShowInTaskbar on Win32.
To hide the taskbar icon on win32 we need to parent the window to a hidden window.
|
5 years ago |
Jumar Macato
|
74a74acf0c
|
set from float to double
|
5 years ago |
Jumar Macato
|
4ef47bfdb0
|
Add TryGetSegment
|
5 years ago |
Jumar Macato
|
4bffeaf327
|
use pop/push model for blendingmode instead.
|
5 years ago |
Jumar Macato
|
88fef2fdd5
|
Add Bitmap Blending Mode API
|
5 years ago |
Jumar Macato
|
38b322b02b
|
add partial d2d implementation
|
5 years ago |
Dan Walmsley
|
fe0b343b38
|
fix window sizing when client area is extended on win32
|
5 years ago |
Steven Kirk
|
28b2e2061e
|
Don't call SetFocus on Windows with ShowActivated == false.
This was causing the window to get activated.
|
5 years ago |
Steven Kirk
|
aa737fbd58
|
Dispose the frame returned from BitmapDecoder.GetFrame.
Fixes #975.
|
5 years ago |
Yoh Deadfall
|
0a7ca87e3b
|
HasFlagCustom made safe and supports all enums
|
6 years ago |
MichalPetryka
|
b8d3f85636
|
Correct RtlGetVersion usage
|
5 years ago |
Sebastian Hartte
|
e3a7b78ec3
|
Fixes #5281: Default to EGL initialization if no options are provided and OS is at least Windows 8
|
5 years ago |
Sebastian Hartte
|
1321c7996e
|
Fix various Direct2D resource leak issues, as well as an unclosed geometry stream.
|
5 years ago |
Dan Walmsley
|
47916982f6
|
check min windows version for egl init in win32glmanager.
|
6 years ago |
Dan Walmsley
|
1a01f560cf
|
dont crash if win32 options is cted on other platforms.
|
6 years ago |
Dan Walmsley
|
4b33d086ec
|
[Windows] only enable egl by default on platforms where its stable.
|
6 years ago |
Nikita Tsukanov
|
6e3bf60f28
|
Now using non-pumping mode for UpdateScene in deferred renderer, also improved the non-pumping sync context
|
6 years ago |
Nikita Tsukanov
|
aee0e0482c
|
Extra non-pumping lock point
|
6 years ago |
Nikita Tsukanov
|
2d5999990a
|
Use non-alertable waits only for WM_PAINT handling
|
6 years ago |
Steven Kirk
|
d438e0e954
|
Prevent infinite loop on OpenClipboard.
|
6 years ago |
Steven Kirk
|
286ca73fdd
|
Prevent hangs on win32 in case of clipboard errors.
|
6 years ago |
Dan Walmsley
|
019a5096f1
|
incremement min win10 version for win.ui.comp.
|
6 years ago |
Steven Kirk
|
ea90f05f83
|
Added Window.ShowActive for win32.
|
6 years ago |
Dariusz Komosinski
|
c24f65a5f7
|
Fix even more broken cases for closing child/dialog windows on win32.
|
6 years ago |
Nikita Tsukanov
|
4efcd7a326
|
Use ICompositor5.RequestAsync completion handler as the render timer
|
6 years ago |
Giuseppe Lippolis
|
7ff860c8ef
|
fix ProcessMessage issue
|
6 years ago |
Giuseppe Lippolis
|
cfb81aedca
|
fixes typo.
|
6 years ago |
Giuseppe Lippolis
|
b31b6d68c9
|
Fixes ProcessMessage
|
6 years ago |
Giuseppe Lippolis
|
1b0ff07133
|
Fixes Issue 4980: Message loop exit when GetMessage < 0
|
6 years ago |
Steven Kirk
|
612b1c6c69
|
Add WS_CLIPCHILDREN to PopupImpl.
Needed for embedding chromium, see https://github.com/AvaloniaUI/Avalonia/issues/3281#issuecomment-557615525
|
6 years ago |
Nikita Tsukanov
|
c3154963d8
|
...
|
6 years ago |
Nikita Tsukanov
|
16fc224a0f
|
Reduce flicker
|
6 years ago |
Nikita Tsukanov
|
c06bfa1d6a
|
Use a dedicated STA thread for compositor dispatch queue
|
6 years ago |
Nikita Tsukanov
|
c8b94b7fab
|
Removed generated code
|
6 years ago |
Nikita Tsukanov
|
41e5133624
|
Fixes
|
6 years ago |
Nikita Tsukanov
|
b51ea7702f
|
Use MicroCom for WinRT interop
|
6 years ago |
Dan Walmsley
|
e32e092e4e
|
WinUI Comp tweak backdrop blur.
|
6 years ago |