1. 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
  2. a8a422f Fixed more -DSTRICT issues. by Alexandre Julliard · 22 years ago
  3. 3f61afb Added ReleaseDC function to the USER driver interface. by Alexandre Julliard · 22 years ago
  4. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  5. 7521a42 Changed the USER_HEAP_* macros to use HANDLEs instead of HANDLE16s. by Alexandre Julliard · 22 years ago
  6. 0ccb9fe Store the original GDI palette functions in pfnSelectPalette and by Alexandre Julliard · 22 years ago
  7. 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
  8. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  9. bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
  10. 4a75c5c Convert HACCEL to a void*. by Michael Stefaniuc · 23 years ago
  11. 651c598 - Add a max wait time for selection notifies. by Ulrich Czekalla · 23 years ago
  12. 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
  13. 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
  14. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  15. 80a3bb4 Removed LoadOEMResource from USER driver. by Alexandre Julliard · 23 years ago
  16. 096524c Use alertable waits in PeekMessage16 and GetMessage16 so we can by Mike McCormack · 23 years ago
  17. c7de340 Removed Get/SetScreenSaveTimeout user driver functions because they by Andriy Palamarchuk · 23 years ago
  18. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  19. 32fb580 Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT by Alexandre Julliard · 23 years ago
  20. 4b62618 Added support for low-level mouse and keyboard hooks. by Alexandre Julliard · 23 years ago
  21. fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
  22. 94ce2a3 Map a window if it is shown by a direct style change. by Gerard Patel · 24 years ago
  23. 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
  24. 6837b9c Moved user lock to user.c. Added USER_CheckNotLock function. by Alexandre Julliard · 24 years ago
  25. ed15fc7 Moved ForceWindowRaise to the USER driver and removed the WND driver. by Alexandre Julliard · 24 years ago
  26. 624f14e Make GetCursorPos call XQueryPointer. by Ove Kaaven · 24 years ago
  27. ad36303 Use a flag to test if create structure is unicode. by Gerard Patel · 24 years ago
  28. dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
  29. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  30. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  31. e3fe9f2 Moved ScrollWindowEx implementation to the graphics driver. by Alexandre Julliard · 24 years ago
  32. 3abeae8 Moved window move/resize syscommand handling to the graphics driver. by Alexandre Julliard · 24 years ago
  33. c6a835a Remove Get/SetBeepActive from USER driver and manage it locally inside by Alexandre Julliard · 24 years ago
  34. 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
  35. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  36. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  37. 8a31634 Replaced ToAscii by ToUnicode in the User driver interface. by Dmitry Timoshkov · 24 years ago
  38. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  39. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  40. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  41. 2b5d564 Merged mouse dll into USER. by Alexandre Julliard · 25 years ago
  42. 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
  43. 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
  44. 9b59da0 Misc small cleanups. by Alexandre Julliard · 25 years ago
  45. c319c66 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and by Ulrich Weigand · 26 years ago
  46. e392a0c Added USER32.UserSignalProc to Callout table. by Ulrich Weigand · 26 years ago
  47. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  48. 1b938b1 Adapted to cursor/icon handling changes. by Ulrich Weigand · 26 years ago
  49. 91bb1f9 - Cleaned up the message queue when a thread exit (but not the process). by Stephane Lussier · 26 years ago
  50. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  51. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  52. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  53. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  54. c6c0944 Release 970112 by Alexandre Julliard · 28 years ago wine-970112
  55. ca22b33 Release 960712 by Alexandre Julliard · 29 years ago wine-960712
  56. 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
  57. 2ace16a Release 960428 by Alexandre Julliard · 29 years ago wine-960428
  58. 59730ae Release 960324 by Alexandre Julliard · 29 years ago wine-960324
  59. e2991ea Release 950727 by Alexandre Julliard · 30 years ago wine-950727
  60. ded3038 Release 950706 by Alexandre Julliard · 30 years ago wine-950706
  61. e2abbb1 Release 950319 by Alexandre Julliard · 30 years ago wine-950319
  62. 5819953 Release 940420 by Alexandre Julliard · 31 years ago wine-940420
  63. 8d24ae6 Release 940405 by Alexandre Julliard · 31 years ago wine-940405
  64. fb9a919 Release 940301 by Alexandre Julliard · 31 years ago wine-940301
  65. 5f721f8 Release 0.5 by Alexandre Julliard · 31 years ago wine-0.5
  66. 401710d Release 0.3.0 by Alexandre Julliard · 32 years ago wine-0.3.0