2004-09-01 |
Francois Gouget | Remove references to ICOM_THIS and WINE_UNUSED as they... |
tree | commitdiff |
2004-08-30 |
Filip Navara | For non-overlapped writes the lpNumberOfBytesWritten... |
tree | commitdiff |
2004-08-30 |
Jacek Caban | Added Polish translation. |
tree | commitdiff |
2004-08-27 |
Jacek Caban | Added suport for optional arguments in ITypeInfo::Invoke. |
tree | commitdiff |
2004-08-26 |
Jason Edmeades | Ensure digits are printable characters from oleaut32... |
tree | commitdiff |
2004-08-25 |
Jacek Caban | Fix handling of VARIANT with VT_BYREF and null pointer in |
tree | commitdiff |
2004-08-24 |
Robert Shearman | More safe array tests. |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-22 |
Alexandre Julliard | Don't define BEGIN_INTERFACE in unknwn.h. |
tree | commitdiff |
2004-08-20 |
Robert Shearman | Added implementation for IPersistPropertyBag_Load on... |
tree | commitdiff |
2004-08-19 |
Jacek Caban | Ref counting fixes. |
tree | commitdiff |
2004-08-18 |
Alex Villacís Lasso | Add detection of graphic file header in picture load... |
tree | commitdiff |
2004-08-18 |
Alex Villacís Lasso | Apply HIMETRIC transformation on icons, just like bitmaps. |
tree | commitdiff |
2004-08-13 |
Francois Gouget | The Windows headers support for NONAMELESSUNION and... |
tree | commitdiff |
2004-08-13 |
Alexandre Julliard | Moved ICOM_THIS_MULTI definition out of objbase.h and... |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs, and get... |
tree | commitdiff |
2004-08-11 |
Francois Gouget | Modify widl to put the C COM macros inside an #ifdef... |
tree | commitdiff |
2004-08-04 |
Huw Davies | dlopen libungif and libjpeg. |
tree | commitdiff |
2004-07-30 |
Mike Hearn | Disconnect the server object from the stub on stub... |
tree | commitdiff |
2004-07-12 |
Henning Gerhardt | Translated some English resource files into German. |
tree | commitdiff |
2004-07-06 |
Mike McCormack | Refcounting fixes. |
tree | commitdiff |
2004-07-04 |
Mike Hearn | Move variant code to its own debug channel. |
tree | commitdiff |
2004-06-28 |
Mike Hearn | Make typelib marshaller safe for systems that don't... |
tree | commitdiff |
2004-06-28 |
Mike Hearn | Dump function return type in typelib traces, add trace... |
tree | commitdiff |
2004-06-28 |
Mike Hearn | Change REFIID to IID* for stack declarations to avoid... |
tree | commitdiff |
2004-06-23 |
Mike Hearn | - Don't ERR on a used connection being destroyed. |
tree | commitdiff |
2004-06-17 |
Mike Hearn | Fix typelib marshaller relaying, add a comment describi... |
tree | commitdiff |
2004-06-14 |
Robert Shearman | - Fix ref count on standard proxy creation. |
tree | commitdiff |
2004-05-29 |
Ivan Leo Puoti | Removed dcom link. |
tree | commitdiff |
2004-05-27 |
Alex Villacís Lasso | Added stub for GetRecordInfoFromGuids. |
tree | commitdiff |
2004-05-10 |
Maxime Bellengé | Correctly create the byte array of gif images to match... |
tree | commitdiff |
2004-05-05 |
Jon Griffiths | Trace the system and user locales upon startup. |
tree | commitdiff |
2004-05-04 |
Maxime Bellengé | - Fix palette creation. |
tree | commitdiff |
2004-04-30 |
Jon Griffiths | Implement VarDateFromUdateEx. |
tree | commitdiff |
2004-04-27 |
Jon Griffiths | Fix failures under win2k. |
tree | commitdiff |
2004-04-27 |
Jon Griffiths | Update VarXor,VarAbs,VarNot for all input types. |
tree | commitdiff |
2004-04-27 |
Jon Griffiths | Implement VarOr. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Test ClearCustData() and UINT->I4 conversion. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Implement ClearCustData. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Check the correct param for 2 DECIMAL operations. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Conversion from VT_UINT to VT_I4 ignores overflow. |
tree | commitdiff |
2004-04-23 |
Chris Morgan | Skip over most of the unused variant types to speed... |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings 'static const'. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make static Unicode strings const. |
tree | commitdiff |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
tree | commitdiff |
2004-04-12 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-03-31 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-03-22 |
Robert Shearman | BSTR of length 0 is allowed. |
tree | commitdiff |
2004-03-22 |
Jon Griffiths | Tests for VarXor/VarEqv. |
tree | commitdiff |
2004-03-22 |
Jon Griffiths | Implement VarXor and simplify VarEqv to use it. |
tree | commitdiff |
2004-03-17 |
Jon Griffiths | Implement VarEqv. |
tree | commitdiff |
2004-03-17 |
Jon Griffiths | Use function ptrs for call only present in later versions. |
tree | commitdiff |
2004-03-16 |
Fabian Cenedese | Let VarParseNumFromStr and VarNumFromParseNum cope... |
tree | commitdiff |
2004-03-15 |
Alastair Bridgewater | Implementation of ICreateTypeInfo2_SetHelpContext, |
tree | commitdiff |
2004-03-13 |
Alastair Bridgewater | Implemented ITypeLib2_GetTypeInfo() and |
tree | commitdiff |
2004-03-13 |
Alastair Bridgewater | Improve how the GUID hash system works. Mainly a cleanu... |
tree | commitdiff |
2004-03-13 |
Alastair Bridgewater | Rename some of the fields in typelib.h to makes more... |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-03-01 |
Martin Fuchs | Correct return type of SysStringLen() and SysStringByte... |
tree | commitdiff |
2004-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2004-02-26 |
Fabian Cenedese | VarRound implementation (without type DECIMAL yet)... |
tree | commitdiff |
2004-02-25 |
Alexandre Julliard | Fixed callers of GetLocaleInfoW to use the correct... |
tree | commitdiff |
2004-02-25 |
Fabian Cenedese | No sign extension for negative values. |
tree | commitdiff |
2004-02-17 |
Fabian Cenedese | Accept VT_BOOL mixed with another type as valid combina... |
tree | commitdiff |
2004-02-10 |
Alastair Bridgewater | Support for a small handful more return value/argument... |
tree | commitdiff |
2004-02-10 |
Alastair Bridgewater | Fixes and support for TypeInfo alignment values. |
tree | commitdiff |
2004-02-10 |
Alastair Bridgewater | Stubbed-out implementation of the ITypeLib interface. |
tree | commitdiff |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-02-09 |
Alastair Bridgewater | Preliminary support for ICreateTypeInfo::AddImplType(). |
tree | commitdiff |
2004-02-09 |
Alastair Bridgewater | Preliminary support for recording custom data in a... |
tree | commitdiff |
2004-02-09 |
Alastair Bridgewater | Support for recording the SYSKIND of the type library. |
tree | commitdiff |
2004-02-06 |
Chris Morgan | Implement tests for VarMod(). |
tree | commitdiff |
2004-02-06 |
Chris Morgan | Implement VarMod(). |
tree | commitdiff |
2004-02-03 |
Alastair Bridgewater | Stubbed-out implementation of the ITypeInfo2 interface... |
tree | commitdiff |
2004-02-03 |
Kirill Smelkov | OLEPictureImpl_Load: fix for headerless pictures. |
tree | commitdiff |
2004-01-28 |
Alastair Bridgewater | Preliminary implementation of ICreateTypeInfo2_fnAddFun... |
tree | commitdiff |
2004-01-28 |
Alastair Bridgewater | Improvements to ICreateTypeInfo2_fnAddVarDesc(). |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-27 |
Alastair Bridgewater | A small number of cleanups. |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Only link against libdxguid where necessary. |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
tree | commitdiff |
2004-01-23 |
Alexandre Julliard | Moved a few remaining 16-bit definitions out of the... |
tree | commitdiff |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
tree | commitdiff |
2004-01-21 |
Alastair Bridgewater | Initial implementation of CreateTypeLib2() and the... |
tree | commitdiff |
2004-01-20 |
Jon Griffiths | Remove tests that are covered by vartype.c. |
tree | commitdiff |
2004-01-19 |
Hans Leidekker | Add missing comma. |
tree | commitdiff |
2004-01-13 |
Jon Griffiths | Implemented VarInt, VarFix, VarNeg. |
tree | commitdiff |
2004-01-13 |
Jon Griffiths | Use integer math in VarCyInt, docs. |
tree | commitdiff |
2004-01-12 |
Marcus Meissner | SafeArrayRedim: Use the correct size for resize too. |
tree | commitdiff |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
tree | commitdiff |
2004-01-09 |
Marcus Meissner | Copy BSTRs byte wise. |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-02 |
Alexandre Julliard | Commented out tests that assume that the current year... |
tree | commitdiff |
2003-12-31 |
Marcus Meissner | Fixed size calculation on redim if old size was 0. |
tree | commitdiff |
2003-12-30 |
Marcus Meissner | Dimensions with cElements=0 are valid and needed by... |
tree | commitdiff |
next |