comctl32/listview: Update item width every time new item is inserted.
[wine] / dlls / msi /
2009-12-08  James Hawkinsmsi: Add a NULL terminator to file->dest after realloca...
2009-12-08  James Hawkinsmsi: Free the column info data when updating the table...
2009-12-08  James Hawkinsmsi: Make sure to free the extra row data when deleting...
2009-12-07  Hans Leidekkermsi/tests: Loosen check on kernel32 language version.
2009-12-07  James Hawkinsmsi: The second parameter to Installer.OpenPackage...
2009-12-07  James Hawkinsmsi: Verify that the first parameter to Installer.OpenP...
2009-12-07  James Hawkinsmsi: It's possible to send in more than two parameters...
2009-12-07  James Hawkinsmsi: Add more tests for the Installer.OpenPackage method.
2009-12-04  James Hawkinsmsi: MsiSetMode returns a UINT system error code, not...
2009-12-03  James Hawkinsmsi: ExpandEnvironmentStringsW returns the required...
2009-12-01  Hans Leidekkermsi/tests: Don't check more bytes than written to the...
2009-11-24  Nathan Gallahermsi: Support _Streams, _Storages tablename prefixes...
2009-11-24  Nathan Gallahermsi/tests: Test for SELECT table.column FROM table.
2009-11-24  Nathan Gallahermsi: Add support for table names in select statements.
2009-11-20  Michael Martinmsi: Shedule rename operation also for ERROR_USER_MAPPE...
2009-11-19  Hans Leidekkermsi: Sign extend the value when converting from a small...
2009-11-19  Piotr Cabanoleaut32: Ignore milliseconds in VarDateFromUdate imple...
2009-11-17  Hans Leidekkermsi: Don't set the ALLUSERS property.
2009-11-17  Hans Leidekkermsi: Set the LogonUser property.
2009-11-13  Hans Leidekkermsi: Test more variations of environment string prefixes.
2009-11-13  Hans Leidekkermsi: Handle environment strings without a value.
2009-11-09  Rob Shearmanmsi: Improve stub for MsiGetFeatureCost{A, W} and hook...
2009-11-09  Francois Gougetmsi/tests: Make the handler_xxx() functions static.
2009-11-05  Detlef Riekenbergmsi/tests: MsiSetExternalUIRecord not present before...
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-11-03  Hans Leidekkermsi: Unicode and ANSI global UI handlers are mutually...
2009-11-03  Hans Leidekkermsi: Add support for the Unicode version of the global...
2009-10-29  Dmitry Timoshkovmsi: Add support for msidbControlAttributesProgress95.
2009-10-29  Dmitry Timoshkovmsi: Limit the progress to its maximal value, use MulDi...
2009-10-27  Nate Gallahermsi: Test that a query on a join of two tables returns...
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-10-27  Hans Leidekkermsi: Avoid accessing uninitialized memory in ACTION_App...
2009-10-27  Hans Leidekkermsi/tests: Fix a couple of user SID string leaks.
2009-10-23  Hans Leidekkermsi: Fix calculation of required buffer size in MsiSumm...
2009-10-23  Hans Leidekkermsi/tests: Free the string returned from ConvertSidToSt...
2009-10-23  Hans Leidekkermsi/tests: Avoid accessing uninitialized memory.
2009-10-21  Hans Leidekkermsi: Avoid accessing uninitialized memory.
2009-10-20  Hib Erismsi: Remove table_find_insert_idx().
2009-10-20  Hib Erismsi: Fix table rows order.
2009-10-20  Hib Erismsi: Add function get_table_value_from_record.
2009-10-20  Hib Erismsi: Fix merging string type checks.
2009-10-20  Hib Erismsi/tests: Add tests for rows order.
2009-10-20  Hib Erismsi/tests: Add test for merging string types.
2009-10-20  Hib Erismsi: Fix a failure with merging existing tables.
2009-10-20  Hib Erismsi/tests: Add tests for merging existing tables.
2009-10-20  Hans Leidekkermsi: Open the database read/write in MSI_OpenPackageW.
2009-10-20  Hans Leidekkermsi: Create the local copy before opening the database.
2009-10-20  Hans Leidekkermsi: Always create a temporary copy of the package.
2009-10-19  Hans Leidekkermsi: Get rid of some redundant initializations.
2009-10-19  Hans Leidekkermsi: Allocate MSISCRIPT structure at package creation...
2009-10-15  Hans Leidekkermsi: Eliminate the last parameter from ACTION_PerformAc...
2009-10-15  Hans Leidekkermsi: Use a function to test the UI level instead of...
2009-10-15  Hans Leidekkermsi: Reorder functions to avoid forward declarations.
2009-10-15  Hans Leidekkermsi: Add some tests for MsiGetTargetPathW.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-10-08  Francois GougetAssorted spelling fixes.
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-10-02  Paul Vriensmsi/tests: Skip some tests on Win9x/WinMe.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-09-29  Michael Stefaniucmsi/tests: Remove trailing '\'.
2009-09-29  Hans Leidekkermsi: Test installing over in-use files.
2009-09-29  Hans Leidekkermsi: Don't set the Installed property twice.
2009-09-29  Hans Leidekkermsi: Test the Installed property.
2009-09-29  Hans Leidekkermsi: Respect UI level in custom action type 19.
2009-09-22  Hans Leidekkermsi: Add tests to show that the condition table is...
2009-09-22  Hans Leidekkermsi: Test last used source property in combination...
2009-09-22  Paul Vriensmsi/tests: Fix some test failures on Vista/W2K8.
2009-09-18  Paul Vriensmsi/tests: Skip some tests on Win9x/WinMe.
2009-09-16  Hans Leidekkermsi: Set or override a user environment string when...
2009-09-16  Hans Leidekkermsi: Don't append the cabinet file name in find_publish...
2009-09-16  Hans Leidekkermsi: GetDriveType and GetVolumeInformation require...
2009-09-16  Hans Leidekkermsi: Downgrade two ERRs to WARNs.
2009-09-16  Hans Leidekkermsi: Improve a trace.
2009-09-11  Hans Leidekkermsi: Set ProductState property.
2009-09-10  Hans Leidekkermsi: Ignore CoInitialize failure in ACTION_CreateShortcuts.
2009-09-10  Hans Leidekkermsi: Open the database read/write when the update count...
2009-09-09  Hans Leidekkermsi: Add a test to show that creating shortcuts works...
2009-09-09  Alexandre Julliardmsi: Force overwriting of read-only files when extracti...
2009-09-02  Hans Leidekkermsi: Add a partial implementation of MsiDetermineApplic...
2009-09-02  Hans Leidekkermsi: Set REINSTALL property when the product is already...
2009-08-28  Ge van Geldorpmsi/tests: Create only a single restore point.
2009-08-04  Hans Leidekkermsi: Fix column width calculation.
2009-08-04  Hans Leidekkermsi: Fix parsing of integer column width specifiers.
2009-08-03  Vladimir Pankratovmsi: Convert the Russian resources to UTF-8.
2009-07-15  Alexandre Julliardmsi: Build a proper tab chain by walking through the...
2009-07-06  Hib Erismsi: Implement ASSIGN mode in MsiViewModify.
2009-07-06  Hib Erismsi/tests: Add tests for MsiViewModify ASSIGN mode.
2009-07-03  Frédéric Delanoymsi: Update French translation.
2009-07-02  Michael Stefaniucmsi: Build language resource files separately.
2009-06-30  Hans Leidekkermsi: Support opening transform databases.
2009-06-25  Alexandre Julliardmsi: The dialog units are based on a 12-point font...
2009-06-22  Hib Erismsi: Release more msi_custom_action_info when no longer...
2009-06-22  Hib Erismsi: Release msi_custom_action_info when no longer...
2009-06-22  Hib Erismsi: Insert new tables in correct _Tables location.
2009-06-22  Hib Erismsi/tests: Add tests for order of tables.
2009-06-22  Aurimas Fišerasmsi: Add Lithuanian translation.
2009-06-19  Paul Vriensmsi/tests: Fix some test failures on Win95 by using...
2009-06-19  Paul Vriensmsi/tests: Fix test (logical || with non-zero constant).
2009-06-12  Hans Leidekkermsi: Add some reinstall tests.
2009-06-11  Mike Kaplinskiymsi: Add a test to insert a null primary key temporary...
next