2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Web.Mobile / System.Web.UI.MobileControls.Adapters / ChangeLog
1
2 2003-10-08      Gaurav Vaish <gvaish_mono AT lycos.com>
3
4         * CHtmlCalendarAdapter.cs: Initial implmentation.
5         * ControlAdapter.cs      : HandlePostBackEvent(string),
6                                  : OnLoad(EventArgs),
7                                  : OnPreRender(EventArgs),
8                                  : OnUnload(EventArgs),
9                                  : OnRender(EventArgs)     - Marked virtual
10
11 2003-10-08      Gaurav Vaish <gvaish_mono AT lycos.com>
12
13         * HtmlCalendarAdapter.cs: Initial implmentation.
14
15 2003-09-29      Gaurav Vaish <gvaish_mono AT lycos.com>
16
17         * HtmlMobileTextWriter.cs
18                                 : Added several Style related methods,
19                                   and also some Write methods.
20         * MobileTextWriter.cs   : Device { get; }          - Implemented
21         * StyleStack.cs, WriterState.cs, WriterStyle.cs, StyleTag.cs
22                                 : (Private / Internal) Helper classes.
23
24 2003-09-04      Gaurav Vaish <gvaish_mono AT lycos.com>
25
26         * ControlAdapter.cs     : Control property         - Marked virtual
27                                 : LoadPostData(...)        - Marked virtual
28         * HtmlCommandAdapter.cs : Implemented.
29         * HtmlControlAdapter.cs : RenderEndLink(...)       - Correct signature
30         * HtmlMobileTextWriter.cs
31                                 : Added several properties,
32                                 : Stubbed several methods
33
34 2003-09-03      Gaurav Vaish <gvaish_mono AT lycos.com>
35
36         * HtmlControlAdapter.cs : Looks like done, at least stubbing.
37
38 2003-08-13      Gaurav Vaish <gvaish_mono AT lycos.com>
39
40         * ControlAdapter.cs     : Style { get; }           - Implemented.
41         * HtmlControlAdapter.cs : Towards finishing.
42         * HtmlPageAdapter.cs    : PersistCookielessData    - Mocked.
43         * HtmlMobileTextWriter.cs
44                                 : EnterStyle(Style)        - Mocked.
45
46 2003-08-07      Gaurav Vaish <gvaish_mono AT lycos.com>
47
48         * ControlAdapter.cs     : Mark Render(...) virtual.
49         * HtmlControlAdapter.cs : AddAttributes(...),
50                                   ExitSecondaryUIMode(),
51                                   LoadAdapterState(),
52                                   Render(...)               - Implemented.
53
54 2003-06-17      Gaurav Vaish <gvaish_mono AT lycos.com>
55
56         * HtmlControlAdapter.cs : A little more implementation.
57         * HtmlMobileTextWriter.cs,
58         * MultiPartWriter.cs,
59         * MobileTextWriter.cs   : Dummy implementation.
60         * MobileControl.cs      : Now implements IAttributeAccessor.
61                                   -- Commented out.
62
63 2003-05-21      Gaurav Vaish <gvaish_mono AT lycos.com>
64
65         * HtmlControlAdapter.cs : Partial implementation.
66         * HtmlFormAdapter.cs    : Initial implementation.
67         * HtmlPageAdapter.cs    : Initial implementation.
68
69 2003-04-29      Gaurav Vaish <gvaish_mono AT lycos.com>
70
71         * ControlAdapter.cs     : Some more methods.
72
73 2003-04-08      Gaurav Vaish <gvaish_mono AT lycos.com>
74
75         * ControlAdapter.cs     : Initial implementation.
76         * HtmlControlAdapter.cs : Corrected the namesapce.
77
78 2003-04-08      Gaurav Vaish <gvaish_mono AT lycos.com>
79
80         * HtmlControlAdapter.cs     : Initial implementation.