1. 0d50965 Added requests to store window rectangles in the server. by Alexandre Julliard · 23 years ago
  2. b662e11 Moved scrollbar tracking code to scroll.c. by Alexandre Julliard · 23 years ago
  3. 2895e7f Misc doc updates. by Gerard Patel · 23 years ago
  4. 4e2cf00 Registry entries for stdole32.tlb. by Ove Kaaven · 23 years ago
  5. daa6a7a - eliminate different segmentation faults. by Guy L. Albertelli · 23 years ago
  6. 1e8b025 Fix the case where child=0 (last child) in MDI_ChildActivate. by Gerard Patel · 23 years ago
  7. 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
  8. 7ede8fa Added some missing GUIDs. by Hidenori Takeshima · 23 years ago
  9. 0a26d42 The _IOXXX macros conflict with system headers on Solaris. Prefix them. by Francois Gouget · 23 years ago
  10. 3ed8cc5 InternalExtractIcon16 forgot to close file handle. by Kai Morich · 23 years ago
  11. 541ff5f Add INVALID_ATOM and MAXINTATOM to winbase.h. by Francois Gouget · 23 years ago
  12. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  13. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  14. 0dac972 Added some RPC definitions. by Ove Kaaven · 23 years ago
  15. b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
  16. bc7d027 Started implementing AVI splitter. by Hidenori Takeshima · 23 years ago
  17. 055057e Added MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT. by Hidenori Takeshima · 23 years ago
  18. 3bbeb72 Pass security attributes for DOSFS creation. by Eric Pouech · 23 years ago
  19. 27e1797 Fixed bugs with propget methods with input arguments. by Ove Kaaven · 23 years ago
  20. d63cf5f Fixed bugs in safe arrays. by Ove Kaaven · 23 years ago
  21. d418682 Fix a UINT16 redefinition problem. by Ove Kaaven · 23 years ago
  22. 2905e0f Recognize the Solaris dlopen equivalent of "cannot open". by Francois Gouget · 23 years ago
  23. 60cccba Fix handling of empty lists in install and uninstall targets. by Francois Gouget · 23 years ago
  24. 7a2017d Store window properties in the server. Moved property.c to dlls/user. by Alexandre Julliard · 23 years ago
  25. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  26. 2ff4faf Moved MAKEINTATOM to winbase.h and added Unicode version. by Alexandre Julliard · 23 years ago
  27. bc799e4 Handle bad pointer arguments to LoadImageA() (and functions by Marcus Meissner · 23 years ago
  28. 9d777f9 Workaround X11 BadWindow error if no parent window is found. by Dominik Strasser · 23 years ago
  29. 3b3025b Fix the Wine tools search path. by Francois Gouget · 23 years ago
  30. 003f02b Removed the cleanup_window_queue request. by Alexandre Julliard · 23 years ago
  31. 80593bf Removed next and child fields in the window structure and use by Alexandre Julliard · 23 years ago
  32. d30d2d8 Added some missing GUIDs. by Hidenori Takeshima · 23 years ago
  33. 4c282bf Fix the .spec.c rule. by Francois Gouget · 23 years ago
  34. 556607a Store window parent as an HWND instead of a pointer. by Alexandre Julliard · 23 years ago
  35. 9e1fc62 Do overlapped reads if and only if the file was opened with by Mike McCormack · 23 years ago
  36. 0136b81 Allocate the array and strings in one lump (bug found by Malte by Francois Gouget · 23 years ago
  37. fef698c GetTextCharsetInfo should return the charset that the driver is by Huw D M Davies · 23 years ago
  38. 9d382c6 Include information about XFree86 Windows server. by Andriy Palamarchuk · 23 years ago
  39. 141039a Move the RT_XXX macros to winuser.h. by Francois Gouget · 23 years ago
  40. 151fdd7 Added names of the "missing" paths for SHGetSpecialFolderPathA. by Chris Green · 23 years ago
  41. e6d90ea Fixed locking of class list. by Alexandre Julliard · 23 years ago
  42. 844ceb9 Store window class atom in the server. by Alexandre Julliard · 23 years ago
  43. 5bcd116 Remove non windows macros. by Francois Gouget · 23 years ago
  44. de70b83 Silence the pthread_kill_other_threads_np FIXME. by Alexandre Julliard · 23 years ago
  45. a0c38fe Fix MapViewOfFile to always return a 64K-aligned address. by Alexandre Julliard · 23 years ago
  46. c3c5746 API files update. by Patrik Stridvall · 23 years ago
  47. e573aba Fixed issue found by winapi_check. by Patrik Stridvall · 23 years ago
  48. e668a9d Added new include file ws2spi.h for adding needed types. by Patrik Stridvall · 23 years ago
  49. 5bc7d73 Fixed parameters of SetupOpenInfFileA. by Stefan Leichter · 23 years ago
  50. 3949386 Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW out of the by Alexandre Julliard · 23 years ago
  51. bc510d0 Add support for NOCOLOR. by Francois Gouget · 23 years ago
  52. 5686dc0 Move WINDEBUGINFO from winbase.h to winbase16.h and rename to by Francois Gouget · 23 years ago
  53. 27215d9 WINELIB applications (like reaktivate) might have very long (C++) by Marcus Meissner · 23 years ago
  54. d6bd282 GetDiskFreeSpaceEx should accept an input like "C:". by Gerard Patel · 23 years ago
  55. c73316d - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ) by Eric Pouech · 23 years ago
  56. bd3be7a Started Implementing Video Renderer. by Hidenori Takeshima · 23 years ago
  57. 90d4b11 Renamed USER_Init into UserClientDllInitialize. by Alexandre Julliard · 23 years ago
  58. 568c67e Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. by Mike McCormack · 23 years ago
  59. 58b29952 Small typo fixes/updates. by Francois Gouget · 23 years ago
  60. 086f1cb Move the ERR_XXX macros from winbase.h to error.c. by Francois Gouget · 23 years ago
  61. 76f6ffa Fix the SOCKADDR_IPX declaration. by Francois Gouget · 23 years ago
  62. b85a6e8 Defer edit style correction until EDITSTATE is fully initialized. by Dmitry Timoshkov · 23 years ago
  63. aacc7e3 _beginthread: Don't store the trampoline on the stack. by Francois Gouget · 23 years ago
  64. d4db682 Move COLORREF from wingdi.h to windef.h. Add a prototype for GdiFlush. by Francois Gouget · 23 years ago
  65. d599c5a Wrappers must always be compiled in STRICT mode. by Francois Gouget · 23 years ago
  66. 53050d7 Provide help even when in the NOPROCESS state. by Alexandre Julliard · 23 years ago
  67. ba7f6c5 Fix infinite loop problem in wineclipsrv startup. by Francois Gouget · 23 years ago
  68. 671a2ee Better handling of the timeout in WaitForInputIdle. by Francois Gouget · 23 years ago
  69. 19337c7e CreateURLMoniker takes a LPCWSTR, not a LPWSTR. by Malte Starostik · 23 years ago
  70. 62fb082 Process pending events before sending WM_PAINT on RDW_UPDATENOW. by Alexandre Julliard · 23 years ago
  71. 646d621 Added get_file_info support to named pipes and sockets to avoid by Alexandre Julliard · 23 years ago
  72. 32aee1a Added defines for resource types RT_MESSAGETABLE, RT_VERSION. by Stefan Leichter · 23 years ago
  73. 6559d10 Fix sign extension problem in map_wparam_WtoA. by Gerard Patel · 23 years ago
  74. 7f9b090 Added IPersistPropertyBag2 and IPropertyBag2 definitions, added by Malte Starostik · 23 years ago
  75. 3dc7640 The LR_ defines do not reside in windows.h anymore. by Johan Gill · 23 years ago
  76. e2a9e49 Remove some unnecessary AddRef's. by Huw D M Davies · 23 years ago
  77. 2c7cc63 Add XK_Mode_switch to the list of ignored keysyms. by Dmitry Timoshkov · 23 years ago
  78. cebf8b6 A 'fi' was needed in the last if statement. by Daniel Sabo · 23 years ago
  79. 20dc74b Release 20011004. by Alexandre Julliard · 23 years ago wine-20011004
  80. c8f3fed Ignore RLE data that goes past the line end (found by Uwe Bonnes). by Alexandre Julliard · 23 years ago
  81. 7659882 Skip port number before calling gethostbyname. Fix non-absolute urls. by Nikolas Zimmermann · 23 years ago
  82. f26d252 The DISPPARAMS parameter array is a reverse-order array. by Ove Kaaven · 23 years ago
  83. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 23 years ago
  84. 840434a Don't ignore first chance debug exceptions since it may be a by Alexandre Julliard · 23 years ago
  85. 88bb926 A couple of minor points about converting Windows fonts. by Bill Medland · 23 years ago
  86. 54c8fee Implement coercion to VT_UNKNOWN from VT_DISPATCH. by Ove Kaaven · 23 years ago
  87. 77f8e5f ITypeInfo::Invoke should also search inherited interfaces for the by Ove Kaaven · 23 years ago
  88. 3c76b14 Skip BitBlt DIB optimization if source and dest DCs have different depths. by Alexandre Julliard · 23 years ago
  89. 94ce2a3 Map a window if it is shown by a direct style change. by Gerard Patel · 23 years ago
  90. e35f4ee Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke. by Ove Kaaven · 23 years ago
  91. 5a53810 Fix SHAddToRecentDocs code to properly handle native Comctl32 and by Guy Albertelli · 23 years ago
  92. 58aa0a1 Looks like the SLTG_ImplInfo struct isn't a fixed size. by Huw D M Davies · 23 years ago
  93. ed9d160 Corrected INVOKEKIND enumeration values. by Ove Kaaven · 23 years ago
  94. d5a2698 Make sure that newly allocated TLS indexes are cleared. by Aric Stewart · 23 years ago
  95. b2059fa Better fake implementation of SetThreadExecutionState. by Andreas Mohr · 23 years ago
  96. e566195 Free cache DCEs if the DC gets deleted. by Alexandre Julliard · 24 years ago
  97. 185ba23 Fixed typo in previous change. by Alexandre Julliard · 24 years ago
  98. 5b1e934 Avoid including winbase.h in generated .spec.c files. by Alexandre Julliard · 24 years ago
  99. 5a9ba28 Allow two connections by not releasing the wrapped library too early. by Bill Medland · 24 years ago
  100. a21672e Merged mouse buttons states into the key state array. by Alexandre Julliard · 24 years ago