* ImageList.cs: When the image stream is set pull all the images
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TabControl.cs
2005-03-16 Jackson Harper * TabControl.cs: Raise the SelectedIndexChanged event.
2005-02-17 Peter Dennis Bartok2005-02-17 Peter Bartok <pbartok@novell.com>
2005-01-27 Jackson Harper - On windows the tabs are not filled to right if the...
2005-01-27 Jackson Harper * TabControl.cs:
2005-01-27 Jackson Harper * TabControl.cs: Only invalidate the effected tabs...
2005-01-27 Jackson Harper * TabControl.cs: Only refresh on mouseup if we are...
2005-01-27 Jackson Harper * TabControl.cs: Space vertically layed out tabs properly.
2005-01-26 Jackson Harper * TabControl.cs: Implement FillToRight size mode with...
2005-01-21 Jackson Harper * TabControl.cs: Set the SelectedIndex property when...
2005-01-21 Jackson Harper * TabControl.cs: Use cliping rectangle for blitting...
2005-01-21 Jackson Harper * TabPage.cs: Add a new method so tab pages can force...
2005-01-14 Jackson Harper * TreeView.cs: Recalculate the tab pages when a new...
2004-12-17 Jackson Harper * TabControl.cs:
2004-12-14 Marek SafarCopied remotely
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-11 Jackson Harper * ThemeWin32Classic.cs:
2004-11-10 Jackson Harper * TabControl.cs: You can only scroll left when the...
2004-11-10 Jackson Harper * ThemeWin32Classic.cs: Do not draw the selected tab...
2004-11-10 Jackson Harper * ThemeWin32Classic.cs: Don't bother drawing tabs...
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-11-10 Jackson Harper * TabControl.cs (CalcXPos): New helper method so we...
2004-11-09 Jackson Harper * TabControl.cs: Calculate sizing and rects for left...
2004-11-09 Jackson Harper * ThemeWin32Classic.cs (DrawTabControl): Render tabs...
2004-11-08 Jackson HarperRender the little scrolling jimmi in the correct locati...
2004-11-08 Jackson HarperPut bottom rendered tabs in the right location
2004-11-06 Jackson HarperWhen selected tabs are expanded make sure they don...
2004-11-05 Jackson HarperReset show_slider so if the control is resized to a...
2004-11-05 Jackson HarperMake tab pages non visible when added to the control
2004-11-05 Jackson HarperImplement SizeMode.FillToRight
2004-11-05 Jackson HarperRemove superflous call to CalcTabRows
2004-11-04 Jackson HarperRecalculate tab rows when resizing
2004-11-04 Jackson HarperHandle dropping rows on selection properly
2004-11-03 Jackson Harperremove debug code
2004-11-03 Jackson HarperInitial implementation of the scrolly widgerywoo
2004-11-02 Jackson HarperResize the tab pages and tabs when the tab control...
2004-11-02 Jackson HarperMove the row with the selected tab to the bottom
2004-11-02 Jackson Harpersignature fix
2004-11-02 Jackson HarperCalculate whether the tab is on an edge properly. Remov...
2004-11-02 Jackson HarperAdd click handling, and proper sizing
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-24 Jackson HarperPartial implementation of the Tab Control and supportin...