atl: Implement AtlAxCreateControl and AtlAxCreateControlEx.
[wine] / dlls / msi /
2006-11-02  Mike McCormackmsi: Avoid a memory leak by freeing actions scripts...
2006-11-02  Mike McCormackmsi: Fix a memory leak.
2006-11-02  Mike McCormackmsi: Fix a handle leak in the tests.
2006-11-01  Mike McCormackmsi: Fix a typo.
2006-11-01  Mike McCormackmsi: Don't print traces for addref and release.
2006-11-01  Mike McCormackmsi: Search the patch package for source cabinet files.
2006-10-31  Mike McCormackmsi: Add a test showing a join doesn't need a WHERE...
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-31  Mike McCormackmsi: Test the data returned by join queries in one...
2006-10-31  Mike McCormackmsi: Remove tokens that aren't valid for MSI SQL.
2006-10-31  Mike McCormackmsi: Fix a trace.
2006-10-31  Mike McCormackmsi: Fix the ALTER and FREE keywords in the tokenizer.
2006-10-31  Mike McCormackmsi: Mark components with missing or outdated files...
2006-10-30  Mike McCormackmsi: Split ACTION_UpdateInstallStates into two separate...
2006-10-27  James Hawkinsmsi: Extract cabinets based on DiskId, not LastSequence.
2006-10-27  James Hawkinsmsi: Test the order in which cab files are handled...
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-27  Mike McCormackmsi: Avoid crashing if writeout_cabinet_stream fails.
2006-10-27  Mike McCormackmsi: Remove redundant null checks before MSI_EvaluateCo...
2006-10-26  Mike McCormackmsi: Fix the join algorithm.
2006-10-26  Mike McCormackmsi: Allow UPDATE queries without a condition.
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-10-26  Mike McCormackmsi: Remove some unused functions.
2006-10-26  Mike McCormackmsi: Fixed the UPDATE query to work with explicit values.
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-26  Mike McCormackmsi: Create macro functions to set feature and componen...
2006-10-26  James Hawkinsmsi: Add tests for the UPDATE sql command.
2006-10-25  Alexandre Julliardmsi: Properly handle negative coordinates for mouse...
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-24  Mike McCormackmsi: Split code to get a file's verion into a separate...
2006-10-24  James Hawkinsmsi: Add tests for installing from continuous cabinets.
2006-10-24  James Hawkinsmsi: Allow more customization of install test files.
2006-10-24  James Hawkinsmsi: Remove unused function pointer and definitions.
2006-10-24  James Hawkinsmsi: Remove two unnecessary install tables.
2006-10-24  James Hawkinsmsi: Add support for localizable strings in MsiDatabase...
2006-10-23  Francois Gougetmsi/tests: Fix compilation with gcc 2.95.
2006-10-23  Mike McCormackmsi: Fix insertion of null integers into a table.
2006-10-23  Mike McCormackmsi: Add the column type INTEGER as an alias for INT.
2006-10-23  Mike McCormackmsi: Only apply transforms that are valid for a database.
2006-10-23  Mike McCormackmsi: Initialize the summary information from a storage...
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-20  James Hawkinsmsi: Add tests for integer column types.
2006-10-20  James Hawkinsmsi: Integer columns can have the 'NOT NULL' modifier...
2006-10-20  James Hawkinsmsi: Allow more than one primary key in a table when...
2006-10-20  James Hawkinsmsi: Only initialize a component's state if it is linke...
2006-10-20  James Hawkinsmsi: Use the ProgramFileDir reg value instead of Progra...
2006-10-20  James Hawkinsmsi: Implement the InstallServices action.
2006-10-20  Mike McCormackmsi: Fix an uninitialized variable causing random confo...
2006-10-19  James Hawkinsmsi: Add tests for the InstallServices action.
2006-10-19  Mike McCormackmsi: Allow rows in the _Columns table to be unordered.
2006-10-19  Mike McCormackmsi: Reset the column number for each new table in...
2006-10-19  James Hawkinsmsi: Set the USERNAME and COMPANYNAME properties when...
2006-10-19  James Hawkinsmsi: Run SetProperty events before all other events...
2006-10-18  Alexandre Julliardmsi/tests: Make sure to delete the test data file.
2006-10-17  Mike McCormackmsi: Fix tables with binary data where the key is an...
2006-10-17  Mike McCormackmsi: Stream fields shouldn't be treated as strings.
2006-10-17  Mike McCormackmsi: Fix a memory leak.
2006-10-17  Mike McCormackmsi: Add a test for modifying a table containing binary...
2006-10-17  Mike McCormackmsi: Add a test for summary information.
2006-10-17  James Hawkinsmsi: Revert "msi: Perform button control events in...
2006-10-16  Francois Gougetmsi: Remove spaces before '\n's.
2006-10-14  James Hawkinsmsi: Also set the SOURCEDIR property in MSI_InstallPackage.
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-12  Mike McCormackmsi: Handle the sign properly when converting integer...
2006-10-12  Mike McCormackmsi: Improve error checking when applying transform...
2006-10-12  José Manuel Ferrer... msi: Updated Spanish translation.
2006-10-12  Mike McCormackmsi: Test transforms removing a row in a table.
2006-10-12  Mike McCormackmsi: Tests for transforms modifying rows in a table.
2006-10-12  Mike McCormackmsi: An empty string table entry should always have...
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-11  James Hawkinsmsi: Clean up after the package tests.
2006-10-11  Mike McCormackmsi: Check transforms have the correct storage guid.
2006-10-11  Mike McCormackmsi: Check that transforms return the correct data.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Make msi_makestring static.
2006-10-10  Michael Ploujnikovmsi/tests: Win64 printf format warning fixes.
2006-10-10  Mike McCormackmsi: Fix a memory leak.
2006-10-10  Mike McCormackmsi: Avoid an unnecessary strdup.
2006-10-10  Mike McCormackmsi: Avoid reading the transform table data twice.
2006-10-10  Mike McCormackmsi: Fix handle leaks in the test cases.
2006-10-10  Mike McCormackmsi: Fix memory leaks and bad frees.
2006-10-10  James Hawkinsmsi: NULL-terminate dst on error.
2006-10-10  James Hawkinsmsi: Add missing sizeof(WCHAR) multiplier.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-09  James Hawkinsmsi: Perform button control events in greatest to least...
2006-10-09  Paul Vriensmsi: Make tests run on Win98 again.
2006-10-06  James Hawkinsmsi: Make msi_dialog_dup_property return a copy of...
2006-10-06  Mike McCormackmsi: Fix transform traces.
2006-10-06  Mike McCormackmsi: Work around what appears to be a bug in native...
2006-10-06  Mike McCormackmsi: Transform the _Columns and _Tables tables first...
2006-10-06  Mike McCormackmsi: Handle null integers properly in transforms.
2006-10-05  Mike McCormackmsi: Only ignore the StringPool and StringData in a...
2006-10-05  Mike McCormackmsi: Only declare the szStringData and szStringPool...
2006-10-05  Mike McCormackmsi: Remove an unused variable.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-10-05  Mike McCormackmsi: Check that transforms preserve tables.
2006-10-04  James Hawkinsmsi: Only apply the last font style in the list of...
2006-10-04  James Hawkinsmsi: Handle the SelectionBrowse event using ControlEven...
2006-10-04  James Hawkinsmsi: Subscribe the SelectionTree control to the Selecti...
next