Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-252003-07-25 Ravi Pratap <ravi@ximian.com>Ravi Pratap M
* everywhere: Remove uses of direct invocation of the 'Invoke' method on a delegate type - that is error cs1533 now flagged by mcs. svn path=/trunk/mcs/; revision=16681
2002-09-232002-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HtmlAnchor.cs: * HtmlButton.cs: * HtmlContainerControl.cs: * HtmlControl.cs: * HtmlForm.cs: * HtmlGenericControl.cs: * HtmlImage.cs: * HtmlInputButton.cs: * HtmlInputCheckBox.cs: * HtmlInputControl.cs: * HtmlInputFile.cs: * HtmlInputHidden.cs: * HtmlInputImage.cs: * HtmlInputRadioButton.cs: * HtmlInputText.cs: * HtmlSelect.cs: * HtmlTable.cs: * HtmlTableCell.cs: * HtmlTableRow.cs: * HtmlTextArea.cs: added almost all missing attributes. svn path=/trunk/mcs/; revision=7740
2002-07-172002-07-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HtmlAnchor.cs: * HtmlButton.cs: * HtmlInputButton.cs: * HtmlInputCheckBox.cs: * HtmlInputHidden.cs: * HtmlInputImage.cs: * HtmlInputText.cs: * HtmlTextArea.cs: Initialize EventHandlerList indexer. * HtmlContainerControl.cs: almost rewritten to use a LiteralControl instead of maintaining some flags and strings. Implemented LoadViewState. * HtmlControl.cs: fixed constructor and added ViewStateIgnoreCase. * HtmlSelect.cs: fixed TrackViewState, SaveViewState, SelectedIndices and Value. svn path=/trunk/mcs/; revision=5864
2002-07-012002-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Web/HttpResponse.cs: * System.Web.SessionState/HttpSessionState.cs: * System.Web.UI/LiteralControl.cs: * System.Web.UI.HtmlControls/HtmlAnchor.cs: * System.Web.UI.HtmlControls/HtmlButton.cs: * System.Web.UI.HtmlControls/HtmlControl.cs: * System.Web.UI.HtmlControls/HtmlForm.cs: * System.Web.UI.HtmlControls/HtmlGenericControl.cs: * System.Web.UI.HtmlControls/HtmlInputButton.cs: * System.Web.UI.HtmlControls/HtmlInputCheckBox.cs: * System.Web.UI.HtmlControls/HtmlInputControl.cs: * System.Web.UI.HtmlControls/HtmlInputFile.cs: * System.Web.UI.HtmlControls/HtmlInputHidden.cs: * System.Web.UI.HtmlControls/HtmlInputImage.cs: * System.Web.UI.HtmlControls/HtmlInputRadioButton.cs: * System.Web.UI.HtmlControls/HtmlInputText.cs: * System.Web.UI.HtmlControls/HtmlSelect.cs: * System.Web.UI.HtmlControls/HtmlTable.cs: * System.Web.UI.HtmlControls/HtmlTableCell.cs: * System.Web.UI.HtmlControls/HtmlTableRow.cs: * System.Web.UI.HtmlControls/HtmlTextArea.cs: Fixes based on class status page: - Add attributes (DefaultEvent, ParseChildren). - Fix declarations. - Explicitly implement some interfaces (IPostBackDataHandler and IPostBackEventHandler). - Implemented some missing methods. svn path=/trunk/mcs/; revision=5506
2002-06-042002-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Web.UI/Control.cs: don't throw exception in ControlID. By now, it returns ID. * System.Web.UI/Page.cs: (ProcessRequest): implemented. * System.Web.UI.HtmlControls/HtmlAnchor.cs: (RenderAttributes): new -> override and fixed little bug that made it cause an stack overflow. * System.Web.UI.HtmlControls/HtmlContainerControl.cs: reformatted and added tag and its attributes rendering. * System.Web.UI.HtmlControls/HtmlGenericControl.cs: removed TagName, which is already in HtmlControl. * System.Web.UI.HtmlControls/HtmlTable.cs: (RenderEndTag): new -> override. svn path=/trunk/mcs/; revision=5117
2002-01-242002-24-02 Gaurav Vaish <gvaish@iitk.ac.in>Gaurav Vaish
* *.cs -- Updates from Leen Toelen (toelen@hotmail.com) svn path=/trunk/mcs/; revision=2142
2001-11-05Flush pending changes I got from a contributor that did not put his name inMiguel de Icaza
svn path=/trunk/mcs/; revision=1263
2001-10-05More files from ToelenMiguel de Icaza
svn path=/trunk/mcs/; revision=1101
2001-09-06New update from Leen ToelenMiguel de Icaza
svn path=/trunk/mcs/; revision=734
2001-09-03HtmlAnchor.cs, HtmlTextArea.cs: Initial implementation. - Leen ToelenBob Smith
svn path=/trunk/mcs/; revision=709