wined3d: Add mapping for MOV instructions in shader_hw_map2gl.
[wine] / dlls / msi /
2008-12-23  Maarten Lankhorstmsi: Add missing CDECL to cabinet functions.
2008-12-20  Alexandre Julliardmsi/tests: Avoid sizeof in traces.
2008-12-18  Aric Stewartmsi: Fix some NULL checking in MSI_RecordGetStringA.
2008-12-17  Aric Stewartmsi: EndDialog with Ignore should not be an error.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-16  Paul Vriensmsi/tests: Run tests again on Win9x and NT4.
2008-12-15  James Hawkinsmsi: Add tests for MsiGetPatchInfo.
2008-12-15  James Hawkinsmsi: Set the property specified by the Source attribute...
2008-12-15  James Hawkinsmsi: Publish the patch information.
2008-12-15  James Hawkinsmsi: Implement MsiGetPatchInfoExW.
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Forward MsiGetPatchInfoExA to MsiGetPatchInfoExW.
2008-12-15  James Hawkinsmsi: Add a stub implementation of MsiGetPatchInfoEx.
2008-12-15  Francois Gougetmsi/tests: Make enum_stream_names() and package_RegDele...
2008-12-12  Alexandre Julliardmsi: Don't include msvcrt headers.
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-11  Paul Vriensmsi/tests: Skip tests on win9x due to different registr...
2008-12-10  Paul Vriensmsi/tests: Run tests again on Win9x and NT4.
2008-12-09  James Hawkinsmsi: Add tests for MsiGetProductProperty.
2008-12-09  James Hawkinsmsi: Implement MsiGetProductPropertyW.
2008-12-09  James Hawkinsmsi: Forward MsiGetProductPropertyA to MsiGetProductPro...
2008-12-09  James Hawkinsmsi: Add tests for MsiEnumPatches.
2008-12-09  James Hawkinsmsi: Implement MsiEnumPatchesW.
2008-12-09  James Hawkinsmsi: Forward MsiEnumPatchesA to MsiEnumPatchesW.
2008-12-09  James Hawkinsmsi: Add the ability to delete multiple users' componen...
2008-12-09  James Hawkinsmsi: Remove a duplicated function.
2008-12-09  James Hawkinsmsi: Remove a duplicated function.
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' install...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' component...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users product...
2008-12-09  James Hawkinsmsi: Add tests for MsiEnumPatchesEx.
2008-12-09  James Hawkinsmsi: Fix an uninitialized variable.
2008-12-08  Andrew Talbotmsi: Remove an unused declaration.
2008-12-08  James Hawkinsmsi: Implement MsiEnumPatchesExW.
2008-12-08  James Hawkinsmsi: Forward MsiEnumPatchesExA to MsiEnumPatchesExW.
2008-12-08  James Hawkinsmsi: Fix the type of the last parameter of MsiEnumPatch...
2008-11-28  Lei Zhangmsi: Set DllVersion registry key for CLSID_IMsiServerMe...
2008-11-28  Francois Gougetmsi: Remove WINAPI on static functions where not needed.
2008-11-25  Michael Stefaniucmsi: Remove casts of void pointers.
2008-11-17  Paul Vriensmsi/tests: Skip tests on win9x by checking functionalit...
2008-11-13  Paul Vriensmsi/tests: Skip some tests on Win9x and WinMe.
2008-11-11  Paul Vriensmsi/tests: Fix some test failures on Win9x and WinMe.
2008-11-04  James Hawkinsmsi: Remove an unused registry function.
2008-11-04  James Hawkinsmsi: Factor out the code to open the UserData features...
2008-11-04  James Hawkinsmsi: Factor out the code to open the features key.
2008-11-04  James Hawkinsmsi: Factor out the code to open a product key.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-30  James Hawkinsmsi: Allow private properties from the AdminProperties...
2008-10-29  James Hawkinsmsi: Do not reinstall an assembly that already exists...
2008-10-28  Nicolas Le Cammsi/tests: Fix a failing test on all platforms up to...
2008-10-27  James Hawkinsmsi: Skip the leading period of the extension to be...
2008-10-27  James Hawkinsmsi: Convert command line property names to uppercase.
2008-10-27  James Hawkinsmsi: Use the long file name in the WriteIniValues action.
2008-10-27  James Hawkinsmsi: Set the source path tests to "interactive" to...
2008-10-24  James Hawkinsmsi: Fix several test failures.
2008-10-24  James Hawkinsmsi: Fix a failing test in win9x.
2008-10-22  James Hawkinsmsi: Only compare the file version if a version was...
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-20  James Hawkinsmsi: Use the quoted part of the registry value when...
2008-10-20  James Hawkinsmsi: Fix a copy and paste error.
2008-10-20  James Hawkinsmsi: Strip the file off the parent path if it's not...
2008-10-20  James Hawkinsmsi: Only check the file signature if the candidate...
2008-10-20  James Hawkinsmsi: Append the next directory to search to the current...
2008-10-20  James Hawkinsmsi: Only append a backslash to directories.
2008-10-20  James Hawkinsmsi: Don't get rid of the file signature when searching...
2008-10-20  James Hawkinsmsi: Simplify and clean up ACTION_RecurseSearchDirectory.
2008-10-20  James Hawkinsmsi: Handle searching for directories in the IniLocator...
2008-10-20  James Hawkinsmsi: Handle searching for a file with no signature.
2008-10-20  James Hawkinsmsi: Add more tests for the RegLocator part of the...
2008-10-20  James Hawkinsmsi: Check the file version when a version is provided...
2008-10-20  James Hawkinsmsi: Add more tests for the AppSearch action.
2008-10-20  James Hawkinsmsi: Return the requested ini field.
2008-10-20  James Hawkinsmsi: Pass the correct view to get_row.
2008-10-17  James Hawkinsmsi: All files are uncompressed in an administrative...
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch registry path.
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch directory...
2008-10-13  James Hawkinsmsi: Fix the returned format of REG_BINARY data.
2008-10-13  James Hawkinsmsi: Expand REG_EXPAND_SZ registry values in the RegLoc...
2008-10-13  James Hawkinsmsi: Append the file signature to the component's direc...
2008-10-13  James Hawkinsmsi: Add tests for the DrLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the RegLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the IniLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add more tests for the CompLocator part of the...
2008-10-09  Alexandre Julliardmsi/tests: Clean up the binary.dat file.
2008-10-09  James Hawkinsmsi: Initialize the count variable to zero.
2008-10-09  James Hawkinsmsi: Add extra constraints on the formatting string...
2008-10-09  James Hawkinsmsi: Add a stub implementation of MsiDetermineApplicabl...
2008-10-09  James Hawkinsmsi: Replace lengthy calls to MSI_DatabaseOpenView...
2008-10-09  James Hawkinsmsi: Add initial implementation of MsiDatabaseMerge...
2008-10-09  James Hawkinsmsi: Add tests for converting record fields between...
2008-10-09  James Hawkinsmsi: Remove a part of a debugging statement that was...
2008-10-08  Michael Stefaniucmsi: Use the right FAILED/SUCCEEDED macro instead of...
2008-10-07  James Hawkinsmsi: Don't update the table columns if there are no...
2008-10-07  James Hawkinsmsi: Add tests for dropping tables with multiple columns.
next