* ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
2007-02-08 Chris Toshok * ThemeWin32Classic.cs (DrawButtonBase): don't clear...
2007-02-07 Chris Toshok * DataGrid.cs: return immediately from Edit() when...
2007-02-07 Chris Toshok * MessageBox.cs: fix #80625. don't always show the...
2007-02-07 Chris Toshok2007-02-07 Chris Toshok <toshok@ximian.com>
2007-02-07 Jonathan Pobst2007-02-07 Jonathan Pobst <monkey@jpobst.com>
2007-02-07 Everaldo Canuto2007-01-06 Everaldo Canuto <everaldo@simios.org>
2007-02-06 Rolf Bjarne Kvinge* Control.cs: Handle WM_CAPTURECHANGED in 1.1 code...
2007-02-06 Rolf Bjarne Kvinge* Timer.cs: Throw ArgumentException if Interval <= 0.
2007-02-05 Jackson Harper * Cursor.cs: We want the override cursor to...
2007-02-05 Jackson Harper * TreeView.cs: We need to check scrollbar visib...
2007-02-05 Jackson Harper - Consolidate the line position.
2007-02-05 Jackson Harper * TextControl.cs: Don't have crlfs when we...
2007-02-05 Jackson Harper * X11Keyboard.cs: BACK+CTRL gets a special...
2007-02-03 Rolf Bjarne Kvinge* XplatUIX11.cs: Implemented WM_CAPTURECHANGED support...
2007-02-02 Rolf Bjarne Kvinge* SizeGrip.cs: Make the last change 2.0 only.
2007-02-02 Rolf Bjarne Kvinge* SizeGrip.cs: If resizing and the capture is lost...
2007-02-02 Rolf Bjarne Kvinge* SizeGrip.cs: Use the normal icon for SizeGrip if...
2007-02-02 Rolf Bjarne Kvinge* SizeGrip.cs: Only draw sizegrip if enabled (but alway...
2007-02-01 Chris Toshok * DataGridTextBoxColumn.cs: clean up the
2007-02-01 Chris Toshok * ComboBox.cs: use vscrollbar_ctrl.Dock instead of...
2007-02-01 Chris Toshok2007-02-01 Chris Toshok <toshok@ximian.com>
2007-02-01 Jonathan Pobst2007-02-01 Jonathan Pobst <monkey@jpobst.com>
2007-02-01 Rolf Bjarne Kvinge2007-02-01 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-31 Jackson Harper * X11Dnd.cs: Take the keyboard on init to reduc...
2007-01-31 Jackson Harper * X11Dnd.cs: Use IDataObject instead of the...
2007-01-31 Jackson Harper * XplatUIX11.cs: If you set the override cursor...
2007-01-31 Jackson Harper * X11Dnd.cs: Add support for handling the Query...
2007-01-31 Alexander Olk2007-01-31 Alexander Olk <alex.olk@googlemail.com>
2007-01-30 Jackson Harper * XplatUIX11.cs: Don't break when handling...
2007-01-30 Jackson Harper * FileDialog.cs: OnClickCancelButton gets calle...
2007-01-30 Rolf Bjarne Kvinge2007-01-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-29 Chris Toshokx2007-01-29 Chris Toshok <toshok@ximian.com>
2007-01-29 Andreia Gaita2007-01-29 Andreia Gaita <avidigal@novell.com>
2007-01-29 Jackson Harper * TextBoxBase.cs: Deleting sections...
2007-01-28 Raja R HarinathIn gmcs:
2007-01-28 Jonathan Pobst2007-01-28 Jonathan Pobst <monkey@jpobst.com>
2007-01-27 Everaldo Canuto2007-01-26 Everaldo Canuto <everaldo@simios.org>
2007-01-26 Jonathan Pobst2007-01-26 Jonathan Pobst <monkey@jpobst.com>
2007-01-26 Rolf Bjarne Kvinge * ThemeWin32Classic.cs: Only draw the text of a Status...
2007-01-26 Rolf Bjarne Kvinge2007-01-26 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-25 Jackson Harper * TextControl.cs: For the last char of a line...
2007-01-25 Chris ToshokIn System.Windows.Forms:
2007-01-25 Rolf Bjarne Kvinge2007-01-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-25 Jackson Harper * TextControl.cs: Respect ShowSelection when...
2007-01-25 Rolf Bjarne Kvinge * TextBoxBase.cs: Don't antialias text. Makes it look...
2007-01-25 Jackson Harper * TextControl.cs: Add a Suspend/Resume for...
2007-01-25 Rolf Bjarne Kvinge2007-01-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-25 Jonathan Pobst2007-01-25 Jonathan Pobst <monkey@jpobst.com>
2007-01-25 Alexander Olk2006-01-25 Alexander Olk <alex.olk@googlemail.com>
2007-01-25 Rolf Bjarne Kvinge2007-01-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-25 Chris Toshok2007-01-24 Chris Toshok <toshok@ximian.com>
2007-01-24 Jonathan Pobst2007-01-24 Jonathan Pobst <monkey@jpobst.com>
2007-01-24 Gert Driesen* ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRang...
2007-01-24 Jonathan Pobst2007-01-24 Jonathan Pobst <monkey@jpobst.com>
2007-01-24 Jackson Harper * TextBoxBase.cs: When we move the caret we...
2007-01-24 Rolf Bjarne Kvinge2007-01-24 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-24 Everaldo Canuto * Control.cs: In OnParentBackgroundImageChanged remove...
2007-01-24 Everaldo Canuto2007-01-23 Everaldo Canuto <everaldo@simios.org>
2007-01-23 Chris Toshok * Control.cs: fix the checks so that they work correct...
2007-01-23 Chris Toshok * Control.cs: ControlCollection seems to have super...
2007-01-23 Chris Toshok * Control.cs: throw an ArgumentException if a toplevel...
2007-01-23 Chris Toshok2007-01-23 Chris Toshok <toshok@ximian.com>
2007-01-23 Jackson Harper * TextControl.cs:
2007-01-23 Everaldo Canuto2007-01-23 Everaldo Canuto <everaldo@simios.org>
2007-01-23 Andreia Gaita* TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKe...
2007-01-23 Rolf Bjarne Kvinge2007-01-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-22 Jonathan Pobst2007-01-22 Jonathan Pobst <monkey@jpobst.com>
2007-01-22 Jonathan Pobst2007-01-22 Jonathan Pobst <monkey@jpobst.com>
2007-01-22 Rolf Bjarne Kvinge2007-01-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-20 Jonathan Pobst2007-01-20 Jonathan Pobst <monkey@jpobst.com>
2007-01-20 Chris ToshokIn System.Windows.Forms.VisualStyles:
2007-01-20 Jonathan Pobst2007-01-19 Jonathan Pobst <monkey@jpobst.com>
2007-01-20 Rolf Bjarne Kvinge2007-01-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-19 Chris Toshok2007-01-19 Chris Toshok <toshok@ximian.com>
2007-01-19 Jonathan Pobst2007-01-18 Jonathan Pobst <monkey@jpobst.com>
2007-01-18 Andreia Gaita2007-01-18 Andreia Gaita <avidigal@novell.com>
2007-01-18 Jackson Harper * TextControl.cs: Calculate width properly.
2007-01-18 Jonathan Pobst2007-01-18 Jonathan Pobst <monkey@jpobst.com>
2007-01-18 Jackson Harper * TextBox.cs:
2007-01-18 Rolf Bjarne Kvinge2007-01-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-18 Jackson Harper * TextControl.cs: We can't skip tags if any...
2007-01-18 Jonathan Pobst2007-01-18 Jonathan Pobst <monkey@jpobst.com>
2007-01-18 Jonathan Pobst2007-01-18 Jonathan Pobst <monkey@jpobst.com>
2007-01-18 Chris Toshok2007-01-18 Chris Toshok <toshok@ximian.com>
2007-01-18 Jonathan Pobst2007-01-18 Jonathan Pobst <monkey@jpobst.com>
2007-01-18 Jonathan Pobst2007-01-18 Jonathan Pobst <monkey@jpobst.com>
2007-01-18 Jackson Harper * TextControl.cs: When replacing a selection...
2007-01-18 Andreia Gaita* LinkLabel.cs: Missing ControlStyles. Fixes #80482
2007-01-18 Chris Toshok2007-01-18 Chris Toshok <toshok@ximian.com>
2007-01-17 Everaldo Canuto2007-01-17 Everaldo Canuto <everaldo@simios.org>
2007-01-17 Jonathan Pobst2007-01-17 Jonathan Pobst <monkey@jpobst.com>
2007-01-17 Jonathan Pobst2007-01-17 Jonathan Pobst <monkey@jpobst.com>
2007-01-17 Jonathan Pobst2007-01-16 Jonathan Pobst <monkey@jpobst.com>
2007-01-17 Rolf Bjarne Kvinge2007-01-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-17 Everaldo Canuto * ToolBar.cs: Internal ToolBarButtonInfo class added...
2007-01-17 Everaldo Canuto2007-01-16 Everaldo Canuto <everaldo@simios.org>
2007-01-16 Jackson Harper * TextBoxBase.cs: Use the new SuspendRecalc...
2007-01-16 Rolf Bjarne Kvinge2007-01-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-16 Chris Toshok2007-01-16 Chris Toshok <toshok@ximian.com>
2007-01-16 Rolf Bjarne Kvinge2007-01-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
next