wine
2007-12-21  Lei Zhangquartz: Move aggregation tests into separate file.
2007-12-21  Alexander Dorofeyevwined3d: Use IWineD3DDeviceImpl_ClearSurface in IWineD3...
2007-12-21  Alexander Dorofeyevwined3d: Rewrite IWineD3DSurfaceImpl_BltOverride colorf...
2007-12-21  Andrey Turkinntdll: Implement BindIoCompletionCallback.
2007-12-21  Zhangrong Huangsecur32: Fix possible crash while loading SSP providers...
2007-12-21  Zhangrong Huanggdi32, winex11.drv: Correct default Chinese font name.
2007-12-21  Stefan Dösingerd3d9: Accept D3DDEVTYPE_REF devices in the vertex decla...
2007-12-21  Stefan Dösingerwined3d: Implement and test vertex fixups with per...
2007-12-21  Stefan Dösingerwined3d: Per stream offsets are 4 byte aligned.
2007-12-21  Stefan Dösingerwined3d: Vertex attributes are 4 byte aligned.
2007-12-21  Stefan Dösingerwined3d: Add a test for POSITIONT vertex fixups.
2007-12-21  Stefan Dösingerwined3d: Improve some traces.
2007-12-21  Stefan Dösingerd3d9: Extend the fixed function vertex declaration...
2007-12-21  Stefan Dösingerwined3d: Change the vertex buffer declaration's data...
2007-12-21  Stefan Dösingerwined3d: Implement half float vertex buffer conversion.
2007-12-21  Michael Jungole32: Avoid leaving a critical section twice.
2007-12-21  Rob Shearmanwidl: Tweak the rules for when to call pfnFree for...
2007-12-21  Alexandre Julliardkernel32: Store the initial directory as a full path...
2007-12-21  Rob Shearmankernel32: Add a test for calling VirtualAlloc on a...
2007-12-21  Rob Shearmanrpcrt4: Fix a memory leak from the get_filename call...
2007-12-21  Rob Shearmanrpcrt4: Print an error if stub buffer pointer is passed...
2007-12-21  Kirill K. Smirnovwinhelp: When we reuse window structure, old brush...
2007-12-21  Alex Villacís... comdlg32: Fix another regression in 3.1-style file...
2007-12-21  Andrew Talbotmciseq: Remove unneeded casts.
2007-12-21  Andrew Talbotmciavi32: Remove unneeded casts.
2007-12-21  Andrew Talbotkernel32: Revert the removal of a cast from a macro.
2007-12-21  Andrew Talbotmapi32: Remove unneeded casts.
2007-12-21  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-21  Huw Daviesinetcomm: Implement IMimeBody_GetOffsets.
2007-12-21  Ivan Sinitsinwinefile: Save font settings in registry.
2007-12-20  Alexandre Julliardntdll: Increase the buffer size dynamically for relay...
2007-12-20  Alexandre Julliardadvapi32: Start non-interactive services in a separate...
2007-12-20  Alexandre Julliardexplorer: It no longer needs to be made a system process.
2007-12-20  Alexandre Julliardserver: Don't give out full access to the system proces...
2007-12-20  Alexandre Julliardserver: Don't count system processes as users of a...
2007-12-20  Alexandre Julliardinclude: Added the mountmgr.h header.
2007-12-20  Alexandre Julliardwine.inf: Mark the spool service as disabled, it's...
2007-12-20  Alexandre Julliardwineboot: Convert the rest of the code to Unicode.
2007-12-20  Alexandre Julliardwineboot: Rewrite wininit.ini processing to use GetPriv...
2007-12-20  Alexandre Julliardwineboot: Add support for starting NT-style services.
2007-12-20  Alexandre Julliardwineboot: Simplify the unnecessarily complex code struc...
2007-12-20  Alexandre Julliardadvapi32: Move the EnumDependentServicesA/W stubs in...
2007-12-20  Roy Sheaqmgr: AddRef, QueryInterface, and stub functions for...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-12-20  Alexandre Julliardkernel32: Forward interrupts in 32-bit code to winedos...
2007-12-20  Dmitry Timoshkovriched20: Remove a redundant parameter from trace.
2007-12-20  James Hawkinsmsi: The BS_GROUPBOX style should only be used if the...
2007-12-20  Rob Shearmanole32: Fix RPC_GetLocalClassObject to wait for 30 secon...
2007-12-20  Rob Shearmanrpcrt4: Fix NdrConformantStringUnmarshall to always...
2007-12-20  Stefan Dösingerwined3d: Add a test for 16 bit floats.
2007-12-20  Stefan Dösingerwined3d: Move the GL info structure into the adapter.
2007-12-20  Stefan Dösingerwined3d: Fix vertex buffers based on type, not semantic.
2007-12-20  Stefan Dösingerwined3d: Fixed function vertex attribute types are...
2007-12-20  Stefan Dösingerwined3d: Store if half float conversion is needed in...
2007-12-20  Stefan Dösingerwined3d: Always dump the fbo state on errors.
2007-12-20  Dmitry Timoshkovuser32: Add a test for an invalid DEVMODE passed to...
2007-12-20  Dmitry Timoshkovgdi32: Add a test for minimal acceptable DEVMODEA size...
2007-12-20  James Hawkinsmsi: Initialize a default COM apartment for custom...
2007-12-20  James Hawkinsmsi: Allow NULL parameters to be passed to the local...
2007-12-20  Andrew Riedigdiplus: Add GdipCreateHBITMAPFromBitmap() stub.
2007-12-20  Rico Schüllerwined3d: Fix some typos.
2007-12-20  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-19  Alex Villacís... user32: Fix regression in DlgDirList caused by modified...
2007-12-19  Rob Shearmanrpcrt4: Don't use BufferEnd in RpcStream_Write.
2007-12-19  Rob Shearmanrpcrt4: Initialise memory passed into RPCs in the serve...
2007-12-19  Rob Shearmanrpcrt4: Memory should only be cleared in ComplexUnmarsh...
2007-12-19  Rob Shearmanrpcrt4: Fix the ALIGN_POINTER_CLEAR macro.
2007-12-19  Rob Shearmanwidl: Fix the length used when clearing alignment space...
2007-12-19  Rob Shearmanwidl: The detection of types is highly dependent on...
2007-12-19  Alexandre Julliardadvapi32: Return from StartServiceCtrlDispatcher when...
2007-12-19  Alexandre Julliardadvapi32: Replace the list of services with an array.
2007-12-19  Alexandre Julliardadvapi32: Use exponential backoff when waiting for...
2007-12-19  Alexandre Julliardadvapi32: Fix RegisterServiceCtrlHandler spec entry.
2007-12-19  Alexandre Julliardadvapi32: Reimplement RegisterServiceCtrlHandler on...
2007-12-19  Roy Sheaqmgr: Generate C file with local GUID definitions from...
2007-12-19  Dmitry Timoshkovinclude: Add CONTEXT86_EXTENDED_REGISTERS and CONTEXT86...
2007-12-19  Dmitry Timoshkovuser32: Set the edit text in a combobox only if combobo...
2007-12-19  Dmitry Timoshkovuser32: Make sure to setup clipping before any painting...
2007-12-19  Dmitry Timoshkovgdi32: In the calculations use a fixed dmSize, not...
2007-12-19  Dmitry Timoshkovgdi32: When compiling with PSDK headers request latest...
2007-12-19  Stefan Dösingerwined3d: Implement texture -> swapchain blits with...
2007-12-19  Stefan Dösingerwined3d: Some improvements for SFLAG_CONVERTED checking.
2007-12-19  Stefan Dösingerwined3d: Emulate half float vertices if GL_NV_half_floa...
2007-12-19  Stefan Dösingerwined3d: Implement blits from the active render target...
2007-12-19  Michael Stefaniucgdi32: There is no need to cast NULL to a function...
2007-12-19  Michael Stefaniucsecur32/tests: InitFunctionPtrs() needs to use the...
2007-12-19  James Hawkinsmsi: Free the ordering information.
2007-12-19  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-18  Kirill K. Smirnovkernel32: ReadConsoleW should wait for at least one...
2007-12-18  Huw Daviesinetcomm: Unquote parameter values.
2007-12-18  Huw Daviesinetcomm: Implement IMimeBody_GetParameters.
2007-12-18  Rob Shearmanrpcrt4: Implement I_RpcGetCurrentCallHandle.
2007-12-18  Rob Shearmanmscoree: Add a stub for GetVersionFromProcess.
2007-12-18  Rico Schüllerkernel32: Fix typo.
2007-12-18  Rico Schüllercomdlg32: Fix typo.
2007-12-18  Alexandre Julliarduser32: Set the WSF_VISIBLE flag on the main window...
2007-12-18  Alexandre Julliardntoskrnl.exe: Allow returning data in ioctls along...
2007-12-18  Alexandre Julliardntoskrnl.exe: Added implementation for IoCreateDriver...
2007-12-18  Alexandre Julliardserver: Fix possible NULL dereference.
2007-12-18  Andrey Turkinserver: Store I/O completion information in async struc...
next