1. 837e357 Removed non-standard header includes. by Dimitrie O. Paun · 22 years ago
  2. 96b0b34 Converted obj_webbrowser.h to IDL and moved the definitions to by Alexandre Julliard · 22 years ago
  3. b90d611 Converted docobj.h to IDL. by Alexandre Julliard · 22 years ago
  4. e4ce323 Removed no longer needed include protections. by Alexandre Julliard · 22 years ago
  5. 8da94c9 Converted ocidl.h to IDL. by Alexandre Julliard · 22 years ago
  6. b7c6280 Converted urlmon.h to IDL. by Alexandre Julliard · 22 years ago
  7. 1843cd3 Converted servprov.h to IDL. by Alexandre Julliard · 22 years ago
  8. 802ebc1 Converted oleidl.h to IDL. by Alexandre Julliard · 22 years ago
  9. 3e1c5af Converted comcat.h to IDL. by Alexandre Julliard · 22 years ago
  10. 0bde2bb Use <> format in generated #include statements. by Alexandre Julliard · 22 years ago
  11. 80e34db Moved the implementation of the pthread wrappers to dlls/kernel. by Alexandre Julliard · 22 years ago
  12. 81c3170 Avoid including wine/obj_*.h files directly from C files. by Alexandre Julliard · 22 years ago
  13. 7ecf0e3 shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin Fuchs). by Alexandre Julliard · 22 years ago
  14. da8b582 Added a few missing definitions. by Eric Pouech · 22 years ago
  15. 63fecde Declare LPCITEMIDLIST as 'const' pointer and adjust shell32 by Martin Fuchs · 22 years ago
  16. dc7c2e4 Added msvcrt headers limits.h and math.h. by Vincent Béron · 22 years ago
  17. 1b5c413 - Implemented AVIStreamBeginStreaming and AVIStreamEndStreaming. by Michael Günnewig · 22 years ago
  18. 48ff7d1 Define ICON_SMALL2 and ShowWindowAsync(). by Martin Fuchs · 22 years ago
  19. d7b2c8a Define TBIF_BYINDEX. by Martin Fuchs · 22 years ago
  20. ca3bfd8 Export SYSDEPS_SwitchToThreadStack() functionality from libwine as by Alexandre Julliard · 22 years ago
  21. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  22. 7df1b9e Start using the exported TEB structure from winternl.h where possible. by Alexandre Julliard · 22 years ago
  23. 46f0d60 Added CoDisconnectObject and CoRegisterMessageFilter prototypes. by Dave Belanger · 22 years ago
  24. 76a5e0a Added speaker config macros. by Robert Reif · 22 years ago
  25. 9382aed Add CLSID_HTMLDocument. by Mike McCormack · 22 years ago
  26. bdde3a0 Define the IPersistMoniker interface. by Mike McCormack · 22 years ago
  27. b91e9cb Renamed a few more TEB fields. by Alexandre Julliard · 22 years ago
  28. ee10678 Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that by Alexandre Julliard · 22 years ago
  29. 02f2813 Renamed a few TEB fields to use the "official" names. by Alexandre Julliard · 22 years ago
  30. fca4a8f Implement (most of) SetupIterateCabinet. by Gregory M. Turner · 22 years ago
  31. 01634c5 Removed some no longer needed definitions from stackframe.h. by Alexandre Julliard · 22 years ago
  32. 617839d Added varargs support for 16-bit entry points. by Alexandre Julliard · 22 years ago
  33. 4ff79ad Remove some unneeded __WINESRC__ tests from the headers. by Dimitrie O. Paun · 22 years ago
  34. 94463d7 Moved profile functions to dlls/kernel. by Alexandre Julliard · 22 years ago
  35. a203421 Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported by Alexandre Julliard · 22 years ago
  36. 3be5d62 Moved 16-bit calls initialization and exception handling to kernel32. by Alexandre Julliard · 22 years ago
  37. 3a5b7cf Extended WOWCallback16Ex to support register functions too. This by Alexandre Julliard · 22 years ago
  38. 9ca159b Moved 16-bit builtin module handling to dlls/kernel/ne_module.c. by Alexandre Julliard · 22 years ago
  39. 5fbb446 Moved most of the 16-bit task support and NE module loader to dlls/kernel. by Alexandre Julliard · 22 years ago
  40. 1ccaaa1 Fixed prototypes of CreateStatusWindowA/W, ImageList_Copy, by Filip Navara · 22 years ago
  41. dba8550 Removed obsolete WIN32_LastError definition. by Alexandre Julliard · 22 years ago
  42. 1e3042e Removed no longer used internal definitions. by Alexandre Julliard · 22 years ago
  43. 0460094 Removed reference to the WINE_UNICODE_TEXT macro that no longer exists. by Alexandre Julliard · 22 years ago
  44. aee989a Store the debug info structure on the thread stack. by Alexandre Julliard · 22 years ago
  45. 6677ac4 Removed a few remaining WINVER checks. by Alexandre Julliard · 22 years ago
  46. 864ca06 winnls.h must not include winbase.h. by Alexandre Julliard · 22 years ago
  47. 5498cc5 Fix building libwine_unicode with w32api headers. by Steven Edwards · 22 years ago
  48. 9557d1b Dlopen libncurses.so in wineconsole. by Mike McCormack · 22 years ago
  49. dd0242d Remove the dummy pthread functions and use -lpthread instead to by Alexandre Julliard · 22 years ago
  50. f3d2a8d Removed the DOSFS_ specific time related conversion routine, and make by Eric Pouech · 22 years ago
  51. e0deb0c Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct by Alexandre Julliard · 22 years ago
  52. 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
  53. 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago
  54. e3869d5 Removed VERSION typedef. by Erwin Wolff · 22 years ago
  55. 0892285 Make RtlTimeToSecondsSince1970 consistent with other time calls. by Jon Griffiths · 22 years ago
  56. 81d19be Make I1 fields explicitly signed. by Jon Griffiths · 22 years ago
  57. 228f22e Add some new types and functions. by Jon Griffiths · 22 years ago
  58. 69229e7 Cast hresult error codes to HRESULT. by Jon Griffiths · 22 years ago
  59. 03d7998 Moved __errno_location() handling to pthread.c, and added similar by Alexandre Julliard · 22 years ago
  60. 2703584 Alias _vsnprintf as vsnprintf. by Dimitrie O. Paun · 22 years ago
  61. 2892dbd Add definitions for the S_IS* macros. by Dimitrie O. Paun · 22 years ago
  62. 1fa4a1a Add a bunch of IMAGE_SIZEOF_* constants. by Dimitrie O. Paun · 22 years ago
  63. 6386edc Partial implementation of the Microsoft Installer (msi.dll). by Mike McCormack · 22 years ago
  64. 19b6a49 Allocate DebugInfo field for all critical sections (based on a patch by Alexandre Julliard · 22 years ago
  65. 3a910c7 Convert CreateDC to unicode in the driver interface. by Dmitry Timoshkov · 22 years ago
  66. 0e27c97 Stub implementation of FlashWindowEx. by Mike McCormack · 22 years ago
  67. cbefdef Consolidate all kernel power management functions. by Dimitrie O. Paun · 22 years ago
  68. 7342c33 Added two printer error codes. by Mike McCormack · 22 years ago
  69. 78a5047 Added ES_SELECTIONBAR style. by Phil Krylov · 22 years ago
  70. 5d8ffdc Added some missing FR_* defines. by Phil Krylov · 22 years ago
  71. 039e131 Implemented inter-thread SendMessageCallback. by Alexandre Julliard · 22 years ago
  72. 65b4d2d Fixed Ansi version of RenderFILENAME and implement a Unicode version. by Martin Fuchs · 22 years ago
  73. a111466 Fixed GetFileEttributesEx define. by Martin Fuchs · 22 years ago
  74. ad944f5 Extend for additional Shell Content and Attribute Flags. by Martin Fuchs · 22 years ago
  75. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  76. b317bf2 Make the PowerPC interlocked assembler code volatile. by Pierre d'Herbemont · 22 years ago
  77. e7db6d9 Define SHGDNF. by Martin Fuchs · 22 years ago
  78. 1dde8d5 Define IExtractIcon for ANSI/Unicode. by Martin Fuchs · 22 years ago
  79. 87be464 Moved declaration of VTableProvStruc from dlls/advapi32/crypt.h to by Mike McCormack · 22 years ago
  80. 473c565 Split the dmusic interfaces. by Rok Mandeljc · 22 years ago
  81. 7924111 Add GetSystemWindowsDirectory, GetCurrentHwProfile. by Jon Griffiths · 22 years ago
  82. cf2f57f MSVC fixes. by Jon Griffiths · 22 years ago
  83. 0a00221 - add IMAGE_FILE_NET_RUN_FROM_SWAP define by Jeff Muizelaar · 22 years ago
  84. b2b8a0d Implemented password caching. by Mike McCormack · 22 years ago
  85. 5f17550 Don't redefine __WINE_USE_MSVCRT (msvc warning). by Jon Griffiths · 22 years ago
  86. c0ae5f8 Fixed msvc warning. by Jon Griffiths · 22 years ago
  87. 7491dbd Include oleauto.h before oleidl.h, as per native headers. by Jon Griffiths · 22 years ago
  88. 58422dc Add a bunch of missing stuff. by Jon Griffiths · 22 years ago
  89. 3ca7612 Spelling fixes (s/occured/occurred/ and variants). by Francois Gouget · 22 years ago
  90. efe8125 Authors: Mike McCormack <mike@codeweavers.com>, Lionel Ulmer <lionel.ulmer@free.fr> by Alexandre Julliard · 22 years ago
  91. 7f3074d Change __PPC__ define to __powerpc__. by Pierre d'Herbemont · 22 years ago
  92. 601cdc9 Define constants of M_PI & M_PI_2. by Casper Hornstrup · 22 years ago
  93. ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
  94. 09029b2 Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout. by Alexandre Julliard · 22 years ago
  95. 17c69c6 Warning fix. by Alexandre Julliard · 22 years ago
  96. da94dd4 Use inline versions of APIs only internally in Wine. by Dmitry Timoshkov · 22 years ago
  97. 8a8d1b9 Added support for CP_UNIXCP. by Dmitry Timoshkov · 22 years ago
  98. 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
  99. 56aaea2 Spelling fixes. by Francois Gouget · 22 years ago
  100. 4f4b980 Implemented NtRead/WriteVirtualMemory. by Alexandre Julliard · 22 years ago