| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 2002-01-03 Nick Drochak <[email protected]>
- * DesignTimeParseData.cs: initialze static member to avoid compile
- error
- * PropertyConverter.cs: remove uneeded exception variables from
- catch blocks.
- 2002-01-02 Nick Drochak <[email protected]>
- * DesignTimeParseData.cs: fix header to show correct class name
- 2001-12-21 Gaurav Vaish <[email protected]>
- * StateBag.cs - Completed
- 2001-12-19 Gaurav Vaish <[email protected]>
- * Pair.cs - Small undocumented class. Completed.
- 2001-12-18 Gaurav Vaish <[email protected]>
- * DesignTimeParseData.cs - Initial implementation
- * StateBag.cs - Initial implementation
- 2001-12-17 Gaurav Vaish <[email protected]>
- * PropertyConverter.cs - Undocumented class. Completed.
- * Utils.cs - Undocumented, private class.
- Initial implementation
- 2001-08-28 Bob Smith <[email protected]>
- * Control.cs: Figured out some undocumented API.
- * Added TODO.
- * BuildMethod.cs: Initial implementation.
- * BuildTemplateMethod.cs: Initial implementation.
- * HtmlTextWriterAttribute.cs: Initial implementation.
- * HtmlTextWriterStyle.cs: Initial implementation.
- * HtmlTextWriterTag.cs: Initial implementation.
- * IAttributeAccessor.cs: Initial implementation.
- * IDataBindingsAccessor.cs: Initial implementation.
- * ImageClickEventHandler.cs: Initial implementation.
- * INamingContainer.cs: Initial implementation.
- * IParserAccessor.cs: Initial implementation.
- * IPostBackDataHandler.cs: Initial implementation.
- * IPostBackEventHandler.cs: Initial implementation.
- * IStateManager.cs: Initial implementation.
- * ITagNameToTypeMapper.cs: Initial implementation.
- * ITemplate.cs: Initial implementation.
- * IValidator.cs: Initial implementation.
- * OutputCacheLocation.cs: Initial implementation.
- * PersistanceMode.cs: Initial implementation.
- * StateItem.cs: Initial implementation.
- 2001-08-27 Bob Smith <[email protected]>
- * Control.cs: Bug fixes and implementations.
- 2001-08-24 Bob Smith <[email protected]>
- * Control.cs: Bug fixes.
- 2001-08-23 Bob Smith <[email protected]>
- * Control.cs: More implementation. Events reworked for performance.
- 2001-08-22 Bob Smith <[email protected]>
- * LiteralControl.cs: Implemented.
- * Control.cs: Even more implementation (Events). What a beast.
- 2001-08-20 Bob Smith <[email protected]>
- * Control.cs: More implementation. Not done yet. Shutter.
- 2001-08-17 Bob Smith <[email protected]>
- * Control.cs: Partial implementation.
|