| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- 2003-01-14 Gaurav Vaish <gvaish_mono AT lycos.com>
- * *.cs : Update the year in copyright notice.
- 2003-01-13 Gaurav Vaish <gvaish_mono AT lycos.com>
- * Label.cs : The smallest class on this earth.
- 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
- * MobileControl.cs : Stub-ing completed. ;-)
- * ControlPager.cs : Dummy implementation.
- 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
- * FontInfo.cs : Implemented.
- * Form.cs : Initial implementation.
- * Panel.cs : Initial implementation.
- * MobileControl.cs : Stubbed all properties.
- 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
- * DeviceSpecific.cs : Dummy implementation.
- * MobilePage.cs : GetControlAdapter(MobileControl) - Stubbed.
- * MobileControl.cs : Adapter { get; } - Implemented
- : BreakAfter { get; set; } - Stubbed.
- : DeviceSpecific { get; set; } - Stubbed.
- : MobilePage { get; } - Stubbed.
- 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
- * IObjectListFieldCollection.cs,
- * IPageAdapter.cs,
- * ITemplateable.cs : Added interface.
- * ObjectListField.cs : Dummy implementation.
- 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
- * MobileListItemType.cs,
- * ObjectListViewMode.cs,
- * WmlListFieldType.cs, // Failed to locate enumeration!
- * Wrapping.cs
- : Added enumerations.
- 2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
- * MobileControl.cs : Added some more properties (dummies).
- * Alignment.cs,
- * BooleanOption.cs,
- * CommandFormat.cs,
- * FontSize.cs,
- * FormMethod.cs,
- * ListDecoration.cs,
- * ListSelectType.cs,
- : Added enumerations.
- 2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
- * IControlAdapter.cs : Completed interface.
- * MobileControl.cs : Initial implementation.
- * MobilePage.cs : Dummy implementation.
|