Warnings
[mono.git] / mcs / class / System.Windows.Forms /
2003-06-24 Aleksey Ryabchuk * TreeNode.cs
2003-06-12 Aleksey Ryabchukcreate context menu using CreatePopupMenu function
2003-06-12 Aleksey Ryabchukstarted impl. of TreeView control
2003-06-12 Aleksey Ryabchuk * Control.cs : don't do anything if Anchor is set...
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-09 Aleksey Ryabchukfixed typo, implementation added
2003-06-09 Aleksey Ryabchukfixed issues breaking the build
2003-06-09 Dennis Hayes2003-06-09 Dennis Hayes <dennish@raytek.com>
2003-06-07 Alexandre PigolkineDockStyle.None & AnchorStyles
2003-06-06 Aleksey Ryabchukstarted implementation of scrollbar classes
2003-06-06 Aleksey Ryabchuk * Form.cs : MaximumSize, MinimumSize, TopMost...
2003-06-05 Aleksey Ryabchuk * Form.cs : ControlBox, HelpButton, MaximizeBox...
2003-06-04 Philip Van HoofStatusBar control
2003-06-04 Philip Van HoofAdded a comment
2003-06-04 Philip Van HoofPrepared everything to start working on the StatusBar...
2003-06-04 Aleksey RyabchukKeyPreview, ShowInTaskBar implemented
2003-06-03 Dennis Hayessee last msg
2003-06-03 Dennis Hayes Cosmetic issues with member signitures
2003-06-02 Alexandre Pigolkinechange to ContainsFocus/Focused properties
2003-06-01 Miguel de IcazaRef system.xml
2003-06-01 Joel Bassonsmall cleanup of MenuItem.cs
2003-06-01 Joel BassonAdded Click event to menus
2003-05-31 Miguel de IcazaThe gethostname fix
2003-05-31 Philip Van HoofColor fixes
2003-05-31 Philip Van HoofFore -BackColor fixes
2003-05-31 Philip Van HoofColor demo
2003-05-31 Paolo MolaroSat May 31 12:21:21 CEST 2003 Paolo Molaro <lupus@ximia...
2003-05-30 Aleksey Ryabchuk * GroupBox.cs : take BackColor into account
2003-05-29 Philip Van HoofAdded System.Data t AssemblyInfo.cs in the makefile
2003-05-28 Philip Van HoofAdded setters of ForeColor and BackColor
2003-05-28 Aleksey Ryabchuk * Control.cs : helper method getParentForm
2003-05-28 Aleksey Ryabchukchanged to use base implementation of CreateParams
2003-05-28 Aleksey Ryabchukinclude PictureBox.cs to the build
2003-05-27 Philip Van HoofSmall code-formatting changes to the Demo2.cs
2003-05-27 Philip Van Hoof*** empty log message ***
2003-05-27 Philip Van HoofLittle changes to the demo-application
2003-05-27 Philip Van HoofProof-demo that the scrollbar works
2003-05-27 Philip Van HoofEvent fix
2003-05-27 Philip Van HoofChanged - Event of the ScrollBar Control
2003-05-27 Philip Van HoofAdded a small sample to test a single widget
2003-05-27 Philip Van HoofAdded widget: VScrollBar
2003-05-27 Philip Van HoofAdded widgets: ScrollBar, HScrollBar, VScrollBar
2003-05-27 Aleksey Ryabchuk * Control.cs : implemented GetChildIndex, BringToFront...
2003-05-27 Aleksey Ryabchuk * Contols.cs : changes to SetVisibleCore, Invalidate...
2003-05-26 Joel BassonA small addition to Demo2.cs
2003-05-26 Philip Van HoofAdded a .cvsignore-file for SWF/Gtk
2003-05-26 Aleksey Ryabchuk * ImageListStreamer.cs: added deserialization code
2003-05-25 Joel Bassonsmall update to demo.cs
2003-05-25 Joel Basson2003-05-25 Joel Basson <jstrike@mweb.co.za>
2003-05-25 Philip Van HoofShortcut fixes in MenuItem.cs
2003-05-25 Philip Van HoofMore Shortcut-types added
2003-05-25 Philip Van HoofMore Shortcut-types added
2003-05-25 Philip Van HoofShortcut helper class
2003-05-25 Joel Basson2003-05-25 Joel Basson <jstrike@mweb.co.za>
2003-05-25 Joel Basson2003-05-25 Joel Basson <jstrike@mweb.co.za>
2003-05-24 Philip Van HoofMenu fixes
2003-05-24 Philip Van HoofAdded Demo2.exe to the makefile
2003-05-24 Joel Basson*** empty log message ***
2003-05-24 Philip Van HoofCommented something that has not yet been implemented...
2003-05-24 Philip Van Hoofupdated the demo application
2003-05-24 Philip Van HoofTextBoxBase.cs fixes by Philip Van Hoof and Menu fixes...
2003-05-24 Joel Basson*** empty log message ***
2003-05-24 Joel Basson*** empty log message ***
2003-05-24 Joel Basson2003-05-24 Joel Basson <jstrike@mweb.co.za>
2003-05-23 Aleksey Ryabchuksmall changes
2003-05-21 Aleksey Ryabchuksome new implementation was added
2003-05-21 Aleksey Ryabchukfixed some issues causing problems when running SWF...
2003-05-21 Miguel de IcazaOoops, do not force this on everyone
2003-05-21 Miguel de IcazaFor now, do not reference the Shell, but Mono should...
2003-05-21 Miguel de IcazaChange casing
2003-05-20 Aleksey Ryabchuk * FileDialog.cs : more implementation added
2003-05-19 Aleksey Ryabchukmore implementation added
2003-05-16 Aleksey Ryabchuk * CommonDialog.cs
2003-05-16 Aleksey Ryabchuk * DomainUpDown.cs : changes to OnTextBoxKeyDown
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 Joel Basson2003-05-09 Joel Basson <jstrike@mweb.co.za>
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-07 Joel Basson2003-05-07 Joel Basson <jstrike@mweb.co.za>
2003-05-06 Joel Basson2003-05-07 Joel Basson <jstrike@mweb.co.za>
2003-05-02 Aleksey Ryabchuk * Control.cs : call OnTextChange
2003-04-30 Aleksey Ryabchukprevent pages from being added to the TabControl multip...
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-28 Alexandre Pigolkinesmall improvements
2003-04-26 Alexandre PigolkineGC stubs for Mini, EntryPoints for Win32 API
2003-04-26 Miguel de IcazaFix the build
2003-04-26 Miguel de Icaza2003-04-25 Miguel de Icaza <miguel@ximian.com>
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-21 V KaluzhnyKaluzhny: CompanyName, CurrentCulture, ExecutablePath...
next