dinput: Use dinput device as a base class for keyboard, mouse and joystick.
[wine] / dlls / msi /
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...
2006-10-04  James Hawkinsmsi: Store the selected item in the SelectionTree control.
2006-10-04  James Hawkinsmsi: Publish the SelectionDescription and SelectionPath...
2006-10-04  James Hawkinsmsi: Properly initialize the SelectionTree control...
2006-10-04  James Hawkinsmsi: Publish the SelectionPath event in the SetTargetPa...
2006-10-04  James Hawkinsmsi: Provide a specific dialog to ControlEvent_Subscrib...
2006-10-04  James Hawkinsmsi: Select the first item in the SelectionTree control.
2006-10-04  James Hawkinsmsi: Empty the window text if no text is provided.
2006-10-04  James Hawkinsmsi: Assign the property to path if the property is...
2006-10-04  James Hawkinsmsi: Don't ERR if a dialog doesn't provide control...
2006-10-04  James Hawkinsmsi: Add missing '\n' to TRACE output.
2006-10-03  James Hawkinsmsi: Implement MsiDatabaseImport.
2006-10-03  Juan Langmsi: Implement msidbLocatorTypeFileName in RegLocator...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-09-28  James Hawkinsmsi: Follow state resolution rules when a feature paren...
2006-09-28  James Hawkinsmsi: A feature state of INSTALLSTATE_ABSENT translates...
2006-09-26  James Hawkinsmsi: If the feature linked to a component has a state...
2006-09-26  James Hawkinsmsi: Only specifically resolve the TARGETDIR directory...
2006-09-26  James Hawkinsmsi: Add tests for setting the target path of TARGETDIR...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-25  Mikołaj Zalewskiresources: Mark common resources as LANG_NEUTRAL, SUBLA...
2006-09-25  Marcus Meissnermsi: Support more dialog groups.
2006-09-21  James Hawkinsmsi: Disable child features of parent features that...
2006-09-21  James Hawkinsmsi: Translate the INSTALLSTATE_UNKNOWN index into...
2006-09-21  James Hawkinsmsi: Don't check a component's install state if a compo...
2006-09-21  James Hawkinsmsi: Fix the results of a few tests to match Windows.
2006-09-21  James Hawkinsmsi: Load the component states in CostFinalize instead...
2006-09-21  James Hawkinsmsi: Initialize all features' action states to INSTALLS...
2006-09-21  James Hawkinsmsi: Only override a feature whose action state is...
2006-09-21  Benjamin Araimsi: Adds test to check "JOIN" operator with "*" operat...
2006-09-21  Benjamin Araimsi: Adds test to check if basic "JOIN" operator withou...
2006-09-20  Benjamin Araimsi: Adds test to check if "AND" operator returns the...
2006-09-20  Benjamin Araimsi: Adds tests to check if joins return the correct...
2006-09-20  Benjamin Araimsi: Updates tests for joins to include row and column...
2006-09-20  Andrew Talbotmsi: Cast-qual warnings fix.
2006-09-20  James Hawkinsmsi: Use ACTION_UpdateComponentStates in the selection...
2006-09-20  James Hawkinsmsi: INSTALLSTATE_SOURCE also overrides a parent featur...
2006-09-20  James Hawkinsmsi: Add tests for components with multiple parent...
2006-09-20  James Hawkinsmsi: Add the total and free disk space to the VolumeCos...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Mike McCormackmsi: Fix a couple of test cases for MsiDatabaseIsTableP...
2006-09-13  Mike McCormackmsi: Add a test for ALTER TABLE.
2006-09-13  Mike McCormackmsi: Fix database creation.
2006-09-13  Mike McCormackmsi: Split the font registration code out into a separa...
2006-09-13  James Hawkinsmsi: Add more join tests.
2006-09-13  James Hawkinsmsi: Show the available drives in the VolumeCostList...
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-09-13  Mike McCormackmsi: Delete databases we create but never commit.
2006-09-12  Mike McCormackmsi: Add some more tests for MsiOpenDatabase.
2006-09-12  James Hawkinsmsi: Don't try to register a class if a COM server...
2006-09-11  Alexandre Julliardmsi: Change the prefix on bison-generated names to...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardmsi: Specify the bison name prefix directly in the...
next