* X11Keyboard.cs: Detect and use the num lock mask.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / 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...