- Implemented SystemInformation class
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Sun, 30 Jan 2005 01:06:00 +0000 (01:06 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Sun, 30 Jan 2005 01:06:00 +0000 (01:06 -0000)
commitc69e15d7c68481c2ca042b1e55f3f8cc710d224b
tree6edd7a465328fb3c5072ff315a54cfdd1d5cdd94
parent4a8fd837bb2f4c71fe7406415b62354ec1f5e601
- Implemented SystemInformation class
- Fixed menu visibility on Win32
- Preventing Popup menus from popping up partially offscreen

svn path=/trunk/mcs/; revision=39769
15 files changed:
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/SWF.csproj
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrangeDirection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrangeStartingPosition.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SystemInformation.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Theme.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Structs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIOSX.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs