Takoooooo
1e855bd738
cleanup
4 years ago
Takoooooo
8322d4f428
fix
5 years ago
Adir
257edd40ff
Changed CompositionBackdropCornerRadius to be nullable
5 years ago
Takoooooo
99d983499f
fix errors related to old sdk
5 years ago
Takoooooo
7b0fbe6d3a
minor nits
5 years ago
Takoooooo
afd7203087
fix formatting
5 years ago
Dan Walmsley
15829fb1e9
formatting.
5 years ago
Dan Walmsley
597239c92a
more review fixes.
5 years ago
Dan Walmsley
f0dcaea404
fix warnings and issues.
5 years ago
Dan Walmsley
261a0f0c23
fix tray icon closing.
5 years ago
Dan Walmsley
d13fc38e69
win32 - actually activate window correctly during show
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
Dan Walmsley
b5b614bb60
fix warnings.
5 years ago
Steven Kirk
9d54cd3b88
Disable win32 handling of Alt/F10 keys.
https://stackoverflow.com/questions/9627379/how-to-disable-normal-behaviour-of-alt-key/9627980#9627980
Fixes #6592 .
5 years ago
Dan Walmsley
95f4ed1a21
add diagnostics for debugging window deactivated issue.
5 years ago
Adir
fdb453cfbf
Added missing return on WinUICompositorConnection.cs
5 years ago
Adir
c03ff60b2d
Reverted code formatting
5 years ago
Adir
9c7d91d101
Added support for Mica backdrop brush in Windows 11
Added support for creating rounded corner backdrop brushes in Windows 10/11
5 years ago
Steven Kirk
4dbf646a73
Implement CombinedGeometry.
5 years ago
Steven Kirk
89cb076778
Implement GeometryGroup.
5 years ago
Dan Walmsley
abf4242280
support trayicon clicked on osx.
5 years ago
Dan Walmsley
9c0c6f7efc
fix sub-menus win32 trayicons
5 years ago
Dan Walmsley
6ae59214a4
add initial implementation for osx tray icon support.
5 years ago
Dan Walmsley
f65f08e4be
implement trayicon lifetime management.
5 years ago
Dan Walmsley
8b410e83f9
add a managed native menu exporter for win32 tray icon menus.
5 years ago
Dan Walmsley
30f6145d73
implement visible changed and tooltip.
5 years ago
Dan Walmsley
26e221e7f5
Win32 trayicon, make menu close when item is clicked.
5 years ago
Dan Walmsley
35dc6ced03
remove unused code.
5 years ago
Dan Walmsley
bc772cce40
dont create multiple message queues for tray icons.
5 years ago
Dan Walmsley
2d2d8fa5a7
add example win32 tray icon.
5 years ago
Dan Walmsley
0b9601dddb
tidy win32 tray menu impl.
5 years ago
Dan Walmsley
3438ac149b
initial implementation of tray icon.
5 years ago
Dan Walmsley
35bc310fcd
win32 - dont loose window state when hide and show are called programatically.
5 years ago
Steven Kirk
2a09574ba7
Revert "Fixed gradient brush target rectangles."
Reverts #6066 . Keeps the render tests to demonstrate that the WPF behavior can be reproduced by pushing a translation.
5 years ago
Tako
3867a68ade
Fix EntryPointNotFound on Windows 8 due to missing version check ( #6471 )
* Prevent calls to unavailable entrypoint 'GetDpiForMonitor' on Win8 (#5357 )
* Introduce Windows8 platform constant
* wip
Co-authored-by: Tim Schneeberger <tim.schneeberger@outlook.de>
Co-authored-by: Tim Schneeberger <thebone.main@gmail.com>
Co-authored-by: Dan Walmsley <dan@walms.co.uk>
5 years ago
Giuseppe Lippolis
8dbf3bf86e
fixes(Win32.Interop): field 'Direct2DImageSurface._oldDpi' is never assigned to, and will always have its default value
5 years ago
Steven Kirk
51862d1b4b
Don't display warning when TryCreateAndRegister succeeds.
5 years ago
Wiesław Šoltés
39e7d362b2
Enable antialiasing for PushGeometryClip
5 years ago
Takoooooo
f283921e28
fix
5 years ago
Takoooooo
c2c9790111
update
5 years ago
Takoooooo
01b87381b7
enable multitouch
5 years ago
Takoooooo
3dd91adc27
add comments
5 years ago
mat1jaczyyy
ca2acc9516
WindowImpl: Don't change z-order when Position is set
5 years ago
Dan Walmsley
0ddc444d2c
Rename eventargs class.
5 years ago
Dan Walmsley
c9458e5be8
use a ShutdownRequestedEventArgs class to future proof the event args.
5 years ago
Dan Walmsley
57ffcb85f7
initial implementation of win32 shutdown cancelling.
5 years ago
Steven Kirk
ba369a9059
Fix auto-scaling on win32.
- Adds a "resize reason" to platform `Resized` events
- Which is used by the auto-sizing code to determine whether to reset `SizeToContent`
- Also other improvements to the reset logic for `SizeToContent`:
- Don't reset it if the size hasn't changed
- Don't reset it if `CanResize == false`
- Only reset the dimensions whose size has changed
- Obsolete the `BeginAutoSizing`/`AutoSizing` feature in `WindowBase`
5 years ago
Steven Kirk
cd51d638e9
Pass dialog flag to window impl Show.
Not doing anything with it yet.
5 years ago
Giuseppe Lippolis
b85bba7d2d
fixes: Dialog cancel consistency on windows
5 years ago