1. 4c89a83 comcat/tests: Add a '\n' to a pair of ok() calls. by Francois Gouget · 14 years ago
  2. 453405e comcat/tests: Make sure to use return value (LLVM/Clang). by Austin English · 14 years ago
  3. 5f49129 resources: Define a generic mechanism for adding extra values to the common version block. by Alexandre Julliard · 14 years ago
  4. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  5. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  6. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  7. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  8. 96848a0 Remove spaces before '\n's. by Francois Gouget · 16 years ago
  9. 6996a9c comcat/tests: Skip tests if we can't create a test category. by Alexandre Julliard · 16 years ago
  10. ae6231d comcat: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  11. 19966f8 comcat: Moved all the implementation to ole32 where it belongs. by Alexandre Julliard · 16 years ago
  12. 67fe27d comcat: Get rid of the redundant IUnknown vtable for the manager implementation. by Alexandre Julliard · 16 years ago
  13. f8ff1bd comcat: Simplify the class factory implementation and make it more similar to the other ones in ole32. by Alexandre Julliard · 16 years ago
  14. d4f107f comcat: Moved dll registration to ole32. by Alexandre Julliard · 16 years ago
  15. e5299ac comcat: Get rid of NULL checks on the This pointer. by Alexandre Julliard · 16 years ago
  16. 65de799 comcat: Fix mixing of HRESULT and LSTATUS types in COMCAT_CLSID_IEnumGUID_Next, COMCAT_IEnumCATEGORYINFO_Next and COMCAT_CATID_IEnumGUID_Next. by Rob Shearman · 17 years ago
  17. 79c64ac tests: Don't depend on the static uuid libraries in the tests. by Alexandre Julliard · 17 years ago
  18. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  19. 6be7eba comcat: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  20. 815c3cc comcat: Cast-qual warning fix. by Andrew Talbot · 18 years ago
  21. 8e2bee8 comcat: Constify some variables. by Andrew Talbot · 18 years ago
  22. 525b5f4 comcat: Declare some variables static and const. by Andrew Talbot · 18 years ago
  23. ccae172 comcat: Remove const from COMCAT Manager. by Marcus Meissner · 18 years ago
  24. 7079756 comcat/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
  25. 9fe4673 Don't include windows.h & co in the Wine sources. by Francois Gouget · 18 years ago
  26. 860d40b comcat/tests: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  27. 276d090 comcat: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  28. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  29. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  30. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  31. 9c3b12b comcat: cImplemented or cRequired of -1 means to match everything by Aric Stewart · 19 years ago
  32. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  33. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  34. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  35. 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
  36. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  37. 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
  38. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  39. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  40. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  41. 85c9283 Don't generate import libraries for dlls that don't export anything. by Alexandre Julliard · 20 years ago
  42. 2d7ea23 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  43. 4625628 Make some of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  44. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  45. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  46. 461c830 Eliminate HeapAlloc casts. by Jakob Eriksson · 20 years ago
  47. 545cdfa - use Interlocked* functions in AddRef and Release. by Paul Vriens · 20 years ago
  48. c50d874 Ensure DllCanUnloadNow is a truly void function, and give it a unique by Jon Griffiths · 20 years ago
  49. 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
  50. 39a696a Removed some uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  51. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  52. 936198c Moved ICOM_THIS_MULTI definition out of objbase.h and into the files by Alexandre Julliard · 21 years ago
  53. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  54. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  55. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  56. 0d203bd Sync some of the dll registrations with the contents of winedefault.reg. by Alexandre Julliard · 21 years ago
  57. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  58. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  59. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  60. ba78aac Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  61. 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
  62. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  63. c2ebe1f Removed uses of the non standard ICOM_VTBL macro. by Alexandre Julliard · 22 years ago
  64. 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
  65. 2db37e2 Added optional OLESelfRegister to wine_common_ver.rc, used in dlls/comcat. by John K. Hohm · 22 years ago
  66. 5778165 Reimplemented DllRegisterServer and DllUnregisterServer in a more by John K. Hohm · 22 years ago
  67. cef5961 Eliminate lots of __WINE__ conditionals from the headers. by Dimitrie O. Paun · 22 years ago
  68. d2c034a Removed some remaining references to wine/obj_base.h. by Alexandre Julliard · 22 years ago
  69. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  70. b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
  71. 1ad2087 Convert HKEY to a void*. by Michael Stefaniuc · 23 years ago
  72. 6123951 Update some .cvsignore files for building on Windows. by Steven Edwards · 23 years ago
  73. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  74. 8e4eb3a Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer. by John K. Hohm · 23 years ago
  75. 36ed03e Complete ICatInformation implementation. by John K. Hohm · 23 years ago
  76. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  77. 13b0dc5 Replaced swprintf by wsprintfW. by Alexandre Julliard · 23 years ago
  78. 454d99f More comcat.dll implementation, swprintf fix, winerror.h additions. by John K. Hohm · 23 years ago
  79. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  80. 34909c2 Added comcat.dll with factory and manager but E_NOTIMPL work methods. by John K. Hohm · 23 years ago