2006-12-26 Everaldo Canuto <everaldo@simios.org>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
2006-12-27 Everaldo Canuto2006-12-26 Everaldo Canuto <everaldo@simios.org>
2006-12-26 Gert Driesen* ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOut...
2006-12-26 Jonathan Pobst2006-12-26 Jonathan Pobst <monkey@jpobst.com>
2006-12-26 Gert Driesen* DataGridView.cs: Fixed several NullReferenceException...
2006-12-26 Gert Driesen* DataGridViewCellStyleTest.cs: Added tests for FormatP...
2006-12-26 Chris Toshok * Application.cs: add a couple of 2.0 events.
2006-12-26 Chris Toshok * Control.cs: fix compiler warning.
2006-12-26 Chris ToshokIn System.Windows.Forms:
2006-12-26 Miguel de Icaza2006-12-25 Miguel de Icaza <miguel@novell.com>
2006-12-26 Chris ToshokIn System.Windows.Forms:
2006-12-26 Miguel de Icaza2006-12-25 Miguel de Icaza <miguel@novell.com>
2006-12-26 Miguel de Icaza2006-12-25 Miguel de Icaza <miguel@novell.com>
2006-12-24 Chris Toshok * GridTablesFactory.cs: 2.0 corcompare work.
2006-12-24 Miguel de Icaza2006-12-24 Chris Toshok <toshok@ximian.com>
2006-12-24 Chris Toshok * Control.cs: corecompare work here too.
2006-12-24 Chris Toshok2006-12-24 Chris Toshok <toshok@ximian.com>
2006-12-24 Miguel de Icaza2006-12-24 Miguel de Icaza <miguel@novell.com>
2006-12-24 Chris ToshokIn Test/System.Windows.Forms.Layout:
2006-12-23 Chris ToshokIn System.Windows.Forms:
2006-12-23 Jonathan Pobst2006-12-23 Jonathan Pobst <monkey@jpobst.com>
2006-12-23 Jonathan Pobst2006-12-23 Jonathan Pobst <monkey@jpobst.com>
2006-12-23 Everaldo Canuto * Menu.cs: Name property added for 2.0 profile.
2006-12-23 Everaldo Canuto * Menu.cs: Update information about FindMenuItem,...
2006-12-23 Everaldo Canuto * MenuAPI.cs: When deselect items deselect also select...
2006-12-23 Everaldo Canuto2006-12-23 Everaldo Canuto <everaldo@simios.org>
2006-12-23 Everaldo Canuto2006-12-22 Everaldo Canuto <everaldo@simios.org>
2006-12-23 Andreia Gaita* ContainerControl.cs: set activeControl for parent...
2006-12-22 Rolf Bjarne Kvinge2006-12-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
2006-12-22 Jonathan Pobst2006-12-21 Jonathan Pobst <monkey@jpobst.com>
2006-12-21 Jonathan Pobst2006-12-21 Jonathan Pobst <monkey@jpobst.com>
2006-12-21 Jonathan Pobst2006-12-21 Jonathan Pobst <monkey@jpobst.com>
2006-12-21 Rolf Bjarne Kvinge2006-12-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
2006-12-21 Chris Toshok * DataGrid.cs: guard against the initial state of...
2006-12-21 Chris Toshok2006-12-21 Chris Toshok <toshok@ximian.com>
2006-12-21 Daniel Nauck2006-12-21 Daniel Nauck <dna@mono-project.de>
2006-12-21 Chris ToshokIn Test/System.Windows.Forms:
2006-12-20 Jackson Harper * TextControl.cs: Attempt to reduce the number...
2006-12-20 Jackson Harper * TextBoxBase.cs: Kill then redraw the caret...
2006-12-20 Jackson Harper * XplatUIX11.cs: We need to hide the caret...
2006-12-20 Gert Driesen* MonthCalendar.cs: Fixed previous month button. Remove...
2006-12-20 Marek HabersackImplementation of the 2.0 session state model
2006-12-20 Rolf Bjarne Kvinge2006-12-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
2006-12-20 Jackson Harper - When backspacing, move the caret before we...
2006-12-20 Jackson Harper - PreferredHeight is a little different than...
2006-12-20 Jackson Harper * TextBoxBase.cs: When changing the font across...
2006-12-20 Rolf Bjarne Kvinge2006-12-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
2006-12-20 Chris Toshok2006-12-19 Chris Toshok <toshok@ximian.com>
2006-12-20 Jackson Harper * TreeView.cs: Make sure we factor in the vert...
2006-12-20 Jackson Harper * TextControl.cs: soft now means something...
2006-12-20 Andreia Gaita* SendKeys.cs: Fix Send() behaviour, clear keys after...
2006-12-20 Chris Toshok * ToolStripItem.cs: add the implementation of the...
2006-12-20 Chris Toshok2006-12-19 Chris Toshok <toshok@ximian.com>
2006-12-20 Jonathan Pobst2006-12-19 Jonathan Pobst <monkey@jpobst.com>
2006-12-19 Miguel de Icaza2006-12-19 Miguel de Icaza <miguel@novell.com>
2006-12-19 Carlos Alberto Cortez2006-12-19 Carlos Alberto Cortez <calberto.cortez...
2006-12-19 Gert Driesen* ListViewItem.cs: Changed AddRange overloads to match...
2006-12-19 Gert Driesen* MonthCalendar.cs: Fixed InvalidCastException.
2006-12-19 Jackson Harper - When calculating char positions only add...
2006-12-19 Jackson Harper * TextControl.cs: Don't increment the position...
2006-12-19 Andreia GaitaSendKeys X11 support.
2006-12-19 Carlos Alberto Cortez2006-12-19 Carlos Alberto Cortez <calberto.cortez...
2006-12-19 Jackson Harper - We need to invalidate the selection area...
2006-12-19 Jackson Harper flush
2006-12-19 Jackson Harper * RichTextBox.cs:
2006-12-19 Daniel Nauck2006-12-19 Daniel Nauck <dna@mono-project.de>
2006-12-19 Everaldo Canuto * MenuItem.cs: Invalidate menu item rectangle after...
2006-12-18 Everaldo Canuto * MenuAPI.cs: Dont trigger select event when closes...
2006-12-18 Everaldo Canuto event for top menu itens. Fixes #80271.
2006-12-18 Everaldo Canuto2006-12-18 Everaldo Canuto <everaldo@simios.org>
2006-12-18 Rolf Bjarne Kvinge * MdiWindowManager.cs: Make IconicBounds depend on
2006-12-18 Rolf Bjarne Kvinge2006-12-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
2006-12-18 Carlos Alberto Cortez2006-12-18 Carlos Alberto Cortez <calberto.cortez...
2006-12-18 Everaldo Canuto2006-12-18 Everaldo Canuto <everaldo@simios.org>
2006-12-18 Everaldo CanutoFix message change log
2006-12-18 Everaldo Canuto2006-12-17 Everaldo Canuto <everaldo@simios.org>
2006-12-17 Daniel Nauck2006-12-17 Daniel Nauck <dna@mono-project.de>
2006-12-17 Daniel Nauck2006-12-17 Daniel Nauck <dna@mono-project.de>
2006-12-17 Chris Toshok2006-12-17 Chris Toshok <toshok@ximian.com>
2006-12-17 Daniel Nauck2006-12-17 Daniel Nauck <dna@mono-project.de>
2006-12-17 Andreia Gaita* TabControl.cs: Fixed checks for NET_2_0-specific...
2006-12-16 Daniel Nauck2006-12-16 Daniel Nauck <dna@mono-project.de>
2006-12-16 Daniel Nauck2006-12-16 Daniel Nauck <dna@mono-project.de>
2006-12-16 Miguel de Icaza2006-12-15 Miguel de Icaza <miguel@novell.com>
2006-12-16 Chris Toshok2006-12-15 Chris Toshok <toshok@ximian.com>
2006-12-16 Andreia Gaita* SendKeys.cs: Implemented. SendKeys uses a new method...
2006-12-16 Daniel Nauck2006-12-16 Daniel Nauck <dna@mono-project.de>
2006-12-15 Daniel Nauck2006-12-15 Daniel Nauck <dna@mono-project.de>
2006-12-15 Rolf Bjarne Kvinge * Control.cs: Added missing 2.0 attributes
2006-12-15 Daniel Nauck2006-12-15 Daniel Nauck <dna@mono-project.de>
2006-12-15 Rolf Bjarne Kvinge2006-12-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
2006-12-15 Daniel Nauck2006-12-15 Daniel Nauck <dna@mono-project.de>
2006-12-15 Rolf Bjarne Kvinge * MdiChildContext.cs: Removed it, no longer used.
2006-12-15 Jonathan Pobst2006-12-15 Jonathan Pobst <monkey@jpobst.com>
2006-12-15 Rolf Bjarne Kvinge * InternalWindowManager.cs: Fix a NullRef with previous
2006-12-15 Rolf Bjarne Kvinge2006-12-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
2006-12-15 Daniel Nauck2006-12-15 Daniel Nauck <dna@mono-project.de>
2006-12-15 Daniel Nauck2006-12-15 Daniel Nauck <dna@mono-project.de>
2006-12-14 Mike Kestner2006-12-14 Mike Kestner <mkestner@novell.com>
2006-12-14 Mike Kestner2006-12-14 Mike Kestner <mkestner@novell.com>
2006-12-14 Chris Toshokrevert r69151
next