Skip to content

Releases: menees/Libraries

5.1.2

04 Jun 22:52

Choose a tag to compare

5.1.1

17 May 01:15

Choose a tag to compare

5.1.0

15 May 20:21

Choose a tag to compare

Made some WPF-related enhancements in Menees.Windows.Presentation while working on RegExponent:

  • Added RecentItemList<T>
  • Added PlaceholderTextHelper to support attached PlaceholderText (watermark) property for TextBoxBase and PasswordBox
  • Made AboutBox look for ProductUrl in assembly metadata
  • Made some methods virtual on PropertyChangeNotifier
  • Supported ConvertBack on InverseBooleanConverter

5.0.6

20 Feb 22:23

Choose a tag to compare

  • Added workaround for WPF 6.0.2 bug that affected Menees.Windows.Presentation.dll

5.0.5

16 Feb 03:12

Choose a tag to compare

  • Changed default HighDpiMode to DpiUnawareGdiScaled to work best in my WinForms apps.
  • Add workaround for WinForms 6.0.2 problem (dotnet/core#7176).

5.0.3

21 Jan 03:11

Choose a tag to compare

  • Removed use of WMI (System.Management) types.

5.0.2

20 Jan 23:22

Choose a tag to compare

  • Replaced Microsoft.Windows.Compatibility package references with the few smaller packages that were actually required.

5.0.1

16 Jan 19:50

Choose a tag to compare

  • Fix nullability for ExtendedRichTextBox.Text.
  • Fix VS main window handle conversion to IntPtr.

5.0.0

02 Jan 23:30
90cfcf3

Choose a tag to compare

4.9.11

17 Jun 02:11

Choose a tag to compare

  • Removed Menees.Common dependency on GetForegroundWindow (for issue #2)