2006-03-13 Peter Dennis Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 14 Mar 2006 06:25:28 +0000 (06:25 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 14 Mar 2006 06:25:28 +0000 (06:25 -0000)
commit5d0dc70afd20e218cb63a8044502176fff1fae2a
tree346e561ca21141428addfd442e8a39698e411597
parenta29f281007aa002dd1f1ff78b17dde0092050304
2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>

* System.Windows.Forms.dll.sources: Added ProgressBarStyle.cs

2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>

* ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
  center by default (fixes #76895)
* ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced
  all uses of Border3DSides.All with the explicit ORd together
  Left|Right|Top|Bottom because I assume that nobody was aware
  that All also implies a center fill. Most places I checked had
  a fill right above.
* ProgressBarStyle.cs: Added

svn path=/trunk/mcs/; revision=57941
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlPaint.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBarStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeClearlooks.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeNice.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs