ChangeLog 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  2. * CHtmlCalendarAdapter.cs: Initial implmentation.
  3. * ControlAdapter.cs : HandlePostBackEvent(string),
  4. : OnLoad(EventArgs),
  5. : OnPreRender(EventArgs),
  6. : OnUnload(EventArgs),
  7. : OnRender(EventArgs) - Marked virtual
  8. 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  9. * HtmlCalendarAdapter.cs: Initial implmentation.
  10. 2003-09-29 Gaurav Vaish <gvaish_mono AT lycos.com>
  11. * HtmlMobileTextWriter.cs
  12. : Added several Style related methods,
  13. and also some Write methods.
  14. * MobileTextWriter.cs : Device { get; } - Implemented
  15. * StyleStack.cs, WriterState.cs, WriterStyle.cs, StyleTag.cs
  16. : (Private / Internal) Helper classes.
  17. 2003-09-04 Gaurav Vaish <gvaish_mono AT lycos.com>
  18. * ControlAdapter.cs : Control property - Marked virtual
  19. : LoadPostData(...) - Marked virtual
  20. * HtmlCommandAdapter.cs : Implemented.
  21. * HtmlControlAdapter.cs : RenderEndLink(...) - Correct signature
  22. * HtmlMobileTextWriter.cs
  23. : Added several properties,
  24. : Stubbed several methods
  25. 2003-09-03 Gaurav Vaish <gvaish_mono AT lycos.com>
  26. * HtmlControlAdapter.cs : Looks like done, at least stubbing.
  27. 2003-08-13 Gaurav Vaish <gvaish_mono AT lycos.com>
  28. * ControlAdapter.cs : Style { get; } - Implemented.
  29. * HtmlControlAdapter.cs : Towards finishing.
  30. * HtmlPageAdapter.cs : PersistCookielessData - Mocked.
  31. * HtmlMobileTextWriter.cs
  32. : EnterStyle(Style) - Mocked.
  33. 2003-08-07 Gaurav Vaish <gvaish_mono AT lycos.com>
  34. * ControlAdapter.cs : Mark Render(...) virtual.
  35. * HtmlControlAdapter.cs : AddAttributes(...),
  36. ExitSecondaryUIMode(),
  37. LoadAdapterState(),
  38. Render(...) - Implemented.
  39. 2003-06-17 Gaurav Vaish <gvaish_mono AT lycos.com>
  40. * HtmlControlAdapter.cs : A little more implementation.
  41. * HtmlMobileTextWriter.cs,
  42. * MultiPartWriter.cs,
  43. * MobileTextWriter.cs : Dummy implementation.
  44. * MobileControl.cs : Now implements IAttributeAccessor.
  45. -- Commented out.
  46. 2003-05-21 Gaurav Vaish <gvaish_mono AT lycos.com>
  47. * HtmlControlAdapter.cs : Partial implementation.
  48. * HtmlFormAdapter.cs : Initial implementation.
  49. * HtmlPageAdapter.cs : Initial implementation.
  50. 2003-04-29 Gaurav Vaish <gvaish_mono AT lycos.com>
  51. * ControlAdapter.cs : Some more methods.
  52. 2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  53. * ControlAdapter.cs : Initial implementation.
  54. * HtmlControlAdapter.cs : Corrected the namesapce.
  55. 2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  56. * HtmlControlAdapter.cs : Initial implementation.