| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- 2003-01-25 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ControlPager.cs : Completed.
- * ItemPager.cs : Initial implementation.
- 2003-01-24 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ControlPager.cs : PageCount { get; set; } - Stubbed.
- * MobileControl.cs : EnablePagination { get; set; }
- - Completed
- : SetControlPageRecursive - Stubbed.
- * Panel.cs : Completed.
- 2003-01-23 Gaurav Vaish <gvaish_mono AT lycos.com>
- * Command.cs : Completed.
- * Form.cs : CurrentPage { get; set; } - Stubbed.
- 2003-01-19 Gaurav Vaish <gvaish_mono AT lycos.com>
- * Command.cs : Initial implementation.
- * IObjectListFieldCollection.cs
- : F*** the docs. Use only reflection
- to get the correct methods / properties.
- * TextControl.cs : Implemented.
- * ObjectListCommandEventArgs/Handler.cs
- : Implemented.
- * MobileListItem.cs : Initial Implementation.
- * ObjectListItem.cs : Initial Implementation.
- * ObjectList.cs : Initial Implementation.
- * TemplateContainer.cs : Initial Implementation.
- 2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
- * Constants.cs : Undocumented class. Reflection revealed.
- Implemented.
- 2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ArrayListCollectionBase.cs
- : Implemented.
- 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.
|