comctl32: Validate the day of month when scrolling through years.
[wine] / dlls / msi /
2011-03-31  Francois Gougetmsi: Make load_ttf_name_id() static.
2011-03-31  Hans Leidekkermsi: Fix building the message string in MSI_ProcessMessage.
2011-03-31  Hans Leidekkermsi: Fix buffer size calculation in get_keypath.
2011-03-30  Hans Leidekkermsi: Avoid sprintf for simple concatenations.
2011-03-30  Hans Leidekkermsi: Make sure to access the 64-bit portion of the...
2011-03-30  Hans Leidekkermsi/tests: Remove unneeded Wow64 checks.
2011-03-30  Hans Leidekkermsi: Implement MsiGetFileSignatureInformationA/W.
2011-03-30  Hans Leidekkermsi: Accept whitespace-only property values on the...
2011-03-30  Hans Leidekkermsi: Explicitly pass product code and platform to MSIRE...
2011-03-30  Hans Leidekkermsi: Allocate the user token dynamically.
2011-03-30  Hans Leidekkermsi/tests: Allocate the user token dynamically and...
2011-03-30  Hans Leidekkermsi/tests: Get rid of workarounds for win9x test failures.
2011-03-30  Hans Leidekkermsi: Ignore invalid upgrade codes in the PublishProduct...
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.
next