Avoid problems during changing the Z-order if the window and the
[wine] / windows / x11drv /
2000-01-04  Lionel UlmerGive +0+0 as a default position for the desktop window.
2000-01-04  Ove KaavenAdded extra US keymap with the infamous phantom key.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
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-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Lionel Ulmer- removed keyboard auto-repeat when DInput acquires it
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
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-07  Juergen LockExec `wineclipsrv' not `wineclipsvr', and don't inherit...
1999-11-04  Karl LessardNever send a WM_CLOSE message to a popup window.
1999-11-04  Karl LessardCheck if the window is managed before trying to give...
1999-11-04  Jaroslaw Piotr Sob... Added Polish keyboard support.
1999-10-31  Pierre MageauOn ConfigureNotify, find the first visible window above...
1999-10-31  Huw D M DaviesFixed a couple of compiler warnings.
1999-10-24  Francis BeaudetEnabled the persistent clipboard server.
1999-10-24  Pierre MageauFixed an entry in the keyboard translation table for...
1999-10-24  Noomen HamzaPopup windows will be hidden when we minimize a main...
1999-10-23  Francis BeaudetReplaced a X call with a TSX call in XDRV_MOUSE_SetCurs...
1999-10-13  Zoltan KovacsAdded Hungarian keyboard support.
1999-10-13  Abey GeorgeMake sure the Focus Out window is still the Foreground...
1999-10-13  Marcus MeissnerAdded german keyboard layout with "nodeadkeys" option...
1999-09-23  Noel BorthwickAdded clipboard server.
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-10  Stephane LussierPressing the delete key using an extended keyboard...
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-09-03  Guy AlbertelliCompleted GetKeyNameText for non-character keys.
1999-09-03  Abey GeorgeFixed resizing bugs for windows with WS_THICKFRAME...
1999-08-07  Stephane LussierWM_SYSCOMMAND message (for SC_CLOSE) should be posted...
1999-08-07  Stephane LussierX11drv SetDrawable function modifies the DC origin...
1999-08-04  Ivan De SaedeleerMinor fix to the French Canadian keyboard.
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-24  Achim KaiserDraw an additional white bit for each invert bit of...
1999-07-24  Noel BorthwickWhile handling the X FocusIn message in managed mode...
1999-07-24  Sylvain St-GermainFixed inconsistency in conditions that determines if...
1999-07-24  Huw D M DaviesFixed compiler warning.
1999-07-23  Lionel Ulmer- Added a new option 'noxshm'
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-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Lars HeetePrevent bad window X error.
1999-06-22  Philippe FroidevauxAdded Swiss french keyboard layout.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-18  Ulrich Weigand- Do not call XConfigureWindow if SetWindowPos was...
1999-06-13  Ulrich WeigandBugfix: DISPLAY_SetCursor should not use USER-internals...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Ulrich WeigandBetter implementation of [GS]etForegroundWindow.
1999-06-07  Eric PouechFixed order for entering critical sections (X11 vs...
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-29  Rikhardur EgilssonIcelandic keyboard support.
1999-05-22  Ulrich WeigandMoved X input event handling out of EVENT_WaitNetEvent...
1999-05-13   <TTarrant@Etnotea... Added Italian keyboard support.
1999-05-13  Andreas MohrFixed quite ill window locking code.
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-05-02  Guy AlbertelliCorrect logic in GetKeyNameText.
1999-04-25  Peter BortasAdded Swedish keyboard layout.
1999-04-25  Noel BorthwickFixed a problem with managed mode, where popup windows...
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-16  Pablo SaratxagaAdded walon language support (I also moved Cz -> Cs...
1999-04-15  Huw D M Daviesindex == 3 corresponds to Alt-Gr + Shift.
1999-04-15  Pavel RoskinFixed ugly disabled controls and black background in...
1999-04-15  Francois BoisvertSolved a deadlock between global lock and wnd lock...
1999-04-15  Guy AlbertelliFix scancodes for NumLock and Num-/.
1999-04-11  Guy AlbertelliPartial implementation for GetKeyNameText for new keybo...
1999-04-10  Brian GerstFixed X11DRV_MOUSE_WarpPointer initial value.
1999-04-04  José Marcos LópezAdded Spanish keyboard layout.
1999-04-03  Eric PouechUpdated French keyboard.
1999-04-03  Ove Kaaven'Realigned' the layout table a bit. Applied the non...
1999-04-01  Marcus MeissnerSplit off keysym/deadchar -> char mapping, use it in...
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  Pavel RoskinAdded Russian keyboard support.
1999-03-28  Pavel RoskinChanges in X11DRV_KEYBOARD_DetectLayout in order to...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Jonathan NaylorAdded Swiss German keyboard layout.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-24  Ulrich WeigandAdd IsWindow() checks after SendMessage() returns.
1999-03-22  Kalevi J HautaniemiAdded Finnish keyboard layout.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-21  Robert PouliotOne small error corrected and the 102th key...
1999-03-19  Bertho StultiensFixed Danish keyboard layout.
1999-03-17  Bruno AfonsoAdded Portuguese keytable.
1999-03-17  Robert PouliotAdded Canadian French keyboard layout.
next