ChangeLog 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 2002-01-25 Gaurav Vaish <[email protected]>
  2. * Panel.cs - Completed
  3. * TableItemStyle.cs - Completed
  4. 2002-01-18 Gaurav Vaish <[email protected]>
  5. * TableCellCollection.cs - Completed
  6. * TableRowCollection.cs - Completed
  7. * TableHeaderCell.cs - Completed
  8. * TableRow.cs - Completed
  9. 2002-01-09 Gaurav Vaish <[email protected]>
  10. * TableCellControlBuilder.cs - Completed
  11. * Table.cs - Completed
  12. * TableCell.cs - Completed
  13. 2002-01-07 Gaurav Vaish <[email protected]>
  14. * CheckBoxList.cs - Completed
  15. * ButtonColumn.cs - Completed
  16. * Button.cs - Completed
  17. 2001-12-28 Gaurav Vaish <[email protected]>
  18. * HyperLink.cs - Completed
  19. * Image.cs - Completed
  20. * ImageButton.cs - Completed
  21. * Label.cs - Completed
  22. * LabelControlBuilder.cs - Completed
  23. * LinkButton.cs - Completed
  24. * LinkButtonControlBuilder.cs - Completed
  25. * Literal.cs - Completed
  26. * LieteralControlBuilder.cs - Completed
  27. * FontUnit.cs - Completed
  28. 2001-12-27 Gaurav Vaish <[email protected]>
  29. * Calendar.cs - Completed the functions of Render*,
  30. ViewStates (Track/View/Save),
  31. RaisePostBackEvent.
  32. Left: RenderAllDays (partially)
  33. 2001-12-21 Gaurav Vaish <[email protected]>
  34. * Calendar.cs - Added some more functions
  35. * Style.cs - Completed
  36. * ListItem.cs - Completed
  37. * ListItemCollection.cs - Completed
  38. Made the first successful build of System.Web.dll that included System.Web.UI.WebControls!
  39. 2001-12-20 Gaurav Vaish <[email protected]>
  40. FontInfo.cs - Complete revamp. Completed
  41. 2001-12-19 Gaurav Vaish <[email protected]>
  42. ListItemCollection.cs - Completed
  43. ListItem.cs - Initial Implementation
  44. Style.cs - Initial Implementation
  45. Right now I am in a total mood to do a successful build. Creating so many classes, completing classes in System.Web System.Web.UI namespaces.
  46. 2001-12-18 Gaurav Vaish <[email protected]>
  47. TODO - Properly added
  48. CheckBox.cs - Completed
  49. BaseDataList.cs - Completed
  50. DayRenderEventArgs.cs - Completed
  51. RepeaterItem.cs - Initial implementation
  52. 2001-12-17 Gaurav Vaish <[email protected]>
  53. BaseCompareValidator.cs - Completed
  54. AdRotator.cs - Completed
  55. 2001-12-15 Gaurav Vaish <[email protected]>
  56. CommandEventArgs.cs - Completed
  57. DataGridCommandEventArgs.cs - Completed
  58. RepeaterCommandEventArgs.cs - Completed
  59. DataListCommandEventArgs.cs - Completed
  60. CompareValidator.cs - Partial Implementation
  61. 2001-12-02 Gaurav Vaish <[email protected]>
  62. CheckBoxList.cs - Partial Implementation.
  63. All except "Render"
  64. 2001-12-01 Gaurav Vaish <[email protected]>
  65. ListControl.cs - Completed
  66. 2001-11-30 Gaurav Vaish <[email protected]>
  67. CheckBox.cs - Completed
  68. ListControl.cs - Initial Implementation
  69. CheckBoxList.cs - Started with it, but first needed
  70. ListControl. Left it.
  71. 2001-11-29 Gaurav Vaish <[email protected]>
  72. CalendarDay.cs - Making a note that this
  73. has been implemented
  74. Calendar.cs - Making a note that have made some changes.
  75. Unimplmented functions throw
  76. NotImplementedException
  77. CheckBox.cs - Can now "Render" and "LoadPostData"
  78. 2001-11-08 Gaurav Vaish <[email protected]>
  79. WebControl.cs - Total Revamp, Partial Implementation
  80. AdRotator.cs - Able to load files
  81. AdCreatedEventArgs.cs - Implemented
  82. 2001-11-05 Gaurav Vaish <[email protected]>
  83. Calendar.cs - Initial Implementation
  84. ButtonColumn.cs - Initial Implementation
  85. Button.cs - Initial Implementation
  86. BoundColumn.cs - Initial Implementation
  87. BaseCompareValidator.cs - Minor Changes
  88. DataList.cs, BaseValidator.cs, BaseDataList.cs
  89. - Added more functions, other changes
  90. 2001-10-28 Gaurav Vaish <[email protected]>
  91. WebControl.cs - Initial Implementation
  92. DataList.cs - Initial Implementation
  93. BaseValidator.cs - Initial Implementation
  94. BaseDataList.cs - Initial Implementation
  95. 2001-10-27 Gaurav Vaish <[email protected]>
  96. AdCreatedEventArgs.cs - Initial Implementation
  97. AdCratedEventHandler.cs - Implemented
  98. AdRotator.cs - Initial Implementation
  99. BorderStyle.cs - Implemented
  100. ButtonColumnStyle.cs - Implemented
  101. CalendarSelectionMode.cs - Implemented
  102. DayNameFormat.cs - Implemented
  103. FirstDayOfWeek - Implemented
  104. FontInfo.cs - Partial Implementation
  105. FontSize.cs - Implemented
  106. GridLines.cs - Implemented
  107. HorizontalAlign.cs - Implemented
  108. HyperLink.cs - Initial Implementation
  109. ImageAlign.cs - Implemented
  110. IRepeatInfoUser.cs - Implemented
  111. ListItemType.cs - Implemented
  112. ListSelectionMode.cs - Implemented
  113. NextPrevFormat.cs - Implemented
  114. PagerMode.cs - Implemented
  115. PagerPosition.cs - Implemented
  116. RepeatDirection.cs - Implemented
  117. RepeatLayout.cs - Implemented
  118. TextAlign.cs - Implemented
  119. TextBoxMode.cs - Implemented
  120. TitleFormat.cs - Implemented
  121. UnitType.cs - Implemented
  122. ValidationCompareOperator.cs
  123. - Implemented
  124. ValidationDataType.cs - Implemented
  125. ValidationSummaryDisplayMode.cs
  126. - Implemented
  127. ValidatorDisplay.cs - Implemented
  128. VerticalAlign.cs - Implemented
  129. // File Created 2001:11:13