Dan Walmsley
3438ac149b
initial implementation of tray icon.
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
Nathan Garside
bccbf0570c
Make FrameSize nullable
5 years ago
Nathan Garside
d77d1fd5da
Rename to FrameSize
5 years ago
Nathan Garside
9feb2376a0
Squash toplevel-totalsize
5 years ago
Splitwirez
68ba6a3238
Fixed package-lock.json thing
5 years ago
Splitwirez
41ecdb7e37
Re-add reference to ManagedFileDialog styles
5 years ago
Friedrich von Never
4ba8c4ebb7
Fix #5699 : filter BuildAvaloniaApp by signature
6 years ago
Jumar Macato
518d4022c8
Delete ApiCompatBaseline.txt
6 years ago
Jumar Macato
ce655d715c
Apply suggestions from code review
6 years ago
Jumar Macato
ceb170e472
add apicompat for the new api
6 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
Steven Kirk
802b459275
Fix DesignWidth/DesignHeight.
Ensure that design mode properties are set before setting `SizeToContent`.
6 years ago
Benedikt Schroeder
54553b44d3
Make npm silent
6 years ago
Dan Walmsley
f0c4e90c78
remove apicompat baselines.
6 years ago
Dan Walmsley
c859e8b9cc
add baselines.
6 years ago
Dan Walmsley
26d68e9958
add api diff to most projects.
6 years ago
Dan Walmsley
0148106f54
Seperate RenderScaling from DesktopScaling.
6 years ago
Nikita Tsukanov
835aed07a5
Whoopsie
6 years ago
Nikita Tsukanov
6c89473ca1
Fixed tests
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