| 1234567891011121314151617181920 |
- $Log: ChangeLog,v $
- Revision 1.4 2004/08/09 17:31:13 jackson
- New names for control properties
- Revision 1.3 2004/07/09 17:25:23 pbartok
- - Removed usage of Rectangle for drawing. Miguel pointed out it's faster
- Revision 1.2 2004/07/09 17:17:46 miguel
- 2004-07-09 Miguel de Icaza <[email protected]>
- * ProgressBar.cs: Fixed spelling for `block'
- drawProgressBar: renamed to `DrawProgressBar' to follow the coding
- style guidelines.
- Avoid using the += on rect.X, that exposed a bug in the compiler.
- Revision 1.1 2004/07/09 05:21:25 pbartok
- - Initial check-in
|