Andrey Kunchev
|
6088975a82
|
fixes some rare rendering artifacts when dpi != 100%
|
8 years ago |
Dan Walmsley
|
076b811f2a
|
enable drop shadow on win32 popups.
|
8 years ago |
Dan Walmsley
|
422d798108
|
fix non-client WM_Activate.
|
8 years ago |
Nikita Tsukanov
|
6254036fb5
|
Opps
|
8 years ago |
Nikita Tsukanov
|
a54b85bfa7
|
A bit more clean method of new window rect calculation
|
8 years ago |
Dan Walmsley
|
f0f7cf4427
|
[win32 window] fix BorderThickness
|
8 years ago |
Dan Walmsley
|
b91233e3df
|
remove unused var
|
8 years ago |
Dan Walmsley
|
3ce39fe7a0
|
use Action to set flags and recalculate wmstyles.
|
8 years ago |
Dan Walmsley
|
5d327abc65
|
Revert "add CanResize checkbox to decorated window."
This reverts commit 7d1f145f93.
|
8 years ago |
Dan Walmsley
|
7d1f145f93
|
add CanResize checkbox to decorated window.
|
8 years ago |
Dan Walmsley
|
99a1392feb
|
remove flags from overlapped.
|
8 years ago |
Dan Walmsley
|
333c0ac907
|
simply applywm styles.
|
8 years ago |
Dan Walmsley
|
ca59da108e
|
[win32] smoothly toggle decorations.
|
8 years ago |
Dan Walmsley
|
07475d12f9
|
simplify apply styles
|
8 years ago |
Dan Walmsley
|
c9b069ffb7
|
simplify style flag calculation.
|
8 years ago |
Dan Walmsley
|
9050409afc
|
[win32] windowimpl update style calculations done in one place.
|
8 years ago |
Dan Walmsley
|
374d6a5f0d
|
fix smooth toggling between decorated and non-decorated.
|
8 years ago |
Dan Walmsley
|
658ff21d0f
|
fix border thickness being added to non-decorated windows.
|
8 years ago |
Dan Walmsley
|
2572e0d065
|
fix rendering issues when clicking on modal dialogs parent and dialog is non-decorated.
|
8 years ago |
Dan Walmsley
|
1c871bf423
|
[win32] fix maximize borders and wm window styles for non-decorated windows.
|
8 years ago |
Dan Walmsley
|
053e6a2be5
|
update wmstyles in single place, and implement nccalc size message.
|
8 years ago |
Dan Walmsley
|
c8515ebea0
|
handle window styles so that it obeys can resize.
|
8 years ago |
Dan Walmsley
|
743e61cfde
|
Revert "Set win32 WindowStyle flags individually."
This reverts commit c4cc3514a8.
|
8 years ago |
Dan Walmsley
|
c4cc3514a8
|
Set win32 WindowStyle flags individually.
|
8 years ago |
Steven Kirk
|
41f201bec8
|
Fix grip visualbrush tests.
|
8 years ago |
Steven Kirk
|
f82ee356bd
|
Added debugging util to save D2D render targets.
|
8 years ago |
Steven Kirk
|
eecd3555f9
|
Fix DPI in ImageBrushImpl.
And add expected output for tests. D2D now passes, skia still renders incorrectly.
|
8 years ago |
Dan Walmsley
|
9f02b7f7c1
|
remove unused method.
|
8 years ago |
Dan Walmsley
|
6f540cf260
|
fix removing decorations
|
8 years ago |
Dan Walmsley
|
1a16e42378
|
prototype, allowing to draw in non-client area.
without breaking win32 frame functionality.
|
8 years ago |
Nikita Tsukanov
|
4f049cf155
|
Allow GC to collect reused framebuffer, that's better than AccessViolationException from render thread
|
8 years ago |
Dan Walmsley
|
1ced34f15f
|
fix tilebrush scaling for direct2d.
|
8 years ago |
Nikita Tsukanov
|
e8926b7ea8
|
Revert WM_PAINT handling change
|
8 years ago |
Nikita Tsukanov
|
fb6a68e6b7
|
Disable EGL for Win32 by default since Windows 10 seems to be shipping incompatible EGL implementation
|
8 years ago |
Nikita Tsukanov
|
06dd72e9c8
|
Enforce DeferredRenderer to produce a frame when requested by OS
|
8 years ago |
Nikita Tsukanov
|
d5414813a8
|
Re-enable parent on WM_DESTROY
|
8 years ago |
Nikita Tsukanov
|
5cd7c1f6f4
|
Reworked dialogs for GTK/Win32
|
8 years ago |
Unknown
|
67c2ff25de
|
fix win32 skia backend renderer failing.
|
8 years ago |
Dan Walmsley
|
43f6eb52ea
|
pixel size api impl updated.
|
8 years ago |
Steven Kirk
|
e71b6a1edf
|
Compare IntPtrs with IntPtr.Zero instead of null
D'oh. I wish C# would warn for this.
|
8 years ago |
Jeremy Koritzinsky
|
2b1700933f
|
Clean up project files messed up in the rebase.
|
8 years ago |
Jeremy Koritzinsky
|
acb3d46ca0
|
Enable generating NuGet packages via the MSBuild Pack target.
|
8 years ago |
Jeremy Koritzinsky
|
321bd15664
|
Merge desktop runtime support libraries. Fixes #1899.
|
8 years ago |
Jeremy Koritzinsky
|
5a9e41364b
|
Convert project references to reference aggregate Avalonia.csproj
|
8 years ago |
Steven Kirk
|
787f3ae1fc
|
Try all the different methods to set DPI awareness.
Don't rely on `Environment.OSVersion.Version` as this value lies.
|
8 years ago |
Steven Kirk
|
963453a1ff
|
Size window in response to WM_DPICHANGED.
|
8 years ago |
Nikita Tsukanov
|
c18001b69d
|
Introduce Version for writable bitmaps
|
8 years ago |
Steven Kirk
|
da55b4b3ed
|
Don't pinvoke to compare threads.
This was implemented in native code for netstandard 1, but now we can do it in managed code. Much faster.
|
8 years ago |
Nikita Tsukanov
|
e00f0f0385
|
Platform-specific key gestures
|
8 years ago |
Dan Walmsley
|
29d02f0ad2
|
Call SetProcessDPIAware() on Win32 backend so that the application is guarenteed to see the real dpi.
|
8 years ago |