1. 71f8fc2 IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION by Francois Gouget · 23 years ago
  2. 5e5f7bb Change the #include order so that these tests compile on Windows. by Francois Gouget · 23 years ago
  3. de0f015 Move all STATUS_* and RPC_NT_* to ntstatus.h as per Windows SDK. by Francois Gouget · 23 years ago
  4. 9d2b862 Convert HRSRC to a void*. by Michael Stefaniuc · 23 years ago
  5. 3a86019 NetpGetComputerName, SHCopyKeyA and SHRegGetPathA don't exist on all by Francois Gouget · 23 years ago
  6. 27a91c7 Fix MoveFileEx() flags in MSVCRT rename()/_wrename(). by Martin Wilck · 23 years ago
  7. 31aefe4 - Reorganization and cleanup of selection code. by Dimitrie O. Paun · 23 years ago
  8. ac7b9d3 Implemented NtDuplicateObject. by Alexandre Julliard · 23 years ago
  9. ffd54a9 Wait for app to come up before attempting DDE connection. by Duane Clark · 23 years ago
  10. 43baa0a - Grand rewrite for {Get,Set,Insert}Item & Co. by Dimitrie O. Paun · 23 years ago
  11. f2ef2c2 Handle special registry root keys directly in advapi32, and avoid by Alexandre Julliard · 23 years ago
  12. fb40a72 Copied the registry functions needed by VMM into device.c and got rid by Alexandre Julliard · 23 years ago
  13. dafbc3f Removed remaining references to advapi32 registry functions from by Alexandre Julliard · 23 years ago
  14. c227edc RtlFormatCurrentUserKeyPath: return path containing the user name by Alexandre Julliard · 23 years ago
  15. b9df082 - Improve LVM_GETITEMRECT values for LVS_ICON style. Now mostly by Guy L. Albertelli · 23 years ago
  16. 16a303b Replaced 'heap' .spec statement by a command line option. by Alexandre Julliard · 23 years ago
  17. 3507999 Delete registry key at exit. by Alexandre Julliard · 23 years ago
  18. ab910c5 Fixed AssocCreate declaration. by Alexandre Julliard · 23 years ago
  19. 1668870 Fixed warnings caused by new winternl.h. by Alexandre Julliard · 23 years ago
  20. e54fdf2 - Implement custom draw support. by Dimitrie O. Paun · 23 years ago
  21. 1da4ea2 Fix a bunch of bugs related to scrolling. by Dimitrie O. Paun · 23 years ago
  22. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  23. a929873 Fixed requested access rights in RegDeleteKey[AW]. by Alexandre Julliard · 23 years ago
  24. 5587d39 Fixed possible infinite loop in delete_key. by Alexandre Julliard · 23 years ago
  25. 7e252cb Fixed C++ comments. by Patrik Stridvall · 23 years ago
  26. ee3fdd8 - Complete rewrite of scrolling code: smaller, faster, cleaner. by Dimitrie O. Paun · 23 years ago
  27. 353ce51 Make hex digits static const & share them. by Jon Griffiths · 23 years ago
  28. f5b34b5 Implementation and test for SHCopyKeyA/W. by Jon Griffiths · 23 years ago
  29. 2b54cf9 Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult() by Martin Wilck · 23 years ago
  30. dd0bdbe Removed the __uint* types from basetsd.h since they don't exist under by Alexandre Julliard · 23 years ago
  31. c01202b Move the name directive from the .spec file to the Makefile. by Dimitrie O. Paun · 23 years ago
  32. 228a2b3 New CUPS libraries return "none" as default printer instead of NULL. by Marcus Meissner · 23 years ago
  33. f476a0f Make all spec files grep-able. by Dimitrie O. Paun · 23 years ago
  34. 0c6dd5b Greatly improved drawing code: eliminates all flicker, faster, cleaner by Dimitrie O. Paun · 23 years ago
  35. 318817f - Rewrite the drawing code. It now is much smaller, easier to follow, by Dimitrie O. Paun · 23 years ago
  36. b812c90 Implemented buffer management functions, a couple of workstation by Andriy Palamarchuk · 23 years ago
  37. 025b52d A few more conformance tests for heap memory allocation. by Andriy Palamarchuk · 23 years ago
  38. c1e3cb8 - Implement autopaging. - Remove incorrect FIXMEs. - Small cleanups. by Dimitrie O. Paun · 23 years ago
  39. 70b2f44 Code cleanups and simplifications, documentation updates. by Dimitrie O. Paun · 23 years ago
  40. 1858d53 Implement @163,164,168,175,182,187,286,SHSkipJunction. by Jon Griffiths · 23 years ago
  41. 1b32e5e Add and use the header files mssip.h and sipbase.h. by Patrik Stridvall · 23 years ago
  42. f4bf718 Moved 16-bit registry functions to kernel dll and implemented them by by Alexandre Julliard · 23 years ago
  43. a62a26c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  44. 442f5f5 RtlNtStatusToDosError: Added new NT status to error codes mapping, by Andriy Palamarchuk · 23 years ago
  45. db6c9b0 - Pass infoPtr around, instead of hwnd. by Dimitrie O. Paun · 23 years ago
  46. 856a91b - Fix bug in mouse position reading. by Dimitrie O. Paun · 23 years ago
  47. d717497 - Fix the tics drawing code. by Dimitrie O. Paun · 23 years ago
  48. 71f99ba Add support for the TTM_GETBUBBLESIZE message. by Dimitrie O. Paun · 23 years ago
  49. 75e4e94 If the default CUPS printer has no ppd file, just use the first by Marcus Meissner · 23 years ago
  50. 921eef3 Make the scanf family recognize characters again. by Uwe Bonnes · 23 years ago
  51. e149b37 Finish the conversion of HWND to a void*. by Michael Stefaniuc · 23 years ago
  52. cbe88fc Some small typo / phrasing fixes. by Francois Gouget · 23 years ago
  53. c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago
  54. 025c0b7 Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for by Michael Stefaniuc · 23 years ago
  55. d792214 LsaNtStatusToDosError implementation. by Andriy Palamarchuk · 23 years ago
  56. 9dccb29 WS2_register_async_shutdown(): Try immediate completion, in case an by Martin Wilck · 23 years ago
  57. 40681ff Implemented registry MIME type functions @324-329. by Jon Griffiths · 23 years ago
  58. cea2e82 Link all remaining dlls except kernel32 as separated dlls, by by Alexandre Julliard · 23 years ago
  59. b41ec51 Do not include wine/unicode.h. by Francois Gouget · 23 years ago
  60. 67eaffd Add @138,@157,@180,@197,@204. by Jon Griffiths · 23 years ago
  61. c01cb75 Fixed typo in check_buffer_se(). by Martin Wilck · 23 years ago
  62. 73ffe2a Implemented SHCreateStdEnumFmtEtc. by Rolf Kalbermatter · 23 years ago
  63. c514a78 - Eliminate flicker. by Dimitrie O. Paun · 23 years ago
  64. 1c628e0 Add generic notification support for the common controls. by Dimitrie O. Paun · 23 years ago
  65. d969605 - Complete support for rgb{Fg,Bk} in DrawIndirect. by Dimitrie O. Paun · 23 years ago
  66. 3dc3f40 PeekNamedPipe: Check if the pipe was closed when there are 0 available by Alexandre Julliard · 23 years ago
  67. 4d88b6e Added Assoc* funcs (but not underlying IQueryAssociations object). by Jon Griffiths · 23 years ago
  68. 4d1e49d - Fix ImageList_GetIcon to use ImageList_* functions for by Dimitrie O. Paun · 23 years ago
  69. e4ddd2a - Unicodification (use Unicode functions & types consistently). by Dimitrie O. Paun · 23 years ago
  70. 2247af3 - Rename WIN_Handle16 to HWDN_16 and make it a macro. by Michael Stefaniuc · 23 years ago
  71. 65ea73f Added DPMI segments structure and related function to avoid direct by Alexandre Julliard · 23 years ago
  72. 686e46b SHFileOperationA: improved, implemented FO_MOVE action, added more by Andriy Palamarchuk · 23 years ago
  73. cb1f145 Small updown cleanup. by Dimitrie O. Paun · 23 years ago
  74. 7ad3d12 - implement support for xBitmap and yBitmap in ImageList_DrawIndirect by Dimitrie O. Paun · 23 years ago
  75. d6b6509 Fixed Linux 2.2 event API code. by David D. Hagood · 23 years ago
  76. d7d9836 Now passing some console parameters at wineconsole creation instead of by Eric Pouech · 23 years ago
  77. 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  78. 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
  79. 6123951 Update some .cvsignore files for building on Windows. by Steven Edwards · 23 years ago
  80. 0d875e7 Fixed some dll separation issues. by Alexandre Julliard · 23 years ago
  81. ca13564 Implement CBES_EX_NOSIZELIMIT style. by Dimitrie O. Paun · 23 years ago
  82. c87c2c4 Use Iar (Instruction Address Register) instead of Fill[0]. by Marcus Meissner · 23 years ago
  83. 027034e - Reduce the number of messages being passed to itself by using the by Guy L. Albertelli · 23 years ago
  84. 1033ffe Convert HPALETTE to a void*. by Michael Stefaniuc · 23 years ago
  85. a0b32d7 Added internal 32-bit versions of GDISelectPalette and GDIRealizePalette. by Alexandre Julliard · 23 years ago
  86. 0e79a41 Use alsa/asoundlib.h instead of sys/asoundlib.h if possible. by Marco Pietrobono · 23 years ago
  87. 3ad35f8 In WSAStartup() don't touch the lpVendorInfo field of the WSADATA structure. by Rein Klazes · 23 years ago
  88. 5ece353 Rely on the window manager to show and hide popup windows for us. by Mike McCormack · 23 years ago
  89. 1ee88a2 Removed trailing white space. by Patrik Stridvall · 23 years ago
  90. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  91. e765bc1 Implemented GetCursorInfo. by Per Nystrom · 23 years ago
  92. aface53 Fixed a number of dll separation issues. by Alexandre Julliard · 23 years ago
  93. c895879 Removed system specific GetTempPathA test. by Alexandre Julliard · 23 years ago
  94. 69c9c43 - implement CBEN_DRAGBEGIN - remove useless FIXMEs by Dimitrie O. Paun · 23 years ago
  95. e161c12 BitBlt and StretchBlt generate META_DIBSTRETCHBLT records. by Huw D M Davies · 23 years ago
  96. 4a75c5c Convert HACCEL to a void*. by Michael Stefaniuc · 23 years ago
  97. d8f5079 Implement wrapper calls for the 16 bit GlobalAtom* functions. by Patrik Stridvall · 23 years ago
  98. 9c071ea Avoid crash if no default cups printer is set. by Alexander Gottwald · 23 years ago
  99. d1b24de Change the icon spacing when setting the image list. by Mike McCormack · 23 years ago
  100. 8619896 Windows expects the edit window to hang around and be valid. by Aric Stewart · 23 years ago