1. 44b52b1 Assorted spelling fixes. by Francois Gouget · 17 years ago
  2. 5ea25c6 oleaut32: Remove unneeded casts. by Andrew Talbot · 17 years ago
  3. 1f26b14 janitorial: Remove superfluous backslashes at end of lines. by Michael Stefaniuc · 17 years ago
  4. 1e1b29f oleaut32: Add missing types to serialize/deserialize. by Peter Dons Tychsen · 17 years ago
  5. 0efbce5 oleaut32: Fix copy and paste error in VARIANT_UserUnmarshall with VT_UNKNOWN test. by Rob Shearman · 17 years ago
  6. 745bd4f oleaut32/tests: Avoid SHDeleteKeyW() because shlwapi.dll is missing on Windows 95. by Francois Gouget · 17 years ago
  7. 56d8f51 oleaut32/tests: Avoid relying on system-dependent rounding. by Alexandre Julliard · 17 years ago
  8. 83a02c5 oleaut32: Fix a leak of the typelib in the tmarshal tests. by Rob Shearman · 17 years ago
  9. d768210 oleaut32: Fix two memory leaks in the test for DispCallFunc. by Rob Shearman · 17 years ago
  10. bc9b5c2 oleaut32: Fix a reference count leak of the TMarshalDispatchChannel. by Rob Shearman · 17 years ago
  11. 2a9168e oleaut32: Set the number of locks held on the safe arrays in the safe array tests to zero before destroying them, otherwise the operation will fail and leak memory. by Rob Shearman · 17 years ago
  12. 67a213f oleaut32: Try to re-use existing memory when unmarshalling variants with byref types. by Rob Shearman · 17 years ago
  13. baccba3 oleaut32: Don't call SafeArrayAllocData in LPSAFEARRAY_UserUnmarshal if we called SafeArrayCreateEx instead of SafeArrayAllocDescriptor. by Rob Shearman · 17 years ago
  14. 90d8741 oleaut32: Implement VarWeekdayName + tests. by Alexandru Balut · 17 years ago
  15. 6566183 oleaut32: Implement OLEPictureImpl_GetIDsOfNames. by Rob Shearman · 17 years ago
  16. 241b25b oleaut32: Handle integer overflow of len in SysReAllocStringLen and SysAllocStringByteLen. by Rob Shearman · 17 years ago
  17. e683710 oleaut32: Introduce a new helper function, TLB_FreeCustData, for freeing custom data. by Rob Shearman · 17 years ago
  18. aaa6c40 oleaut32: Free the correct custom data inside ITypeInfo_fnRelease. by Rob Shearman · 17 years ago
  19. 48d8398 oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative. by Gerald Pfeifer · 17 years ago
  20. 1d62064 oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative. by Gerald Pfeifer · 17 years ago
  21. 2a2e303 oleaut32: Fixed asm proxys to support more than 128 methods. by Alexandre Julliard · 17 years ago
  22. 6539b38 oleaut32: Handle non-byref safe arrays in VARIANT_UserFree. by Rob Shearman · 17 years ago
  23. 16f021a oleaut32: Use -0.0 directly in test_VarBstrFromR4(). by Gerald Pfeifer · 17 years ago
  24. a8c66e9 oleaut32: Add TypeLib version for W2K, WXP, and Vista. by Vincent Hardy · 17 years ago
  25. a7f4e8b oleaut32: Properly initialize the result variant in VarImp. by Alexandre Julliard · 17 years ago
  26. 9d7b34c oleaut32: Use widl to generate oaidl_p.c. by Dan Hipschman · 17 years ago
  27. 816f993 oleaut32: Add stubs for IPropertyBag_Read. by Dan Hipschman · 17 years ago
  28. c4b1195 Assorted spelling fixes. by Francois Gouget · 17 years ago
  29. 2e2720f oleaut32/tests: Insert the decimal seperator, if it is just 1 char. by Marcus Meissner · 17 years ago
  30. efab4b4 oleaut32: Update Swedish translation. by Daniel Nylander · 17 years ago
  31. 1766918 oleaut32/tests: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 17 years ago
  32. bda66cc oleaut32: Function kind for dispatch interfaces should be FUNC_DISPATCH. by Mikolaj Zalewski · 17 years ago
  33. ce2cba7 oleaut32: Add a check for a test that depends on the decimal separator being a dot. by Rob Shearman · 17 years ago
  34. b2648b8 oleaut32: olepicture: When drawing metafiles set the coordinates system so that it is drawn in the correct place. by Mikolaj Zalewski · 17 years ago
  35. 8e7e2c2 oleaut32: olepicture: Support loading Aldus Placable Metafiles. by Mikolaj Zalewski · 17 years ago
  36. edbcf7c oleaut32: Fix some memory leaks. by Andrew Talbot · 18 years ago
  37. b2bc712 Assorted spelling fixes. by Francois Gouget · 18 years ago
  38. c5ba901 Update the Portuguese translation. by Americo Jose Melo · 18 years ago
  39. 2993785 Assorted non-ANSI function declaration fixes (missing void). by Francois Gouget · 18 years ago
  40. acd48e5 oleaut32: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  41. 99ebe8b oleaut32/tests: Skip VarCat and VarAnd tests a bit better if there is no I8 and/or UI8 support. by Paul Vriens · 18 years ago
  42. 71dc818 oleaut32/tests: Skip VarImp tests if there is no I8 and/or UI8 support. by Paul Vriens · 18 years ago
  43. a41c228 oleaut32/tests: Skip VarIdiv tests if there is no I8 and/or UI8 support. by Paul Vriens · 18 years ago
  44. 7287027 oleaut32/tests: Skip VarDiv tests if there is no I8 and/or UI8 support. by Paul Vriens · 18 years ago
  45. 6081960 oleaut32/tests: Skip VarAnd tests if there is no I8 and/or UI8 support. by Paul Vriens · 18 years ago
  46. c36acfc oleaut32/tests: Skip VarCat tests if there is no I8 and/or UI8 support. by Paul Vriens · 18 years ago
  47. 9226cee oleaut32/tests: Fix a few typos. by Paul Vriens · 18 years ago
  48. 7c0f0ab oleaut32/tests: Add a few skip's to the vartype tests. by Paul Vriens · 18 years ago
  49. 9b39627 oleaut32/tests: Use GetModuleHandle and add a few skip's. by Paul Vriens · 18 years ago
  50. c31ead4 oleaut32/tests: Use GetModuleHandle and check only once for availability of some functions. by Paul Vriens · 18 years ago
  51. a08b998 oleaut32: Handle transparency data when loading PNG images. by Evan Stade · 18 years ago
  52. ebadbd4 Assorted spelling fixes. by Francois Gouget · 18 years ago
  53. 72a760b oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA. by Evan Stade · 18 years ago
  54. 6eb90d8 oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  55. 3543d51 oleaut32: Fix a signed/unsigned mismatch. by Francois Gouget · 18 years ago
  56. 61fde63 oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  57. a55f233 oleaut32: Slight correction to EMF rendering. by Evan Stade · 18 years ago
  58. 582ae3f oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  59. 4ed64d3 oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  60. 249c07c oleaut32: Recognize EMF header when loading picture. by Evan Stade · 18 years ago
  61. 36720b4 oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  62. 16e9c35 oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  63. f73821c oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  64. 45d6d1c oleaut32: Remove a return after return. by Michael Stefaniuc · 18 years ago
  65. ac82f20 oleaut32: Constify some variables. by Andrew Talbot · 18 years ago
  66. 72e20d8 oleaut32: Save load time format of pictures. by Evan Stade · 18 years ago
  67. 5c5c5aa oleaut32: Added support for decoding some PNG files. by Evan Stade · 18 years ago
  68. d0fddf4 configure: Make the libjpeg soname check depend on the header check. by Alexandre Julliard · 18 years ago
  69. 5a95cfb configure: Export the shared library extension instead of hardcoding .so. by Alexandre Julliard · 18 years ago
  70. ab7e336 oleaut32: Remove superfluous casts of void pointers to other pointer types. by Michael Stefaniuc · 18 years ago
  71. ec35568 oleaut32: Extend _invoke to cope with more args. by Huw Davies · 18 years ago
  72. da98b1c oleaut32: Handle marshaling of VARTYPE-less FADF_VARIANT safearrays. by Huw Davies · 18 years ago
  73. 3c8534f oleaut32: Implement marshaling of VT_BYREF interfaces. by Huw Davies · 18 years ago
  74. 17fca45 oleaut32: Interfaces that derive from IDispatch should be marshaled as VT_DISPATCH. by Huw Davies · 18 years ago
  75. 34b45b311 oleaut32: Do not use wide character constants. by Michael Stefaniuc · 18 years ago
  76. 428ed94 oleaut32: Add support for vararg functions in ITypeInfo::Invoke. by Misha Koshelev · 18 years ago
  77. 127385e oleaut32/tests: Add tests for IDispatch::Invoke of vararg function. by Misha Koshelev · 18 years ago
  78. 1ab9649 oleaut32: Fix some typos. by Andrew Talbot · 18 years ago
  79. e848f6d oleaut32: Fixes for the PICTYPE_UNINITIALIZED case. by Huw Davies · 18 years ago
  80. 38079e0 oleaut32: Support for VT_DISPATCH in VarRound. by Alex Villacís Lasso · 18 years ago
  81. 7f84b91 oleaut32: Support for VT_DISPATCH in VarNeg. by Alex Villacís Lasso · 18 years ago
  82. f1b44b3 oleaut32: Support for VT_DISPATCH in VarInt. by Alex Villacís Lasso · 18 years ago
  83. bd7de42 oleaut32: Support for VT_DISPATCH in VarFix. by Alex Villacís Lasso · 18 years ago
  84. 2ebe123 oleaut32: Support for VT_DISPATCH in VarNot. by Alex Villacís Lasso · 18 years ago
  85. 932fcac oleaut32: Support for VT_DISPATCH in VarAbs. by Alex Villacís Lasso · 18 years ago
  86. cb029e0 oleaut32/tests: Improve vtstr() and variantstr(). by Francois Gouget · 18 years ago
  87. d252693 oleaut32/tests: Convert some macros to functions. by Francois Gouget · 18 years ago
  88. fbb892c oleaut32/tests: Fix the EQ_DOUBLE() and EQ_FLOAT() macros so they work no matter how large the values to compare are. by Francois Gouget · 18 years ago
  89. 82a7753 oleaut32/tests: Remove unneeded parentheses. by Francois Gouget · 18 years ago
  90. c2d24fd oleaut32/tests: Remove redundant semi-colons. by Francois Gouget · 18 years ago
  91. e98ec6d oleaut32: Fix the references in function descriptions returned for dual IDispatch interfaces. by Rob Shearman · 18 years ago
  92. bacf5c6 oleaut32: For automatic-value-getting in ITypeInfo::Invoke, it doesn't matter what flag(s) the function was executed with, just what type of function is being invoked. by Rob Shearman · 18 years ago
  93. fa48cb0 Assorted spelling fixes. by Francois Gouget · 18 years ago
  94. ffbf92f oleaut32/tests: Fix the Visual C++ double to float conversion warnings. by Francois Gouget · 18 years ago
  95. 8bf41d8 oleaut32: Add support for loading and drawing metafiles. by Dmitry Timoshkov · 18 years ago
  96. cd3df38 oleaut32: SLTG references are only unique at the typeinfo level, so convert them to be unique to the typelib. by Huw Davies · 18 years ago
  97. 46d9465 oleau32: Fix one entry overflow (Coverity). by Marcus Meissner · 18 years ago
  98. c1e8940 oleaut32: Recurse through the impltype list so that dispinterfaces get the correct parents. by Huw Davies · 18 years ago
  99. b698b29 oleaut32: Fix CreateDispTypeInfo to store the correct number of functions. by Huw Davies · 18 years ago
  100. c24a53d oleaut32: non-dual dispinterfaces should be marshaled via IDispatch. by Huw Davies · 18 years ago