d3d9: Remove a few more incorrect D3DLOCK_DISCARDs.
[wine] / dlls / oleaut32 /
2007-12-18  Francois Gougetoleaut32/tests: Avoid SHDeleteKeyW() because shlwapi...
2007-12-17  Alexandre Julliardoleaut32/tests: Avoid relying on system-dependent rounding.
2007-12-07  Rob Shearmanoleaut32: Fix a leak of the typelib in the tmarshal...
2007-12-07  Rob Shearmanoleaut32: Fix two memory leaks in the test for DispCall...
2007-12-07  Rob Shearmanoleaut32: Fix a reference count leak of the TMarshalDis...
2007-12-07  Rob Shearmanoleaut32: Set the number of locks held on the safe...
2007-12-07  Rob Shearmanoleaut32: Try to re-use existing memory when unmarshall...
2007-12-07  Rob Shearmanoleaut32: Don't call SafeArrayAllocData in LPSAFEARRAY_...
2007-12-05  Alexandru Balutoleaut32: Implement VarWeekdayName + tests.
2007-12-03  Rob Shearmanoleaut32: Implement OLEPictureImpl_GetIDsOfNames.
2007-11-28  Rob Shearmanoleaut32: Handle integer overflow of len in SysReAllocS...
2007-11-28  Rob Shearmanoleaut32: Introduce a new helper function, TLB_FreeCust...
2007-11-28  Rob Shearmanoleaut32: Free the correct custom data inside ITypeInfo...
2007-11-26  Gerald Pfeiferoleaut32: Simplify two conditions based on the fact...
2007-11-26  Gerald Pfeiferoleaut32: Simplify two conditions based on the fact...
2007-11-12  Alexandre Julliardoleaut32: Fixed asm proxys to support more than 128...
2007-11-12  Rob Shearmanoleaut32: Handle non-byref safe arrays in VARIANT_UserFree.
2007-11-02  Gerald Pfeiferoleaut32: Use -0.0 directly in test_VarBstrFromR4().
2007-10-29  Vincent Hardyoleaut32: Add TypeLib version for W2K, WXP, and Vista.
2007-10-29  Alexandre Julliardoleaut32: Properly initialize the result variant in...
2007-10-25  Dan Hipschmanoleaut32: Use widl to generate oaidl_p.c.
2007-10-24  Dan Hipschmanoleaut32: Add stubs for IPropertyBag_Read.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-17  Marcus Meissneroleaut32/tests: Insert the decimal seperator, if it...
2007-10-16  Daniel Nylanderoleaut32: Update Swedish translation.
2007-10-15  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2007-10-10  Mikolaj Zalewskioleaut32: Function kind for dispatch interfaces should...
2007-10-09  Rob Shearmanoleaut32: Add a check for a test that depends on the...
2007-10-04  Mikolaj Zalewskioleaut32: olepicture: When drawing metafiles set the...
2007-10-04  Mikolaj Zalewskioleaut32: olepicture: Support loading Aldus Placable...
2007-10-02  Andrew Talbotoleaut32: Fix some memory leaks.
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-23  Stefan Leichteroleaut32: Remove 'recursive registry key delete' function.
2007-08-20  Paul Vriensoleaut32/tests: Skip VarCat and VarAnd tests a bit...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarImp tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarIdiv tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarDiv tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarAnd tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarCat tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Fix a few typos.
2007-08-20  Paul Vriensoleaut32/tests: Add a few skip's to the vartype tests.
2007-08-20  Paul Vriensoleaut32/tests: Use GetModuleHandle and add a few skip's.
2007-08-17  Paul Vriensoleaut32/tests: Use GetModuleHandle and check only...
2007-08-09  Evan Stadeoleaut32: Handle transparency data when loading PNG...
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-06  Evan Stadeoleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
2007-08-06  Andrew Talbotoleaut32: Constify some variables.
2007-08-03  Francois Gougetoleaut32: Fix a signed/unsigned mismatch.
2007-08-03  Andrew Talbotoleaut32: Constify some variables.
2007-08-02  Evan Stadeoleaut32: Slight correction to EMF rendering.
2007-08-02  Andrew Talbotoleaut32: Constify some variables.
2007-07-31  Andrew Talbotoleaut32: Constify some variables.
2007-07-31  Evan Stadeoleaut32: Recognize EMF header when loading picture.
2007-07-30  Andrew Talbotoleaut32: Constify some variables.
2007-07-27  Andrew Talbotoleaut32: Constify some variables.
2007-07-26  Andrew Talbotoleaut32: Constify some variables.
2007-07-20  Michael Stefaniucoleaut32: Remove a return after return.
2007-07-03  Andrew Talbotoleaut32: Constify some variables.
2007-07-02  Evan Stadeoleaut32: Save load time format of pictures.
2007-07-02  Evan Stadeoleaut32: Added support for decoding some PNG files.
2007-07-02  Alexandre Julliardconfigure: Make the libjpeg soname check depend on...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-27  Michael Stefaniucoleaut32: Remove superfluous casts of void pointers...
2007-06-25  Huw Daviesoleaut32: Extend _invoke to cope with more args.
2007-06-25  Huw Daviesoleaut32: Handle marshaling of VARTYPE-less FADF_VARIAN...
2007-06-25  Huw Daviesoleaut32: Implement marshaling of VT_BYREF interfaces.
2007-06-25  Huw Daviesoleaut32: Interfaces that derive from IDispatch should...
2007-06-22  Michael Stefaniucoleaut32: Do not use wide character constants.
2007-06-07  Misha Koshelevoleaut32: Add support for vararg functions in ITypeInfo...
2007-06-07  Misha Koshelevoleaut32/tests: Add tests for IDispatch::Invoke of...
2007-06-06  Andrew Talbotoleaut32: Fix some typos.
2007-06-06  Huw Daviesoleaut32: Fixes for the PICTYPE_UNINITIALIZED case.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarRound.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarNeg.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarInt.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarFix.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarNot.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarAbs.
2007-06-01  Francois Gougetoleaut32/tests: Improve vtstr() and variantstr().
2007-05-31  Francois Gougetoleaut32/tests: Convert some macros to functions.
2007-05-31  Francois Gougetoleaut32/tests: Fix the EQ_DOUBLE() and EQ_FLOAT()...
2007-05-31  Francois Gougetoleaut32/tests: Remove unneeded parentheses.
2007-05-31  Francois Gougetoleaut32/tests: Remove redundant semi-colons.
2007-05-30  Rob Shearmanoleaut32: Fix the references in function descriptions...
2007-05-30  Rob Shearmanoleaut32: For automatic-value-getting in ITypeInfo...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetoleaut32/tests: Fix the Visual C++ double to float...
2007-05-29  Dmitry Timoshkovoleaut32: Add support for loading and drawing metafiles.
2007-05-25  Huw Daviesoleaut32: SLTG references are only unique at the typein...
2007-05-23  Marcus Meissneroleau32: Fix one entry overflow (Coverity).
2007-05-18  Huw Daviesoleaut32: Recurse through the impltype list so that...
2007-05-18  Huw Daviesoleaut32: Fix CreateDispTypeInfo to store the correct...
2007-05-18  Huw Daviesoleaut32: non-dual dispinterfaces should be marshaled...
2007-05-18  Huw Daviesoleaut32: Move the proxy thunk creation code to a separ...
2007-05-18  Huw Daviesoleaut32: Test for interface that derives from IUnknown.
2007-05-18  Huw Daviesoleaut32: Tests for more 'syntax 2' dispinterfaces.
2007-05-18  Huw Daviesoleaut32: GetRefTypeOfImplType(0) on TKIND_DISPATCH...
2007-05-18  Huw Daviesoleaut32: Fix return value in the element not found...
next