wined3d: Attempt to remove some tabs smuggled in by xcode.
[wine] / dlls /
2007-01-08  Dmitry Timoshkovkernel32: Fix the file sharing test to pass cleanly...
2007-01-08  Dmitry Timoshkovkernel32: Skip the VirtualAllocEx test under Win9x.
2007-01-08  Dmitry Timoshkovuser32: Add one more GetSystemMenu test.
2007-01-08  Dmitry Timoshkovuser32: Make message tests pass cleanly under XP SP2.
2007-01-08  Rob Shearmanwininet: Use Keep-Alive for HTTP requests if specified...
2007-01-08  Rob Shearmanwininet: Fix the handling of Accept types passed into...
2007-01-08  Rob Shearmanwininet: Rename HTTP_Base64 to HTTP_EncodeBase64 to...
2007-01-08  Rob Shearmanole32: Fix the OLE clipboard test to call OleInitialize...
2007-01-08  Rob Shearmanole32: Add a field to the TLS data to determine whether...
2007-01-08  Rob Shearmanole32: IPeristStream implies IPersist and IStream impli...
2007-01-08  Rob Shearmanole32: IStream inherits from ISequentialStream so the...
2007-01-08  Rob Shearmanole32: Release the global interface table in the tests...
2007-01-08  Kai Blinwinmm: Remove unused variable and if check (Coverity).
2007-01-08  Andrew Talbotdplayx: Declare some functions static.
2007-01-08  Andrew Talbotdmstyle: Declare some functions static.
2007-01-08  Andrew Talbotdnsapi: Declare some items static.
2007-01-08  Francois Gougetmlang/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetmshtml/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetkernel32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetgdi32/tests: Replace an '#if 0' with an 'if (0)'.
2007-01-08  Francois Gougetntdll/tests: Replace an '#if 0' with an 'if (0)'.
2007-01-08  Francois Gougetd3d9/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetcrypt32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetgdi32/tests: Tweak a test to avoid an '#if 0'.
2007-01-08  Francois Gougeturlmon/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetrpcrt4/tests: Remove an unneeded '#if 0' and fix the...
2007-01-08  Francois Gougetrpcrt4/tests: Replace some '#if 0's with 'if (0)'s...
2007-01-08  Francois Gougetoleaut32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetoleaut32/tests: Fix compilation on systems with no...
2007-01-08  Francois Gougetsetupapi/tests: Print GetLastError() in decimal with...
2007-01-08  Francois Gougetwininet/tests: Print GetLastError() in decimal with...
2007-01-08  Francois Gougetwinspool.drv/tests: Replace some '#if 0's with 'if...
2007-01-08  Francois Gougetshell32/tests: Hack SHGetFileInfo() so it does not...
2007-01-08  Dmitry Timoshkovkernel32: Skip the OpenProcess test under Win9x.
2007-01-08  H. Verbeetd3d8: IDirect3DDevice8Impl_GetVertexShaderDeclaration...
2007-01-08  H. Verbeetd3d8: IDirect3DDevice8Impl_GetVertexShaderFunction...
2007-01-08  H. Verbeetd3d8: IDirect3DDevice8Impl_GetPixelShaderFunction gets...
2007-01-08  Jacek Cabanshlwapi: Forward CLSIDFromProgIDWrap to ole32 (with...
2007-01-08  Jonathan Ernstshdoclc: Update French translation.
2007-01-06  Dmitry Timoshkovdevenum: Do not store full DLL path in the registry.
2007-01-06  Dmitry Timoshkovqcap: Do not store full DLL path in the registry.
2007-01-06  Detlef Riekenbergwinspool: Implement XcvDataW.
2007-01-06  Detlef Riekenbergwinspool: Call the Portmonitor for XcvMonitor and XcvPo...
2007-01-06  Detlef Riekenbergwinspool: Start support for XcvMonitor and XcvPort...
2007-01-06  Detlef Riekenbergwinspool: Support the local computername as servername...
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2007-01-06  Vitaliy Margolendinput: Fix possible NULL deference.
2007-01-06  Vitaliy Margolendinput: Fix memory leak.
2007-01-06  Vitaliy Margolendinput: Fix mouse to use proper offset when queuing...
2007-01-06  Eric Pouechdbghelp: Handling of S_SALIGN symbols.
2007-01-06  Eric Pouechwinedump: Removed cvinclude.h.
2007-01-06  Eric Pouechdbghelp: Corrected the map/unmap operations for ELF...
2007-01-06  Kai Blinmsacm32: Fix comment and remove unneeded if check ...
2007-01-06  Francois Gougetole32: Print GetLastError() in decimal with '%u'.
2007-01-06  Francois Gougetgdi32/tests: Print GetLastError() in decimal with ...
2007-01-06  Francois Gougetshell32/tests: Print GetLastError() in decimal with...
2007-01-06  Francois Gougetlocalspl/tests: Print GetLastError() in decimal with...
2007-01-06  Francois Gougetversion/tests: Print GetLastError() in decimal with...
2007-01-05  Francois Gougetddrawex: Self-register the DirectDrawFactory CoClass.
2007-01-05  Francois Gougetdinput8: Self-register the DirectInput8 CoClass.
2007-01-05  Francois Gougetadvapi32: Remove a useless macro.
2007-01-05  Kai Blinshlwapi: Remove redundant check in assignment, unicode...
2007-01-05  Kai Blinuser32: If pTest was allocated, length has to be >...
2007-01-05  Kai Blinole32: Remove redundant NULL check (Coverity).
2007-01-05  Jeff Latimerwinemp3.acm: Ensure null check before dereference.
2007-01-05  Jeff Latimerwininet: Ensure null check before dereference.
2007-01-05  Andrew Talbotdmloader: Declare some functions static.
2007-01-05  Andrew Talbotdmime: Declare some functions static.
2007-01-05  Francois Gougetquartz: Use '%u' to print GetLastError().
2007-01-05  Francois Gougeturlmon: Print GetLastError() in decimal with '%u'.
2007-01-05  Francois Gougetqcap: Print GetLastError() in decimal with '%u'.
2007-01-05  Dmitry Timoshkovkernel32: GetTimeFormat and GetDateFormat should fail...
2007-01-05  Louis Lendersdevenum: Update Dutch resource.
2007-01-05  Louis Lenderscomdlg32: Update Dutch resource.
2007-01-05  Vitaliy Margolendinput: Change EnumObjects to use GetObjectInfo.
2007-01-04  Chris Robinsonwined3d: state_pointsprite should apply to all texture...
2007-01-04  Eric Pouechimagehlp: Make use of the bReadOnly parameter in MapAnd...
2007-01-04  Eric Pouechimagehlp: Correctly handle files without NT headers...
2007-01-04  Eric Pouechimagehlp: Fixed computation of SizeOfImage in MapAndLoad.
2007-01-04  H. Verbeetwined3d: Skip sampler state application for stages...
2007-01-04  H. Verbeetwined3d: Skip WINED3DTSS_TEXCOORDINDEX state applicatio...
2007-01-04  H. Verbeetwined3d: Don't do WINED3DTSS_ALPHAOP texture operations...
2007-01-04  H. Verbeetwined3d: Don't do WINED3DTSS_COLOROP texture operations...
2007-01-04  Rob Shearmanwininet: Fix the releasing of the wrong reference count...
2007-01-04  Rob Shearmanwininet: Change the HTTP code to not assume that the...
2007-01-04  Rob Shearmanwininet: Don't send callbacks in HTTP_CloseConnection...
2007-01-04  Rob Shearmanwininet: Use the Content-Length header to work out...
2007-01-04  Rob Shearmanwininet: Always send a Connection header set to "close...
2007-01-04  Rob Shearmanwininet: Use correct types for socket functions to...
2007-01-04  Rob Shearmanwininet: Fix HTTP redirects by reseting loop_next after...
2007-01-04  Rob Shearmanntdll: Don't print a fixme in RtlQueueUserWorkItem...
2007-01-04  Vitaliy Margolendinput: Fix cut and paste error.
2007-01-04  Andrew Talbotddraw: Declare some functions static.
2007-01-04  Andrew Talbotd3d9: Declare some functions static.
2007-01-04  Andrew Talbotdmband: Declare some functions static.
2007-01-04  Rob Shearmanwininet: Remove the custom thread pool implementation...
2007-01-04  Rob Shearmanrpcrt4: Pass WT_EXECUTELONGFUNCTION to QueueUserWorkIte...
2007-01-04  Rob Shearmanntdll: Fix some test failures of RtlGUIDFromString...
2007-01-04  Rob Shearmanntdll: RtlInitUnicodeString on a string too long to...
2007-01-04  Rob Shearmanole32: Make sure to reset the message state if it has...
next