2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TabControl.cs
2009-07-13 Michael Barker2009-07-11 Michael Barker <mike@middlesoft.co.uk>
2009-07-05 Carlos Alberto Cortez2009-07-05 Carlos Alberto Cortez <calberto.cortez...
2009-05-27 Marek SafarNew tests, updates
2009-05-04 Andrés G. Aragoneses* TabControl.cs: call Focus() to emit GotFocus event...
2009-04-30 Jonathan PobstClean up MonoTodo messages.
2009-04-03 Carlos Alberto Cortez2009-04-03 Carlos Alberto Cortez <calberto.cortez...
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2009-02-06 Neville GaoAdded events to support IScrollProvier accessibility.
2008-12-08 Atsushi Eno2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk [continued]
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk, going on.
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk.
2008-11-19 Jonathan Pryor * docs.make, Makefile.am: Build mono-file-formats...
2008-11-06 Jonathan Pobst2008-11-05 Jonathan Pobst <monkey@jpobst.com>
2008-10-03 Ivan Zlatev2008-10-04 Ivan N. Zlatev <contact@i-nz.net>
2008-10-01 Marek SafarNew tests, updates.
2008-09-29 Carlos Alberto Cortez2008-09-29 Carlos Alberto Cortez <calberto.cortez...
2008-08-05 Marek SafarNew tests.
2008-07-31 George Giolfan2008-07-31 George Giolfan <georgegiolfan@yahoo.com>
2008-07-18 Marek SafarNew tests, updates
2008-07-14 Carlos Alberto Cortez2008-07-14 Carlos Alberto Cortez <calberto.cortez...
2008-07-14 Carlos Alberto Cortez2008-07-14 Carlos Alberto Cortez <calberto.cortez...
2008-07-07 Carlos Alberto Cortez2008-07-07 Carlos Alberto Cortez <calberto.cortez...
2008-07-03 Jonathan Pobst2008-07-03 Jonathan Pobst <monkey@jpobst.com>
2008-07-03 Jonathan Pobst2008-07-03 Jonathan Pobst <monkey@jpobst.com>
2008-06-03 Noam Lampertsvn path=/trunk/mcs/; revision=104772
2008-05-25 Carlos Alberto Cortez * TabControl.cs: Only clicks with the left button...
2008-05-22 Carlos Alberto Cortez * TabControl.cs: When invalidating in SelectedIndex...
2008-05-21 Carlos Alberto Cortez2008-05-21 Carlos Alberto Cortez <calberto.cortez...
2008-05-21 George Giolfan2008-05-21 George Giolfan <georgegiolfan@yahoo.com>
2008-05-19 Carlos Alberto Cortez2008-05-19 Carlos Alberto Cortez <calberto.cortez...
2008-04-07 Jb Evainmerge 99762:100015
2008-04-07 Jb Evainmerge 99762:100015
2008-04-06 Gert Driesen* BindingContext.cs: Changed argument names to fix...
2008-03-19 Igor Zelmanovichmerge r98600
2008-03-07 Marek SafarNew test + update.
2008-03-06 Jonathan Pobst2008-03-06 Jonathan Pobst <monkey@jpobst.com>
2008-03-05 Jonathan Pobst2008-03-05 Jonathan Pobst <monkey@jpobst.com>
2007-08-29 Jonathan Pobst2007-08-29 Jonathan Pobst <monkey@jpobst.com>
2007-08-19 Everaldo Canuto * TabControl.cs: Fix regression in default padding x.
2007-08-19 Everaldo Canuto * TabControl.cs: Fix tab page text area removing paddi...
2007-08-19 Everaldo Canuto2007-08-19 Everaldo Canuto <ecanuto@novell.com>
2007-08-19 Everaldo Canuto * TabControl.cs: Fix tab size when image height is...
2007-08-14 Jonathan Pobst2007-08-14 Jonathan Pobst <monkey@jpobst.com>
2007-07-12 Rolf Bjarne Kvinge* DataGridView.cs, TextControl.cs, ProgressBar.cs,...
2007-06-14 Jonathan Pobst2007-06-14 Jonathan Pobst <monkey@jpobst.com>
2007-06-12 Marek SafarWrong error code.
2007-06-12 Andreia Gaita* TabControl.cs: Check if there are tabpages before...
2007-05-17 Andreia Gaita* TabControl.cs: Add 2.0 methods and events, including
2007-05-16 Andreia Gaita* ContainerControl.cs: only process tab key if there...
2007-05-02 Jonathan Pobst2007-05-02 Jonathan Pobst <monkey@jpobst.com>
2007-04-29 Andreia Gaita* TabControl.cs: Implement missing 2.0 methods (SelectTab,
2007-04-27 Andreia Gaita* TabControl.cs: Change SetTab so it adds the tabpage...
2007-04-15 Andreia Gaita2007-04-15 Andreia Gaita <avidigal@novell.com>
2007-03-14 Andreia Gaita2007-03-14 Andreia Gaita <avidigal@novell.com>
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-01-22 Jonathan Pobst2007-01-22 Jonathan Pobst <monkey@jpobst.com>
2007-01-16 Chris Toshok * ComboBox.cs: same.
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2006-12-20 Marek HabersackImplementation of the 2.0 session state model
2006-12-17 Andreia Gaita* TabControl.cs: Fixed checks for NET_2_0-specific...
2006-12-11 Andreia GaitaTabControl.cs: Set visibility on selected or default tab
2006-12-10 Andreia Gaita* TabControl.cs: Raise SelectedIndexChanged for 1.1...
2006-12-06 Chris Toshok2006-12-06 Chris Toshok <toshok@ximian.com>
2006-12-06 Andreia Gaita* TabControl.cs: Let the selected index be set freely...
2006-12-05 Chris Toshok2006-12-04 Chris Toshok <toshok@ximian.com>
2006-12-05 Andreia Gaita* TabControl.cs: Fix default tab selection to after...
2006-12-01 Chris ToshokIn System.Windows.Forms:
2006-12-01 Chris Toshok2006-12-01 Chris Toshok <toshok@ximian.com>
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-09 Chris Toshok * TabControl.cs: initialize row_count to 0, and set...
2006-11-07 Atsushi Enomerge r67228-r67235, r67237, r67251 and r67256-67259...
2006-11-07 Chris Toshok2006-11-06 Chris Toshok <toshok@ximian.com>
2006-11-01 Atsushi Enoupdating to the latest module.
2006-10-24 Jonathan Pryor * Makefile: Don't build make-map.exe.
2006-10-13 Andreia Gaita2006-10-13 Andreia Gaita <shana.ufie@gmail.com>
2006-10-05 Jackson Harper * TabControl.cs: We need to invalidate the...
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