MahApps.Metro.SimpleChildWindow Versions Save

A simple child window for MahApps.Metro

2.2.1

1 year ago

As part of this release we had 1 issue closed.

Bug

  • #131 Since 2.1.0 no dialog is shown

Full Changelog: https://github.com/punker76/MahApps.Metro.SimpleChildWindow/compare/2.2.0...2.2.1

Where to get it

You can download this release from MahApps.Metro.SimpleChildWindow

2.2.0

1 year ago

What's Changed

As part of this release we had 1 issue closed.

Full Changelog: https://github.com/punker76/MahApps.Metro.SimpleChildWindow/compare/2.1.0...2.2.0

Feature

  • #130 Added properties for min and max width and height

New Contributors

Where to get it

You can download this release from MahApps.Metro.SimpleChildWindow

2.1.0

1 year ago

What's Changed

As part of this release we had 3 issues closed.

Full Changelog: https://github.com/punker76/MahApps.Metro.SimpleChildWindow/compare/2.0.0...2.1.0

Bug

  • #117 Async method doesn't perform check up if ChWindow is opened.

Feature

  • #129 Open child window on controls and not only window

Feature Request

  • #125 Curved corners for SimpleChildWindow

Where to get it

You can download this release from MahApps.Metro.SimpleChildWindow

2.0.0

3 years ago

As part of this release we had 25 issues closed.

Breaking Changes

  • #99 Add Overlay Brushes as resource
  • #94 Close button is unthemed
  • #93 Update MahApps Resources
  • #92 MahApps Resources are renamed
  • #82 Road to 2.0
  • #80 Drop targeting to framework .Net 4.0
  • #78 NuGet package version 1.5.0 compatibility issue with MahApps.Metro 2.0.0-alpha00x when targeting .NET 4.7.2
  • #76 Strong-Naming again...

Bugs

  • #113 doesn't work normal with MaterialDesignThemes.MahApps
  • #97 (GH-72) Fix Exception when using WebBrowser Control
  • #96 (GH-74) Fix ChildWindow moving issue
  • #90 Trying to call mahapps ShowMessageAsync() from SimpleChildWindow causes exception
  • #75 Child window positioning issue
  • #74 ChildWindow moving issue
  • #72 Exception using WebBrowser Control

Features

  • #119 Use async / await and change zIndex in ChildWindow's preview mouse down method
  • #106 Add TargetFramework .NET Core 3.1

Feature Requests

  • #104 Added two new DepencyProperties to control ChildWindow position
  • #103 ChildWindow position when it appears.
  • #102 .NET Core 3.0
  • #100 (GH-84) Introduce new ClosedBy property with a close reason enumeration
  • #98 The default OverlayBrushes should be shipped with the libary
  • #91 Passing ChildWindowResult back on close button pressed
  • #84 CloseEvent

Where to get it

You can download this release from MahApps.Metro.SimpleChildWindow

1.5.0

6 years ago

As part of this release we had 22 commits which resulted in 6 issues being closed.

Breaking Changes

  • #65 latest version 1.4.1 Not compatiable with MahApps 1.6.0 version
  • #55 StrongName signed assembly? Hey, it's 2017...

Bugs

  • #63 Movable child window and the flow direction
  • #61 SimpleChildWindow does not behave like a ContentControl, Content can only be a Visual

Hacktoberfest

  • #58 Keep CloseButtonCommand and CloseButtonCommandParameter when closing
  • #56 CloseButtonCommand Fire Only first Time

Where to get it

You can download this release from MahApps.Metro.SimpleChildWindow

mahapps_childwindow_v1 5 0

1.4.1

6 years ago

Fixes

Note

This will be the last signed assembly. Look at https://github.com/punker76/MahApps.Metro.SimpleChildWindow/issues/55 for more informations.

1.4.0

6 years ago

Fixes / Changes

  • Improved documentation and Wiki
  • Use MetroThumbContentControl from MahApps.Metro
  • New dependency properties to customize the title: TitleHorizontalAlignment, TitleVerticalAlignment, TitleCharacterCasing and TitleTemplate.
  • New auto closing feature with new properties IsAutoCloseEnabled and AutoCloseInterval
  • Change Title background color when the host window gets inactive. New properties: IsWindowHostActive, TitleBarNonActiveBackground and NonActiveBorderBrush, NonActiveGlowBrush
  • New ChildWindowResult property and new overloaded ShowChildWindowAsync method to get a result from a closed child window.
  • Fixed layout rounding stuff on higher DPI
  • Use GitLink

Issues / PRs

  • #45 Add TitleTextAlignment property to ChildWindow
  • #44 Keep child inside parent window
  • #25 Multiple Window Childs Focus(Bring To Front) Problem
  • #41 IsAutoCloseEnabled="True" for SimpleChildWindow - possible?
  • #31 Change windowbar color when inactive similar to normal Metro Windows
  • #49 Change Title background color when the host window gets inactive
  • #4 A DialogResult would be better
  • #50 Show a ChildWindow and get a result...
  • #40 await ChildWindowAsync does not block main thread

1.3.2

6 years ago

Fixes / Changes

  • Fix getting the right active container from MahApps to show the child window 5f8d559d27dc13b1f14e90aa7c3226f07582474a
  • PART_HeaderThumb prevents icon click #39
  • Window closes when pressing escape inside an openfiledialog #33

1.3.1

6 years ago

Fixes / Changes

  • Prevent moving the window completely outside of the parent window #29 #34
  • Removed hard-coded margin around content #38
  • Remove DefaultOverlayBrush which fixes nasty InvalidOperationException if the ChildWindow is created in a separated thread 57f27f97805598330199035b4a343fd1b9076547

1.3.0

8 years ago
  • Fixed #10 Can't reopen SimpleChildWindow (#21)
  • CloseButtonCommand.CanExecute should be called before CloseButtonCommand.Execute
  • New Closing event
  • Fixed crash when displaying a second window (#28) @thoemmi