2004-11-22 John BouAntoun <jba-mono@optusnet.com.au>
authorJohn BouAntoun <jba@mono-cvs.ximian.com>
Tue, 23 Nov 2004 05:49:35 +0000 (05:49 -0000)
committerJohn BouAntoun <jba@mono-cvs.ximian.com>
Tue, 23 Nov 2004 05:49:35 +0000 (05:49 -0000)
commit7602dadcc36316fa08d06eab3a757c34b3348c7d
treea8c865d04e38226f1842157fd100dceae44fa1a2
parent2455a679ebd2eca9a40246b73c7de999a02f30a7
2004-11-22  John BouAntoun <jba-mono@optusnet.com.au>

- ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
- System.Windows.Forms/Theme.cs
- MonthCalendar.cs: added for MonthCalendar
- SelectionRange.cs: added for MonthCalendar
- Day.cs: added for MonthCalendar: added for MonthCalendar
- System.Windows.Forms/DateRangeEventArgs.cs: added for MonthCalendar
- System.Windows.Forms/DateRangeEventHandler.cs: added for MonthCalendar
- System.Windows.Forms.dll.sources: added MonthCalendar files

svn path=/trunk/mcs/; revision=36410
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/DateRangeEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateRangeEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Day.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MonthCalendar.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionRange.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Theme.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs