wined3d: Remove superfluous casts of void pointers to other pointer types.
[wine] / dlls / msi / msipriv.h
2007-06-27  James Hawkinsmsi: Use the correct registry key when detecting a...
2007-06-27  Rob Shearmanmsi: Fix transforms to work when the number of bytes...
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-06-18  Andrew Talbotmsi: Name all or none of the formal arguments in functi...
2007-06-14  Andrew Talbotmsi: Constify some variables.
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-08  James Hawkinsmsi: Add support for large string tables.
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-06-01  Andrew Talbotmsi: Constify some variables.
2007-05-30  James Hawkinsmsi: Perform a forced reboot if a custom action returns...
2007-05-24  Michael Stefaniucmsi: A signed 1-bit bitfield doesn't make much sense...
2007-05-07  Misha Koshelevmsi: automation: Store parent Installer object in Session.
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.
2007-05-01  Misha Koshelevmsi: automation: Expose Installer object.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-24  Rob Shearmanmsi: Add support for adding temporary/non-persistent...
2007-04-24  Rob Shearmanmsi: Cleanup unneeded string table functions.
2007-04-24  Rob Shearmanmsi: Move string loading and saving to string.c.
2007-04-24  Rob Shearmanmsi: Add support for non-persistent strings.
2007-04-23  James Hawkinsmsi: Abstract MSI_RecordSetStream.
2007-04-23  James Hawkinsmsi: Add an internal MSI_ViewModify.
2007-04-23  James Hawkinsmsi: Add the _Property table back, with tests.
2007-04-23  James Hawkinsmsi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-23  Andrew Talbotmsi: Replace inline static with static inline.
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-02-14  Mike McCormackmsi: Find pending custom actions by GUID.
2007-02-12  Mike McCormackmsi: Store dll based custom actions in a separate list.
2007-02-08  Mike McCormackmsi: Register the typelib.
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2006-12-05  Mike McCormackmsi: Examine the attributes of all features before...
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-11-06  Alexandre Julliardmsi: Fixed definition of the MSIITERHANDLE type.
2006-11-02  Mike McCormackmsi: Avoid a memory leak by freeing actions scripts...
2006-11-01  Mike McCormackmsi: Search the patch package for source cabinet files.
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
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-17  James Hawkinsmsi: Revert "msi: Perform button control events in...
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Make msi_makestring static.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-09  James Hawkinsmsi: Perform button control events in greatest to least...
2006-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-13  Mike McCormackmsi: Fix a couple of test cases for MsiDatabaseIsTableP...
2006-09-13  Mike McCormackmsi: Delete databases we create but never commit.
2006-09-07  James Hawkinsmsi: Store and use the center point of the dialog windo...
2006-09-07  Mike McCormackmsi: Create MSI_ViewGetColumnInfo for accessing MsiView...
2006-09-07  Mike McCormackmsi: Create a function to copy record fields, use it...
2006-08-29  Mike McCormackmsi: Free the handle table on PROCESS_DETACH.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-25  Mike McCormackmsi: Store properties in a hash table, not the database.
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-07-28  Stefan Leichtermsi: Make the version information of DllGetVersion...
2006-07-24  Mike McCormackmsi: Move COM server implementation to a separate file.
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-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-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-20  Robert Shearmanmsi: Optimise WHERE operations.
2006-01-04  Mike McCormackmsi: Apply any MSI transforms specified by the TRANSFOR...
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-27  Mike McCormackImplement transforms. This still includes some debuggi...
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-10-26  Mike McCormackCreate an internal handle-free api for reading MSI...
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-21  Mike McCormackDon't refcount tables.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-17  Mike McCormackFix memory leaks in the table code.
2005-09-16  Mike McCormackMake load_string_table return the string table.
2005-09-15  Mike McCormackUse the new msi_reg_set* macros where possible.
2005-09-14  Mike McCormackRemove some unused values in the object header.
2005-09-14  Mike McCormackConvert the list of tables to a standard list.
2005-09-13  Alexandre JulliardGet rid of a couple of non-portable long long constants.
2005-09-08  Mike McCormackConvert RunningActions array into a list.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-24  Mike McCormackImplement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
next