2002-12-23 |
Alexandre Julliard | Get rid of ole.h. |
tree | commitdiff |
2002-12-17 |
Robert Shearman | Add standard dispatch implementation (CreateStdDispatch). |
tree | commitdiff |
2002-12-16 |
Andreas Mohr | Implemented VarOr(). |
tree | commitdiff |
2002-12-12 |
Alberto Massari | Implemented DispCallFunc so that it works when calling... |
tree | commitdiff |
2002-12-12 |
Alberto Massari | Calling SafeArrayDestroy on a destroyed array should... |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Reverted last VT_USERDEFINED patch (was broken). |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Separated out 16bit sources for ole2disp.dll. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Split out 16bit code into typelib16.c. |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Serialize/deserialize all reftypes in VT_USERDEFINED. |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-12-10 |
Jason Edmeades | VarAdd support for integers. |
tree | commitdiff |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
tree | commitdiff |
2002-12-05 |
Marcus Meissner | Marshal VT_R4 (4 byte float). |
tree | commitdiff |
2002-12-03 |
Ove Kaaven | Added more types to wtypes.idl. |
tree | commitdiff |
2002-11-25 |
Jason Edmeades | Add support for VarAnd between integers. |
tree | commitdiff |
2002-11-13 |
Alberto Massari | ITypeInfo::Invoke now is able to invoke a function... |
tree | commitdiff |
2002-11-11 |
Marcus Meissner | Added partial implementation of ITypeInfo::GetDllEntry(). |
tree | commitdiff |
2002-11-11 |
Marcus Meissner | Implemented OleLoadPictureEx. |
tree | commitdiff |
2002-11-11 |
Marcus Meissner | Silence one FIXME(). Implement ITypeInfo::GetDocumentat... |
tree | commitdiff |
2002-11-08 |
Marcus Meissner | Draft implementation of DispCallFunc. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the oleaut32 dll with -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Removed the __uint* types from basetsd.h since they... |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | Removed trailing white space. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Create separate makefiles for tests for more flexibility. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
tree | commitdiff |
2002-07-29 |
Michael Stefaniuc | Converted HENHMETAFILE and HMETAFILE to a void*. |
tree | commitdiff |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-07-16 |
Gregg Mattinson | Fixed void* arithmetic. |
tree | commitdiff |
2002-07-10 |
Gregg Mattinson | Fixes to allow big endian machines to load MSFT typelib... |
tree | commitdiff |
2002-07-08 |
Jason Edmeades | - VarFormat now supports VT_R8 and BYREF variant types. |
tree | commitdiff |
2002-07-05 |
Jason Edmeades | Ensure VarBstrCat handles null parms as per windows... |
tree | commitdiff |
2002-06-25 |
Jason Edmeades | Ensure we free the cached HFONT after loading in a... |
tree | commitdiff |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
tree | commitdiff |
2002-06-21 |
John K. Hohm | Implemented SizeOfVariantData cases for VT_DISPATCH... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Moved succeeding test out of todo block. |
tree | commitdiff |
2002-06-20 |
Mike McCormack | Fixed ordinals to match the Windows values. |
tree | commitdiff |
2002-06-20 |
Jason Edmeades | - VarAnd, VarCmp (Strings only), VarNot implemented. |
tree | commitdiff |
2002-06-20 |
Marcus Meissner | ITypelib::Invoke: Handle different length arguments... |
tree | commitdiff |
2002-06-14 |
Marcus Meissner | Handle argsize for VT_DATE. |
tree | commitdiff |
2002-06-10 |
Huw D M Davies | Add more magic to find the start of the nametable. |
tree | commitdiff |
2002-06-10 |
Marcus Meissner | Merged the two serializer and unserializer functions... |
tree | commitdiff |
2002-06-10 |
Marcus Meissner | Added some debugoutput functions for TYPEATTR, IDLDESC... |
tree | commitdiff |
2002-06-04 |
Marcus Meissner | Added marshalling of IUnknown. |
tree | commitdiff |
2002-06-04 |
Steven Edwards | Porting fixes. |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-29 |
Vincent Béron | Fixed some more missing \n in traces. |
tree | commitdiff |
2002-05-23 |
Andreas Mohr | Removed obsolete email address. |
tree | commitdiff |
2002-05-23 |
Francois Gouget | Make the tests compile with Visual C++. |
tree | commitdiff |
2002-05-21 |
Alexandre Julliard | Renamed Winelib apps to .exe.so to follow the dll namin... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-05-06 |
Marcus Meissner | Small hack to make InstallShield v6 work better. |
tree | commitdiff |
2002-05-06 |
Marcus Meissner | BSTRs can be NULL, handle them seperately. |
tree | commitdiff |
2002-05-05 |
Alexandre Julliard | Removed more code at Hidenori's request. |
tree | commitdiff |
2002-05-01 |
Alexandre Julliard | Attempt at fixing MAX_PATH issues for mingw. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | Added some shdocvw ordinals and stubs. |
tree | commitdiff |
2002-04-20 |
Hidenori Takeshima | Implemented OleIconToCursor. |
tree | commitdiff |
2002-04-11 |
Hidenori Takeshima | Return error codes in some 16bit ole stubs, returning... |
tree | commitdiff |
2002-04-02 |
Alexandre Julliard | Various makefile fixes for the test environment. |
tree | commitdiff |
2002-04-01 |
Hidenori Takeshima | Implemented CreateStdDispatch and CreateDispTypeInfo. |
tree | commitdiff |
2002-03-26 |
Marcus Meissner | Ported variant tests to the new testing framework. |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-19 |
Patrick Haller | Fix crash in VariantTimeToDosDateTime. |
tree | commitdiff |
2002-02-05 |
Marcus Meissner | Implemented Local Server COM. |
tree | commitdiff |
2002-02-04 |
Malte Starostik | Do not destroy ITypeLib held by ITypeInfo before the... |
tree | commitdiff |
2002-02-04 |
Marcus Meissner | VT_EMPTY can be coerced to VT_I4, value 0. |
tree | commitdiff |
2002-01-29 |
Huw D M Davies | Weird thing with lcid of library is that if sublang... |
tree | commitdiff |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-29 |
Bill Medland | A couple of additions. |
tree | commitdiff |
2002-01-22 |
Marcus Meissner | The \\<nr> magic in LoadTypeLibEx found directories... |
tree | commitdiff |
2002-01-15 |
Bill Medland | Leave IID check to the OleCreateFontIndirect, so that... |
tree | commitdiff |
2002-01-10 |
Bill Medland | Comment only; error in Microsoft documentation. |
tree | commitdiff |
2002-01-09 |
Bill Medland | Fixed GetDocumentation a little. When called from... |
tree | commitdiff |
2002-01-02 |
Ove Kaaven | If SafeArrayGetElement is called on a variant array... |
tree | commitdiff |
2002-01-02 |
Ove Kaaven | Fixed a looks-like-nobody-ever-tested-this-function... |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-26 |
Alexandre Julliard | Removed the SEGPTR_* macros. |
tree | commitdiff |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-12 |
Huw D M Davies | Fixes stupid bug with typelib filenames. |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-10-23 |
Hidenori Takeshima | Implemented OleCreatePropertyFrame and |
tree | commitdiff |
2001-10-21 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
2001-10-14 |
Ove Kaaven | Fixed bugs with propget methods with input arguments. |
tree | commitdiff |
2001-10-14 |
Ove Kaaven | Fixed bugs in safe arrays. |
tree | commitdiff |
2001-10-14 |
Ove Kaaven | Fix a UINT16 redefinition problem. |
tree | commitdiff |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
tree | commitdiff |
2001-10-05 |
Huw D M Davies | Remove some unnecessary AddRef's. |
tree | commitdiff |
next |