ChangeLog 495 B

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