1. 8aa83d3 user32: Make user.exe into a stand-alone 16-bit module. by Alexandre Julliard · 15 years ago
  2. ce05f49 user32: Avoid including winuser16.h in 32-bit files. by Alexandre Julliard · 15 years ago
  3. d081a73 user32: Simplify window procedure allocation for the builtin classes. by Alexandre Julliard · 15 years ago
  4. 0c4e151 user32: Pre-allocate the window procedure for the desktop class. by Alexandre Julliard · 15 years ago
  5. 214b40b user32: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  6. bfe88a0 user32: Store the builtin class names in Unicode. by Alexandre Julliard · 17 years ago
  7. 06b3967 user32: Renamed and moved SetDeskPattern. by Rémi Assailly · 17 years ago
  8. 6e9fea2 user32: Moved some 16-bit functions. by Rémi Assailly · 17 years ago
  9. b8a2e3b user32: Renamed the user/ directory to user32. by Alexandre Julliard · 18 years ago[Renamed from dlls/user/desktop.c]
  10. a7f8195 include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. by Francois Gouget · 18 years ago
  11. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  12. f874d20 user: Allow creating windows of the desktop class. by Alexandre Julliard · 19 years ago
  13. 39f960b - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and by Dmitry Timoshkov · 20 years ago
  14. 6a78c16 Moved private USER definitions to a new user_private.h header, and by Alexandre Julliard · 20 years ago
  15. 2ceb42d Moved all files from the controls/ directory to dlls/user. by Alexandre Julliard · 21 years ago[Renamed from controls/desktop.c]
  16. 0a25dd4 Move implementation of SysParametersInfo from Ascii to Unicode. by Justin Chevrier · 21 years ago
  17. b062210 System classes must not have the CS_GLOBALCLASS style. by Alexandre Julliard · 21 years ago
  18. cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
  19. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  20. b650372 Don't bother sending WM_NCCREATE to the desktop window, this doesn't by Alexandre Julliard · 22 years ago
  21. ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  22. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  23. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  24. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  25. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  26. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  27. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  28. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  29. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  30. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  31. 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
  32. 2682bc2 Fixed a few dependencies on 16-bit or internal functions. Fixed a few warnings. by Alexandre Julliard · 24 years ago
  33. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  34. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  35. 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
  36. 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
  37. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  38. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  39. 9aded51 Removed the gotos from the WndProcs, always use a small wrapper that by Marcus Meissner · 26 years ago
  40. 7273dcf Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow. by Francois Boisvert · 26 years ago
  41. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  42. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  43. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  44. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  45. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  46. ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
  47. 2d617be Replace GRAPH_ functions with Win SDK equivalents. by Huw D M Davies · 26 years ago
  48. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  49. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  50. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  51. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  52. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  53. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
  54. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  55. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  56. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
  57. 7ebe1a4 Release 961222 by Alexandre Julliard · 28 years ago wine-961222
  58. da0cfb3 Release 961201 by Alexandre Julliard · 28 years ago wine-961201
  59. 139a4b1 Release 961102 by Alexandre Julliard · 28 years ago wine-961102
  60. 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
  61. 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
  62. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  63. 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
  64. d90840e Release 960611 by Alexandre Julliard · 29 years ago wine-960611
  65. 2d93d00 Release 960521 by Alexandre Julliard · 29 years ago wine-960521
  66. e2bfa4c Release 960516 by Alexandre Julliard · 29 years ago wine-960516
  67. 02ed4c2 Release 960302 by Alexandre Julliard · 29 years ago wine-960302
  68. 0c126c7 Release 960218 by Alexandre Julliard · 29 years ago wine-960218
  69. 4f8c37b Release 960114 by Alexandre Julliard · 29 years ago wine-960114
  70. 902da69 Release 951105 by Alexandre Julliard · 29 years ago wine-951105
  71. af0bae5 Release 951003 by Alexandre Julliard · 29 years ago wine-951003
  72. 2787be8 Release 950522 by Alexandre Julliard · 30 years ago wine-950522
  73. 594997c Release 950430 by Alexandre Julliard · 30 years ago wine-950430
  74. 7cbe657 Release 950109 by Alexandre Julliard · 30 years ago wine-950109
  75. 234bc24 Release 941210 by Alexandre Julliard · 30 years ago wine-941210
  76. ecc3712 Release 941122 by Alexandre Julliard · 30 years ago wine-941122
  77. aca0578 Release 941017 by Alexandre Julliard · 30 years ago wine-941017
  78. 940d58c Release 940912 by Alexandre Julliard · 31 years ago wine-940912
  79. 2d159fb Release 940714 by Alexandre Julliard · 31 years ago wine-940714
  80. 8d24ae6 Release 940405 by Alexandre Julliard · 31 years ago wine-940405
  81. fb9a919 Release 940301 by Alexandre Julliard · 31 years ago wine-940301