1. ef54643 Remove a hack for keyboard group switching. by Dmitry Timoshkov · 24 years ago
  2. 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 24 years ago
  3. a09da0c Added proper support for storing window parents in the server. by Alexandre Julliard · 24 years ago
  4. 914a1dc Implemented SPI_GETSHOWSOUNDS. by Andriy Palamarchuk · 24 years ago
  5. 6b8cedf Fixed mouse position processing for use with a touchscreen. by Brad Campbell · 24 years ago
  6. 26c4d6b Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI windows. by Joshua Thielen · 24 years ago
  7. 536957e Fixed a couple of bugs in WIN_SetWindowLong caused by previous change. by Alexandre Julliard · 24 years ago
  8. 2bdbf30 Added russian layout with phantom key. by Andriy Palamarchuk · 24 years ago
  9. 7beb574 Remove macros that should not be there (cause conflicts in WineLib). by Francois Gouget · 24 years ago
  10. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  11. 629aab1 Fixed a couple of HWND type mismatches. by Alexandre Julliard · 24 years ago
  12. 4ee6516 Fixed references to old documentation location. by Andriy Palamarchuk · 24 years ago
  13. 021dd99 Fixed HWND compare in NC_HandleSetCursor. by Alexandre Julliard · 24 years ago
  14. f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
  15. 37a4639 Make sure that functions returning an HWND always return a full 32-bit handle. by Alexandre Julliard · 24 years ago
  16. 0d92fe2 Make sure that returned window belongs to correct thread when checking by Alexandre Julliard · 24 years ago
  17. 872784f Added Ukrainian keyboard layout. by Andy Rysin · 24 years ago
  18. 3c9ab8f The message handler of WM_STYLECHANGING is supposed to be able to by Patrik Stridvall · 24 years ago
  19. db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago
  20. 6bf2abf Make window handles 32-bit before calling window procedure. by Alexandre Julliard · 24 years ago
  21. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  22. f96d4e6 Added WM_MOUSEHOVER and WM_MOUSELEAVE to formatting. by Guy L. Albertelli · 24 years ago
  23. 9d9dac0 Added WIN_ListParents function and renamed WIN_BuildWinArray into by Alexandre Julliard · 24 years ago
  24. 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
  25. fa42aa8 Removed WIN_GetDesktop(). by Alexandre Julliard · 24 years ago
  26. 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
  27. d44e495 Fixed GetClassLong to return full 32 bits for all items. by Alexandre Julliard · 24 years ago
  28. b3ec030 Added proper support for 32-bit WM_NEXTMENU. by Alexandre Julliard · 24 years ago
  29. 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
  30. 4d7041a Explicitly check for CS_PARENTDC in WM_ERASEBKGND handling. by Alexandre Julliard · 24 years ago
  31. 78f9fae Create GDI stock objects as normal objects instead of using magic handle values. by Alexandre Julliard · 24 years ago
  32. 6837b9c Moved user lock to user.c. Added USER_CheckNotLock function. by Alexandre Julliard · 24 years ago
  33. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  34. 20bc491 Added mappings for a few messages. by Alexandre Julliard · 24 years ago
  35. 1293531 Fixed some message names. by Alexandre Julliard · 24 years ago
  36. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  37. cb25e25 Replace SendMessage16 by SendMessageW where possible. by Alexandre Julliard · 24 years ago
  38. e6533a6 Fixed DrawState16 callback support. by Alexandre Julliard · 24 years ago
  39. d253c58 Rewrote most of SendMessage/PeekMessage. by Alexandre Julliard · 24 years ago
  40. bfb4a23 Replaced MSG_InternalGetMessage calls by equivalent exported APIs. by Alexandre Julliard · 24 years ago
  41. 4de0df7 Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings. by Alexandre Julliard · 24 years ago
  42. 5095779 GetControlBrush16: avoid potentially releasing the same pointer twice. by Marco Bizzarri · 24 years ago
  43. b70c22d - Add support to dump memory at lParam location on common control by Guy L. Albertelli · 24 years ago
  44. 502d83b Fixed a few problems with DCX_* flags handling. by Alexandre Julliard · 24 years ago
  45. 11dd274 Erase only client area on WM_ERASEBKGND. by Alexandre Julliard · 24 years ago
  46. 5905ba9 Implement EnumProps on top of EnumPropsEx to avoid function pointer by Alexandre Julliard · 24 years ago
  47. 8afe662 Avoid using GetFastQueue16 from USER. by Alexandre Julliard · 24 years ago
  48. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  49. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  50. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  51. 231162e - If the class of the window is a known standard, then format the name by Guy L. Albertelli · 24 years ago
  52. ef06b4a Got rid of HEAP_strdupW. by Alexandre Julliard · 24 years ago
  53. cbfbf2a Corrections to the Win95 and later frame drawing code. by Bill Medland · 24 years ago
  54. 3f68bc9 Additional modifications to the window styles during window creation. by Bill Medland · 24 years ago
  55. 361f980 Trace rectangles returned by GetClientRect and GetWindowRect. by Guy L. Albertelli · 24 years ago
  56. 2dea1d0 Display rectangle from WM_NCCALCSIZE on entry and exit. by Guy L. Albertelli · 24 years ago
  57. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  58. fcef026 Reject pointer messages in SendNotifyMessage[AW] and by Alexandre Julliard · 24 years ago
  59. ff338b2 Better LockWindowUpdate debug. by Marcus Meissner · 24 years ago
  60. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  61. fb57c59 Modify some system metrics to agree with Win95 and reflect the desktop by Bill Medland · 24 years ago
  62. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  63. 137420a Correct the location of the style patching for the edit control. by Bill Medland · 24 years ago
  64. 655ff38 Correct amount of info displayed for NM_NCHITTEST and all the LVN_*. by Guy L. Albertelli · 24 years ago
  65. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  66. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  67. ed15fc7 Moved ForceWindowRaise to the USER driver and removed the WND driver. by Alexandre Julliard · 24 years ago
  68. b9bd3f8 Fixed handling of WM_MOUSEWHEEL messages in non-client space. by Travis Michielsen · 24 years ago
  69. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  70. 9f55ae6 - Remove cooked hardware messages when they are dropped (reported by by Alexandre Julliard · 24 years ago
  71. b91d2df Replace one more PROFILE_ function by RegQueryValueExA. by Dmitry Timoshkov · 24 years ago
  72. 698ef15 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  73. f9037de Implemented SendInput(). by Alexandre Julliard · 24 years ago
  74. f4b1410 Don't rely on X to expose windows covered by a sibling, do it manually. by Alexandre Julliard · 24 years ago
  75. 624f14e Make GetCursorPos call XQueryPointer. by Ove Kaaven · 24 years ago
  76. ee8ab7a Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint. by Alexandre Julliard · 24 years ago
  77. 4b0343d Moved queue paint count to the server. Removed a few no longer used routines. by Alexandre Julliard · 24 years ago
  78. 838d65a Moved hardware message queue handling to the server. by Alexandre Julliard · 24 years ago
  79. de70d2b Replace PROFILE_ functions by RegQueryValueExA in x11drv. by Dmitry Timoshkov · 24 years ago
  80. a57befe Replace more PROFILE_ functions by RegQueryValueExA. by Dmitry Timoshkov · 24 years ago
  81. 247e18f Force invalidating of siblings children on expose event. by Alexandre Julliard · 24 years ago
  82. 0b16474 Removed WIN_NATIVE flag. by Alexandre Julliard · 24 years ago
  83. 0ca9465 Removed unneeded inclusion of queue.h. by Alexandre Julliard · 24 years ago
  84. ad36303 Use a flag to test if create structure is unicode. by Gerard Patel · 24 years ago
  85. db4aae2 Stub implementation of AnimateWindow(). by Bobby Bingham · 24 years ago
  86. dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
  87. d1e648f Remove optimization in NC_HandleNCActivate. by Dmitry Timoshkov · 24 years ago
  88. 8a05b83 Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}. by Guy L. Albertelli · 24 years ago
  89. e665eba Get rid of GetCurrentTime16(). by Andreas Mohr · 24 years ago
  90. 5db8d2f Make WIN_WindowFromPoint take a POINT instead of a POINT16. by Alexandre Julliard · 24 years ago
  91. 7a9ddd4 Added basic support for SPI_GETSCREENREADER. by Eric Pouech · 24 years ago
  92. 22a04e1 Fixed SetTimer for hwnd == 0. by Gerard Patel · 24 years ago
  93. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  94. cd8d181 Spelling typos. by Francois Gouget · 24 years ago
  95. 7263720 Keyboard events did not update AsyncKeyStateTable, now they do. by Jukka Heinonen · 24 years ago
  96. 31eaee4 Only measure child rectangles of visible children when deciding about by Bill Medland · 24 years ago
  97. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  98. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  99. 5920737 Clear owner of system message queue to avoid freeing it when the first by Alexandre Julliard · 24 years ago
  100. e60ccd1 Create a new window for the top popup menu on every new menu tracking, by Alexandre Julliard · 24 years ago