Requires gmcs
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / DataGrid.cs
2009-08-25 Marek SafarRequires gmcs
2009-08-24 Carlos Alberto Cortez * DataGrid.cs: If we are *not* changing a row
2009-08-24 Carlos Alberto Cortez2009-08-24 Carlos Alberto Cortez <calberto.cortez...
2009-08-19 Marek SafarNew tests.
2009-08-17 Carlos Alberto Cortez2009-08-17 Carlos Alberto Cortez <calberto.cortez...
2009-08-17 Carlos Alberto Cortez2009-08-16 Carlos Alberto Cortez <calberto.cortez...
2009-08-12 Carlos Alberto Cortez2009-08-12 Carlos Alberto Cortez <calberto.cortez...
2009-08-11 Carlos Alberto Cortez2009-08-11 Carlos Alberto Cortez <calberto.cortez...
2009-08-10 Carlos Alberto Cortez2009-08-10 Carlos Alberto Cortez <calberto.cortez...
2009-08-10 Carlos Alberto Cortez2009-08-10 Carlos Alberto Cortez <calberto.cortez...
2009-08-04 Carlos Alberto Cortez * DataGrid.cs: When handling mouse down on a column...
2009-08-04 Carlos Alberto Cortez2009-08-04 Carlos Alberto Cortez <calberto.cortez...
2009-05-27 Marek SafarNew tests, updates
2009-04-30 Jonathan PobstClean up MonoTodo messages.
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2009-01-07 Mario Carrion2009-01-07 Mario Carrion <mcarrion@novell.com>
2009-01-06 Michael Barker2009-01-06 Michael Barker <mike@middlesoft.co.uk>
2009-01-05 Mario Carrion2009-01-05 Mario Carrion <mcarrion@novell.com>
2009-01-02 Ivan Zlatev2009-01-02 Ivan N. Zlatev <contact@i-nz.net>
2008-09-18 Marek SafarNew test, update
2008-09-17 Everaldo Canuto2008-05-12 Everaldo Canuto <ecanuto@novell.com>
2008-02-08 Jonathan Pobst2008-02-08 Jonathan Pobst <monkey@jpobst.com>
2008-01-27 Gert Driesen* AccessibleObject.cs: Modified argument names to match MS.
2007-08-29 Jonathan Pobst2007-08-28 Jonathan Pobst <monkey@jpobst.com>
2007-08-19 Everaldo Canuto [Fixes #80118]
2007-07-26 Jonathan Pobst2007-07-26 Jonathan Pobst <monkey@jpobst.com>
2007-07-12 Rolf Bjarne Kvinge* DataGridView.cs, TextControl.cs, ProgressBar.cs,...
2007-06-01 Chris Toshok * DataGrid.cs: remove the XXX'ed check at the top of
2007-06-01 Andreia Gaita2007-06-01 Andreia Gaita <avidigal@novell.com>
2007-05-30 Chris Toshok2007-05-30 Chris Toshok <toshok@ximian.com>
2007-04-25 Gert Driesen* DataGrid.cs: Uncomment MakeTransparent calls since...
2007-04-09 Gert Driesen* DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigat...
2007-04-04 Chris Toshok2007-04-04 Chris Toshok <toshok@ximian.com>
2007-03-28 Chris Toshok2007-03-28 Chris Toshok <toshok@ximian.com>
2007-03-23 Chris Toshok2007-03-23 Chris Toshok <toshok@ximian.com>
2007-03-22 Andreia Gaita* DataGrid.cs: Implement Column and Row auto sizing...
2007-03-14 Eyal AlaloufMark tests as not working under TARGET_JVM
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-03-08 Chris Toshok2007-03-08 Chris Toshok <toshok@ximian.com>
2007-02-21 Miguel de IcazaCopy from 72246 to trunk
2007-02-07 Chris Toshok * DataGrid.cs: return immediately from Edit() when...
2007-02-01 Chris Toshok2007-02-01 Chris Toshok <toshok@ximian.com>
2007-01-19 Chris Toshok2007-01-19 Chris Toshok <toshok@ximian.com>
2007-01-05 Chris Toshok also, disable the call do BindColumns in
2007-01-05 Chris Toshok2007-01-05 Chris Toshok <toshok@ximian.com>
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2007-01-04 Chris Toshok * DataGrid.cs: the Alt+0 handling was wrong, it should...
2006-12-27 Konstantin TrigerImplemented Servlet session management. Servlet hosting...
2006-12-27 Chris Toshoksvn path=/trunk/mcs/; revision=70111
2006-12-24 Chris Toshokmore corcompare work
2006-12-21 Chris Toshok * DataGrid.cs: guard against the initial state of...
2006-12-20 Marek HabersackImplementation of the 2.0 session state model
2006-12-17 Chris Toshok2006-12-17 Chris Toshok <toshok@ximian.com>
2006-12-09 Chris Toshok * DataGrid.cs (set_CurrentCell): because EnsureCellVis...
2006-12-08 Chris Toshok2006-12-08 Chris Toshok <toshok@ximian.com>
2006-12-08 Chris Toshok2006-12-08 Chris Toshok <toshok@ximian.com>
2006-12-08 Chris Toshok2006-12-08 Chris Toshok <toshok@ximian.com>
2006-12-05 Chris Toshok * DataGridView.cs: fix compiler warnings.
2006-12-05 Chris Toshok * DataGridTableStyle.cs: remove the gross calling of
2006-12-04 Chris Toshok * DataGrid.cs (set_CaptionVisible): EndEdit before...
2006-12-04 Chris Toshok2006-12-04 Chris Toshok <toshok@ximian.com>
2006-12-01 Chris Toshok [ after removing all warning suppressions, this cleans...
2006-12-01 Gert Driesen* DataGridTest.cs: Added tests for Font, CaptionFont...
2006-12-01 Chris Toshok * DataGrid.cs: call SetDataSource instead of CalcGridA...
2006-12-01 Chris Toshok2006-12-01 Chris Toshok <toshok@ximian.com>
2006-11-30 Chris Toshok * DataGrid.cs: keep from going into an infinite loop...
2006-11-29 Chris Toshok * DataGrid.cs: detect when we should be double the...
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-22 Atsushi Enocopying the latest Sys.Web.Services from trunk.
2006-11-13 Raja R HarinathFix problems with overlong directory names: phase #1
2006-11-07 Atsushi Enomerge r67228-r67235, r67237, r67251 and r67256-67259...
2006-11-07 Chris Toshok2006-11-07 Chris Toshok <toshok@ximian.com>
2006-11-07 Chris Toshok2006-11-07 Chris Toshok <toshok@ximian.com>
2006-11-01 Atsushi Enoupdating to the latest module.
2006-10-30 Chris Toshok2006-10-30 Chris Toshok <toshok@ximian.com>
2006-10-27 Chris Toshok * DataGridTableStyle.cs: reproduce buggy MS behavior...
2006-10-24 Jonathan Pryor * Makefile: Don't build make-map.exe.
2006-10-06 Chris Toshok * DataGrid.cs: move back to a more lazy scheme for...
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
next