Commit Graph

14 Commits (298ea3491436c74e87778abed00deeb7cc0e821b)

Author SHA1 Message Date
dahall 0bb9797e2f BREAKING CHANGES: I have dramatically reduced dependencies of almost all assemblies on .NET runtime assemblies not part of core System assemblies, most specifically System.Drawing and System.Windows.Forms. This forced the removal of some overloaded methods and the replacement of leveraged structures and enums with native equivalents. I added Vanara.Windows.Shell.Common which has all the content from Vanara.WIndows.Shell that did not have dependencies. I extracted all extension methods from Gdi32 and User32 and moved them to Vanara.Windows.Extensions. 2022-01-14 07:32:51 -07:00
dahall 3517fb255a Added NotifyIcon.GetBounds extension method 2021-09-01 11:03:32 -06:00
dahall 221385fd00 Updated to work with new BITMAPINFO changes 2021-05-29 08:09:38 -06:00
dahall eab19cce0b Fixed small bug from last commit 2021-04-06 13:15:56 -06:00
dahall 280414731b Added IDeviceContext.MeasureText extension method to overcome deprecation of TextFormatFlags.ModifyString 2021-04-06 13:04:34 -06:00
dahall 967389e246 Removed all calls to `Marshal.ReleaseComObject` where there exists a possibility that the interface could have been referenced by another object and changed to nulling the holding variable. See discussion thread #188. 2021-02-01 16:08:43 -07:00
dahall 30930565e6 Updated ListViewExtensions based on changes to SendMessage 2021-01-01 15:06:03 -07:00
dahall cabf86396c Removed Security.PermissionSetAttribute from all classes, properties and methods. It is now marked Obsolete. 2020-12-24 13:07:32 -07:00
dahall 41a049eeba Added back non-extension obsolete methods 2020-11-05 08:59:16 -07:00
dahall 7d06742de6 Removed obsolete Gdi extension functions 2020-11-05 08:38:15 -07:00
dahall b5b409fc3d Transitioned all GDI pure motehods to GdiExtension class in the Gdi32 assembly and marked methods Obsolete 2020-11-05 07:27:17 -07:00
dahall e05f835c78 Moved pure extensions for Gdi functions to Gdi32 2020-11-05 07:10:57 -07:00
dahall 31e83ac903 Fixed minor bug in IconExtension.GetSystemIcon 2020-11-02 07:53:41 -07:00
dahall 81292aca1d Renamed WIndows.Forms to Windows.Forms (#165) 2020-09-05 15:00:37 -06:00