oleaut32: Update TypeInfo flags when object inherits IDispatch.
[wine] / include / wine /
2009-03-27  Henri Verbeetwined3d: Use separate structures for ddraw style stride...
2009-03-26  Henri Verbeetwined3d: Remove unused attributes from WineDirect3DVert...
2009-03-26  Alexandre Julliardinclude: Get rid of the definitions for the pthread...
2009-03-24  Rob Shearmanservices: svcctl_GetServiceDisplayNameW and svcctl_GetS...
2009-03-13  Henri Verbeetwined3d: Remove some redundant fields from struct glDes...
2009-03-09  Henri Verbeetwined3d: Buffer object ID's are supposed to be unsigned.
2009-03-06  Henri Verbeetwined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
2009-03-05  Henri Verbeetwined3d: Add separate methods for setting the primitive...
2009-03-05  Henri Verbeetwined3d: Add d3d10 primitive types.
2009-03-05  Henri Verbeetwined3d: Pass the vertex count rather than the primitiv...
2009-03-02  Steven Edwardsinclude: Add check to asm macro for Windows Services...
2009-02-25  Henri Verbeetwined3d: Implement IWineD3DDeviceImpl_ClearRendertarget...
2009-02-24  Henri Verbeetdxgi: Create a wined3d swapchain.
2009-02-24  Henri Verbeetwined3d: Add IWineD3DRendertargetView.
2009-02-23  Henri Verbeetwined3d: Add IWineD3DBuffer, use it in d3d10core.
2009-02-23  Henri Verbeetd3d10core: Keep a reference to the wined3d device in...
2009-02-20  Henri Verbeetwined3d: Add DXGI formats to WINED3DFORMAT.
2009-02-19  Alexandre Julliardtests: When tracing is enabled, output the todo tests...
2009-02-17  Stefan Dösingerwined3d: Duplicate GL textures for srgb switching.
2009-01-27  Alexandre Julliardservices: Add stub implementation for SERVICE_CONFIG_FA...
2009-01-26  Alexandre Julliardinclude: Update the comments about the Wine exception...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceDisplayNameW behavior to pass...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceKeyNameW behavior to pass the...
2009-01-19  Alexandre Julliardadvapi32: Reimplemented QueryServiceConfig2W in service...
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-19  Alexandre Julliardserver: Generate padding in request structures from...
2009-01-19  Henri Verbeetdxgi: Implement IDXGIDevice::CreateSurface().
2009-01-19  Henri Verbeetd3d10core: Implement device_parent_CreateSurface().
2009-01-16  Henri Verbeetwined3d: Add an IWineD3DDeviceParent interface.
2009-01-15  Alexandre Julliarduser32: Use the message_data_t union when receiving...
2009-01-14  Henri Verbeetwined3d: Remove AddDirtyRect() from the public interface.
2009-01-14  Henri Verbeetwined3d: Remove AddDirtyBox() from the public interface.
2009-01-14  Henri Verbeetwined3d: Remove CleanDirtyBox().
2009-01-09  Stefan Dösingerddrawex: Add a test for the permanent DC function.
2009-01-08  Henri Verbeetwined3d: Simplify handling of swizzled attributes.
2009-01-08  Henri Verbeetwined3d: Move position_transformed out of u.s in struct...
2009-01-06  Henri Verbeetwined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum...
2009-01-05  Henri Verbeetwined3d: Remove unused enum elements from WINED3DTEXTUR...
2009-01-03  Henri Verbeetd3d: Fix the value of D3DFVF_POSITION_MASK.
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
2009-01-02  Alexandre JulliardUpdate copyright info for 2009.
2008-12-31  Alexandre Julliardserver: Reorganize some requests to avoid padding,...
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make padding explicit in the wake_up_reply...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-30  Alexandre Julliardserver: Make the mapping base address a client_ptr_t...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-30  Alexandre Julliardserver: Make the message callback function a client_ptr...
2008-12-29  Alexandre Julliardserver: Make timer callback function and argument clien...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-29  Alexandre Julliardserver: Make the device opaque data a client_ptr_t...
2008-12-29  Alexandre Julliardserver: Make the class opaque data a client_ptr_t inste...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Store debugging output strings as client_ptr_t...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-27  Alexandre Julliardinclude: Move the DEFINE_REGS_ENTRYPOINT macros to...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-24  Alexandre Julliardserver: Make lparam_t always 64-bit.
2008-12-24  Alexandre Julliardserver: Store data for hardware messages in the message...
2008-12-22  Alexandre Julliardinclude: Add the needed dllimport attribute to the...
2008-12-22  Alexandre Julliardlibport: Replacement for poll().
2008-12-22  Alexandre Julliardlibport: Add a stub replacement for symlink().
2008-12-22  Alexandre Julliardconfigure: Better check for the broken mkdir on Windows.
2008-12-17  Alexandre Julliardserver: Make apc_param_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Use mem_size_t instead of file_pos_t for memory...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Add a mem_size_t type to represent memory sizes...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-17  Henri Verbeetwined3d: Remove GetFVF() and SetFVF() from IWineD3DDevice.
2008-12-15  Alexandre Julliardinclude: Allow 64-bit pointers to pass through LDT...
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2008-12-15  Francois Gougetport: S_IWUSR and S_IX* are not needed. Remove them.
2008-12-12  Henri Verbeetwined3d: Don't reparse the entire shader just to update...
2008-12-10  Alexandre Julliardserver: Windows properties are actually generic params...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-09  Alexandre Julliardinclude: Fix a few compiler warnings for the Mingw64...
2008-12-09  Alexandre Julliardconfigure: Add a wrapper macro for mkdir on Windows.
2008-12-09  Alexandre Julliardserver: Don't use size_t for module sizes, they are...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-12-08  Alexandre Julliardinclude: Implemented inline asm functions for x86_64...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Make object handles ints instead of pointers.
2008-12-08  Alexandre Julliardinclude: Fix the 64-bit value of magic handle constants.
2008-12-06  Alexandre Julliardserver: The name len in the get_directory_entry request...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
next