wined3d: Minor trace corrections in Set___ShaderConstants().
[wine] / dlls / msi /
2006-07-21  Mike McCormackmsi: Handle W/A conversions more correctly in MsiProvid...
2006-07-21  Mike McCormackmsi: Use msi_reg_get_val_str() to read a registry value.
2006-07-21  Mike McCormackmsi: Add a stub implementation for MsiProvideQualifiedC...
2006-07-21  Mike McCormackmsi: Components with INSTALLSTATE_NOTUSED are considere...
2006-07-21  Mike McCormackmsi: A component with an empty path is not used.
2006-07-21  Mike McCormackmsi: Use TRACE not FIXME for already implemented functions.
2006-07-21  Juan Langmsi: Don't use fixed-size buffers in AppSearch action.
2006-07-20  James Hawkinsmsi: Implement the SetInstallLevel event.
2006-07-20  James Hawkinsmsi: Forward MsiSetInstallLevel to an internal MSI_SetI...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-20  James Hawkinsmsi: Rename SetFeatureStates to match the naming scheme...
2006-07-20  Juan Langmsi: Implement ACTION_AppSearchIni.
2006-07-19  Juan Langmsi: Implement searching parent in ACTION_AppSearchReg.
2006-07-19  Mike McCormackmsi: Implement MsiConfigureFeatureW.
2006-07-19  Mike McCormackmsi: Fix the size of base 85 GUIDs.
2006-07-19  Mike McCormackmsi: Only load the features and files tables once.
2006-07-19  James Hawkinsmsi: Add a stub implementation of MsiSourceListClearAll.
2006-07-19  James Hawkinsmsi: Sort SelectionTree items by their Display value.
2006-07-19  Huw Daviesmsi: Create files with the correct file attributes.
2006-07-19  Mike McCormackmsi: Check the right pointers for NULL.
2006-07-19  Mike McCormackmsi: Set properties, not the command line in MsiReinsta...
2006-07-19  Mike McCormackmsi: Implement MsiSetInstallLevel.
2006-07-19  Juan Langmsi: Set name in ACTION_AppSearchGetSignature.
2006-07-18  Juan Langmsi: Fix silly pointer error.
2006-07-18  James Hawkinsmsi: Update the feature components' states when a featu...
2006-07-18  Robert Shearmanmsi: Fix conversion of path to include nul-termination...
2006-07-17  Mike McCormackmsi: Tidy up MsiCreateAndVerifyInstallerDirectory a...
2006-07-17  Mike McCormackmsi: Implement MsiConfigureFeatureA using MsiConfigureF...
2006-07-17  Mike McCormackmsi: Cleanup traces, remove unnecessary includes.
2006-07-17  Mike McCormackmsi: Move msi_get_property_int() to helpers.c
2006-07-17  Mike McCormackmsi: Add support for INSTALLSTATE_ADVERTISED to MsiQuer...
2006-07-17  Mike McCormackmsi: MsiGetComponentPath cannot return INSTALLSTATE_ADV...
2006-07-17  James Hawkinsmsi: Add handling for the ListBox dialog control.
2006-07-14  Stefan Siebertmsi: cabinet_notify - don't fail on files with the...
2006-07-14  Juan Langmsi: Let caller set property in AppSearch.
2006-07-14  Mike McCormackmsi: Use awstring to return strings from MsiGetProductInfo.
2006-07-14  Mike McCormackmsi: Read from the registry, not the database in MsiGet...
2006-07-14  Mike McCormackmsi: Add some registry reading macro functions.
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-07-14  Mike McCormackmsi: Move some registry helper functions to registry.c.
2006-07-14  James Hawkinsmsi: Add handling for the GroupBox dialog control.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-07-12  Juan Langmsi: Split up ACTION_AppSearchReg.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  James Hawkinsmsi: Test how SetTargetPath affects the target paths...
2006-07-11  James Hawkinsmsi: AppSearchReg shouldn't create the key it's looking...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-06  Mike McCormackmsi: Features may be published but absent.
2006-07-06  Mike McCormackmsi: Add a test for MsiGetComponentPath and make it...
2006-07-06  Mike McCormackmsi: Use msi_strcpy_to_awstring to return the string...
2006-07-06  Mike McCormackmsi: Forward MsiUseFeature to MsiUseFeatureEx.
2006-07-05  Dmitry TimoshkovAvoid non-portable WCHAR[] constructs.
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-27  James Hawkinsmsi: Read the font color from the database, and use...
2006-06-26  Andrey Turkinmsi: Disable some path validity checks in MsiSetTargetPath.
2006-06-23  James Hawkinsmsi: Add tests for components that aren't associated...
2006-06-21  James Hawkinsmsi: Fix handling of the no-op identifier in the Direct...
2006-06-19  Andrew Talbotmsi/tests: Write-strings warnings fixes.
2006-06-16  Andrey Turkinmsi: Added tests for MsiSetTargetPath.
2006-06-15  James Hawkinsmsi: Add tests for MsiInstallProduct.
2006-06-15  Mike McCormackmsi: Add test for _Streams table (based on patch by...
2006-06-15  Mike McCormackmsi: Don't define COND_SPACE twice.
2006-06-14  Mike McCormackmsi: Add a test for reading long strings.
2006-06-14  Mike McCormackmsi: Add a test for creating a record with a long string.
2006-06-14  Mike McCormackmsi: Add a test for MsiDatabaseExport.
2006-06-13  Mike McCormackmsi: Fix loading of long strings.
2006-06-12  Mike McCormackmsi: Add some more test cases for INSERT.
2006-06-12  Mike McCormackmsi: Add some more MsiFormatRecord tests.
2006-06-12  Mike McCormackmsi: Add tests for creating packages and formatting...
2006-06-12  Mike McCormackmsi: Delete any databases we create at the end of each...
2006-06-12  Mike McCormackmsi: Fix compilation on msvc6.
2006-06-12  Mike McCormackmsi: Remove an inconsistent test.
2006-06-12  Mike McCormackmsi: Fix some test cases to pass against win2k.
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-06-12  Mike McCormackmsi: Add some test cases for "SELECT ... WHERE condition".
2006-06-12  Mike McCormackmsi: Freeing the zero handle always succeeds.
2006-06-12  Mike McCormackmsi: Always initialize MsiViewFetch's returned record...
2006-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
2006-06-09  Mike McCormackmsi: Update the progress control while installing.
2006-06-09  Mike McCormackmsi: Remove some unnecessary NULL checks.
2006-06-07  Vitaly Lipatovmsi: Add Russian resource file.
2006-06-07  EA Durbinmsi/tests: Fixed a typo.
2006-06-05  Huw Daviesmsi: Add some integer condition tests.
2006-06-05  Hans Leidekkermsi: Fix some copy/paste bugs in the implementation...
2006-06-05  Robert Shearmanmsi: An empty string is equivalent to nil, so handle...
2006-05-30  Andrew Ziemmsi: Increase verbosity in some failing tests.
2006-05-30  Hans Leidekkermsi: Implement MsiLocateComponent{A,W}.
2006-05-25  Dmitry Timoshkovmsi: Translate the resulting string only if the previou...
2006-05-25  Mike McCormackmsi: Fix some pointer to integer casts.
2006-05-24  Mike McCormackFixed more boolean comparisons against TRUE.
2006-05-24  Mike McCormackmsi: Set a default radio button.
2006-05-24  Mike McCormackmsi: Fix a possible memory leak.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Labrousse Jeanmsi: Fix short name and long name mismatch in action.c.
2006-05-15  Francois GougetVarious trace fixes.
next