ChangeLog 572 B

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