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.
|
5 years ago |
Dan Walmsley
|
1a01f560cf
|
dont crash if win32 options is cted on other platforms.
|
5 years ago |
Dan Walmsley
|
4b33d086ec
|
[Windows] only enable egl by default on platforms where its stable.
|
5 years ago |
Nikita Tsukanov
|
6e3bf60f28
|
Now using non-pumping mode for UpdateScene in deferred renderer, also improved the non-pumping sync context
|
5 years ago |
Nikita Tsukanov
|
aee0e0482c
|
Extra non-pumping lock point
|
5 years ago |
Nikita Tsukanov
|
2d5999990a
|
Use non-alertable waits only for WM_PAINT handling
|
5 years ago |
Steven Kirk
|
d438e0e954
|
Prevent infinite loop on OpenClipboard.
|
5 years ago |
Steven Kirk
|
286ca73fdd
|
Prevent hangs on win32 in case of clipboard errors.
|
5 years ago |
Dan Walmsley
|
019a5096f1
|
incremement min win10 version for win.ui.comp.
|
5 years ago |
Steven Kirk
|
ea90f05f83
|
Added Window.ShowActive for win32.
|
5 years ago |
Dariusz Komosinski
|
c24f65a5f7
|
Fix even more broken cases for closing child/dialog windows on win32.
|
5 years ago |
Nikita Tsukanov
|
4efcd7a326
|
Use ICompositor5.RequestAsync completion handler as the render timer
|
5 years ago |
Giuseppe Lippolis
|
7ff860c8ef
|
fix ProcessMessage issue
|
5 years ago |
Giuseppe Lippolis
|
cfb81aedca
|
fixes typo.
|
5 years ago |
Giuseppe Lippolis
|
b31b6d68c9
|
Fixes ProcessMessage
|
5 years ago |
Giuseppe Lippolis
|
1b0ff07133
|
Fixes Issue 4980: Message loop exit when GetMessage < 0
|
5 years ago |
Steven Kirk
|
612b1c6c69
|
Add WS_CLIPCHILDREN to PopupImpl.
Needed for embedding chromium, see https://github.com/AvaloniaUI/Avalonia/issues/3281#issuecomment-557615525
|
5 years ago |
Nikita Tsukanov
|
c3154963d8
|
...
|
5 years ago |
Nikita Tsukanov
|
16fc224a0f
|
Reduce flicker
|
5 years ago |
Nikita Tsukanov
|
c06bfa1d6a
|
Use a dedicated STA thread for compositor dispatch queue
|
5 years ago |
Nikita Tsukanov
|
c8b94b7fab
|
Removed generated code
|
5 years ago |
Nikita Tsukanov
|
41e5133624
|
Fixes
|
5 years ago |
Nikita Tsukanov
|
b51ea7702f
|
Use MicroCom for WinRT interop
|
5 years ago |
Dan Walmsley
|
e32e092e4e
|
WinUI Comp tweak backdrop blur.
|
5 years ago |
Dariusz Komosinski
|
f79065b795
|
Handle compositor creation failure and add logging.
|
6 years ago |
Nikita Tsukanov
|
84734f22e4
|
Disable strong name signing until SharpGen issue is resolved
|
6 years ago |
Dariusz Komosinski
|
27ee4e00cd
|
Add a bunch of comments to explain what is going on in win32 closed handler.
|
6 years ago |
Dariusz Komosinski
|
134f916262
|
Attempt of fixing more child window operations.
|
6 years ago |
Dariusz Komosinski
|
77fcf54cec
|
POC for a fix.
|
6 years ago |
Dariusz Komosinski
|
bf400cd353
|
Get rid of lockAcquired.
|
6 years ago |
Dariusz Komosinski
|
87616b95ba
|
Adjust naming.
|
6 years ago |
Dariusz Komosinski
|
dafc032ee8
|
Cleanup win32 framebuffer manager and actually lock framebuffer so it won't be freed during rendering.
|
6 years ago |
Dan Walmsley
|
ba6bf03562
|
dont use apartments.
|
6 years ago |
Steven Kirk
|
04f5d3a252
|
Don't allow premultipied alpha for the moment.
|
6 years ago |
Steven Kirk
|
ca408e55b5
|
Added ICursorImpl.
|
6 years ago |
Steven Kirk
|
a832d63915
|
IStandardCursorFactory -> ICursorFactory.
|
6 years ago |
Steven Kirk
|
03a18f56bb
|
Initial support for custom cursors on Win32.
|
6 years ago |
Giuseppe Lippolis
|
a2296478ff
|
Supress warning MSBXXXX
|
6 years ago |
Giuseppe Lippolis
|
a6c705bf70
|
Update XML Comment
|
6 years ago |
Dariusz Komosinski
|
8f1586c824
|
Revert change to win32 paint handler that was causing infinite repaint cycle.
|
6 years ago |
Benedikt Schroeder
|
51437baf73
|
Properly scale fixed pitch fonts
|
6 years ago |