msi: Remove unused function pointer and definitions.
[wine] / dlls / msi / events.c
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-04  James Hawkinsmsi: Handle the SelectionBrowse event using ControlEven...
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-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-07-20  James Hawkinsmsi: Implement the SetInstallLevel event.
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-08  Mike McCormackFix memory leaks.
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-07-06  Mike McCormackDon't crash when cancelling out of a modeless dialog.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...