gdiplus: Add test for GdipSetTextRenderingHint and make it pass.
[wine] / dlls / msi /
2011-03-29  David Hedbergmsi: Add support for patching files.
2011-03-29  David Hedbergmsi: Generalize media helpers a bit.
2011-03-29  David Hedbergmsi: Add an offset to sequence numbers belonging to...
2011-03-17  Paul Vriensmsi: Only call MSI_RecordGetString() when needed (Cover...
2011-03-16  Francois Gougetmsi: Make get_assembly_record() static.
2011-03-16  Francois Gougetmsi: Small tweak to the usage for readability.
2011-03-16  Hans Leidekkermsi: Let the InstallFiles action determine which privat...
2011-03-16  Hans Leidekkermsi: Skip reference counting for assembly components.
2011-03-10  David Hedbergmsi: Check other sources if install media not present...
2011-03-10  David Hedbergmsi: Use ordering information to update the correct...
2011-03-10  Hans Leidekkermsi: Fix a memory leak (valgrind).
2011-03-09  Hans Leidekkermsi: Build the key path from the display name if the...
2011-03-09  Hans Leidekkermsi: Also register components without a key path.
2011-03-08  Hans Leidekkermsi: Assume a file is present if the target exists...
2011-03-08  Hans Leidekkermsi: Load media info even if there's no file to install.
2011-03-08  Hans Leidekkermsi: Make a second pass to determine which files to...
2011-03-07  Hans Leidekkermsi: Manage one assembly cache per major version of...
2011-03-07  Hans Leidekkermsi: Avoid registering duplicate source list information.
2011-03-07  Hans Leidekkermsi: Compare keys only in compare_record.
2011-03-07  Hans Leidekkermsi: Reduce filename to the long name in ITERATE_Remove...
2011-03-07  Hans Leidekkermsi/tests: Check the result of get_system_dirs and...
2011-03-04  Marcus Meissnermsi: Pointer to out of scope local variable (Coverity).
2011-02-28  Austin Englishmsi/tests: Remove win9x hacks.
2011-02-25  Paul Vriensmsi: Add a missing va_end() (Coverity).
2011-02-25  Austin Englishmsi/tests: Remove win9x hacks.
2011-02-23  Hans Leidekkermsi: A custom action dll failing to load is not a fatal...
2011-02-22  Hans Leidekkermsi: Fix a trace.
2011-02-17  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-17  Austin Englishmsi/tests: Remove dead assignments.
2011-02-14  Detlef Riekenbergmsi/tests: Fix a typo.
2011-02-11  Austin Englishmsi/tests: Make sure to use a return value (LLVM/Clang).
2011-02-11  Austin Englishmsi/tests: Don't check return values inside of if(0...
2011-02-10  Hans Leidekkermsi: Preserve existing advertise strings in the Publish...
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2011-02-10  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-08  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-07  Hans Leidekkermsi/tests: Show that a failing call to MsiGetSourcePath...
2011-02-07  Hans Leidekkermsi: Split up resolve_folder.
2011-02-02  Hans Leidekkermsi: Try harder to remove non-persistent directories.
2011-02-01  Hans Leidekkermsi: Handle out-of-memory condition in encode_streamname.
2011-02-01  Hans Leidekkermsi: Reset file attributes before removing a file.
2011-01-27  Hans Leidekkermsi: Skip rollback custom actions.
2011-01-27  Hans Leidekkermsi: Initialize a variable in get_patch_product_codes...
2011-01-27  Hans Leidekkermsi: Return the correct disk prompt size from MsiSource...
2011-01-27  Hans Leidekkermsi: Check a return value (clang).
2011-01-27  Hans Leidekkermsi/tests: Test a return value (clang).
2011-01-27  Hans Leidekkermsi: Use a return value (clang).
2011-01-27  Hans Leidekkermsi: Make sure the return value is initialized in save_...
2011-01-27  Hans Leidekkermsi: Check the return value of IActiveScript_AddNamedIt...
2011-01-27  Hans Leidekkermsi/tests: Consistently test return values (clang).
2011-01-27  Hans Leidekkermsi: Check the return value of fetch_int (clang).
2011-01-27  Greg Geldorpmsi/tests: Check 64-bit reg view if key not present...
2011-01-24  Hans Leidekkermsi: Implement the MsiPublishAssemblies and MsiUnpublis...
2011-01-24  Hans Leidekkermsi: Don't interpret assembly name attributes.
2011-01-20  Hans Leidekkermsi/tests: More tests for publishing and unpublishing...
2011-01-20  Hans Leidekkermsi: Clean up better when removing a product.
2011-01-20  Hans Leidekkermsi: Search all contexts in ACTION_GetComponentInstallS...
2011-01-19  Hans Leidekkermsi: Downgrade a warning.
2011-01-19  Hans Leidekkermsi: Don't ignore disabled components when resolving...
2011-01-18  Hans Leidekkermsi: Free memory on error (valgrind).
2011-01-13  Hans Leidekkermsi/tests: Accept one more estimated size.
2011-01-13  Hans Leidekkermsi: Fix some memory leaks (valgrind).
2011-01-12  Hans Leidekkermsi: Fix parsing of patch product codes (valgrind).
2011-01-12  Hans Leidekkermsi: Fix a memory leak (valgrind).
2011-01-11  Hans Leidekkermsi: Improve detection of installed local assemblies.
2011-01-11  Hans Leidekkermsi: Don't extract files for assemblies which are alrea...
2011-01-11  Hans Leidekkermsi: Fix detection of installed global assemblies.
2011-01-11  Hans Leidekkermsi: Add support for comparing TrueType font versions.
2011-01-10  Hans Leidekkermsi/tests: Add a test for MsiGetComponentState.
2011-01-10  Hans Leidekkermsi/tests: Add tests for publishing and unpublishing...
2011-01-06  Hans Leidekkermsi/tests: Mark a test result on some old Wow64 platfor...
2011-01-06  Alexandre Julliardmsi: Convert translations to po files.
2011-01-04  Greg Geldorpmsi/tests: Fix remaining Wow64 failures for action...
2011-01-03  Greg Geldorpmsi/tests: Fix some failures on Wow64.
2010-12-30  André Hentschelmsi/tests: Don't test function directly when reporting...
2010-12-27  Hwang YunSongmsi: Update Korean resource.
2010-12-24  Hans Leidekkermsi: Change ACTION_UpdateComponentStates to take a...
2010-12-24  Hans Leidekkermsi: Use a function to determine if a feature is selected.
2010-12-24  Hans Leidekkermsi: Set the install level to the maximum if the reques...
2010-12-24  Hans Leidekkermsi: Set the Preselected property if the default featur...
2010-12-23  Hans Leidekkermsi: Remove an incorrect error trace.
2010-12-23  Hans Leidekkermsi: Don't flag an error in the InstallServices action...
2010-12-23  Hans Leidekkermsi: Global and local win32 assembly names are formatte...
2010-12-23  Hans Leidekkermsi: Add some traces.
2010-12-23  Hans Leidekkermsi: Rewrite command line parsing to handle quoted...
2010-12-23  Hans Leidekkermsi: Return INSTALLSTATE_UNKNOWN from MsiGetComponentSt...
2010-12-20  André Hentschelmsi/tests: Remove superfluous check.
2010-12-17  Alexandre Julliardmsi: Convert the dll registration to the IRegistrar...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of a vtbl pointer in msi_remo...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of a vtbl pointer in msi_remo...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of a vtbl pointer in msi_cust...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of an vtbl pointer in IClassF...
2010-12-15  Hans Leidekkermsi: Support MSIRUNMODE_LOGENABLED in MsiGetMode.
2010-12-13  André Hentschelmsi: Fix test failure on some 2k3 machines.
2010-12-10  Hans Leidekkermsi/tests: Fix some test failures on Wow64.
2010-12-09  Hans Leidekkermsi/tests: Avoid a test failure on 64-bit.
2010-12-09  Hans Leidekkermsi: Don't try to install or remove ODBC drivers if...
2010-12-06  Hans Leidekkermsi: Map neutral parts of package language ids to the...
2010-12-03  Alexandre Julliardmsi/tests: Fix a test failure on win2k.
2010-12-03  Joris Huizermsi: Don't leak memory on error path.
next