ChangeLog 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. Fri Jul 04 20:30:10 GMT 2003 Joel Basson <[email protected]>
  2. * Started the List Control
  3. Wed Jul 02 00:31:21 CEST 2003 Philip Van Hoof <[email protected]>
  4. * Created this ChangeLog file
  5. * Fixed the positioning of MainMenus and StatusBar Controls (and ToolBar
  6. Controls, but we don't completed this Control yet)
  7. * Prepared the Button-control for button1.Controls.Add ( ... );
  8. Thu Jul 01 00:00:00 CEST 2003 Philip Van Hoof <[email protected]>
  9. * Made Form1.cs compile and run on both Windows and Linux platforms
  10. * A lot hacks and fixes
  11. Xyz Xyz 00 00:00:00 CEST 2003 Older changes by Philip Van Hoof <[email protected]>
  12. * The positioning of a MainMenu
  13. * Copy/Paste/Cut in TextBoxes
  14. * Minor hacks for Control.cs
  15. Xyz Xyz 00 00:00:00 CEST 2003 Older changes by Joel Basson <[email protected]>
  16. * Implementations of the GroupBox, FileDialog, ColorDialog, MainMenu, MenuItem,
  17. CheckBox, MessageBox, ...
  18. Xyz Xyz 00 00:00:00 CEST 2003 Philip Van Hoof <[email protected]>
  19. * Initial Version of this implementation by
  20. Miguel de Icaza ([email protected])
  21. Rachel Hestilow ([email protected])
  22. 2003-06-01 Joel Basson <[email protected]>
  23. * Added Click event to menus
  24. * Updated demo.cs
  25. * Many other additions by Philip Van Hoof
  26. 2003-05-25 Joel Basson <[email protected]>
  27. * PictureBoxSizeMode.cs
  28. * Added relevent functions to PictureBox.cs
  29. * Updated demo.cs
  30. 2003-05-25 Joel Basson <[email protected]>
  31. * Added Shortcut and Checked property to MenuItem.cs
  32. * Updated Demo2.cs to demonstrate new properties
  33. 2003-05-24 Joel Basson <[email protected]>
  34. * MainMenu.cs
  35. * MenuItem.cs
  36. * Some more work done to MessageBox.cs
  37. 2003-05-11 Joel Basson <[email protected]>
  38. * MessageBox.cs
  39. * Bugfix to ComboBox.cs
  40. * Small update to Form.cs
  41. 2003-05-09 Joel Basson <[email protected]>
  42. * Added many new properties to Combo.cs
  43. * Fixed the TextBox.Text get property
  44. * Fixed some properties in Form.cs
  45. * Small code cleanups
  46. 2003-05-07 Joel Basson <[email protected]>
  47. * Added ComboBox.Items.Add and ComboBox.Items.Add to ComboBox.cs
  48. * FontDialog.cs
  49. * Added new Demo2.cs test app
  50. 2003-04-17 Joel Basson <[email protected]>
  51. * ComboBox.cs
  52. * ColorDialog.cs
  53. * Improved functionality in RadioBox.cs
  54. * Fix some things that were broken with the update to gtk-sharp-0.8
  55. 2003-03-17 Joel Basson <[email protected]>
  56. * FileDialog.cs
  57. * Updated Demo.cs and added "Enabled" property
  58. 2003-03-10 Joel Basson <[email protected]>
  59. * Update Demo.cs to reflect current status, and got rid termination bug
  60. 2003-03-10 Joel Basson <[email protected]>
  61. * PictureBox.cs
  62. 2003-03-08 Joel Basson <[email protected]>
  63. * Frame.cs should have been GroupBox.cs
  64. 2003-03-07 Joel Basson <[email protected]>
  65. * CheckBox.cs
  66. * RadioButton.cs
  67. * Frame.cs
  68. * Added properties: Size and Name
  69. * Touchups here and there
  70. 2002-8-7 DennisHayes <[email protected]>
  71. * Started changelog
  72. 2002-8-7 DennisHayes <[email protected]>
  73. Check in for Remco de Jong <[email protected]>
  74. * HorizontalAlignment.cs
  75. * ProgressBar.cs
  76. * ScrollBars.cs
  77. * TextBox.cs
  78. * TextBoxBase.cs
  79. * added new files with some functinality