2005-08-15 |
Vincent Béron | Uniformize DllMain TRACEing across dlls. |
tree | commitdiff |
2005-08-10 |
Francois Gouget | Change some Dll* functions so they are exported by... |
tree | commitdiff |
2005-08-09 |
Alexandre Julliard | Get rid of the almost empty tmarshal.h file. |
tree | commitdiff |
2005-08-09 |
Alexandre Julliard | Moved a number of definitions that are not needed in... |
tree | commitdiff |
2005-08-08 |
Mike McCormack | gcc 4.0 warning fixes. |
tree | commitdiff |
2005-08-08 |
Saulius Krasuckas | Comment out VarDateFromStr() calls that generate except... |
tree | commitdiff |
2005-08-08 |
Alexandre Julliard | Removed some unnecessary macros, and make some function... |
tree | commitdiff |
2005-08-08 |
Robert Shearman | Revert to previous behaviour of detecting names with... |
tree | commitdiff |
2005-08-03 |
Mike McCormack | gcc 4.0 warning fixes for Interlocked* functions. |
tree | commitdiff |
2005-07-28 |
Robert Shearman | - A name in an SLTG typelib only beginning with 0xff... |
tree | commitdiff |
2005-07-27 |
Alexandre Julliard | Replace the ICOM_THIS_From macros by inline functions. |
tree | commitdiff |
2005-07-20 |
Alexandre Julliard | Get rid of cursoricon.h. |
tree | commitdiff |
2005-07-19 |
Robert Shearman | - Fix VT_BYREF|VT_UNKNOWN return values by comparing... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Return DISP_E_EXCEPTION from ITypeInfo_Invoke on an... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | - IRpcStubBuffer_Disconnect can be called multiple... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Activate ITypeLib, ITypeInfo and IEnumVARIANT Marshalers. |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Remove RegisterTypeLib hack. |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Fix confusion between number of characters and number... |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Support VT_BYREF|VT_I4 in _copy_arg. |
tree | commitdiff |
2005-07-19 |
Robert Shearman | Marshal and unmarshal TKIND_ENUM and TKIND_ALIAS. |
tree | commitdiff |
2005-07-19 |
Alex Villacís Lasso | Fix GIF palette allocation, by relying on ColorCount... |
tree | commitdiff |
2005-07-19 |
Alex Villacís Lasso | Ensure that underflowing negative float is represented... |
tree | commitdiff |
2005-07-18 |
Alex Villacís Lasso | Test for behavior of negative underflow formatting. |
tree | commitdiff |
2005-07-11 |
Mike McCormack | Interlocked LONG* gcc warning fixes. |
tree | commitdiff |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-06 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2005-07-05 |
Stefan Huehner | Fix some more -Wmissing-declarations warnings. |
tree | commitdiff |
2005-07-05 |
Robert Shearman | Document active object and variant functions. |
tree | commitdiff |
2005-06-29 |
Robert Shearman | Rename OLEAUT32_Dll* Functions to Dll*. |
tree | commitdiff |
2005-06-29 |
Robert Shearman | - Conversions between variants types of the same size... |
tree | commitdiff |
2005-06-29 |
Robert Shearman | Add a generic TYPEDESC VT to VARIANT VT mapper so we... |
tree | commitdiff |
2005-06-29 |
Huw Davies | Cope with the index in a import table entry being a... |
tree | commitdiff |
2005-06-28 |
Huw Davies | Add comments describing the first DWORD in an import... |
tree | commitdiff |
2005-06-28 |
Michael Stefaniuc | - VarCmp: handle comparision of VT_EMPTY with an integer |
tree | commitdiff |
2005-06-27 |
Stefan Huehner | Fix some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-23 |
Michael Stefaniuc | - more VarFormat fixes for number formats (exponent... |
tree | commitdiff |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-06-17 |
Stefan Huehner | Remove some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Fix some declaration and write string warnings. |
tree | commitdiff |
2005-06-14 |
Saulius Krasuckas | Change (long long) to (LONGLONG) to compile with MSVC. |
tree | commitdiff |
2005-06-14 |
Michael Stefaniuc | - Fix VarFormat for formats that mix '0' and '#' in... |
tree | commitdiff |
2005-06-13 |
Alexandre Julliard | Moved the NONAMELESSUNION/STRUCT macros to wine/test... |
tree | commitdiff |
2005-06-13 |
Marcus Meissner | Corrected string length method in ITypeLib::IsName... |
tree | commitdiff |
2005-06-12 |
Robert Shearman | - Don't print out cryptic message if IDispatch or IUnkn... |
tree | commitdiff |
2005-06-10 |
Robert Shearman | Clear out parameters to stop bad pointers lying around... |
tree | commitdiff |
2005-06-09 |
Robert Shearman | - The typelib marshaler should only free the memory... |
tree | commitdiff |
2005-06-08 |
Michael Stefaniuc | - implement handling of exponents (e+,e-,E+,E-) when... |
tree | commitdiff |
2005-06-08 |
Marcus Meissner | Fixed IType::Invoke in regards to handling propertyget... |
tree | commitdiff |
2005-06-06 |
Dmitry Timoshkov | Make remaining OLE interface vtables const. |
tree | commitdiff |
2005-06-06 |
Marcus Meissner | Added testcases for OLE Picture handling. |
tree | commitdiff |
2005-06-05 |
Jacek Caban | Test only stdole32.tlb as we don't have olepro32.dll... |
tree | commitdiff |
2005-06-01 |
Robert Shearman | If we are accessing a method from a superclass then... |
tree | commitdiff |
2005-06-01 |
Robert Shearman | - Fix the return values from QueryPathOfRegTypeLib. |
tree | commitdiff |
2005-06-01 |
Robert Shearman | DispInvoke is correct so there is no need to print... |
tree | commitdiff |
2005-05-29 |
Marcus Meissner | Added VarMonthName() implementation. |
tree | commitdiff |
2005-05-29 |
Michael Stefaniuc | Tests for VarAdd. |
tree | commitdiff |
2005-05-29 |
Michael Stefaniuc | - Reimplement VarAdd, had missing functionality and... |
tree | commitdiff |
2005-05-23 |
Michael Stefaniuc | Tests for VarMul(). |
tree | commitdiff |
2005-05-23 |
Michael Stefaniuc | Reimplement VarMul(). It can multiply now all variants... |
tree | commitdiff |
2005-05-23 |
Richard Cohen | - Remove unused macro. |
tree | commitdiff |
2005-05-23 |
Michael Stefaniuc | Fix VariantChangeType: calls to VarDecFromCy and VarDec... |
tree | commitdiff |
2005-05-20 |
Richard Cohen | Check if VT_R8 and VT_INT_PTR are supported before... |
tree | commitdiff |
2005-05-18 |
Pierre d'Herbemont | Remove stdlib.h inclusion if winsock.h is included. |
tree | commitdiff |
2005-05-11 |
Robert Shearman | Use I_RpcGetBuffer instead of HeapReAlloc for getting... |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-04 |
Vincent Béron | Use SUBLANG_NEUTRAL for French resources. |
tree | commitdiff |
2005-04-22 |
Alex Villacís Lasso | - Fix leftover negative sign in height parameter for... |
tree | commitdiff |
2005-04-14 |
Daniel Remenak | Remove unused variable in _copy_arg. |
tree | commitdiff |
2005-04-13 |
Alex Villacís Lasso | - Fix leftover negative sign in height parameter for... |
tree | commitdiff |
2005-04-13 |
Daniel Remenak | Implemented VarIdiv. |
tree | commitdiff |
2005-04-12 |
Daniel Remenak | Return DISP_E_DIVBYZERO instead of crashing when asked... |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-30 |
Alex Villacís Lasso | Initialize [orig|himetric][Width|Height] for PICTYPE_IC... |
tree | commitdiff |
2005-03-29 |
Alex Villacís Lasso | Fix failure to notice the use of a GIF palette index... |
tree | commitdiff |
2005-03-29 |
Marcus Meissner | Serialize NULL pointer interfaces correctly. |
tree | commitdiff |
2005-03-29 |
Marcus Meissner | Fixed VT_BSTR|VT_BYREF marshalling. |
tree | commitdiff |
2005-03-28 |
Marcus Meissner | Fixed ppvObject serializer (deref twice instead of... |
tree | commitdiff |
2005-03-27 |
Mike Hearn | Fix BSTR tracing in the typelib marshaller. |
tree | commitdiff |
2005-03-27 |
Marcus Meissner | Format VT_UI1, VT_I1, VT_UI2, VT_I2 correctly. |
tree | commitdiff |
2005-03-27 |
Marcus Meissner | Added IDispatch::GetIDsOfNames() special case serializing. |
tree | commitdiff |
2005-03-25 |
Mike Hearn | Fix PARAMFLAG_FOUT typo in the tmarshaller. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-24 |
Alex Villacís Lasso | After Float->string conversion via sprintfW(), VarDecFr... |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-18 |
Jacek Caban | Fixed vartype test. |
tree | commitdiff |
2005-03-14 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
tree | commitdiff |
2005-03-11 |
Robert Shearman | Add outer unknown support for typelib marshaler. |
tree | commitdiff |
2005-03-09 |
Jacek Caban | More implementation of IRecordInfo. |
tree | commitdiff |
2005-03-07 |
Jacek Caban | - Implemented GetRecordInfoFromTypeInfo and GetRecordIn... |
tree | commitdiff |
2005-03-04 |
Maxime Bellengé | Implements OleLoadPicturePath. |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-22 |
Huw Davies | The typelib cache should take the typelib resource... |
tree | commitdiff |
2005-02-22 |
Jon Griffiths | Use variant macros instead of accessing the union directly. |
tree | commitdiff |
2005-02-21 |
Vincent Béron | Add a stub for OleLoadPicturePath(). |
tree | commitdiff |
2005-02-21 |
Mike Hearn | Allow loading of builtin typelibs. |
tree | commitdiff |
2005-02-18 |
Alex Villacís Lasso | Implement OleFontImpl_QueryTextMetrics. |
tree | commitdiff |
next |