* X11Keyboard.cs: Detect and use the num lock mask.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Control.cs
2004-12-14 Marek SafarCopied remotely
2004-12-13 Jordi Mas i Hernandezbutton fixes
2004-12-12 Peter Dennis Bartok* X11Structs.cs:
2004-12-06 Martin Baulig2004-12-07 Martin Baulig <martin@ximian.com>
2004-12-06 Peter Dennis Bartok- Added check and exception to prevent circular parenting
2004-11-22 Jambunathan K* Makefile: Run "make run-test" or "make run-test-ondot...
2004-11-22 Jordi Mas i Hernandezremoves unused variable
2004-11-22 Miguel de Icaza2004-11-22 Miguel de Icaza <miguel@ximian.com>
2004-11-18 Lluis Sanchez2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
2004-11-17 Peter Dennis Bartok- Added handling of click-count to MouseDown/ MouseUp...
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-11 Peter Dennis Bartok- Removed old debug leftovers,
2004-11-11 Miguel de IcazaTest
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-11-05 Jackson HarperDo not call CreateHandle if the handle is already created
2004-10-22 Jackson Harperoops
2004-10-22 Jackson HarperCheck to see if the window should have its background...
2004-10-20 Peter Dennis Bartok- Removed unneeded locals
2004-10-19 Peter Dennis Bartok- Added missing call to PreProcessMessage before callin...
2004-10-18 RavindraDefault value of visible property must be true.
2004-10-18 Peter Dennis Bartok- Fixed/implemented flat list of controls
2004-10-13 Peter Dennis Bartok- Fix from John BouAntoun: Raise ForeColorChanged event...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-06 Jordi Mas i Hernandezremoves warnings from compilation
2004-10-05 Jackson HarperWhen resizing the buffers should be invalidated. This...
2004-10-02 Peter Dennis Bartok- Added private method to get the Control object from...
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-22 Jackson HarperText is never null
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-16 Peter Dennis Bartok- Added SendToBack and BringToFront methods
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-11 Peter Dennis Bartok- Added DoDragDrop() [incomplete]
2004-09-11 Peter Dennis Bartok- Moved methods into their appropriate #regions
2004-09-11 Peter Dennis Bartok- Moved some internal functions into the internal region
2004-09-10 Peter Dennis Bartok- Implemented remaining missing public instance properties
2004-09-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-06 Jordi Mas i HernandezCaches ClientRectangle rectangle value
2004-09-02 Peter Dennis Bartok- Added sanity check to creation of double buffer bitmap
2004-09-02 Peter Dennis Bartok- Added missing Control.ControlAccessibleObject class
2004-09-02 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-01 Jordi Mas i HernandezInit string variables with an empty object
2004-09-01 Jordi Mas i Hernandezfires OnFontChanged event
2004-09-01 Peter Dennis Bartok- Added firing of BackColorChanged event
2004-08-27 Peter Dennis Bartok- Removed unneeded stack vars
2004-08-25 Peter Dennis Bartok- Control now properly passes the ambient background...
2004-08-25 Peter Dennis Bartok- Fixed generation of MouseUp message
2004-08-24 Jordi Mas i Hernandezfire OnEnabledChanged event
2004-08-23 Peter Dennis Bartok- Added InitLayout() method
2004-08-23 Peter Dennis Bartok- Properly fixed Jordi's last fix
2004-08-23 Jordi Mas i Hernandezavoids null exception
2004-08-22 Peter Dennis Bartok- Removed OverlappedWindow style from Control, instead...
2004-08-21 Peter Dennis Bartok- Signature fixes
2004-08-21 Peter Dennis Bartok- Updated to match new GrabWindow signature
2004-08-21 Peter Dennis Bartok- Implemented Created property
2004-08-21 Peter Dennis Bartok- Implemented ContainsFocus
2004-08-21 Peter Dennis Bartok- Implemented CausesValidation
2004-08-21 Peter Dennis Bartok- Implemented CanFocus
2004-08-21 Jackson HarperImplement EndInvoke
2004-08-20 RavindraMade RightToLeft property virtual and removed a Console...
2004-08-20 Peter Dennis Bartok- Added call to set window background color
2004-08-20 Jackson HarperImplement Begininvoke
2004-08-20 Peter Dennis Bartok- Added handling of WM_MOUSEHOVER
2004-08-19 Peter Dennis Bartok- Added Right property
2004-08-19 Jordi Mas i Hernandeztheme enhancaments
2004-08-17 Peter Dennis Bartok- Drawing improvement; don't call UpdateBounds if we...
2004-08-17 Peter Dennis Bartok- Fixed broken handling of default window sizes
2004-08-16 Peter Dennis Bartok- Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
2004-08-13 Peter Dennis Bartok- Fixed Anchor default
2004-08-13 Peter Dennis Bartok- Changed GetCursorPos signature
2004-08-13 Jordi Mas i Hernandezimplements PointToClient (ScreenToClient)
2004-08-13 Peter Dennis Bartok- Added Dispose() and destructor
2004-08-12 Peter Dennis Bartok- Fixed Anchoring bugs
2004-08-12 Jackson HarperAdd missing properties
2004-08-11 Peter Dennis Bartok- Signature fixes
2004-08-11 Peter Dennis Bartok- We had SetWindowPos and MoveWindow to set window...
2004-08-11 Peter Dennis Bartok- Major cleanup of my SetBounds/SetBoundsCore/UpdateBou...
2004-08-11 Peter Dennis Bartok- Now properly reparents windows
2004-08-11 Peter Dennis Bartok- Duh!
2004-08-11 Peter Dennis Bartok- Rewrote the collection stuff. Might not be as fast...
2004-08-10 Jordi Mas i Hernandezthrow ontextchange event
2004-08-10 Peter Dennis Bartok- Added more to the still unfinished Dock/Anchor layout...
2004-08-10 Jackson HarperControl will now handle the buffering code, so each...
2004-08-09 Peter Dennis Bartok- Added incomplete dock layout code
2004-08-09 Jackson HarperUse new color names
2004-08-09 Jackson HarperGet default properties from the theme.
2004-08-06 Peter Dennis Bartok- Fixed recursive loop when resizing
2004-08-06 Jordi Mas i HernandezX11 keyboard navigation
2004-08-04 Peter Dennis Bartok- Fixed Invalidation bug (calculated wrong client area)
2004-08-04 Peter Dennis Bartok- Added Invalidate handling
2004-08-04 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-03 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-27 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-27 Jordi Mas i Hernandezchanges to be able to run winforms samples
2004-07-19 Jordi Mas i Hernandezlabel control re-written: added missing functionlity...
2004-07-19 Jordi Mas i Hernandezfixes SetBounds logic
2004-07-19 Jordi Mas i HernandezCall RefreshWindow only if the window has created
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-15 Jordi Mas i Hernandezadded basic mouse handeling events
2004-07-13 Jordi Mas i Hernandezcommit: new properties and fixes form size problems
2004-07-09 nobodyThis commit was manufactured by cvs2svn to create branc...
next