d3d9: Add a test for GetContainer (Volumes & Surfaces).
[wine] / dlls /
2006-06-02  Robert Shearmanrpcrt4: Implement I_RpcAllocate and I_RpcFree.
2006-06-02  Robert Shearmanrpcrt4: Don't send the unused part of the allocated...
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-06-02  Paul Vrienscomctl32/header: Check Null before accessing struct...
2006-06-02  Kai Blinsecur32: Add EncryptMessage and DecryptMessage stubs.
2006-06-02  Michael Kaufmannuser32: Popup menu position fixes.
2006-06-02  Dmitry Timoshkovuser32: Replace PeekMessage loops in the PeekMessage...
2006-06-02  Juan Langcrypt32: Make base64 tests loadable on win9x.
2006-06-02  Vitaliy Margolenshell32: Add Fonts to user's shell folders list.
2006-06-02  Huw Daviesgdi32: FreeType's idea of metrics has changed for bitma...
2006-06-01  Alexandre Julliardwinecoreaudio: Fixed the FSF address.
2006-06-01  Ken Thomaseswinecoreaudio: Don't CFAllocate buffer for port message.
2006-06-01  Ken Thomaseswinecoreaudio: Use unique name for message port.
2006-06-01  Ken Thomaseswinecoreaudio: 8-bit Linear PCM data is unsigned.
2006-06-01  Ken Thomaseswinecoreaudio: Keep processing wavehdrs to satisfy...
2006-06-01  Ken Thomaseswinecoreaudio: Improve state tracking.
2006-06-01  Ken Thomaseswinecoreaudio: Miscellaneous cleanup.
2006-06-01  Ken Thomaseswinecoreaudio: Fix race to open.
2006-06-01  Mike McCormackrpcrt4: Implement NDRCContext(Un)marshall and NDRCConte...
2006-06-01  Stefan Dösingerwined3d: Adjust the video mem when dropping the pow2...
2006-06-01  Jacek Cabanurlmon: Remove no longer needed binding value in task_t.
2006-06-01  Jacek Cabanurlmon: Use task queue for cross thread calls in on_pro...
2006-06-01  Jacek Cabanurlmon: Use task queue in Switch implementation.
2006-06-01  Jacek Cabanurlmon: Added task queue architecture and use it for...
2006-06-01  Jacek Cabanurlmon: Make suse that every OnProgress call is in...
2006-06-01  Andrew Talbotcrypt32/tests: Write-strings warning fix.
2006-06-01  Mikołaj Zalewskicomctl32: header: Update the rects in HEADER_Refresh...
2006-06-01  Hans Leidekkerdnsapi: Fall back to a netbios query when a dns query...
2006-06-01  Andrew Ziemwsock32: Added GetService{A,W} stubs.
2006-05-31  Jacek Cabanurlmon: Use FindMimeFromData to determine MIME type.
2006-05-31  Huw Daviesrpcrt4: Add ENUM32 support to ComplexStructMemorySize.
2006-05-31  Robert Shearmanoleaut32: Make sure to read the memid and the name...
2006-05-31  Robert Shearmanoleaut32: Resolve referenced types for return values...
2006-05-31  Alexandre Julliardwinecoreaudio: Fixed a bunch of compiler warnings.
2006-05-31  Alexandre Julliarddnsapi: Added check for _msg_ptr vs. _ptr member in...
2006-05-31  Alexandre Julliarddnsapi: Remove a bunch of unused functions that cause...
2006-05-31  Alexandre Julliarddnsapi: Portability fixes.
2006-05-31  Juan Langcrypt32: Implement CryptBinaryToStringA and CryptString...
2006-05-31  Jacek Cabanurlmon: Added text/html filter.
2006-05-31  Jacek Cabanurlmon: Use filters mechanism in FindMimeFromData.
2006-05-31  Troy Rolloole32: Use STGM_WRITE when opening child storage to...
2006-05-31  Robert Reifwinmm: Always check for open and close enents in wave...
2006-05-31  Michael Stefaniucdnsapi: Fixed missing lock release on error path.
2006-05-31  Stefan Dösingerd3d8: Backport of the d3d9 swapchain test to d3d8.
2006-05-31  Stefan Dösingerd3d8: Back buffer count fix.
2006-05-31  Andrew Talbotcrypt32: Write-strings warning fix.
2006-05-31  Andrew Talbotwinmm/joystick: joystick.c requires Unicode library.
2006-05-30  Alexandre Julliardcomctl32: propsheet: Fixed buffer sizes for LoadStringW.
2006-05-30  Emmanuel Maillardwinecoreaudio: Initial Audio Driver for Mac OS X.
2006-05-30  Hans Leidekkerdnsapi: Implement DnsQuery_{A,UTF8,W}.
2006-05-30  Hans Leidekkerdnsapi: Add DNS message parsing routines from BIND.
2006-05-30  Mikołaj Zalewskicomctl32: header: Ignore out-of-range iOrder in SetItemT.
2006-05-30  Mikołaj Zalewskikernel32: Prevent truncating characters to 8 bits in...
2006-05-30  Andrew Ziemmsi: Increase verbosity in some failing tests.
2006-05-30  Mike McCormackwininet: Don't crash when querying NULL values.
2006-05-30  Mike McCormackwininet: Add a test for basic authentication.
2006-05-30  Mike McCormackuser32: Stub implementations for Win64's Get/Set LongPt...
2006-05-30  Troy Rollocomdlg32: Prevent SEGV in FILEOPEN95_OnOpen when a...
2006-05-30  Vitaliy Margolenwined3d: Properly destroy texture object if we failed...
2006-05-30  Vitaliy Margolend3d9: Add reference to the parent device for surfaces.
2006-05-30  Robert Shearmanrpcrt4: Make UserMarshalFlags static.
2006-05-30  Robert Shearmanrpcrt4: We should never pass an fMustAlloc value of...
2006-05-30  Robert Shearmanrpcrt4: Make sure to set a unique pointer with an id...
2006-05-30  Robert Shearmanrpcrt4: If the number of pointers is 0 for NdrFullPoint...
2006-05-30  Robert Shearmanrpcrt4: Handle marshaling/unmarshaling full pointers.
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-30  Andrew Talbotcomctl32/tests: Write-strings warnings fix.
2006-05-30  Hans Leidekkermsi: Implement MsiLocateComponent{A,W}.
2006-05-30  Mike McCormackwldap32: Fix unused variable warnings.
2006-05-30  Mike McCormackgdi32: Fix an unused variable warning.
2006-05-30  Stefan Dösingerwined3d: Do not disable GL_BLEND when alpha blending...
2006-05-30  Stefan Dösingerwined3d: Release the memory in IWineGDISurface::Private...
2006-05-30  Robert Reifwinmm: Add multiple header wave tests.
2006-05-28  Andrew Talbotcomctl32/tests: Write-strings warning fix.
2006-05-28  Detlef Riekenbergwinspool/tests: Use 0xdeadbeef as magic value.
2006-05-28  Detlef Riekenbergwinspool: Documentation for GetPrintProcessorDirectory.
2006-05-28  Alexandre Julliarduser: Fixed WM_ACTIVATEAPP mapping with null task handle.
2006-05-28  Frank Richtershdocvw: Install Mozilla control silently.
2006-05-28  Frank Richtershdocvw: Improve German translation.
2006-05-28  Kai Blinsecur32: Cleaning up the authentication tests.
2006-05-28  Jacek Cabanurlmon: Improve debug traces.
2006-05-28  Jacek Cabanurlmon: Store STGMEDIUM in Binding object and set its...
2006-05-28  Jacek Cabanurlmon: Return IClassFactory in get_protocol_handler...
2006-05-27  Eric Pouechntdll: Free TLS pointers when exiting thread.
2006-05-27  Eric Pouechntdll/kernel32: Moved GetThreadSelectorEntry to ntdll.
2006-05-27  Eric Pouechntdll/kernel32: Pipe information.
2006-05-27  Jason Greenwined3d: Add ability to generate GLSL shader objects...
2006-05-27  Jason Greenwined3d: Final move of the GLSL registry check (hopefully).
2006-05-27  Alexandre Julliardkernel32: Partial implementation of GetModuleHandleExA/W.
2006-05-27  Alexandre Julliardntdll: Implemented RtlPcToFileHeader.
2006-05-27  Kai Blinsecur32: Fix wrong bit shift in the base64 encoder.
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-26  Stefan Dösingerwined3d: Implement IWineD3DSurface::BltFast.
2006-05-26  Mike McCormacksecur32: Avoid some code duplication.
2006-05-26  Mike McCormackrpcrt4: Implement NdrClientContext(Un)Marshall.
2006-05-26  Juan Langcrypt32: Implement CertVerifyCRLTimeValidity and partia...
2006-05-26  Juan Langcrypt32: Combine redundant code.
next