Moved MAKEINTATOM to winbase.h and added Unicode version.
[wine] / windows / x11drv / mouse.c
2001-09-19  Brad CampbellFixed mouse position processing for use with a touchscreen.
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-02-12  Patrik StridvallDocumentation name fixes (always use external name).
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-02-25  James AbbatielloBetter thread safety for WarpPointer hack.
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-10-23  Francis BeaudetReplaced a X call with a TSX call in XDRV_MOUSE_SetCurs...
1999-07-24  Achim KaiserDraw an additional white bit for each invert bit of...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-13  Ulrich WeigandBugfix: DISPLAY_SetCursor should not use USER-internals...
1999-06-07  Eric PouechFixed order for entering critical sections (X11 vs...
1999-05-13  Andreas MohrFixed quite ill window locking code.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-10  Brian GerstFixed X11DRV_MOUSE_WarpPointer initial value.
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-04  Patrik StridvallX11 driver changes.
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.