2
0

ChangeLog 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2003-01-14 Gaurav Vaish <gvaish_mono AT lycos.com>
  2. * *.cs : Update the year in copyright notice.
  3. 2003-01-13 Gaurav Vaish <gvaish_mono AT lycos.com>
  4. * Label.cs : The smallest class on this earth.
  5. 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
  6. * MobileControl.cs : Stub-ing completed. ;-)
  7. * ControlPager.cs : Dummy implementation.
  8. 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
  9. * FontInfo.cs : Implemented.
  10. * Form.cs : Initial implementation.
  11. * Panel.cs : Initial implementation.
  12. * MobileControl.cs : Stubbed all properties.
  13. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  14. * DeviceSpecific.cs : Dummy implementation.
  15. * MobilePage.cs : GetControlAdapter(MobileControl) - Stubbed.
  16. * MobileControl.cs : Adapter { get; } - Implemented
  17. : BreakAfter { get; set; } - Stubbed.
  18. : DeviceSpecific { get; set; } - Stubbed.
  19. : MobilePage { get; } - Stubbed.
  20. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  21. * IObjectListFieldCollection.cs,
  22. * IPageAdapter.cs,
  23. * ITemplateable.cs : Added interface.
  24. * ObjectListField.cs : Dummy implementation.
  25. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  26. * MobileListItemType.cs,
  27. * ObjectListViewMode.cs,
  28. * WmlListFieldType.cs, // Failed to locate enumeration!
  29. * Wrapping.cs
  30. : Added enumerations.
  31. 2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
  32. * MobileControl.cs : Added some more properties (dummies).
  33. * Alignment.cs,
  34. * BooleanOption.cs,
  35. * CommandFormat.cs,
  36. * FontSize.cs,
  37. * FormMethod.cs,
  38. * ListDecoration.cs,
  39. * ListSelectType.cs,
  40. : Added enumerations.
  41. 2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  42. * IControlAdapter.cs : Completed interface.
  43. * MobileControl.cs : Initial implementation.
  44. * MobilePage.cs : Dummy implementation.