wine
2009-10-28  Huw Daviesoledb32: Add some conversions to DBTYPE_UI4;.
2009-10-28  Huw Daviesoledb32: Add some conversions to DBTYPE_UI1.
2009-10-28  Huw Daviesoledb32: Add a few simple conversions to DBTYPE_GUID.
2009-10-28  Jörg Höhlemciwave: Default wave format is 11025x8x1.
2009-10-28  Jörg Höhlemciwave: Fix wave format first, then compute position.
2009-10-28  Rico Schüllerd3d10: Mark annotation variable as annotation.
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsShader().
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsSampler().
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsRasterizer().
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsDepthStencil().
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsBlend().
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsConstantBuffer().
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsDepthStencilVi...
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsRenderTargetVi...
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsShaderResource().
2009-10-28  Rico Schüllerd3d10: Implement ID3D10EffectVariable::AsString().
2009-10-28  Rico Schüllerd3d10: Fix a HeapFree() in d3d10_effect_Release().
2009-10-28  Henri Verbeetwined3d: Rename DestroyContext() to context_destroy().
2009-10-28  Henri Verbeetwined3d: Restore the thread's GL context on context_rel...
2009-10-28  Henri Verbeetwined3d: Call context_release() for wined3d contexts...
2009-10-28  Henri Verbeetwined3d: Keep better track of where we're using wined3d...
2009-10-28  Henri Verbeetwined3d: Restore the thread's previous GL context in...
2009-10-28  Paul Vriensadvapi32: Add a stubbed GetEventLogInformation with...
2009-10-28  Paul Vriensadvapi32/tests: Add some GetEventLogInformation tests.
2009-10-28  Dan Kegelcrypt32/tests: CryptUnprotectData: test zero-length...
2009-10-28  Jacek Cabanjscript: Store a copy of code in parser_ctx_t.
2009-10-28  Vincent Povirkole32: Don't use IEnumSTATSTGImpl to search for a paren...
2009-10-28  Jacek Cabanmshtml: Added HTML frames support.
2009-10-28  Jacek Cabanmshtml: Avoid crash in nsIURI:Equals if other_url is...
2009-10-28  Jacek Cabanmshtml: Moved event_vector to HTMLDocumentNode.
2009-10-28  Jacek Cabanmshtml: Moved nsIDOMEventListener implementations to...
2009-10-28  Juan Langcryptui: Display <None> for a cert's friendly name...
2009-10-28  Vincent Povirkole32: Fix the LEFTCHILD and RIGHTCHILD offset defines.
2009-10-28  Alexandre Julliardkernel32: Set the 64-bit flag for builtin executables...
2009-10-28  Alexandre Julliardkernel32: Retrieve the executable information as soon...
2009-10-28  Alexandre Julliardkernel32: Add a structure to store all the information...
2009-10-28  Alexandre Julliardkernel32: Specify the full application path when starti...
2009-10-28  Alexandre Julliardntdll: The meaning of the flag is inverted between...
2009-10-27  Alexandre Julliardlibwine: Reserve some low memory space even without...
2009-10-27  Alexandre Julliardkernel32: Make GetQueuedCompletionStatus return failure...
2009-10-27  Nate Gallahermsi: Test that a query on a join of two tables returns...
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-10-27  Matteo Brunid3dx9: Add D3DXAssembleShader tests.
2009-10-27  Huw Daviesoledb32: Add a couple of conversions to DBTYPE_FILETIME.
2009-10-27  Huw Daviesoledb32: Add CanConvert support for DBTYPE_FILETIME.
2009-10-27  Huw Daviesmsdaps: Implement IRowsetInfo_GetProperties proxy and...
2009-10-27  Huw Daviesinclude: Add rstinf.idl.
2009-10-27  Huw Daviesmsdaps: Implement SetCommandText proxy and stub.
2009-10-27  Huw Daviesinclude: Add cmdtxt.idl.
2009-10-27  Huw Daviesinclude: Add cmdbas.idl.
2009-10-27  Paul Vriensadvapi32/tests: Add a input parameter check (CloseEvent...
2009-10-27  Paul Vriensadvapi32/tests: Cope with empty servername.
2009-10-27  Paul Vriensadvapi32/tests: Add some input parameter checks.
2009-10-27  Paul Vriensadvapi32/tests: Add some basic eventlog tests.
2009-10-27  Ken Thomaseswinex11: Allow assigning non-OEM virtual key codes...
2009-10-27  Ken Thomaseswinex11: Use a table of available OEM virtual key codes.
2009-10-27  Ken Thomaseswinex11: Assign OEM virtual key codes in a separate...
2009-10-27  Rico Schüllerd3d10: Improve set_variable_vtbl().
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectShaderVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectDepthStencilViewVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectRenderTargetViewVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectShaderResourceVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectStringVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectSamplerVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectRasterizerVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectDepthStencilVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Add ID3D10EffectBlendVariableVtbl.
2009-10-27  Rico Schüllerd3d10: Improve ID3D10Effect::GetVariableByName().
2009-10-27  Rico Schüllerd3d10: Implement ID3D10Effect::GetVariableByIndex().
2009-10-27  Alexandre Julliardsetupapi: Create fake dlls before performing dll regist...
2009-10-27  Alexandre Julliardwine.inf: Specify the full path to iexplore.exe and...
2009-10-27  Alexandre Julliardshdocvw: Specify the full path to iexplore.exe.
2009-10-27  Alexandre Julliardoleview: Specify the full application path when startin...
2009-10-27  Alexandre Julliardexplorer: Specify the full application path when starti...
2009-10-27  Alexandre Julliarduser32: Specify the full application path when starting...
2009-10-27  Alexandre Julliardshdocvw: Specify the full application path when startin...
2009-10-27  Alexandre Julliardshell32: Specify the full application path when startin...
2009-10-27  Alexandre Julliardrpcrt4: Specify the full application path when starting...
2009-10-27  Alexandre Julliardole32: Specify the full application path when starting...
2009-10-27  Henri Verbeetwined3d: Restore the thread's previous GL context in...
2009-10-27  Henri Verbeetwined3d: Restore the wglMakeCurrent() call in context_d...
2009-10-27  Henri Verbeetwined3d: Set a driver name appropriate for the vendor...
2009-10-27  Henri Verbeetwined3d: Apply PCI ID overrides in init_driver_info...
2009-10-27  Henri Verbeetwined3d: Store PCI IDs in wined3d_driver_info instead...
2009-10-27  Hans Leidekkermsi: Avoid accessing uninitialized memory in ACTION_App...
2009-10-27  Hans Leidekkermsi/tests: Fix a couple of user SID string leaks.
2009-10-27  Hans Leidekkerwininet: Clean up locks after closing libssl and libcrypto.
2009-10-27  Hans Leidekkerwinhttp: Clean up locks after closing libssl and libcrypto.
2009-10-27  Hans Leidekkerwininet: Avoid accessing uninitialized memory in HttpSe...
2009-10-27  Hans Leidekkerwininet: Avoid accessing uninitialized memory in Conver...
2009-10-27  Juan Langcryptui: Sort certificates by subject name by default.
2009-10-27  Juan Langcryptui: Support sorting columns by clicking on their...
2009-10-27  Andrew Eikummshtml: Fix typo in TRACE.
2009-10-27  Jacek Cabanmshtml: Moved binding list to HTMLDocumentNode.
2009-10-27  Jacek Cabanmshtml: Allow task queue to be used for different targets.
2009-10-27  Jacek Cabanmshtml: Moved url and mon to HTMLWindow.
2009-10-27  Jacek Cabanmshtml: Moved bscallback to HTMLWindow.
2009-10-27  Jacek Cabanmshtml: Use HTMLWindow in AsyncOpen implementation.
2009-10-27  Jacek Cabanmshtml: Store window reference in nsURI.
2009-10-27  Owen Rudgemapi32: Pass several extended MAPI functions through...
next