In System.Windows.Forms:
[mono.git] / mcs / class / Managed.Windows.Forms /
2007-03-20 Everaldo CanutoIn System.Windows.Forms:
2007-03-20 Carlos Alberto Cortez2007-03-19 Carlos Alberto Cortez <calberto.cortez...
2007-03-20 Rolf Bjarne KvingeFix build.
2007-03-20 Rolf Bjarne Kvinge* EventLogger.cs: Add CountEvents.
2007-03-20 Rolf Bjarne Kvinge* MdiWindowManager.cs: Update function name.
2007-03-20 Andreia Gaita* ListViewItem.cs: Fix back and fore color. The subitem...
2007-03-19 Mike Kestner2007-03-19 Mike Kestner <mkestner@novell.com>
2007-03-19 Chris Toshok2007-03-19 Chris Toshok <toshok@ximian.com>
2007-03-19 Jackson Harper * TextBox.cs: Reduce the amount of invalidation...
2007-03-19 Chris Toshok2007-03-19 Chris Toshok <toshok@ximian.com>
2007-03-19 Gert Driesen* RichBoxTest.cs: Disabled ReadOnly test until I can...
2007-03-19 Gert Driesen* RichBoxTest.cs: Enabled ReadOnly test.
2007-03-19 Gert Driesen* PaintEventArgsTest.cs: Enabled tests for bug #78448...
2007-03-19 Chris Toshok * ScrollableControl.cs: the scroll position should...
2007-03-19 Chris Toshok2007-03-19 Chris Toshok <toshok@ximian.com>
2007-03-19 Jonathan Pobst2007-03-19 Jonathan Pobst <monkey@jpobst.com>
2007-03-19 Mike Kestnerupdate cases fixed by r74619
2007-03-19 Mike Kestner2007-03-19 Mike Kestner <mkestner@novell.com>
2007-03-19 Andreia Gaita* PaintEventArgs.cs (Dispose): Only dispose of graphics...
2007-03-19 Jonathan Pobst2007-03-19 Jonathan Pobst <monkey@jpobst.com>
2007-03-19 Jackson Harper * TextControl.cs: Add an alignment property...
2007-03-19 Rolf Bjarne Kvinge* FormHandleTest.cs: Create new forms at a few specific...
2007-03-19 Rolf Bjarne Kvinge* Control.cs: ControlCollection.Add: Remove a couple...
2007-03-19 Jackson Harper * RichTextBox.cs: Enable shortcuts by default.
2007-03-19 Everaldo Canuto2007-03-19 Everaldo Canuto <everaldo@simios.org>
2007-03-19 Everaldo Canuto2007-03-19 Everaldo Canuto <everaldo@simios.org>
2007-03-19 Chris Toshok2007-03-19 Chris Toshok <toshok@ximian.com>
2007-03-19 Gert Driesen* RichTextBoxTest.cs: Marked failing test NotWorking.
2007-03-19 Rolf Bjarne Kvinge* ControlTest.cs: Added InvokeTestParentHandle.
2007-03-19 Rolf Bjarne Kvinge* Control.cs: Fix 2.0 signature for Invoke. Support...
2007-03-19 Everaldo Canuto2007-03-19 Everaldo Canuto <everaldo@simios.org>
2007-03-19 Everaldo Canuto2007-03-18 Everaldo Canuto <everaldo@simios.org>
2007-03-19 Jackson Harper * RichTextBox.cs: Don't do this all fonts must...
2007-03-18 Jackson Harper * TreeView.cs: ScrollWindow works properly...
2007-03-18 Jackson Harper * TextBoxBase.cs: Allow updating the selection...
2007-03-18 Jackson Harper * RTF.cs: Added support for metafiles and...
2007-03-18 Everaldo Canuto2007-03-18 Everaldo Canuto <everaldo@simios.org>
2007-03-18 Gert Driesen* TextBoxBase.cs: In setter for ReadOnly, only chance...
2007-03-17 Rolf Bjarne Kvinge* ComboBoxTest.cs: Added DataBindingTest.
2007-03-16 George Giolfan2007-03-16 George Giolfan <georgegiolfan@yahoo.com>
2007-03-16 George Giolfan2007-03-16 George Giolfan <georgegiolfan@yahoo.com>
2007-03-16 Jonathan Pobst2007-03-16 Jonathan Pobst <monkey@jpobst.com>
2007-03-16 Rolf Bjarne Kvinge* ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRendere...
2007-03-16 Rolf Bjarne Kvinge* Menu.cs: MergeMenu: Check menu argument for null...
2007-03-16 Rolf Bjarne Kvinge* MdiFormTest.cs: Make TopLevelTest not working until...
2007-03-16 Rolf Bjarne Kvinge* MdiFormTest.cs, ControlTest.cs: Remove a warning.
2007-03-16 Rolf Bjarne KvingeFix build.
2007-03-16 Rolf Bjarne Kvinge* ApplicationContextTest.cs: Added NotWorking test...
2007-03-16 Jonathan Pobst2007-03-16 Jonathan Pobst <monkey@jpobst.com>
2007-03-16 Everaldo Canuto * CommonDialog.cs: Set StartPosition to CenterScreen...
2007-03-16 Everaldo Canuto2007-03-15 Everaldo Canuto <everaldo@simios.org>
2007-03-15 Andreia Gaita2007-03-15 Andreia Gaita <avidigal@novell.com>
2007-03-15 Jackson Harper - Set the background color to gray on 2.0 when...
2007-03-15 Jackson Harper * TextControl.cs:
2007-03-15 Chris ToshokIn System.Windows.Forms:
2007-03-15 Chris Toshok * Hwnd.cs: add an internal field for the cached_window...
2007-03-15 Chris ToshokIn Test/System.Windows.Forms:
2007-03-15 Jonathan Pobst2007-03-15 Jonathan Pobst <monkey@jpobst.com>
2007-03-15 Jonathan Pobst2007-03-15 Jonathan Pobst <monkey@jpobst.com>
2007-03-15 Jonathan Pobst2007-03-15 Jonathan Pobst <monkey@jpobst.com>
2007-03-15 Miguel de IcazaRemove until this is fixed
2007-03-15 Miguel de IcazaRemove this until those bugs are fixed
2007-03-15 Chris ToshokIn Test/System.Windows.Forms:
2007-03-15 Chris ToshokIn System.Windows.Forms:
2007-03-15 Rolf Bjarne Kvinge2007-03-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-03-14 Jonathan Pobst2007-03-14 Jonathan Pobst <monkey@jpobst.com>
2007-03-14 Chris Toshokupdate this directory to include the handle branch...
2007-03-14 Jackson Harper * TextBoxBase.cs: Mess with the creation stuff...
2007-03-14 Jackson Harper Only returns true after the handle has been...
2007-03-14 Jackson Harper * TextBoxBase.cs: Need to display the caret...
2007-03-14 Jackson Harper need to use the property.
2007-03-14 Jackson Harper * TreeViewTest.cs: Some more tests pass now.
2007-03-14 Jackson Harper * TreeView.cs: Some workarounds so that we...
2007-03-14 Gert Driesen* ErrorProviderTest.cs: Enabled previously failing...
2007-03-14 Andreia Gaita2007-03-14 Andreia Gaita <avidigal@novell.com>
2007-03-14 George Giolfan2007-03-14 George Giolfan <georgegiolfan@yahoo.com>
2007-03-14 Eyal AlaloufMark tests as not working under TARGET_JVM
2007-03-14 Chris Toshok2007-03-14 Chris Toshok <toshok@ximian.com>
2007-03-14 Carlos Alberto Cortez2007-03-14 Carlos Alberto Cortez <calberto.cortez...
2007-03-14 Miguel de Icaza2007-03-13 Miguel de Icaza <miguel@novell.com>
2007-03-14 Carlos Alberto Cortez * ListViewItem.cs: Trigger the ItemCheck and ItemCheck...
2007-03-13 Gert Driesen* ErrorProviderTest.cs: Improved GetandSetErrorTest...
2007-03-13 Jackson Harper * TextBoxBase.cs: Calculate the document before...
2007-03-13 Jonathan Chambers2007-03-13 Jonathan Chambers <joncham@gmail.com>
2007-03-13 Carlos Alberto Cortez2007-03-13 Carlos Alberto Cortez <calberto.cortez...
2007-03-13 Jackson Harper * TextBoxBase.cs: Calculate the document before...
2007-03-13 Jonathan Pobst2007-03-13 Jonathan Pobst <monkey@jpobst.com>
2007-03-12 George Giolfan2007-03-12 George Giolfan <georgegiolfan@yahoo.com>
2007-03-12 Jonathan Pobst2007-03-12 Jonathan Pobst <monkey@jpobst.com>
2007-03-12 Jackson Harper * TreeNode.cs: We need to start nodes with...
2007-03-12 Jackson Harper - oops made scrolling backwards.
2007-03-12 Miguel de Icaza2007-03-12 Frederik Carlier <frederik.carlier@ugent.be>
2007-03-12 Jackson Harper * TreeView.cs: Basically emulating some strangn...
2007-03-12 Jonathan Pobst2007-03-12 Jonathan Pobst <monkey@jpobst.com>
2007-03-12 Jonathan PobstRevert r74140. Apparently the RecreateHandle is for...
2007-03-12 Chris Toshokenable this test. works now.
2007-03-12 Chris Toshok2007-03-12 Chris Toshok <toshok@ximian.com>
2007-03-12 Jonathan Pobst2007-03-12 Jonathan Pobst <monkey@jpobst.com>
2007-03-12 Chris Toshokadd test to confirm behavior of Control.SetVisibleCore...
2007-03-12 Everaldo Canuto2007-03-12 Everaldo Canuto <everaldo@simios.org>
next