Friedrich von Never
4ba8c4ebb7
Fix #5699 : filter BuildAvaloniaApp by signature
5 years ago
Steven Kirk
ea90f05f83
Added Window.ShowActive for win32.
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
Rustam Sayfutdinov
9ce5a98277
IsNullOrEmpty -> IsNullOrWhiteSpace
6 years ago
Rustam Sayfutdinov
79a53846c8
InvariantCultureIgnoreCase -> OrdinalIgnoreCase
6 years ago
Rustam Sayfutdinov
e1045a09c9
Improve for the backend web preview
6 years ago
Rustam Sayfutdinov
1025b12402
Add tests
6 years ago
Rustam Sayfutdinov
5f4f52f78d
Fix comparing strings with InvariantCultureIgnoreCase
6 years ago
Rustam Sayfutdinov
fe1a847847
Revert "Fix API key to lower invariant"
This reverts commit c019f3a3f9 .
6 years ago
Rustam Sayfutdinov
c019f3a3f9
Fix API key to lower invariant
6 years ago
Rustam Sayfutdinov
4df6d86e03
Revert "Fix comparing strings with InvariantCultureIgnoreCase"
This reverts commit cf42bc3bd0 .
6 years ago
Rustam Sayfutdinov
cf42bc3bd0
Fix comparing strings with InvariantCultureIgnoreCase
6 years ago
Rustam Sayfutdinov
26ae25d28d
Refactor parsing message
6 years ago
Rustam Sayfutdinov
138404de4e
Fix double parse with InvariantCulture
6 years ago
Rustam Sayfutdinov
1cfa116cc3
Fix typo in detect mouse button
6 years ago
Rustam Sayfutdinov
f3718a5d03
revert bind and preventdefault
6 years ago
Rustam Sayfutdinov
162d6f8ced
Return null instead of empty array
6 years ago
Rustam Sayfutdinov
27f289e2bf
Refactor
6 years ago
Rustam Sayfutdinov
851c03fa70
Add handling wheel
6 years ago
Rustam Sayfutdinov
23d29d445c
Add message sending and server processing
6 years ago
Rustam Sayfutdinov
7fa2c84956
Add handling mouse events in webapp
6 years ago
Benedikt Schroeder
54553b44d3
Make npm silent
6 years ago
Dan Walmsley
0148106f54
Seperate RenderScaling from DesktopScaling.
6 years ago
Nikita Tsukanov
835aed07a5
Whoopsie
6 years ago
Nikita Tsukanov
d355007c57
Extracted runtime XAML loader to a separate package
6 years ago
Dan Walmsley
7b7411a3a2
add platform specific compensation levels.
6 years ago
Dan Walmsley
42cb926e92
indicate if managed decorations are needed via platform.
6 years ago
Dan Walmsley
72e24625a0
Stubs for TitleBarHeight Hint.
6 years ago
Dan Walmsley
73d5025448
Add a readonly offscreen margin, to get the portion of the window that is offscreen.
6 years ago
Dan Walmsley
37e4e68b9d
add hints for further control over chrome.
6 years ago
Dan Walmsley
aea6f7bff9
Revert "use thickness as the ExtendClientArea hint."
This reverts commit 42673554085035e8a8a3435bc623ceb29f72e4db.
6 years ago
Dan Walmsley
68e8541f75
use thickness as the ExtendClientArea hint.
6 years ago
Dan Walmsley
1168dd186d
add client area extending api to window.
6 years ago
Jumar Macato
cf7a9122b4
Fix merge conflicts
6 years ago
Dan Walmsley
25013c02d6
add hint for wm drop shadow.
6 years ago
Nikita Tsukanov
3e04ef4d72
Naming
6 years ago
Nikita Tsukanov
996e602bf8
Implemented custom format support for clipboard
6 years ago
Dan Walmsley
d1049fd79f
dont use property for setting transparency level hint.
6 years ago
Dan Walmsley
4011cb3f49
Use Hint/Actual naming
6 years ago
Dan Walmsley
30b81f1ded
Add stubs for transparency in other toplevel impls.
6 years ago
Steven Kirk
949f33227f
Unwrap TargetInvocationException.
To provide a better error message to the designer.
6 years ago
Dan Walmsley
86ac0ff5a5
OSX implement SetParent
6 years ago
Dan Walmsley
313a292fc4
extend api so that when a parent is set you can state if the current window becomes modal.
6 years ago
Dan Walmsley
e1c1775e71
stubs
6 years ago
Nikita Tsukanov
636c6800cf
Merged LostFocus to ITopLevelImpl
6 years ago
Dariusz Komosinski
1624e88ba3
Remove Window.ShowDialog variant that takes IWindowImpl.
6 years ago
Steven Kirk
95735d239b
Measure Window to MaxAutoSizeHint.
- Renamed `MaxClientSize` to `MaxAutoSizeHint`
- On Windows get its value from `WM_GETMINMAXINFO` message
- Remove `ILayoutRoot.MaxClientSize` as it's not used any more
6 years ago
Nathan Garside
7b9d32af85
Rework system decorations
7 years ago