ChangeLog 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. 2003-09-03 Gaurav Vaish <gvaish_mono AT lycos.com>
  2. * HtmlControlAdapter.cs : Looks like done, at least stubbing.
  3. 2003-08-13 Gaurav Vaish <gvaish_mono AT lycos.com>
  4. * ControlAdapter.cs : Style { get; } - Implemented.
  5. * HtmlControlAdapter.cs : Towards finishing.
  6. * HtmlPageAdapter.cs : PersistCookielessData - Mocked.
  7. * HtmlMobileTextWriter.cs
  8. : EnterStyle(Style) - Mocked.
  9. 2003-08-07 Gaurav Vaish <gvaish_mono AT lycos.com>
  10. * ControlAdapter.cs : Mark Render(...) virtual.
  11. * HtmlControlAdapter.cs : AddAttributes(...),
  12. ExitSecondaryUIMode(),
  13. LoadAdapterState(),
  14. Render(...) - Implemented.
  15. 2003-06-17 Gaurav Vaish <gvaish_mono AT lycos.com>
  16. * HtmlControlAdapter.cs : A little more implementation.
  17. * HtmlMobileTextWriter.cs,
  18. * MultiPartWriter.cs,
  19. * MobileTextWriter.cs : Dummy implementation.
  20. * MobileControl.cs : Now implements IAttributeAccessor.
  21. -- Commented out.
  22. 2003-05-21 Gaurav Vaish <gvaish_mono AT lycos.com>
  23. * HtmlControlAdapter.cs : Partial implementation.
  24. * HtmlFormAdapter.cs : Initial implementation.
  25. * HtmlPageAdapter.cs : Initial implementation.
  26. 2003-04-29 Gaurav Vaish <gvaish_mono AT lycos.com>
  27. * ControlAdapter.cs : Some more methods.
  28. 2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  29. * ControlAdapter.cs : Initial implementation.
  30. * HtmlControlAdapter.cs : Corrected the namesapce.
  31. 2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  32. * HtmlControlAdapter.cs : Initial implementation.