wine
2008-06-24  James Hawkinsmsi: Handle the user managed context in MsiQueryFeature...
2008-06-24  James Hawkinsmsi: Add more tests for MsiQueryFeatureState.
2008-06-24  James Hawkinsmsi: Create the SourceList key in msi_publish_sourcelist.
2008-06-24  James Hawkinsmsi: Fix the published location of the upgrade code...
2008-06-24  James Hawkinsmsi: Open the local user data product key for the machi...
2008-06-24  James Hawkinsmsi: Test the PublishProduct action with the machine...
2008-06-24  James Hawkinsmsi: Publish the UpgradeCode in PublishProduct.
2008-06-24  James Hawkinsmsi: Publish media disks whether the drive type is...
2008-06-24  James Hawkinsmsi: Publish a few more product properties.
2008-06-24  James Hawkinsmsi: Allow checking a REG_MULTI_SZ string.
2008-06-24  James Hawkinsmsi: Squash the package code property.
2008-06-24  James Hawkinsmsi: Factor out publishing the product properties.
2008-06-24  James Hawkinsmsi: Don't publish the product to an invalid location.
2008-06-24  James Hawkinsmsi: Don't set an invalid install property in PublishPr...
2008-06-24  James Hawkinsmsi: Factor out publishing the product source list.
2008-06-24  James Hawkinsmsi: Factor out publishing icon files.
2008-06-24  Owen Rudgeshell32: Populate comment column in Control Panel.
2008-06-24  Owen Rudgeshell32: Ensure the correct applet is loaded in multi...
2008-06-24  Owen Rudgeshell32: Register Control Panel namespace folder.
2008-06-24  Owen Rudgewine.inf: Add cplfile (control panel applet) association.
2008-06-24  Owen Rudgeshell32: Add support for WantsForDISPLAY and HideAsDele...
2008-06-24  Jacek Cabanmshtml: Added IHTMLDOMNode::hasChildNodes implementation.
2008-06-24  Jacek Cabanmshtml: Added IHTMLDOMNode::removeChild implementation.
2008-06-24  Jacek Cabanmshtml: Fixed argument checking in IHTMLDOMChildrenColl...
2008-06-24  Jacek Cabanmshtml: Added support to accessing child nodes by index...
2008-06-24  Jacek Cabanmshtml: Added IHTMLElement2::put_tabIndex implementation.
2008-06-24  Jacek Cabanmshtml: Added IHTMLElement2::get_tabIndex implementation.
2008-06-24  Jacek Cabanmshtml: Added IHTMLElement::put_onkeyup implementation.
2008-06-24  Jacek Cabanmshtml: Added keyup event support.
2008-06-24  Michael Stefaniucwinedbg: Fix "floating pointer" typo.
2008-06-24  Alexandre Julliardoleaut32/tests: Allow UuidCreate to return RPC_S_UUID_L...
2008-06-24  Alexandre Julliardole32: Don't consider RPC_S_UUID_LOCAL_ONLY an error...
2008-06-24  H. Verbeetd3d9: Use color_match() in alpha_test().
2008-06-24  H. Verbeetd3d8: Use color_match() in alpha_test().
2008-06-24  Rob Shearmaninclude: Add the local attribute to IShellExecuteHookA...
2008-06-24  Rob Shearmanwidl: Fix check_remoting_fields to enumerate the correc...
2008-06-24  Rob Shearmanwidl: Fix type_memsize to follow aliases so that the...
2008-06-24  Rob Shearmanwidl: Fix the types of enums with the v1_enum attribute...
2008-06-24  Rob Shearmanwidl: Fix crash in find_array_or_string_in_struct if...
2008-06-24  Rob Shearmanwidl: Set the type of the type_t node constructured...
2008-06-24  Rob Shearmanwidl: Factor out the finding of a registered type to...
2008-06-24  Maarten Lankhorstquartz: Clear pin value if not connected.
2008-06-24  Maarten Lankhorstquartz: Add support for VideoInfoHeader2 to AVI Decompr...
2008-06-24  Maarten Lankhorstquartz: Only enumerate renderers if bRender is set...
2008-06-24  Maarten Lankhorstquartz: DSoundRender shouldn't delete buffer when alrea...
2008-06-24  Maarten Lankhorstquartz: Have thread safety in memallocator.
2008-06-24  Maarten Lankhorstquartz: Implement VideoRenderer_GetCurrentImage.
2008-06-24  Maarten Lankhorstquartz: Implement GraphConfig_Reconfigure.
2008-06-24  Paul Vrienssetupapi/tests: Add a simple test for the DelReg directive.
2008-06-24  Hans Leidekkerwininet: Make a test pass on IE6.
2008-06-24  Hans Leidekkerwininet: Win64 compatibility fixes.
2008-06-24  Hans Leidekkerwininet: Resolve hostname once per connection.
2008-06-24  Hans Leidekkerwininet: Send a 'Pragma: no-cache' header if asked...
2008-06-24  Hans Leidekkerwininet: Improve some traces.
2008-06-24  Hans Leidekkerwininet: Clear last error upon successful return from...
2008-06-24  Alex Villacís... richedit: EM_POSFROMCHAR should take into account scrol...
2008-06-24  Alex Villacís... richedit: When returning position through wParam pointe...
2008-06-24  Alexandre Julliardd3d9/tests: Test for Direct3DCreate9 failure.
2008-06-24  Alexandre Julliardd3d9: Make Direct3DCreate9 fail if we can't initialize...
2008-06-24  Alexandre Julliardd3d8: Make Direct3DCreate8 fail if we can't initialize...
2008-06-23  Alexandre Julliardwinex11: Print more details on OpenGL load failure...
2008-06-23  Alexander Dorofeyevddraw: Implement FPU mode fixup in d3d7 device.
2008-06-23  Alistair Leslie... shell32: Stop crash when an error occurs.
2008-06-23  Alistair Leslie... secur32: Fix crash under win98.
2008-06-23  Louis Lendersd3dx9_*: Add version resources.
2008-06-23  Jacek Cabanmshtml: Added IHTMLElement::put_onclick implementation.
2008-06-23  Jacek Cabanmshtml: Added generic HTML event listener and use it...
2008-06-23  Jacek Cabanmshtml: Use heap_alloc_zero in NSContainer_Create.
2008-06-23  Jacek Cabanmshtml: Added onclick attribute support.
2008-06-23  Jacek Cabanmshtml: Added IHTMLImgElement::put_src implementation.
2008-06-23  Jacek Cabanmshtml: Added IHTMLElement::put_className implementation.
2008-06-23  Jacek Cabanmshtml: Return NULL instead of empty string in IHTMLEl...
2008-06-23  Jacek Cabanmshtml: Added IHTMLDocument3::createTextNode implementa...
2008-06-23  Jacek Cabanmshtml: Added IHTMLDOMNode::appendChild implementation.
2008-06-23  Huw Davieswinspool.drv: Make sure the printer driver registry...
2008-06-23  Paul Vrienssetupapi/tests: Fix a test on NT4.
2008-06-23  Paul Vrienssetupapi/tests: Remove a registry key on failure for...
2008-06-23  Paul Vrienssetupapi/tests: Prevent crash on NT4.
2008-06-23  Paul Vrienssetupapi/tests: Remove last win9x references.
2008-06-23  Rob Shearmanrpcrt4: Fix NdrConformantVaryingStructUnmarshall to...
2008-06-23  Rob Shearmanrpcrt4: Factor out string validation from NDR unmarshal...
2008-06-23  Rob Shearmanwidl: Fix the embedded pointer offsets in generated...
2008-06-23  Rob Shearmanwidl: Replace code to round up values and calculate...
2008-06-23  Alexandre Julliardshell32/tests: Use the original path if GetLongPathName...
2008-06-23  Alexandre Julliardwinspool: Don't print NULL pointers in traces.
2008-06-23  Michael Karcherddraw: Ensure to load wined3d before attempting to...
2008-06-23  Marcus Meissnerws2_32/tests: Initialize buffer to avoid valgrind warning.
2008-06-23  Dan Kegeluser32: Fix buffer length thinko in dde_client.c.
2008-06-23  Detlef Riekenbergavifil32: The array index is 0-based.
2008-06-23  Kai Blinrpcrt4: Ignore the AuthzSvr parameter for RPC_C_AUTHN_W...
2008-06-23  Kai Blinrpcrt4: Fix some A/W use in error messages.
2008-06-23  Rob Shearmanrpcrt4: Add test for using a conformant varying structu...
2008-06-23  Dan Hipschmankernel32/tests: Add tests for TLS functions.
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-06-23  Eric Pouechwinhelp: Removed the main history button, and use the...
2008-06-23  Eric Pouechwinhelp: Added the options menu.
2008-06-23  H. Verbeetwined3d: Half float formats need ARB_TEXTURE_FLOAT...
2008-06-23  H. Verbeetwined3d: Report post pixelshader blending on WINED3DFMT...
2008-06-23  Roderick Colenbranderwined3d: Fix a usage flags conflict.
2008-06-23  Roderick Colenbranderwined3d: Update the d3dusage query mask with 0x100000...
next