| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
- * CHtmlCalendarAdapter.cs: Initial implmentation.
- * ControlAdapter.cs : HandlePostBackEvent(string),
- : OnLoad(EventArgs),
- : OnPreRender(EventArgs),
- : OnUnload(EventArgs),
- : OnRender(EventArgs) - Marked virtual
- 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
- * HtmlCalendarAdapter.cs: Initial implmentation.
- 2003-09-29 Gaurav Vaish <gvaish_mono AT lycos.com>
- * HtmlMobileTextWriter.cs
- : Added several Style related methods,
- and also some Write methods.
- * MobileTextWriter.cs : Device { get; } - Implemented
- * StyleStack.cs, WriterState.cs, WriterStyle.cs, StyleTag.cs
- : (Private / Internal) Helper classes.
- 2003-09-04 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ControlAdapter.cs : Control property - Marked virtual
- : LoadPostData(...) - Marked virtual
- * HtmlCommandAdapter.cs : Implemented.
- * HtmlControlAdapter.cs : RenderEndLink(...) - Correct signature
- * HtmlMobileTextWriter.cs
- : Added several properties,
- : Stubbed several methods
- 2003-09-03 Gaurav Vaish <gvaish_mono AT lycos.com>
- * HtmlControlAdapter.cs : Looks like done, at least stubbing.
- 2003-08-13 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ControlAdapter.cs : Style { get; } - Implemented.
- * HtmlControlAdapter.cs : Towards finishing.
- * HtmlPageAdapter.cs : PersistCookielessData - Mocked.
- * HtmlMobileTextWriter.cs
- : EnterStyle(Style) - Mocked.
- 2003-08-07 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ControlAdapter.cs : Mark Render(...) virtual.
- * HtmlControlAdapter.cs : AddAttributes(...),
- ExitSecondaryUIMode(),
- LoadAdapterState(),
- Render(...) - Implemented.
- 2003-06-17 Gaurav Vaish <gvaish_mono AT lycos.com>
- * HtmlControlAdapter.cs : A little more implementation.
- * HtmlMobileTextWriter.cs,
- * MultiPartWriter.cs,
- * MobileTextWriter.cs : Dummy implementation.
- * MobileControl.cs : Now implements IAttributeAccessor.
- -- Commented out.
- 2003-05-21 Gaurav Vaish <gvaish_mono AT lycos.com>
- * HtmlControlAdapter.cs : Partial implementation.
- * HtmlFormAdapter.cs : Initial implementation.
- * HtmlPageAdapter.cs : Initial implementation.
- 2003-04-29 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ControlAdapter.cs : Some more methods.
- 2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
- * ControlAdapter.cs : Initial implementation.
- * HtmlControlAdapter.cs : Corrected the namesapce.
- 2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
- * HtmlControlAdapter.cs : Initial implementation.
|