Adjust DataGridView.RowHeight in VirtualMode. Fixes Xamarin bug 2392.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms /
2012-06-20 eb1@sil.orgAdjust DataGridView.RowHeight in VirtualMode. Fixes...
2012-06-20 eb1@sil.orgTweak control colors, and fix the fact enabled check...
2012-06-19 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-19 Alistair Leslie... Assign values to base class.
2012-06-19 Alistair Leslie... Return base CreateParams for Axhost
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-19 Marek SafarMerge pull request #333 from roji/master
2012-06-18 Thomas GoldsteinRewrite next_pixel_offset calculation in a way that...
2012-06-18 Robert WilkensAvoid crash when clicking a DataGrid row header with...
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-18 Marek SafarMerge pull request #331 from viniciusjarina/uri_lite2
2012-06-17 Steven Boswell IIMake it so the last-edited cell change is committed...
2012-06-14 rick@gibbed.usDo not serialize ListViewItem.Group if it's null. Fixes...
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-13 Thomas GoldsteinFix minor whitespace issues
2012-06-13 eb1@sil.orgMake it so disposing of a Menu causes its MenuItems...
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-11 Steven Boswell IIMake it so getting a DataGridViewComboBoxCell to drop...
2012-06-10 Steven Boswell IIImplement the DataGridView.EditingControlShowing event...
2012-06-10 Steven Boswell IIFix DataGridView.SelectionChanged event firing differen...
2012-06-09 Steven Boswell IIDecrement ComboBox SelectedIndex when an item before...
2012-06-09 Zoltan VargaMerge pull request #320 from konrad-kruczynski/dyn_meth...
2012-06-09 Steven Boswell IIDo not throw an exception when trying to remove a Combo...
2012-06-09 Steven Boswell IIFix the appearance of disabled ListBox controls
2012-06-04 Steven Boswell IIFire the DataGridView.SelectionChanged event when the...
2012-06-02 Martin BauligMerge branch 'master' of github.com:mono/mono
2012-06-02 Steven Boswell IIFix BackColor on ToolStripItem objects (Novell bug...
2012-06-01 Thomas GoldsteinMove common code to a sub method to avoid redundancy...
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-29 Robert WilkensThis addresses bug 2234 - important please verify
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-21 Eberhard BeilharzXamarin-4921: Fix Listbox.SelectedItem after adding...
2012-05-21 Eberhard BeilharzXamarin-4959: Fix copy of clipboard data after app...
2012-05-21 Eberhard BeilharzXamarin-5116: Fix pasting of text with upper-ASCII...
2012-05-19 Miguel de IcazaFix from Stephen McConnel for bug 5010
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-05-02 Marek SafarRemove empty cctor
2012-05-02 Marek SafarRemove expensive font initialization from default Theme...
2012-05-01 Marek SafarMerge pull request #282 from dafergu2/bug4793
2012-05-01 Marek SafarRemove expensive font initialization from default Theme...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-20 Peter CollingbourneIf the window manager does not support _NET_ACTIVE_WIND...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaMerge pull request #248 from pcc/toolstrip-flow
2012-03-19 Peter CollingbourneFix several bugs relating to ToolStrips with Flow layout
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-20 Eberhard BeilharzXamarin-2938: Fix Screen.FromControl
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-13 Miguel de IcazaApply fix for 2839 from Michael Mudge
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-29 QuickJackFixes a warning in System.Windows.Forms.dll
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-28 Tom HindleFix bug #395
2011-11-26 Thomas GoldsteinEnsure DataGridViewRowCollection.Insert() doesn't chang...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 677: DataGrid...
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 919: Form...
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 867: Items...
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 586: potentia...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-22 David Eisner[winforms] DataGridView row height resize handles added...
2011-06-29 Eberhard Beilharz[PATCH 2/2] Improve code readability
2011-06-29 Eberhard Beilharz[PATCH 1/2] Improved fix for mono bug #692206
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-16 Eberhard BeilharzHandle paint exceptions, showing a red cross like ...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-08 Flose MaierAvoid crash when setting the DialogResult in the FormCl...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Dick PorterMake the wake socket non-blocking, so it doesn't deadlo...
2011-04-27 Dick PorterMerge branch 'mwf-solaris-no-utf8'
2011-04-27 Dick PorterWork around Solaris 10 missing the functions Xutf8Looku...
2011-04-20 Marek SafarAdd missing 4.0 api
2011-03-30 Vincent PovirkSystem.Windows.Forms.Mime: Use freedesktop.org only...
2011-03-24 Thomas GoldsteinCursors.cs: Fix the appearance of the SizeNESW cursor...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-11 Miguel de Icaza[fix] changing Form.Enabled sometimes can change the...
2011-02-10 Miguel de Icaza[bugfix: 664695] Calling Dispose on ToolStrip emit...
2011-02-10 Miguel de Icaza[bugfix: 664695] Calling Dispose on ToolStrip emit...
2011-02-10 Miguel de Icaza[bugfix: 665233] ToolStrip Menus Keeping Keyboard Captu...
2011-02-02 Geoff NortonAvoid a stack overflow when deactivating a window
next