2
0

ChangeLog 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 2001-12-21 Gaurav Vaish <[email protected]>
  2. * Calendar.cs - Added some more functions
  3. * Style.cs - Completed
  4. * ListItem.cs - Completed
  5. * ListItemCollection.cs - Completed
  6. Made the first successful build of System.Web.dll that included System.Web.UI.WebControls!
  7. 2001-12-20 Gaurav Vaish <[email protected]>
  8. FontInfo.cs - Completed revamp. Completed
  9. 2001-12-19 Gaurav Vaish <[email protected]>
  10. ListItemCollection.cs - Completed
  11. ListItem.cs - Initial Implementation
  12. Style.cs - Initial Implementation
  13. 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.
  14. 2001-12-18 Gaurav Vaish <[email protected]>
  15. TODO - Properly added
  16. CheckBox.cs - Completed
  17. BaseDataList.cs - Completed
  18. DayRenderEventArgs.cs - Completed
  19. RepeaterItem.cs - Initial implementation
  20. 2001-12-17 Gaurav Vaish <[email protected]>
  21. BaseCompareValidator.cs - Completed
  22. AdRotator.cs - Completed
  23. 2001-12-15 Gaurav Vaish <[email protected]>
  24. CommandEventArgs.cs - Completed
  25. DataGridCommandEventArgs.cs - Completed
  26. RepeaterCommandEventArgs.cs - Completed
  27. DataListCommandEventArgs.cs - Completed
  28. CompareValidator.cs - Partial Implementation
  29. 2001-12-02 Gaurav Vaish <[email protected]>
  30. CheckBoxList.cs - Partial Implementation.
  31. All except "Render"
  32. 2001-12-01 Gaurav Vaish <[email protected]>
  33. ListControl.cs - Completed
  34. 2001-11-30 Gaurav Vaish <[email protected]>
  35. CheckBox.cs - Completed
  36. ListControl.cs - Initial Implementation
  37. CheckBoxList.cs - Started with it, but first needed
  38. ListControl. Left it.
  39. 2001-11-29 Gaurav Vaish <[email protected]>
  40. CalendarDay.cs - Making a note that this
  41. has been implemented
  42. Calendar.cs - Making a note that have made some changes.
  43. Unimplmented functions throw
  44. NotImplementedException
  45. CheckBox.cs - Can now "Render" and "LoadPostData"
  46. 2001-11-08 Gaurav Vaish <[email protected]>
  47. WebControl.cs - Total Revamp, Partial Implementation
  48. AdRotator.cs - Able to load files
  49. AdCreatedEventArgs.cs - Implemented
  50. 2001-11-05 Gaurav Vaish <[email protected]>
  51. Calendar.cs - Initial Implementation
  52. ButtonColumn.cs - Initial Implementation
  53. Button.cs - Initial Implementation
  54. BoundColumn.cs - Initial Implementation
  55. BaseCompareValidator.cs - Minor Changes
  56. DataList.cs, BaseValidator.cs, BaseDataList.cs
  57. - Added more functions, other changes
  58. 2001-10-28 Gaurav Vaish <[email protected]>
  59. WebControl.cs - Initial Implementation
  60. DataList.cs - Initial Implementation
  61. BaseValidator.cs - Initial Implementation
  62. BaseDataList.cs - Initial Implementation
  63. 2001-10-27 Gaurav Vaish <[email protected]>
  64. AdCreatedEventArgs.cs - Initial Implementation
  65. AdCratedEventHandler.cs - Implemented
  66. AdRotator.cs - Initial Implementation
  67. BorderStyle.cs - Implemented
  68. ButtonColumnStyle.cs - Implemented
  69. CalendarSelectionMode.cs - Implemented
  70. DayNameFormat.cs - Implemented
  71. FirstDayOfWeek - Implemented
  72. FontInfo.cs - Partial Implementation
  73. FontSize.cs - Implemented
  74. GridLines.cs - Implemented
  75. HorizontalAlign.cs - Implemented
  76. HyperLink.cs - Initial Implementation
  77. ImageAlign.cs - Implemented
  78. IRepeatInfoUser.cs - Implemented
  79. ListItemType.cs - Implemented
  80. ListSelectionMode.cs - Implemented
  81. NextPrevFormat.cs - Implemented
  82. PagerMode.cs - Implemented
  83. PagerPosition.cs - Implemented
  84. RepeatDirection.cs - Implemented
  85. RepeatLayout.cs - Implemented
  86. TextAlign.cs - Implemented
  87. TextBoxMode.cs - Implemented
  88. TitleFormat.cs - Implemented
  89. UnitType.cs - Implemented
  90. ValidationCompareOperator.cs
  91. - Implemented
  92. ValidationDataType.cs - Implemented
  93. ValidationSummaryDisplayMode.cs
  94. - Implemented
  95. ValidatorDisplay.cs - Implemented
  96. VerticalAlign.cs - Implemented
  97. // File Created 2001:11:13