- #216 - KeyboardNavigationEx.AlwaysShowFocusVisual may cause the application to get stuck in an infinite focus loop (thanks @myd7349)
- #222 - Non-client area hit test feature doesn't work properly when view box is involved
- #218 - Remove workaround fro already added member (thanks @DoctorKrolic)
- #219 - Remove unused box type (thanks @DoctorKrolic)
- #213 - Window border disappears when restored after starting maximized
- Default value of
GlowWindowBehavior.DWMSupportsBorderColornow depends on the OS version Constants.ResizeCornerGripThicknesswas changed from 18 to 12
- #194 - Adding Backdrop support
- Added
WindowBackdropManagerto allow for backdrop effects in windows - Added support for caption color, glass frame thickness and native caption buttons in
WindowChromeWindowandWindowChromeBehavior - Added
AppModeHelperto allow for dark system menus inside applications. Use with caution as it relies on undocumented OS methods. - Added
PopupBackdropManagerto allow for backdrop effects in popups. Use with caution as it relies on undocumented OS methods. - Allowed "recursive" value replacement in theme generation
- Improved NC hit testing for maximized windows
- #176 - ControlzEx.WindowChromeWindow lacks documentation
- #179 - Initial Window CornerPreference
- #182 - NullReferenceException if Window closed in Window_Loaded
- #197 - Incorrect behavior when WindowChromeWindow ResizeMode="CanMinimize"
- Prevented race conditions during window closing
- Fixed NC-size on Windows 10
- Workaround NC-Size bug in Windows
- @Lehonti made their first contribution in #183