* ContextMenu.cs : SourceControl, Show method
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / Control.cs
2003-06-11 Aleksey Ryabchuk * ContextMenu.cs : SourceControl, Show method
2003-06-10 Aleksey Ryabchuk * Conrols.cs : Disposing property, Dispose method
2003-06-09 Aleksey Ryabchuk * Control.cs : Cursor property, handle WM_SETCURSOR
2003-06-07 Alexandre PigolkineDockStyle.None & AnchorStyles
2003-06-04 Aleksey RyabchukKeyPreview, ShowInTaskBar implemented
2003-06-02 Alexandre Pigolkinechange to ContainsFocus/Focused properties
2003-05-28 Aleksey Ryabchuk * Control.cs : helper method getParentForm
2003-05-27 Aleksey Ryabchuk * Control.cs : implemented GetChildIndex, BringToFront...
2003-05-27 Aleksey Ryabchuk * Contols.cs : changes to SetVisibleCore, Invalidate...
2003-05-12 Aleksey Ryabchuk * Control.cs : ResizeRedraw, removed some unused code
2003-05-12 Aleksey Ryabchukchanges in the code for TAB key handling
2003-05-09 Aleksey Ryabchuk * Control.cs
2003-05-08 Aleksey Ryabchuk * Control.cs : started implementation of keyboard...
2003-05-07 Aleksey Ryabchuk * Control.cs : static RegisterDefaultWindowClass metho...
2003-05-07 Aleksey Ryabchuk * Control.cs : use WS_OVERLAPPED instead of WS_OVERLAP...
2003-05-02 Aleksey Ryabchuk * Control.cs : call OnTextChange
2003-04-30 Aleksey Ryabchukfixed typo
2003-04-30 Aleksey Ryabchuk * Control.cs : some fixes, added call to OnControlAdde...
2003-04-29 Aleksey Ryabchuk * Control.cs : call OnResize from OnSizeChanged
2003-04-25 Aleksey Ryabchuk * Control.cs : check if control is already in control...
2003-04-24 Aleksey Ryabchuk * Control.cs: change to CreateControlInstance function
2003-04-24 Alexandre Pigolkinenew painting code, BackColor logic, ControlStyles
2003-04-23 Aleksey Ryabchuk * Application.cs : new internal functions enterModalLo...
2003-04-22 Aleksey Ryabchuk * Control.cs : implementation of docking
2003-04-17 Aleksey Ryabchuk * Control.cs : implementation of scale functions,...
2003-04-17 Aleksey Ryabchuk * ImageList.cs
2003-04-11 Aleksey Ryabchuksome new functions implemented, using BitVector32
2003-04-11 Aleksey Ryabchuksome changes related to implementation of MDI interface
2003-04-11 Aleksey Ryabchuk2003-04-11 Aleksey Ryabchuk <ryabchuk@yahoo.com>
2003-04-08 Dennis Hayesupdated copyrights and converted to unix style newlines
2003-04-06 Alexandre Pigolkineinitial implementation of MDI interface; Attempt to...
2003-03-24 Alexandre PigolkineImplementation of Collections for (Checked)ListBox...
2003-03-23 Alexandre PigolkineImplementation of ProgressBar and DateTimePicker contro...
2003-03-20 Alexandre Pigolkinecheckin for Aleksey Ryabchuk <ryabchuk@yahoo.com>,...
2003-03-15 Alexandre Pigolkinecheckin for Aleksey Ryabchuk, see ChangeLog for details
2003-03-01 Alexandre Pigolkinesee ChangeLog for details
2003-02-21 Alexandre Pigolkineimplementation added
2003-02-14 Dennis HayesSamples\QuickStart\winforms\samples\controlreference...
2003-02-10 Dennis Hayescheckin for Alexandre Pigolkine see chagelog
2003-02-06 Dennis Hayescheckin for Alexandre Pigolkine, a lot more stuff worki...
2003-02-01 Dennis Hayescheck in for Alexandre Pigolkine
2002-12-07 Dennis Hayes 2002-12-6 DennisHayes <dennish@raytek.com>
2002-12-04 Dennis Hayesswitched to unix style line terminators
2002-12-02 Dennis HayesSee last log message
2002-11-30 Dennis Hayes 2002-11-28 DennisHayes <dennish@raytek.com>
2002-11-27 Dennis Hayes 2002-11-27 DennisHayes <dennish@raytek.com>
2002-11-25 Dennis Hayes 2002-11-24 DennisHayes <dennish@raytek.com>
2002-11-20 Paolo MolaroFixed typo found by Philip Van Hoof <spamfrommailing...
2002-11-18 Dennis Hayes 2002-11-17 DennisHayes <dennish@raytek.com>
2002-11-11 Dennis Hayes 2002-10-29 DennisHayes <dennish@raytek.com>
2002-10-27 Dennis Hayes 2002-10-26 DennisHayes <dennish@raytek.com>
2002-10-24 Dennis Hayes 2002-10-24 DennisHayes <dennish@raytek.com>
2002-10-18 Dennis Hayes2002-10-18 DennisHayes <dennish@raytek.com>
2002-10-13 John Sohn * Button.cs:
2002-10-12 John Sohn * Control.cs:
2002-09-24 John Sohn2002-9-24 John Sohn <jsohn@columbus.rr.com>
2002-09-16 John Sohn * Control.cs:
2002-09-03 John Sohn * Control.cs: mapped more of the functions to the...
2002-08-30 John SohnRegisterClass/WNDPROC callback is now initialized entre...
2002-08-22 John Sohnupdated build with latest mcs in cvs
2002-08-21 John SohnFixes to Win32 API calls. Provided by Dennis Hayes...
2002-08-18 John SohnUpdates to better conform to Mono coding conventions
2002-08-16 John SohnInitial version of code necessary to get the Form class...