1. 983a8b5 Revert SC_CLOSE change, this is causing deadlocks. by Alexandre Julliard · 20 years ago
  2. 43b5576 Duplicate Windows behaviour and use SendMessage for the SC_CLOSE by Ulrich Czekalla · 20 years ago
  3. d56ccaa Use an X context to associated the x11drv private window data to a by Alexandre Julliard · 20 years ago
  4. 81b13c4 Added missing declarations. by Rémi Assailly · 20 years ago
  5. 6382ffa Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr. by Alexandre Julliard · 20 years ago
  6. fc5ce14 Avoid most references to the internals of the WND structure by passing by Alexandre Julliard · 20 years ago
  7. 77502e7 Fix X11 event timing so that we correctly correlate X11 timing and by Jeremy White · 20 years ago
  8. e2a7181 Warning fix. by Alexandre Julliard · 20 years ago
  9. 318b963 Always clearAllSelections since not clearing CLIPBOARD can get us into by Ulrich Czekalla · 20 years ago
  10. 7d6f360 Ignore FocusOut event if there is no event window. by Dmitry Timoshkov · 21 years ago
  11. 5f6f63a Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  12. 0a8d550 Handle case when data type is not registered. by Ulrich Czekalla · 21 years ago
  13. 99afa3a The KeymapNotify event does not use the window member, so don't warn by Mike Hearn · 21 years ago
  14. 455a223 Implemented rendering synthesized BITMAP and DIB formats. by Ulrich Czekalla · 21 years ago
  15. 9672b79 Use X11 XIM callbacks to enable full IME support. by Aric Stewart · 21 years ago
  16. 2eebf3c Enable Tablet support with both Tilt and Pressure. by Aric Stewart · 21 years ago
  17. 5329fc8 Get rid of clipboard.h. by Alexandre Julliard · 21 years ago
  18. 64c0e2a Removed the remaining TSX calls. by Alexandre Julliard · 21 years ago
  19. 720af28 Always ignore BadMatch errors resulting from XSetInputFocus so that we by Alexandre Julliard · 21 years ago
  20. 2496c08 Get rid of a bunch of TSX functions. by Alexandre Julliard · 21 years ago
  21. 032bdc9 Initial implementation to support XDND protocol. by Ulrich Czekalla · 21 years ago
  22. d09c328 Intern all the atoms we'll need in one step to avoid multiple server by Alexandre Julliard · 21 years ago
  23. 9f514fe Avoid the XSync call in X11DRV_expect_error by storing the current by Alexandre Julliard · 21 years ago
  24. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  25. 18873e7 Fixed handling of synthesized data. by Ulrich Czekalla · 22 years ago
  26. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  27. 42c4d27 Mask out MWMO_WAITALL if only server queue handle was passed in. by Dmitry Timoshkov · 22 years ago
  28. 34dd455 Support _NET_WM_PING protocol so the WM can detect freezes. by Mike Hearn · 22 years ago
  29. e5fb975 Added dead keys support using X input methods (based on a patch by by Alexandre Julliard · 22 years ago
  30. a29960e Make sure to always set X focus on the top-level window, not on child windows. by Alexandre Julliard · 22 years ago
  31. cef5961 Eliminate lots of __WINE__ conditionals from the headers. by Dimitrie O. Paun · 22 years ago
  32. 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
  33. e0315e4 Converted x11drv to -DSTRICT. by Alexandre Julliard · 22 years ago
  34. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  35. db057e7 Fixed X11 error code mismatch and removed debugging output. by Alexandre Julliard · 23 years ago
  36. e9119c1 Removed some more TSX11 functions and files. by Alexandre Julliard · 23 years ago
  37. df8e6ee Removed a bunch of no longer used TSX wrappers. by Alexandre Julliard · 23 years ago
  38. 9dd1279 - Remove export of DRAG_QueryUpdate from USER. by Dimitrie O. Paun · 23 years ago
  39. 1a80921 Added support for the take focus protocol. by Alexandre Julliard · 23 years ago
  40. 2247af3 - Rename WIN_Handle16 to HWDN_16 and make it a macro. by Michael Stefaniuc · 23 years ago
  41. 651c598 - Add a max wait time for selection notifies. by Ulrich Czekalla · 23 years ago
  42. 9428f06 Update the cursor for each window on receiving an X11 event, don't by Alexandre Julliard · 23 years ago
  43. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  44. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  45. e361cea Remove the --managed option, and make wine use the managed mode by default. by Dimitrie O. Paun · 23 years ago
  46. d089354 Moved remaining files in windows/x11drv to dlls/x11drv. by Alexandre Julliard · 23 years ago[Renamed from windows/x11drv/event.c]
  47. fb23e10 We cannot ignore NotifyNonlinear focus events. by Alexandre Julliard · 23 years ago
  48. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  49. d0a06ec Prevent lock-up with a focus loop between two top level unmanaged windows. by Dave Hawkes · 23 years ago
  50. 32fb580 Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT by Alexandre Julliard · 23 years ago
  51. 4b62618 Added support for low-level mouse and keyboard hooks. by Alexandre Julliard · 23 years ago
  52. fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
  53. 6b8cedf Fixed mouse position processing for use with a touchscreen. by Brad Campbell · 24 years ago
  54. 629aab1 Fixed a couple of HWND type mismatches. by Alexandre Julliard · 24 years ago
  55. 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
  56. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  57. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  58. b91d2df Replace one more PROFILE_ function by RegQueryValueExA. by Dmitry Timoshkov · 24 years ago
  59. 698ef15 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  60. f9037de Implemented SendInput(). by Alexandre Julliard · 24 years ago
  61. f4b1410 Don't rely on X to expose windows covered by a sibling, do it manually. by Alexandre Julliard · 24 years ago
  62. 247e18f Force invalidating of siblings children on expose event. by Alexandre Julliard · 24 years ago
  63. dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
  64. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  65. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  66. f2d7853 Removed XShmCompletion event support (no longer used). by Alexandre Julliard · 24 years ago
  67. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  68. eb0ab76 Made checks in _get_common_ancestor a bit stricter to avoid XQueryTree XErrors. by Marcus Meissner · 24 years ago
  69. 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
  70. 26320d1 Cleanup properly on x11drv unloading. by Alexandre Julliard · 24 years ago
  71. 2c6e3ff Fixed a char that should have been signed. by Josh DuBois · 24 years ago
  72. 990b480 Warning fix. by Alexandre Julliard · 24 years ago
  73. 46fb7e0 Make some noise in a few cases where the X11drv doesn't load, but used by Josh DuBois · 24 years ago
  74. ee21c44 Replaced X11DRV_CritSection references by wine_tsx11_(un)lock. by Alexandre Julliard · 24 years ago
  75. dea3d78 Moved HDROP to shellapi.h. by François Gouget · 24 years ago
  76. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  77. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  78. ce1398e Avoid a couple of dependencies on input.c internal variables. by Alexandre Julliard · 24 years ago
  79. 1df0d36 Add CF_UNICODETEXT as primary text clipboard format. by Dmitry Timoshkov · 24 years ago
  80. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  81. af6b76e Use SendNotifyMessage() for WM_SYNCPAINT. by Ove Kaaven · 24 years ago
  82. 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
  83. d741850 On reception of a FocusOut event, don't deactivate the application if the by Stephane Lussier · 25 years ago
  84. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  85. 60e1752 Use documented DROPFILES structure instead of internal DROPFILESTRUCT. by Alexandre Julliard · 25 years ago
  86. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  87. f37e3a4 Removed a coupld of unused functions in the Callout structure. by Alexandre Julliard · 25 years ago
  88. 06057e7 - Separate application calls to ShowOwnedPopups from Wine calls (in by Louis Philippe Gagnon · 25 years ago
  89. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  90. 09be9d0 Now the service thread is no more in charge of erasing the background by Stephane Lussier · 25 years ago
  91. d650c46 Do not crash if window was not found. by Dmitry Timoshkov · 25 years ago
  92. d0018bd DGA compile fix. by Turchanov Sergei · 25 years ago
  93. 2b5d564 Merged mouse dll into USER. by Alexandre Julliard · 25 years ago
  94. eac0e18 Removed MSG_WineStartTicks (does not work for multiple address spaces anyway). by Alexandre Julliard · 25 years ago
  95. 8c8237b Specify the service thread timers in ms instead of us. by Alexandre Julliard · 25 years ago
  96. abdbced Removed some HEAP_xalloc calls. by Dimitrie O. Paun · 25 years ago
  97. 3d51161 Removed X_DISPLAY_MISSING. by Patrik Stridvall · 25 years ago
  98. 4bdf4af Implemented Mousewheel support. by Stephane Lussier · 25 years ago
  99. fa8b728 Support switching the keyboard layout with WINE running. by Stephane Lussier · 25 years ago
  100. 35870f9 Detypoed X11DRV_EVENT_SetInputMethod. by Marcus Meissner · 25 years ago