| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- 2003-01-27 Gaurav Vaish <gvaish_mono AT lycos.com>
- * IListControl.cs : A private class hacked.
- * PagedControl.cs : Fixed typo error (OnPageChange)
- * List.cs : Stubbed almost all methods. Will
- implement tommorrow. Time to sleep.
- * MobileListItemCollection.cs
- : Finally, a collection class will bite
- me all. ;-)
- 2003-01-27 Gaurav Vaish <gvaish_mono AT lycos.com>
- * List.cs, PagedControl.cs
- : Was I drunk? or Sleeping when I wrote
- the classes? I mixed up the methods.
- Reorganizing.
- * PagedControl.cs : Completed.
- 2003-01-26 Gaurav Vaish <gvaish_mono AT lycos.com>
- * Form.cs : HasActiveHandler() - Stubbed.
- * List.cs : Initial implementation.
- * ItemPager.cs,
- * Image.cs,
- * Link.cs,
- * ListDataBindEventArgs.cs,
- * ListDataBindEventHandler.cs,
- * ListCommandEventArgs.cs,
- * ListCommandEventHandler.cs,
- * LoadItemsEventArgs.cs,
- * LoadItemsEventHandler.cs
- : Completed.
- * MobilePage.cs : ActivePage { get; set; } - Stubbed.
- : GetForm(string) - Stubbed.
- * PagedControl.cs : Initial implementation.
- 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.
|