Fix ref-counting rules to match native DCOM Dlls.
[wine] / dlls / oleaut32 /
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-13  Walt OgburnGet IFontDisp type information from stdole2.tlb, instea...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-09  Alex Villacís LassoMake Single|Double->BSTR conversion use the specified...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Marcus MeissnerVT_PTR->VT_USERDEFINED chains depend on the TKIND of...
2005-09-02  Robert ShearmanAdd VT_UNKNOWN support for VARIANT marshaling by genera...
2005-08-29  Robert ShearmanMake typelib marshaler use IRpcChannelBuffer::GetBuffer...
2005-08-29  Robert Shearman- Shunt some trace statements over to the typelib chann...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-08-24  Robert Shearman- Remove redundant QueryInterface in marshal_interface...
2005-08-24  Michael StefaniucImplement IPicture::get_hPal for PICTYPE_BITMAP.
2005-08-23  Michael Stefaniuc- VarAdd, VarMul: I4 overflows to R8 and not I8 even...
2005-08-22  Walt OgburnAdd tests for olefont size functions & conversions.
2005-08-22  Walt OgburnWhen applying logical / himetric ratio to olefont sizes...
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-08-10  Francois GougetChange some Dll* functions so they are exported by...
2005-08-09  Alexandre JulliardGet rid of the almost empty tmarshal.h file.
2005-08-09  Alexandre JulliardMoved a number of definitions that are not needed in...
2005-08-08  Mike McCormackgcc 4.0 warning fixes.
2005-08-08  Saulius KrasuckasComment out VarDateFromStr() calls that generate except...
2005-08-08  Alexandre JulliardRemoved some unnecessary macros, and make some function...
2005-08-08  Robert ShearmanRevert to previous behaviour of detecting names with...
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-28  Robert Shearman- A name in an SLTG typelib only beginning with 0xff...
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-07-19  Robert Shearman- Fix VT_BYREF|VT_UNKNOWN return values by comparing...
2005-07-19  Robert ShearmanReturn DISP_E_EXCEPTION from ITypeInfo_Invoke on an...
2005-07-19  Robert Shearman- IRpcStubBuffer_Disconnect can be called multiple...
2005-07-19  Robert ShearmanActivate ITypeLib, ITypeInfo and IEnumVARIANT Marshalers.
2005-07-19  Robert ShearmanRemove RegisterTypeLib hack.
2005-07-19  Robert ShearmanFix confusion between number of characters and number...
2005-07-19  Robert ShearmanSupport VT_BYREF|VT_I4 in _copy_arg.
2005-07-19  Robert ShearmanMarshal and unmarshal TKIND_ENUM and TKIND_ALIAS.
2005-07-19  Alex Villacís LassoFix GIF palette allocation, by relying on ColorCount...
2005-07-19  Alex Villacís LassoEnsure that underflowing negative float is represented...
2005-07-18  Alex Villacís LassoTest for behavior of negative underflow formatting.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-07-05  Robert ShearmanDocument active object and variant functions.
2005-06-29  Robert ShearmanRename OLEAUT32_Dll* Functions to Dll*.
2005-06-29  Robert Shearman- Conversions between variants types of the same size...
2005-06-29  Robert ShearmanAdd a generic TYPEDESC VT to VARIANT VT mapper so we...
2005-06-29  Huw DaviesCope with the index in a import table entry being a...
2005-06-28  Huw DaviesAdd comments describing the first DWORD in an import...
2005-06-28  Michael Stefaniuc- VarCmp: handle comparision of VT_EMPTY with an integer
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-23  Michael Stefaniuc- more VarFormat fixes for number formats (exponent...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-14  Saulius KrasuckasChange (long long) to (LONGLONG) to compile with MSVC.
2005-06-14  Michael Stefaniuc- Fix VarFormat for formats that mix '0' and '#' in...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-13  Marcus MeissnerCorrected string length method in ITypeLib::IsName...
2005-06-12  Robert Shearman- Don't print out cryptic message if IDispatch or IUnkn...
2005-06-10  Robert ShearmanClear out parameters to stop bad pointers lying around...
2005-06-09  Robert Shearman- The typelib marshaler should only free the memory...
2005-06-08  Michael Stefaniuc- implement handling of exponents (e+,e-,E+,E-) when...
2005-06-08  Marcus MeissnerFixed IType::Invoke in regards to handling propertyget...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Marcus MeissnerAdded testcases for OLE Picture handling.
2005-06-05  Jacek CabanTest only stdole32.tlb as we don't have olepro32.dll...
2005-06-01  Robert ShearmanIf we are accessing a method from a superclass then...
2005-06-01  Robert Shearman- Fix the return values from QueryPathOfRegTypeLib.
2005-06-01  Robert ShearmanDispInvoke is correct so there is no need to print...
2005-05-29  Marcus MeissnerAdded VarMonthName() implementation.
2005-05-29  Michael StefaniucTests for VarAdd.
2005-05-29  Michael Stefaniuc- Reimplement VarAdd, had missing functionality and...
2005-05-23  Michael StefaniucTests for VarMul().
2005-05-23  Michael StefaniucReimplement VarMul(). It can multiply now all variants...
2005-05-23  Richard Cohen- Remove unused macro.
2005-05-23  Michael StefaniucFix VariantChangeType: calls to VarDecFromCy and VarDec...
2005-05-20  Richard CohenCheck if VT_R8 and VT_INT_PTR are supported before...
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-11  Robert ShearmanUse I_RpcGetBuffer instead of HeapReAlloc for getting...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-04  Vincent BéronUse SUBLANG_NEUTRAL for French resources.
2005-04-22  Alex Villacís Lasso- Fix leftover negative sign in height parameter for...
2005-04-14  Daniel RemenakRemove unused variable in _copy_arg.
2005-04-13  Alex Villacís Lasso- Fix leftover negative sign in height parameter for...
2005-04-13  Daniel RemenakImplemented VarIdiv.
2005-04-12  Daniel RemenakReturn DISP_E_DIVBYZERO instead of crashing when asked...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-30  Alex Villacís LassoInitialize [orig|himetric][Width|Height] for PICTYPE_IC...
2005-03-29  Alex Villacís LassoFix failure to notice the use of a GIF palette index...
2005-03-29  Marcus MeissnerSerialize NULL pointer interfaces correctly.
2005-03-29  Marcus MeissnerFixed VT_BSTR|VT_BYREF marshalling.
2005-03-28  Marcus MeissnerFixed ppvObject serializer (deref twice instead of...
2005-03-27  Mike HearnFix BSTR tracing in the typelib marshaller.
next