32 lines
879 B
Plaintext
Raw Normal View History

2009-08-20 Marek Habersack <mhabersack@novell.com>
* ControlAdapter.cs: check if Control isn't null before using it.
CreateChildControls () must forward call to the control. Fixes bug
#517172
2008-01-15 Dean Brettle <dean@brettle.com>
* ControlAdapter.cs: made control field internal so
derived internal classes can access it without using base.Control
which can involved several typecasts.
2008-01-12 Dean Brettle <dean@brettle.com>
* PageAdapter.cs: implemented all members.
2008-01-07 Dean Brettle <dean@brettle.com>
* ControlAdapter.cs: implemented all members.
2005-08-24 Chris Toshok <toshok@ximian.com>
* PageAdapter.cs, ControlAdapter.cs: add MonoTODO's.
2005-08-18 Dick Porter <dick@ximian.com>
* PageAdapter.cs, ControlAdapter.cs: 2.0 stubs
2004-08-04 Sanjay Gupta <gsanjay@novell.com>
* WmlPostFieldType.cs : Added enumeration.