projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oleaut: Only allocate memory once for each array needed for the
[wine]
/
dlls
/
oleaut32
/
2006-01-16
Robert Shearman
oleaut: Only allocate memory once for each array needed...
tree
|
commitdiff
2006-01-16
Robert Shearman
oleaut: Simplify missing argument handling in ITypeInfo...
tree
|
commitdiff
2006-01-14
Robert Shearman
oleaut: Add const attribute to iterators in get functions.
tree
|
commitdiff
2006-01-14
Robert Shearman
oleaut: Initialise more fields in CreateDispTypeInfo.
tree
|
commitdiff
2006-01-14
Robert Shearman
oleaut: Support VT_CY in the typelib marshaller.
tree
|
commitdiff
2006-01-12
Robert Shearman
oleaut: Support conversion of VT_SAFEARRAY into VT_ARRA...
tree
|
commitdiff
2006-01-11
Marcus Meissner
ole: ITypeInfo::Invoke stack overwrite fix.
tree
|
commitdiff
2006-01-06
Robert Shearman
ole: Remove the no longer used _copy_arg function.
tree
|
commitdiff
2006-01-06
Robert Shearman
ole: ITypeInfo::Invoke rewrite.
tree
|
commitdiff
2006-01-06
Mike McCormack
oleaut32: Output a FIXME message only once.
tree
|
commitdiff
2006-01-05
Dan Kegel
oleaut32: Allow _invoke to handle up to 23 parameters.
tree
|
commitdiff
2006-01-05
Robert Shearman
ole: Store the result from _invoke in a VARIANTARG...
tree
|
commitdiff
2006-01-03
Mike McCormack
oleaut32: Allow _invoke to handle up to 17 parameters.
tree
|
commitdiff
2005-12-26
Robert Shearman
oleaut: Small re-organisation of ITypeInfo::Invoke.
tree
|
commitdiff
2005-12-26
Robert Shearman
oleaut32: Convert some tabs to spaces and some other...
tree
|
commitdiff
2005-12-26
Robert Shearman
oleaut32: Initialize member IDs to MEMBERID_NIL inIType...
tree
|
commitdiff
2005-12-26
Robert Shearman
ole: Improve typelib traces.
tree
|
commitdiff
2005-12-12
Robert Shearman
OLE: Fix SafeArrayCopy for NULL pvData.
tree
|
commitdiff
2005-12-12
Robert Shearman
OLE: Add const to several typelib functions.
tree
|
commitdiff
2005-12-12
Robert Shearman
OleTranslateColor trace fix.
tree
|
commitdiff
2005-12-06
Robert Shearman
OLE: Implement undocumented behaviour in DispCallFunc.
tree
|
commitdiff
2005-12-06
Robert Shearman
OLE: Implement ITypeInfo_AddressOfMember.
tree
|
commitdiff
2005-12-06
Robert Shearman
OLE: Fix brokenness in typelib marshaller caused by...
tree
|
commitdiff
2005-12-06
Robert Shearman
OLE: Add tests for the typelib version of ITypeComp_Bind.
tree
|
commitdiff
2005-12-06
Robert Shearman
OLE: Update the type of the oVft parameter for DispCall...
tree
|
commitdiff
2005-12-06
Robert Shearman
OLE: ITypeInfo_Invoke parameter naming change.
tree
|
commitdiff
2005-12-05
Michael Stefaniuc
Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
tree
|
commitdiff
2005-12-03
Robert Shearman
OLE: Support HREFTYPEs For ITypeInfos
tree
|
commitdiff
2005-12-03
Robert Shearman
OLE: fix function name loading
tree
|
commitdiff
2005-12-03
Robert Shearman
OLE: fix invoking dispinterface functions
tree
|
commitdiff
2005-12-03
Robert Shearman
OLE: Move the dispinterface return value handling to...
tree
|
commitdiff
2005-12-03
Robert Shearman
OLE: fix handling of INVOKE_PROPERTYGET flag in ITypeCo...
tree
|
commitdiff
2005-12-01
Robert Shearman
Make dump functions const.
tree
|
commitdiff
2005-12-01
Robert Shearman
Remove broken return value handling code and that would...
tree
|
commitdiff
2005-12-01
Robert Shearman
Introduce a variable "elemdesc" to eliminate some long...
tree
|
commitdiff
2005-12-01
Robert Shearman
Don't truncate large integer constants.
tree
|
commitdiff
2005-12-01
Robert Shearman
The pparamdescex of an ELEMDESC should only be copied...
tree
|
commitdiff
2005-11-30
Robert Shearman
Factor out code for doing ELEMDESC sizes and copies.
tree
|
commitdiff
2005-11-29
Robert Shearman
Implement ITypeInfo_Bind for typelibs.
tree
|
commitdiff
2005-11-29
Robert Shearman
Add functions for doing a deep copy of a TYPEDESC into...
tree
|
commitdiff
2005-11-26
Alexandre Julliard
Renamed all .cvsignore files to .gitignore.
tree
|
commitdiff
2005-11-11
YunSong Hwang
Add Korean translations.
tree
|
commitdiff
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
tree
|
commitdiff
2005-11-10
Francois Gouget
Assorted spelling and case fixes.
tree
|
commitdiff
2005-11-09
Robert Shearman
- Cleanup formating of DispCallFunc.
tree
|
commitdiff
2005-11-07
Marcus Meissner
Added support of loading of IPicture data from non...
tree
|
commitdiff
2005-11-05
Marcus Meissner
Fixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
tree
|
commitdiff
2005-11-04
Marcus Meissner
Added support for VT_I8/VT_UI8 marshalling.
tree
|
commitdiff
2005-11-04
Robert Shearman
Add a test for Invoking an OleFont function.
tree
|
commitdiff
2005-11-03
Uwe Bonnes
Extend VarCmp() and add test cases.
tree
|
commitdiff
2005-11-02
Huw Davies
Don't call Release on a null ptr.
tree
|
commitdiff
2005-11-02
Robert Shearman
Fix a crash during +variant logging caused by a typo...
tree
|
commitdiff
2005-11-02
Robert Shearman
- Make sure to clean up properly on error.
tree
|
commitdiff
2005-11-02
Robert Shearman
- Make wParamFlags in the paramdesc dumping function...
tree
|
commitdiff
2005-11-02
Robert Shearman
The PSDispatch PS class factory can manage both typelib...
tree
|
commitdiff
2005-11-01
Marcus Meissner
SysReAllocString of same pointer returns TRUE.
tree
|
commitdiff
2005-10-31
Huw Davies
Deal with pExcepInfo == NULL.
tree
|
commitdiff
2005-10-29
Robert Shearman
- Read DLL name from modules in MSFT typelibs.
tree
|
commitdiff
2005-10-28
Michael Stefaniuc
Handle VT_DECIMAL in VarCmp().
tree
|
commitdiff
2005-10-27
Alex Villacís Lasso
Add tests for functionality implemented or corrected...
tree
|
commitdiff
2005-10-27
Robert Shearman
There is no need to call IUnknown_QueryInterface since...
tree
|
commitdiff
2005-10-27
Robert Shearman
Add IFontEventsDisp and IProvideMultipleClassInfo.
tree
|
commitdiff
2005-10-26
Alex Villacís Lasso
Implement complete VarDecDiv() for any valid DECIMAL.
tree
|
commitdiff
2005-10-26
Huw Davies
Treat paramflags == 0 like PARAMFLAG_FIN.
tree
|
commitdiff
2005-10-26
Alex Villacís Lasso
Implement complete VarDecMul() for any valid DECIMAL.
tree
|
commitdiff
2005-10-26
Michael Stefaniuc
Handle VT_CY in VarDiv().
tree
|
commitdiff
2005-10-26
Robert Shearman
- Forward IDispatch functions to the MIDL-generated...
tree
|
commitdiff
2005-10-26
Alex Villacís Lasso
Implement complete VarBstrFromDec() for any valid DECIM...
tree
|
commitdiff
2005-10-20
Huw Davies
Proxies and stubs for GetTypeInfoCont, GetLibAttr and...
tree
|
commitdiff
2005-10-19
Pierre d'Herbemont
Allow compilation on non-i386.
tree
|
commitdiff
2005-10-18
Huw Davies
Implement GetContainingTypelib_{Proxy,Stub}.
tree
|
commitdiff
2005-10-18
Huw Davies
When a dispinterface isn't dual, we should return
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-26
Francois Gouget
Fix .spec declarations for functinos with 64bit argumen...
tree
|
commitdiff
2005-09-26
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2005-09-22
Alex Villacís Lasso
Fix a scaling error in VarR4FromDec() and VarR8FromDec...
tree
|
commitdiff
2005-09-22
Alexandre Julliard
Removed unused debug channels.
tree
|
commitdiff
2005-09-22
Alex Villacís Lasso
Modify VarDiv() and VarSub() to use the existing VarDec...
tree
|
commitdiff
2005-09-21
Alexandre Julliard
We are no longer generating .spec.c files.
tree
|
commitdiff
2005-09-21
Mike McCormack
Fix "empty body in an if/else-statement" warnings.
tree
|
commitdiff
2005-09-19
Milko Krachounov
Bulgarian resources for mpr, msi, user, commdlg, oleaut...
tree
|
commitdiff
2005-09-19
Marcus Meissner
Support more arguments in _invoke().
tree
|
commitdiff
2005-09-18
Robert Shearman
Fix ref-counting rules to match native DCOM Dlls.
tree
|
commitdiff
2005-09-13
Alexandre Julliard
Remove the 'L' suffix on a number of constants to avoid...
tree
|
commitdiff
2005-09-13
Walt Ogburn
Get IFontDisp type information from stdole2.tlb, instea...
tree
|
commitdiff
2005-09-12
Marcus Meissner
The last argument to MultiByteToWideChar is wide charac...
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Use MAKEINTRESOURCE instead of casts where appropriate.
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Specify 64-bit integers as double instead of long long...
tree
|
commitdiff
2005-09-09
Alex Villacís Lasso
Make Single|Double->BSTR conversion use the specified...
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
tree
|
commitdiff
2005-09-07
Marcus Meissner
VT_PTR->VT_USERDEFINED chains depend on the TKIND of...
tree
|
commitdiff
2005-09-02
Robert Shearman
Add VT_UNKNOWN support for VARIANT marshaling by genera...
tree
|
commitdiff
2005-08-29
Robert Shearman
Make typelib marshaler use IRpcChannelBuffer::GetBuffer...
tree
|
commitdiff
2005-08-29
Robert Shearman
- Shunt some trace statements over to the typelib chann...
tree
|
commitdiff
2005-08-27
Alexandre Julliard
Explicitly import kernel32 in tests that use it.
tree
|
commitdiff
2005-08-26
Mike McCormack
Fix gcc 4.0 warnings.
tree
|
commitdiff
2005-08-24
Robert Shearman
- Remove redundant QueryInterface in marshal_interface...
tree
|
commitdiff
2005-08-24
Michael Stefaniuc
Implement IPicture::get_hPal for PICTYPE_BITMAP.
tree
|
commitdiff
2005-08-23
Michael Stefaniuc
- VarAdd, VarMul: I4 overflows to R8 and not I8 even...
tree
|
commitdiff
2005-08-22
Walt Ogburn
Add tests for olefont size functions & conversions.
tree
|
commitdiff
next