184 Commits (5acd47f2b9ef9a5273ee7d29a2783a5c46e0aa7d)

Author SHA1 Message Date
Steven Kirk 67e6c41abc Use FrameSize for window startup location. 4 years ago
Steven Kirk 138be304a0 Ensure Window.Width/Height is initialized. 4 years ago
Wiesław Šoltés 8e8f3ec15f Revert 4 years ago
Wiesław Šoltés dc84ea7ede Revert 4 years ago
Wiesław Šoltés 6e2dea0fa0 Add WindowClosed and WindowOpened property 4 years ago
Tiago Conceição 45ed019425 Respect Window MaxWidth and MaxHeight when using any SizeToContent to Auto 4 years ago
Steven Kirk f8706278a8 Make OnPropertyChanged non-generic. 4 years ago
Yoh Deadfall 55710e8514 Used ToArray where it benefits over ToList 4 years ago
Benedikt Stebner 9250d93407 Implement embedded runs 4 years ago
Dan Walmsley a740301fac fix nullability of local var. 4 years ago
Steven Kirk 77d80faec2 Fall back to CenterScreen when owner is minimized. 4 years ago
Steven Kirk bdd576bfc0 Removed TopLevelImpl validating layer. 4 years ago
Dan Walmsley df360e164c rename property. 4 years ago
Luis von der Eltz 563f313eb5 child window collection 4 years ago
Steven Kirk 77d059be22 Add nullable annotations to Avalonia.Controls. 4 years ago
Nikita Tsukanov 6ad1e3caf3 Fixed ITopLevelImpl API misuse, added validating layer 4 years ago
Dariusz Komosinski 6986f0d668 Implement screen helper to simply cross platform screens implementation. 4 years ago
Dariusz Komosinski 11ebcd1762 Add fallback for window position. 4 years ago
Dariusz Komosinski a7ace8f57b Add more platform specific screen from X methods. 4 years ago
Giuseppe Lippolis 26722e410e fixes: Window Control missing call base.OnPropertyChanged on override. 4 years ago
Steven Kirk 11c60b4294 Decouple automation peers from platform nodes. 5 years ago
Steven Kirk 59e18e3517 Add obsolete HandleResized to TopLevel/WindowBase too. 5 years ago
Steven Kirk 08566c36e2 Add in obsolete HandleResized for ApiCompat. 5 years ago
Steven Kirk ba369a9059 Fix auto-scaling on win32. 5 years ago
Steven Kirk a42334d128 Hide child windows when hiding parent/owner. 5 years ago
Steven Kirk 15cdee1bee Ensure parent/owner windows are visible when showing child. 5 years ago
Steven Kirk 69852a56f5 Don't allow self as parent/owner window. 5 years ago
Steven Kirk ea3f85e126 Don't allow using a closed window as a parent/owner. 5 years ago
Steven Kirk cd51d638e9 Pass dialog flag to window impl Show. 5 years ago
Nathan Garside e652419927 Fix regression 5 years ago
Nathan Garside d77d1fd5da Rename to FrameSize 5 years ago
Dan Walmsley 75a7e36547 restore code 5 years ago
Dan Walmsley a194fc12e2 OSX backend initial sizing now has same behavior as windows. 5 years ago
Dan Walmsley 99cdff2d70 fix screen centering on OSX before window has been shown. 5 years ago
Dan Walmsley ad9519102e always set the window startuplocation before show. 5 years ago
Yoh Deadfall b32cb382fb Fixed popup positioning issue 5 years ago
Steven Kirk 8add2371c6 Make root automation node come from OS. 5 years ago
Steven Kirk 2a44d8b564 Initial implementation of UI automation. 5 years ago
Dan Walmsley 8b2fb2711a fix return value. 5 years ago
Dan Walmsley e85da082b0 fix handleclosing logic. 5 years ago
Dan Walmsley 50a88ae2db share cancel event args and ensure event is raised on all windows. 5 years ago
Dan Walmsley 460a5ba5ae whitespace. 5 years ago
Dan Walmsley 411b8f0398 enumerate child windows and find out if close will be cancelled before closing. 5 years ago
Steven Kirk ea90f05f83 Added Window.ShowActive for win32. 6 years ago
Giuseppe Lippolis a6c705bf70 Update XML Comment 6 years ago
Steven Kirk 7a325af366 Fix auto-sizing on secondary monitors on win32. 6 years ago
Dan Walmsley b88ec08b54 managed titlebar declared in xaml. 6 years ago
Dan Walmsley e5324684a1 ensure managed titlebar is attached in window when template is applied. 6 years ago
Dan Walmsley 0148106f54 Seperate RenderScaling from DesktopScaling. 6 years ago
Dan Walmsley cd647bb60c add some more documentation. 6 years ago