Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-11[Not Resources Related] Fixed buggy tests breaking the test build.garyb
2012-10-11Tidy after feedbackgaryb
2012-10-11Mark test NotWorkinggaryb
2012-10-11System.Resources: Tidy file headersgaryb
2012-10-11Support for ResXResourceWriter.BasePath being deeper than actual filepathgaryb
2012-10-11Implement Basepath on ResXResourceWritergaryb
2012-10-11Refactored, cleaned upgaryb
2012-10-11Remove reliance on 2.0 profile test assemblygaryb
2012-10-11Fixed comment writing. Ref to serialized obj no longer kept. Refactoring.garyb
2012-10-11More tests, more tidying, all present currently passgaryb
2012-10-11Fixes RE failing testsgaryb
2012-10-11ResXDataNode based resx handling nearly complete. More tests added.garyb
2012-10-11ResXDataNode test refactoring, few more member tests.garyb
2012-10-11Added File Headersgaryb
2012-10-11Draft Tests and Implementation of ResXDataNode Based ResX Handlinggaryb
2012-08-15Fix code indentation and formattingThomas Goldstein
2012-08-03https://bugzilla.xamarin.com/show_bug.cgi?id=3125sesef
2012-07-29Fix TestDispose test to work with NUnit < 2.5Thomas Goldstein
2012-07-28Add unit test for Novell bug 660986Thomas Goldstein
2012-07-28Dispose of form to avoid TearDown warningThomas Goldstein
2012-07-28Match .NET behavior with AutoSize Columns/Rows when no control starts in colu...Steven Boswell II
2012-07-26Properly update the combo box selected text when the current item is changed,...Steven Boswell II
2012-07-24Properly fill in the whole TableLayoutPanel with dummy controlsSteven Boswell II
2012-07-21Merge pull request #335 from robwilkens/DataGridBugs1Miguel de Icaza
2012-07-21Merge pull request #337 from robwilkens/IdleThreadsFixesMiguel de Icaza
2012-06-24Implement control padding. Fixes Xamarin bug 2562.eb1@sil.org
2012-06-21Fix bug in ComboBox Text setter, that made it so the Text value was not alway...Steven Boswell II
2012-06-21Adjust DataGridView.RowHeight in VirtualMode. Fixes Xamarin bug 2392.eb1@sil.org
2012-06-20Fix:Idle event handler was called on every thread rather than thread assigned onRob Wilkens
2012-06-20This is a unit test for Bug5487, Bug 5510, and maybe Bug 5511Rob Wilkens
2012-06-18Fix OneClickComboBoxCell test on WindowsSteven Boswell II
2012-06-18Reformatting to match Mono coding style guidelinesThomas Goldstein
2012-06-18Make it so the last-edited cell change is committed rather than not lost, whe...Steven Boswell II
2012-06-15Fix TestMenuItemsDispose testMarek Safar
2012-06-13Unit test for bug 3418Thomas Goldstein
2012-06-11Make it so getting a DataGridViewComboBoxCell to drop down doesn't require ex...Steven Boswell II
2012-06-10Implement the DataGridView.EditingControlShowing event. Fixes Xamarin bug 5419.Steven Boswell II
2012-06-10Fix DataGridView.SelectionChanged event firing differences with .NETSteven Boswell II
2012-06-09Decrement ComboBox SelectedIndex when an item before the selected index gets ...Steven Boswell II
2012-06-09Do not throw an exception when trying to remove a ComboBox item that doesn't ...Steven Boswell II
2012-06-05Fire the DataGridView.SelectionChanged event when the selected rows/columns c...Steven Boswell II
2012-06-03[class libraries] drop ONLY_1_1Miguel de Icaza
2012-06-02[net_1_0] Finally all of NET_1_0 is gone from the source filesMiguel de Icaza
2012-05-29This is a clean up of last commit. One line had spaces where there shouldRobert Wilkens
2012-05-29This updates the tests with suggestions made byRobert Wilkens
2012-05-29Replaces some tabs with spaces - earlier copy and paste messed this up, thisRobert Wilkens
2012-05-29This addresses bug 2234 - important please verifyRobert Wilkens
2012-05-25Merge pull request #298 from ermshiperete/4921Miguel de Icaza
2012-05-21Xamarin-4921: Fix Listbox.SelectedItem after adding sorted itemEberhard Beilharz
2012-05-21Unit test for bug Xamarin-4959Eberhard Beilharz