msi: Add another MsiGetFileVersionTest.
[wine] / dlls / msi / dialog.c
2008-05-14  James Hawkinsmsi: Create the MSI hidden window on demand.
2008-05-05  James Hawkinsmsi: Use the handle to the treeview item if the item...
2008-04-03  James Hawkinsmsi: Downgrade a few messages to WARN.
2008-02-28  James Hawkinsmsi: Update controls based on a property when that...
2008-01-07  Rico Schüllermsi: Fix memory leaks (found by Smatch).
2007-12-23  James Hawkinsmsi: Allow whitespace after the property name when...
2007-12-20  James Hawkinsmsi: The BS_GROUPBOX style should only be used if the...
2007-12-17  James Hawkinsmsi: Set the text color after calling the window proc.
2007-12-17  James Hawkinsmsi: The line control has a height of exactly 2 device...
2007-12-17  Marcus Meissnermsi: Fixed buffer overflow in number parsing.
2007-12-13  Lionel Debrouxmsi: Fix missing alloc check.
2007-11-28  Anatoly Lyutinmsi: Fix invalid SQL query.
2007-11-13  James Hawkinsmsi: Implement the VolumeSelectCombo control.
2007-10-22  Mikolaj Zalewskimsi: Use BS_GROUPBOX for group boxes.
2007-06-18  Andrew Talbotmsi: Name all or none of the formal arguments in functi...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-07  James Hawkinsmsi: Remove incorrect ERR as messages can be sent befor...
2007-05-07  James Hawkinsmsi: Set the text limit of the edit control if the...
2007-05-07  James Hawkinsmsi: Add the ES_AUTOHSCROLL style to the edit control.
2007-05-07  James Hawkinsmsi: Only allow valid styles in msi_dialog_get_style.
2007-02-26  James Hawkinsmsi: Check for a NULL text entry, as it can be blank...
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-02-14  Steven Steinmsi: Added "Default" control condition to msi_dialog_se...
2007-02-07  Peter Oberndorfermsi: Clean up magic numbers.
2007-02-07  Peter Oberndorfermsi: Honor attributes for combobox.
2007-02-07  Peter Oberndorfermsi: Honor msidbControlAttributesSorted attribute for...
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2007-02-06  Peter Oberndorfermsi: Do not use a static variable to save the insertion...
2007-02-06  Peter Oberndorfermsi: Store value of the property with each listbox...
2007-02-06  Peter Oberndorfermsi: Do not store property for each listbox element...
2007-02-06  Peter Oberndorfermsi: Only insert entries into listbox if property value...
2006-12-18  James Hawkinsmsi: Update the text control when the selection path...
2006-11-29  Dmitry Timoshkovmsi: Make some data const and static.
2006-11-21  Mike McCormackmsi: Don't access the list of controls after the dialog...
2006-11-21  Mike McCormackmsi: Create a function to free control data.
2006-11-21  Mike McCormackmsi: Fix an access after freeing memory.
2006-11-14  Mike McCormackmsi: Always delete temp files after creating them.
2006-11-14  James Hawkinsmsi: Notify the external UI handler when changing media.
2006-11-09  James Hawkinsmsi: Only add text to the scroll control if text is...
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-25  Alexandre Julliardmsi: Properly handle negative coordinates for mouse...
2006-10-19  James Hawkinsmsi: Run SetProperty events before all other events...
2006-10-17  James Hawkinsmsi: Revert "msi: Perform button control events in...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-09  James Hawkinsmsi: Perform button control events in greatest to least...
2006-10-06  James Hawkinsmsi: Make msi_dialog_dup_property return a copy of...
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-10-04  James Hawkinsmsi: Only apply the last font style in the list of...
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: 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-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-09-25  Marcus Meissnermsi: Support more dialog groups.
2006-09-21  James Hawkinsmsi: Translate the INSTALLSTATE_UNKNOWN index into...
2006-09-20  James Hawkinsmsi: Use ACTION_UpdateComponentStates in the selection...
2006-09-20  James Hawkinsmsi: Add the total and free disk space to the VolumeCos...
2006-09-13  James Hawkinsmsi: Show the available drives in the VolumeCostList...
2006-09-07  James Hawkinsmsi: Add the ability to change directories in the Direc...
2006-09-07  James Hawkinsmsi: Add initial implementation of the DirectoryList...
2006-09-07  James Hawkinsmsi: Load and display the VolumeCostList control's...
2006-09-07  James Hawkinsmsi: Store and use the center point of the dialog windo...
2006-09-07  James Hawkinsmsi: Verify the path in the PathEdit control.
2006-09-07  James Hawkinsmsi: Search for the browse dialog controls by type...
2006-09-07  James Hawkinsmsi: Provide the control to the dialog_update function...
2006-09-07  Mike McCormackmsi: Don't crash if we can't find a control.
2006-08-29  James Hawkinsmsi: Use msi_dialog_dup_property where appropriate.
2006-08-29  James Hawkinsmsi: Use the respective update functions when creating...
2006-08-29  James Hawkinsmsi: Update the DirectoryCombo control in response...
2006-08-29  James Hawkinsmsi: Update the PathEdit control in response to the...
2006-08-29  James Hawkinsmsi: Highlight the text in the PathEdit control.
2006-08-28  James Hawkinsmsi: Add a stub implementation of the VolumeCostList...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryCombo...
2006-08-25  Mike McCormackmsi: Use msi_get_property_int rather than MSI_GetPropertyW.
2006-08-25  James Hawkinsmsi: Fix the height of the line control window.
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryList...
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryCombo...
2006-08-24  James Hawkinsmsi: Add an initial implementation of the PathEdit...
2006-08-07  Mike McCormackmsi: Fix the dialog centering logic.
2006-08-04  James Hawkinsmsi: Use the initial dialog position values in the...
2006-08-01  Thomas Khomsi: Wake dialog on messages from external threads.
2006-07-21  James Hawkinsmsi: Expand features with odd Display values.
2006-07-21  James Hawkinsmsi: Don't display a feature if its Display value is...
2006-07-19  James Hawkinsmsi: Sort SelectionTree items by their Display value.
2006-07-18  James Hawkinsmsi: Update the feature components' states when a featu...
2006-07-17  James Hawkinsmsi: Add handling for the ListBox dialog control.
2006-07-14  James Hawkinsmsi: Add handling for the GroupBox dialog control.
2006-06-27  James Hawkinsmsi: Read the font color from the database, and use...
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-06-09  Mike McCormackmsi: Update the progress control while installing.
2006-05-24  Mike McCormackmsi: Set a default radio button.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
next