* Form.cs : TopLevel, AcceptButton, CancelButton
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / Form.cs
2003-06-30 Aleksey Ryabchuk * Form.cs : TopLevel, AcceptButton, CancelButton
2003-06-30 Aleksey Ryabchuk * Cursors.cs : VSplit, HSplit cursors
2003-06-07 Alexandre PigolkineDockStyle.None & AnchorStyles
2003-06-06 Aleksey Ryabchuk * Form.cs : MaximumSize, MinimumSize, TopMost...
2003-06-05 Aleksey Ryabchuk * Form.cs : ControlBox, HelpButton, MaximizeBox...
2003-06-04 Aleksey RyabchukKeyPreview, ShowInTaskBar implemented
2003-05-28 Aleksey Ryabchuk * Control.cs : helper method getParentForm
2003-05-12 Aleksey Ryabchukchanges in the code for TAB key handling
2003-05-09 Aleksey Ryabchuk * Control.cs
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 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-23 Alexandre PigolkineImplementation of ProgressBar and DateTimePicker contro...
2003-03-20 Alexandre Pigolkinecheckin for Aleksey Ryabchuk <ryabchuk@yahoo.com>,...
2003-03-09 Alexandre PigolkineTrackBar control by Aleksey Ryabchuk (ryabchuk@yahoo...
2003-03-01 Alexandre Pigolkinesee ChangeLog for details
2003-02-26 Reggie Burnett* Form.Close now actually destroys the Window
2003-02-21 Alexandre Pigolkineimplementation added
2003-02-06 Dennis Hayessee last note
2003-02-01 Dennis Hayescheck in for Alexandre Pigolkine
2003-01-05 Dennis Hayesrollback
2002-12-19 Dennis Hayesmonir tweaks
2002-12-10 Dennis Hayes 2002-12-9 DennisHayes <dennish@raytek.com>
2002-12-07 Dennis Hayes 2002-12-6 DennisHayes <dennish@raytek.com>
2002-12-04 Dennis Hayesswitched to unix style line terminators
2002-12-04 Dennis Hayes 2002-12-3 DennisHayes <dennish@raytek.com>
2002-11-30 Dennis Hayessee last checkin
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-24 Dennis Hayes 2002-11-23 DennisHayes <dennish@raytek.com>
2002-11-23 Miguel de IcazaFixety fix the build
2002-11-18 Dennis Hayes 2002-11-17 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-09-30 John Sohn * Form.cs: Site property now calls base class
2002-09-24 John Sohn2002-9-24 John Sohn <jsohn@columbus.rr.com>
2002-09-16 John Sohn * Control.cs:
2002-09-01 John Sohn * MessageBox.cs: added mostly complete implementation...
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...