| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- Fri Jul 04 20:30:10 GMT 2003 Joel Basson <[email protected]>
- * Started the List Control
-
- Wed Jul 02 00:31:21 CEST 2003 Philip Van Hoof <[email protected]>
- * Created this ChangeLog file
- * Fixed the positioning of MainMenus and StatusBar Controls (and ToolBar
- Controls, but we don't completed this Control yet)
- * Prepared the Button-control for button1.Controls.Add ( ... );
- Thu Jul 01 00:00:00 CEST 2003 Philip Van Hoof <[email protected]>
-
- * Made Form1.cs compile and run on both Windows and Linux platforms
- * A lot hacks and fixes
- Xyz Xyz 00 00:00:00 CEST 2003 Older changes by Philip Van Hoof <[email protected]>
- * The positioning of a MainMenu
- * Copy/Paste/Cut in TextBoxes
- * Minor hacks for Control.cs
- Xyz Xyz 00 00:00:00 CEST 2003 Older changes by Joel Basson <[email protected]>
- * Implementations of the GroupBox, FileDialog, ColorDialog, MainMenu, MenuItem,
- CheckBox, MessageBox, ...
- Xyz Xyz 00 00:00:00 CEST 2003 Philip Van Hoof <[email protected]>
- * Initial Version of this implementation by
- Miguel de Icaza ([email protected])
- Rachel Hestilow ([email protected])
- 2003-06-01 Joel Basson <[email protected]>
- * Added Click event to menus
- * Updated demo.cs
- * Many other additions by Philip Van Hoof
- 2003-05-25 Joel Basson <[email protected]>
- * PictureBoxSizeMode.cs
- * Added relevent functions to PictureBox.cs
- * Updated demo.cs
- 2003-05-25 Joel Basson <[email protected]>
- * Added Shortcut and Checked property to MenuItem.cs
- * Updated Demo2.cs to demonstrate new properties
- 2003-05-24 Joel Basson <[email protected]>
- * MainMenu.cs
- * MenuItem.cs
- * Some more work done to MessageBox.cs
- 2003-05-11 Joel Basson <[email protected]>
- * MessageBox.cs
- * Bugfix to ComboBox.cs
- * Small update to Form.cs
- 2003-05-09 Joel Basson <[email protected]>
- * Added many new properties to Combo.cs
- * Fixed the TextBox.Text get property
- * Fixed some properties in Form.cs
- * Small code cleanups
- 2003-05-07 Joel Basson <[email protected]>
- * Added ComboBox.Items.Add and ComboBox.Items.Add to ComboBox.cs
- * FontDialog.cs
- * Added new Demo2.cs test app
- 2003-04-17 Joel Basson <[email protected]>
- * ComboBox.cs
- * ColorDialog.cs
- * Improved functionality in RadioBox.cs
- * Fix some things that were broken with the update to gtk-sharp-0.8
- 2003-03-17 Joel Basson <[email protected]>
- * FileDialog.cs
- * Updated Demo.cs and added "Enabled" property
-
- 2003-03-10 Joel Basson <[email protected]>
- * Update Demo.cs to reflect current status, and got rid termination bug
- 2003-03-10 Joel Basson <[email protected]>
- * PictureBox.cs
- 2003-03-08 Joel Basson <[email protected]>
- * Frame.cs should have been GroupBox.cs
- 2003-03-07 Joel Basson <[email protected]>
- * CheckBox.cs
- * RadioButton.cs
- * Frame.cs
- * Added properties: Size and Name
- * Touchups here and there
- 2002-8-7 DennisHayes <[email protected]>
- * Started changelog
- 2002-8-7 DennisHayes <[email protected]>
- Check in for Remco de Jong <[email protected]>
- * HorizontalAlignment.cs
- * ProgressBar.cs
- * ScrollBars.cs
- * TextBox.cs
- * TextBoxBase.cs
- * added new files with some functinality
|