Spelling fixes.
[wine] / windows / x11drv / event.c
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-23  Ove KaavenAdded -dxgrab command line option, which confines curso...
2000-01-23  Ove KaavenSupercharged XShm implementation for DirectDraw.
1999-12-12  Lionel UlmerFixed handling of DGA2.0 keyboard events.
1999-12-12  Lionel Ulmer- added support of DGA-2.0 events
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-12  Ove KaavenFixed XShm completion event leak.
1999-11-07  Ove KaavenDirectX-XShm now waits for the X server to finish the...
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-11-04  Karl LessardNever send a WM_CLOSE message to a popup window.
1999-10-31  Pierre MageauOn ConfigureNotify, find the first visible window above...
1999-10-24  Noomen HamzaPopup windows will be hidden when we minimize a main...
1999-10-13  Abey GeorgeMake sure the Focus Out window is still the Foreground...
1999-09-23  Noomen HamzaWS_POPUP windows (excluding the WS_POPUPWINDOW windows...
1999-09-22  Gerard PatelFix infinite loop with glastXFocusWindow.
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-08-07  Stephane LussierWM_SYSCOMMAND message (for SC_CLOSE) should be posted...
1999-07-24  Noel BorthwickWhile handling the X FocusIn message in managed mode...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-10  Ulrich WeigandRemoved all EVENT_Synchronize( FALSE ) calls; use a...
1999-06-18  Ulrich Weigand- Do not call XConfigureWindow if SetWindowPos was...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Ulrich WeigandBetter implementation of [GS]etForegroundWindow.
1999-06-05  Ulrich WeigandTry to improve ConfigureNotify event processing.
1999-06-05  Ulrich WeigandFixed potential memory corruption in EVENT_QueryZOrder.
1999-06-05  Ulrich WeigandRemoved DummyMotionNotify EVENT driver routine.
1999-05-22  Ulrich WeigandMoved X input event handling out of EVENT_WaitNetEvent...
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Ulrich WeigandUse SERVICES callback to implement Windows timers.
1999-04-25  David Luyer- consolidate both cases of !pending in WaitNetEvent
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Noel BorthwickWhile handling the WM_DELETEWINDOW client message check...
1999-04-15  Francois BoisvertSolved a deadlock between global lock and wnd lock...
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-24  Ulrich WeigandAdd IsWindow() checks after SendMessage() returns.
1999-03-16  Ulrich WeigandAvoid unnecessary error messages.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-10  Ulrich WeigandAvoid unnecessary GraphicsExpose events.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-04  Patrik StridvallX11 driver changes.
1999-01-30  Francis BeaudetMake sure that the keystate received by the WM_XBUTTONU...
1999-01-20  Ulrich WeigandUse Callout to call RedrawWindow32.
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Ulrich WeigandHandle non-hardware X events correctly with native...
1998-12-10  Ulrich WeigandRemoved deferred Expose events handling.
1998-12-08  Marcus MeissnerSuperflous WINAPI removed.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.