2003-02-11 |
Ove Kaaven | Only install the keyboard hook on device creation.
|
commit | commitdiff | tree |
2003-02-01 |
Ove Kaaven | Implemented marshalling of pointers, simple and complex...
|
commit | commitdiff | tree |
2003-01-31 |
Ove Kaaven | ReuseBuffer should be FALSE for RPC clients.
|
commit | commitdiff | tree |
2003-01-31 |
Ove Kaaven | Fixed a bug in CompleteBindingA/W.
|
commit | commitdiff | tree |
2003-01-31 |
Ove Kaaven | Implemented RpcRaiseException.
|
commit | commitdiff | tree |
2003-01-31 |
Ove Kaaven | Some RPC definitions.
|
commit | commitdiff | tree |
2003-01-09 |
Ove Kaaven | Declare user-marshaller prototypes for types declared...
|
commit | commitdiff | tree |
2003-01-05 |
Ove Kaaven | Wrote a new oaidl.idl to replace include/wine/obj_oleaut...
|
commit | commitdiff | tree |
2003-01-05 |
Ove Kaaven | Include oaidl.h instead of wine/obj_oleaut.h.
|
commit | commitdiff | tree |
2003-01-05 |
Ove Kaaven | Temporarily include objbase.h from oleidl.h.
|
commit | commitdiff | tree |
2003-01-05 |
Ove Kaaven | Avoid direct ICOM_CALL usage.
|
commit | commitdiff | tree |
2003-01-05 |
Ove Kaaven | Moved a couple of definitions from include/wine/obj_oleaut...
|
commit | commitdiff | tree |
2002-12-23 |
Ove Kaaven | Merge the rest of include/wine/obj_base.h into include...
|
commit | commitdiff | tree |
2002-12-23 |
Ove Kaaven | Where ICOM macros are needed, include objbase.h.
|
commit | commitdiff | tree |
2002-12-19 |
Ove Kaaven | Wrote a new objidl.idl to replace a number of include...
|
commit | commitdiff | tree |
2002-12-19 |
Ove Kaaven | Moved a couple of types from include/wine/obj_*.h to
|
commit | commitdiff | tree |
2002-12-19 |
Ove Kaaven | Moved some definitions from include/wine/obj_moniker...
|
commit | commitdiff | tree |
2002-12-18 |
Ove Kaaven | Unquoted some 16-bit types, so the IDL compiler can...
|
commit | commitdiff | tree |
2002-12-18 |
Ove Kaaven | Moved COM API prototypes to objbase.h, from wine/obj_*.h.
|
commit | commitdiff | tree |
2002-12-18 |
Ove Kaaven | Removed a few more inclusions of deprecated wine/obj_...
|
commit | commitdiff | tree |
2002-12-18 |
Ove Kaaven | Moved UUID type to rpcdce.h, as in the MS RPC headers.
|
commit | commitdiff | tree |
2002-12-16 |
Ove Kaaven | Wrote a Wine-compatible unknwn.idl, moving the IUnknown...
|
commit | commitdiff | tree |
2002-12-15 |
Ove Kaaven | Output raw ICOM-less C/C++ interface definitions by...
|
commit | commitdiff | tree |
2002-12-15 |
Ove Kaaven | Include guiddef.h in widltypes.h.
|
commit | commitdiff | tree |
2002-12-06 |
Ove Kaaven | Moved COM API prototypes in include/wine/obj_base.h to
|
commit | commitdiff | tree |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine...
|
commit | commitdiff | tree |
2002-12-03 |
Ove Kaaven | Added more types to wtypes.idl.
|
commit | commitdiff | tree |
2002-12-03 |
Ove Kaaven | Parse the NOT operator, the [idempotent] attribute...
|
commit | commitdiff | tree |
2002-12-02 |
Ove Kaaven | Protect PALETTEENTRY and LOGPALETTE with #ifndefs.
|
commit | commitdiff | tree |
2002-11-30 |
Ove Kaaven | Handle encapsulated unions in a cleaner (and less buggy...
|
commit | commitdiff | tree |
2002-11-30 |
Ove Kaaven | Added missing union names for some encapsulated unions.
|
commit | commitdiff | tree |
2002-11-21 |
Ove Kaaven | Added "generate headers only" command-line option....
|
commit | commitdiff | tree |
2002-11-13 |
Ove Kaaven | Wrote a Wine-compatible wtypes.idl, and generated wtypes...
|
commit | commitdiff | tree |
2002-11-12 |
Ove Kaaven | Support for enums, arrays, encapsulated unions, signed...
|
commit | commitdiff | tree |
2002-11-08 |
Ove Kaaven | Moved IMalloc definition from obj_base.h to obj_misc.h.
|
commit | commitdiff | tree |
2002-11-06 |
Ove Kaaven | Add ICOM_DEFINE1 macro to define a COM interface without...
|
commit | commitdiff | tree |
2002-11-01 |
Ove Kaaven | Some RPC format characters from MS documentation.
|
commit | commitdiff | tree |
2002-10-11 |
Ove Kaaven | Added NdrOleAllocate, NdrOleFree, NdrInterfacePointerBufferSize,
|
commit | commitdiff | tree |
2002-10-11 |
Ove Kaaven | Reimplement several RpcServer.* methods in rpc_server.c.
|
commit | commitdiff | tree |
2002-10-10 |
Ove Kaaven | Added NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllRegist...
|
commit | commitdiff | tree |
2002-10-10 |
Ove Kaaven | Added NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyInitialize,
|
commit | commitdiff | tree |
2002-10-10 |
Ove Kaaven | Implement the CStdStubBuffer methods.
|
commit | commitdiff | tree |
2002-10-10 |
Ove Kaaven | IUnknown_[QAR]_Proxy implementations, VTbl construction...
|
commit | commitdiff | tree |
2002-10-10 |
Ove Kaaven | Stubby NdrClientCall2 & some header changes.
|
commit | commitdiff | tree |
2002-10-10 |
Ove Kaaven | Implemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcReceive...
|
commit | commitdiff | tree |
2002-10-07 |
Ove Kaaven | Implemented RpcBindingInqObject, RpcBindingSetObject,
|
commit | commitdiff | tree |
2002-10-03 |
Ove Kaaven | Added UuidCreateNil, UuidEqual and UuidIsNil.
|
commit | commitdiff | tree |
2002-09-29 |
Ove Kaaven | Fix for soundcards that can't do 8-bit audio, only...
|
commit | commitdiff | tree |
2002-08-26 |
Ove Kaaven | Tweaks to improve playback performance and reduce sound...
|
commit | commitdiff | tree |
2002-08-09 |
Ove Kaaven | Some more RPC definitions.
|
commit | commitdiff | tree |
2002-07-20 |
Ove Kaaven | Wait for the asynchronous update thread to complete...
|
commit | commitdiff | tree |
2002-07-10 |
Ove Kaaven | Removed the flags fields of IDirectDrawPaletteImpl...
|
commit | commitdiff | tree |
2002-07-10 |
Ove Kaaven | Handle WM_SYNCPAINT with DefWindowProc.
|
commit | commitdiff | tree |
2002-06-14 |
Ove Kaaven | - support DirectInput 8 interfaces.
|
commit | commitdiff | tree |
2002-06-13 |
Ove Kaaven | Support DirectSound 8 interfaces. Split interface implementa...
|
commit | commitdiff | tree |
2002-01-21 |
Ove Kaaven | Added support for MWM hints.
|
commit | commitdiff | tree |
2002-01-14 |
Ove Kaaven | Prepend "--" to arguments.
|
commit | commitdiff | tree |
2002-01-06 |
Ove Kaaven | DOS support restructure. The DOS virtual machine is...
|
commit | commitdiff | tree |
2002-01-04 |
Ove Kaaven | Fixed vm86_enter race conditions.
|
commit | commitdiff | tree |
2002-01-03 |
Ove Kaaven | Handle the lpDirectory field of the LPSHELLEXECUTEINFO.
|
commit | commitdiff | tree |
2002-01-02 |
Ove Kaaven | Further unified HAL and HEL mixing, and added some...
|
commit | commitdiff | tree |
2002-01-02 |
Ove Kaaven | If SafeArrayGetElement is called on a variant array...
|
commit | commitdiff | tree |
2002-01-02 |
Ove Kaaven | Fixed a looks-like-nobody-ever-tested-this-function...
|
commit | commitdiff | tree |
2002-01-02 |
Ove Kaaven | Made the output of --debugmsg +seh a bit more verbose.
|
commit | commitdiff | tree |
2001-11-08 |
Ove Kaaven | Moved the int 9 (keyboard) handler to dlls/winedos.
|
commit | commitdiff | tree |
2001-11-07 |
Ove Kaaven | Added a few default palette entries for the VGA/MCGA...
|
commit | commitdiff | tree |
2001-11-07 |
Ove Kaaven | Added RunInThread callout to winedos.
|
commit | commitdiff | tree |
2001-11-05 |
Ove Kaaven | Implemented a dynamic table of DOS interrupt handlers.
|
commit | commitdiff | tree |
2001-10-28 |
Ove Kaaven | Protect against an interrupt-pending signal recursion.
|
commit | commitdiff | tree |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object.
|
commit | commitdiff | tree |
2001-10-21 |
Ove Kaaven | Fixed a typo.
|
commit | commitdiff | tree |
2001-10-16 |
Ove Kaaven | Registry entries for stdole32.tlb.
|
commit | commitdiff | tree |
2001-10-14 |
Ove Kaaven | Added some RPC definitions.
|
commit | commitdiff | tree |
2001-10-14 |
Ove Kaaven | Fixed bugs with propget methods with input arguments.
|
commit | commitdiff | tree |
2001-10-14 |
Ove Kaaven | Fixed bugs in safe arrays.
|
commit | commitdiff | tree |
2001-10-14 |
Ove Kaaven | Fix a UINT16 redefinition problem.
|
commit | commitdiff | tree |
2001-10-04 |
Ove Kaaven | The DISPPARAMS parameter array is a reverse-order array.
|
commit | commitdiff | tree |
2001-10-04 |
Ove Kaaven | Implement coercion to VT_UNKNOWN from VT_DISPATCH.
|
commit | commitdiff | tree |
2001-10-04 |
Ove Kaaven | ITypeInfo::Invoke should also search inherited interfaces...
|
commit | commitdiff | tree |
2001-10-03 |
Ove Kaaven | Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
|
commit | commitdiff | tree |
2001-10-03 |
Ove Kaaven | Corrected INVOKEKIND enumeration values.
|
commit | commitdiff | tree |
2001-10-01 |
Ove Kaaven | Implemented DispGetParam.
|
commit | commitdiff | tree |
2001-10-01 |
Ove Kaaven | Make MoveFileEx fail with ERROR_INVALID_PARAMETER ...
|
commit | commitdiff | tree |
2001-09-25 |
Ove Kaaven | Fixed a couple of typos.
|
commit | commitdiff | tree |
2001-09-25 |
Ove Kaaven | Added ICOM_[C]THIS_MULTI macros to make it easier to...
|
commit | commitdiff | tree |
2001-09-25 |
Ove Kaaven | Added some named pipe definitions.
|
commit | commitdiff | tree |
2001-09-25 |
Ove Kaaven | Added prototype for GetHGlobalFromStream.
|
commit | commitdiff | tree |
2001-09-25 |
Ove Kaaven | A failure to open a pipe should return INVALID_HANDLE_VALUE.
|
commit | commitdiff | tree |
2001-09-21 |
Ove Kaaven | Variants and safe arrays is now able to copy BSTR swith...
|
commit | commitdiff | tree |
2001-09-21 |
Ove Kaaven | Register typelib marshaling for OLE Automation-compatible...
|
commit | commitdiff | tree |
2001-09-17 |
Ove Kaaven | Lots of rpcrt4.dll stubs.
|
commit | commitdiff | tree |
2001-09-10 |
Ove Kaaven | Fix buffering problems in HEL mode.
|
commit | commitdiff | tree |
2001-08-07 |
Ove Kaaven | Added some registry entries related to COM interface...
|
commit | commitdiff | tree |
2001-07-17 |
Ove Kaaven | Added STATUS_* constant for named pipes. Return STATUS_PIPE_...
|
commit | commitdiff | tree |
2001-06-21 |
Ove Kaaven | Make GetCursorPos call XQueryPointer.
|
commit | commitdiff | tree |
2001-06-21 |
Ove Kaaven | Extended __wine_enter_vm86 to handle pending interrupts.
|
commit | commitdiff | tree |
2001-06-15 |
Ove Kaaven | Block SIGINT and SIGALRM in signal handlers.
|
commit | commitdiff | tree |
2001-05-10 |
Ove Kaaven | Added version entry for DirectX 7.0a.
|
commit | commitdiff | tree |
2001-05-09 |
Ove Kaaven | Fixed the IDirectDrawSurface4 interface declaration...
|
commit | commitdiff | tree |
2001-05-02 |
Ove Kaaven | Fixed the OSMesa configure check so that OSMesa won...
|
commit | commitdiff | tree |