winex11: Set the fullscreen state of virtual desktops based on size.
[wine] / dlls / msi /
2009-05-26  Hib Erismsi/tests: Add test for importing binary OBJECTS.
2009-05-26  Hib Erismsi: Support transforms with binary OBJECTS.
2009-05-26  Hib Erismsi: Add support for binary OBJECTS.
2009-05-26  Hib Erismsi/tests: Add tests for binary OBJECTS.
2009-05-26  Francois Gougetmsi/tests: Tweak the get_user_sid() functions to simpli...
2009-05-21  Ilya Shpigormsi: Subscribe to SetProgress event on adding progress...
2009-05-19  Francois Gougetmsi/tests: Use win_skip() to skip over unimplemented...
2009-05-14  Gerald Pfeifermsi: Initialize variable in MSI_ApplyPatchW.
2009-05-06  Hans Leidekkermsi: Reject NULL or empty patch package parameter in...
2009-05-05  Marcus Meissnermsi: Initialize info and patch variables (Coverity...
2009-05-05  Detlef Riekenbergmsi/tests: Run tests again with older msi versions...
2009-05-04  Nicolas Le Cammsi/tests: Fix MsiApplyMultiplePatches tests on Windows.
2009-05-01  Hans Leidekkermsi: Implement MsiApplyMultiplePatchesA/W.
2009-04-28  Hib Erismsi: Fix LONGCHAR column data type.
2009-04-28  Hib Erismsi/tests: Test type for LONGCHAR columns.
2009-04-28  Hib Erismsi: Fix SHORT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INTEGER, SHORT, LONG columns.
2009-04-28  Hib Erismsi: Fix INT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INT column.
2009-04-27  Nikolay Sivovmsi: Fix wrong calling convention.
2009-04-23  Nicolas Le Cammsi/tests: Fix package test when run on a different...
2009-04-23  Nicolas Le Cammsi: Fix ACTION_AppSearchDr on empty path.
2009-04-23  Nicolas Le Cammsi/tests: Add empty dir test for the DrLocator part...
2009-04-23  Nicolas Le Cammsi: Enfore use of GetFileAttributes return value.
2009-04-20  Hans Leidekkermsi: Fix another double free.
2009-04-20  Hans Leidekkermsi: Fix a double free.
2009-04-20  Nicolas Le Cammsi: Fix buffer length value returned by MSI_RecordGetS...
2009-04-20  Nicolas Le Cammsi/tests: Test MsiRecordGetString on null and empty...
2009-04-20  Detlef Riekenbergmsi/tests: Replace lstrcatW with memcpy to fix failures...
2009-04-20  Michael Stefaniucmsi/tests: Replace long with LONG.
2009-04-20  Michael Stefaniucmsi: Remove superfluous cast of a MSIHANDLE in a TRACE().
2009-04-14  Hans Leidekkermsi: Support setting summary information by importing...
2009-04-10  Nicolas Le Cammsi/tests: Fix test when content indexing is disabled.
2009-04-10  Nicolas Le Cammsi/tests: Fix format test when run on root drive direc...
2009-04-07  Ge van Geldorpmsi/tests: Handle running the tests as a domain user.
2009-03-31  Hans Leidekkermsi: Build a proper source path in MsiConfigureProductExW.
2009-03-31  Hans Leidekkermsi: Don't publish package name as part of product...
2009-03-30  Detlef Riekenbergmsi/tests: Fix a copy & paste typo in a test message.
2009-03-30  Detlef Riekenbergmsi/tests: Verify path names case insensitively.
2009-03-27  Hans Leidekkermsi: Allocate token information buffer dynamically.
2009-03-27  Hans Leidekkermsi: Add tests for MsiEnumProducts.
2009-03-27  Hans Leidekkermsi: Enumerate products from all contexts.
2009-03-26  Alexandre Julliardmsi/tests: Avoid size_t in traces.
2009-03-26  Michael Stefaniucmsi: Remove redundant NULL check before msi_free (Smatch).
2009-03-25  Hans Leidekkermsi: Detect privately installed assemblies.
2009-03-25  Hans Leidekkermsi: Add some tests for MsiQueryFeatureState.
2009-03-25  Aric Stewartmsi: Verify the existence of fusion.dll before reportin...
2009-03-24  Hans Leidekkermsi: Only apply a transform when its language id matche...
2009-03-24  Hans Leidekkermsi: Don't initialize COM for custom action threads.
2009-03-24  Hans Leidekkermsi: Add stub implementations of MsiSourceListClearAllE...
2009-03-24  Hans Leidekkermsi: Implement MsiReinstallProductA/W.
2009-03-24  Hans Leidekkermsi: Add stub implementations of MsiDeterminePatchSeque...
2009-03-24  Michael Stefaniucmsi: Add the Romanian translation.
2009-03-23  James Hawkinsmsi: Handle a NULL and empty szPackagePath in MsiInstal...
2009-03-23  James Hawkinsmsi: Don't try to release a NULL record, with tests...
2009-03-23  James Hawkinsmsi: MsiCollectUserInfo cannot be called from a custom...
2009-03-23  James Hawkinsmsi: Test and handle the case where the SourceList...
2009-03-23  James Hawkinsmsi: Factor out the MsiEnumPatchesEx tests and test...
2009-03-23  James Hawkinsmsi: Allow the enumeration of other users' patches.
2009-03-23  James Hawkinsmsi: Enumerate the current user's patches if szUserSid...
2009-03-23  James Hawkinsmsi: Fix a typo (Coverity 910).
2009-03-23  Michael Stefaniucmsi: Update the German translation.
2009-03-23  Michael Stefaniucmsi: Convert the German translation to UTF8 encoding.
2009-03-23  Aric Stewartmsi: Reorder the condition operators so that longer...
2009-03-13  Hans Leidekkermsi: Set concurrency model to multi-threaded for custom...
2009-03-13  Hans Leidekkermsi: Handle ADVERTISE overrides.
2009-03-13  Hans Leidekkermsi: Correct spec entry for MsiGetProductInfoA/W.
2009-03-12  Paul Vriensmsi/tests: Fix a test for systems with %TEMP% being...
2009-03-12  Hans Leidekkermsi: Fix handling of REINSTALL overrides.
2009-03-03  Paul Vriensmsi/tests: Fix a test failure on Win95.
2009-03-02  James Hawkinsmsi: Handle reading from a NULL stream.
2009-03-02  James Hawkinsmsi: Don't treat carriage returns as spaces.
2009-03-02  James Hawkinsmsi: Don't allow nested quotes in SQL queries.
2009-03-02  James Hawkinsmsi: Add missing calls to MsiViewClose.
2009-03-02  James Hawkinsmsi: Use a SQL marker to query the _Property table...
2009-03-02  James Hawkinsmsi: Delete the view on error.
2009-03-02  James Hawkinsmsi: The PATH environment variable can be longer than...
2009-03-02  James Hawkinsmsi: The _Streams and _Storages table are special and...
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Order primary keys to be first in the column list...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2009-02-26  Hans Leidekkermsi: Add reinstall tests.
2009-02-26  James Hawkinsmsi: Fix a failing test on win9x.
2009-02-26  James Hawkinsmsi: Trace the username to help debug test failures...
2009-02-26  James Hawkinsmsi: Fix a failing test on win9x.
2009-02-26  James Hawkinsmsi: Don't create a temporary table that is not held.
2009-02-26  James Hawkinsmsi: A non-temporary table cannot have a temporary...
2009-02-26  James Hawkinsmsi: The _Tables and _Columns tables have no persistenc...
2009-02-26  James Hawkinsmsi: Make sure the view being updated is the same view...
2009-02-26  James Hawkinsmsi: Set field zero to the name of the table containing...
2009-02-26  James Hawkinsmsi: Add tests for field zero of a record.
2009-02-26  James Hawkinsmsi: Make sure a constant string's quotes match up.
2009-02-25  Alexandre Julliardmsi/tests: Add some tests for MsiEnumPatchesW, fix...
2009-02-25  Alexandre Julliardmsi: Fix handling of buffer sizes in MsiEnumPatchesA...
2009-02-19  Hans Leidekkermsi: Don't release view object twice in check_assembly_...
2009-02-19  Hans Leidekkermsi: Make comparison of assembly field names case insen...
2009-02-06  Alexandre JulliardFix position of CDECL qualifier for functions that...
2009-02-06  Andrew Talbotmsi: Remove unused functions.
2009-02-04  Alexandre Julliardinclude: Define LANGID in wtypes.idl.
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
next