msi: Subscribe the SelectionTree control to the SelectionPath event.
[wine] / dlls / msi / dialog.c
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.
2006-03-22  Mike McCormackmsi: Show "hidden dialogs" but hide them initially.
2006-02-24  Ulrich Czekallamsi: When evaluating conditions, if the condition is...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Robert Shearmanmsi: Support msidbControlAttributesSunken.
2006-01-23  Robert Shearmanmsi: Only print fixme for progress attribute once.
2006-01-11  Mike McCormackmsi: Make the MSI SelectionTree control do something...
2006-01-11  Mike McCormackmsi: Remove the font when setting a control's text.
2006-01-06  Mike McCormackmsi: Unload riched20 after its window is destroyed.
2006-01-06  Mike McCormackmsi: Make radio buttons grey out correctly when disabled.
2006-01-04  Mike McCormackmsi: Fixes for the MaskedEdit control.
2006-01-03  Mike McCormackmsi: Subclass the Richedit control.
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2005-12-20  Bill Medlandmsi: Use a default dialog font if nothing is specified.
2005-11-28  Mike McCormackHandle the ^ character in MaskEdit controls.
2005-11-02  Mike McCormackDefine NONAMELESSUNION and NONAMELESSSTRUCT for older...
2005-10-31  Mike McCormackMake sure to unregister all the classes that were regis...
2005-10-30  Mike McCormackAdd a read-only implementation of the SelectionTree...
2005-10-30  Mike McCormackHandle MaskEdit masks containing dashes and other constant
2005-10-30  Mike McCormackUse "static const" rather than "const static" as gcc...
2005-10-29  Mike McCormackExplicitly check for MSICONDITION_TRUE being returned...
2005-10-29  Mike McCormackMake enter and escape trigger the default and cancel...
2005-10-26  Mike McCormackSwitch back to using IPicture to load images. LoadImag...
2005-09-29  Mike McCormackAvoid UpdateWindow, it causes trouble with WS_EX_TRANSP...
2005-09-28  Mike McCormackAdd the progress control.
2005-09-23  Dmitry TimoshkovCOLOR_3DFACE is a better choice for the dialog background.
2005-09-23  Mike McCormackTake advantage of the msi_get_deformatted_field functio...
2005-09-22  Mike McCormackSkip the first character of a font identifier if it...
2005-09-22  Mike McCormackFix an error introduced when converting dialog lists...
2005-09-21  Mike McCormackMake sure not to free a a pointer that has been modified.
2005-09-21  Mike McCormackFix some simple memory leaks.
2005-09-20  Dmitry TimoshkovFix the usage of COLOR_xxx constants in the place of...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-17  Mike McCormackRead the MaskEdit template from the correct db field.
2005-09-16  Mike McCormackConvert the list of dialog controls to a standard list.
2005-09-16  Mike McCormackDeformat all dialog text strings before using them.
2005-09-16  Mike McCormackLoad riched20.dll on demand, and unload it after it...
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-13  Mike McCormackMake sure to release the package we grabbed on the...
2005-09-13  Mike McCormackSkip dash characters in the PIDMask for a MaskedEdit...
2005-09-12  Mike McCormackFix an uninitialized variable problem.
2005-07-12  Mike McCormackDisplay icons in buttons that have them.
2005-07-07  Mike McCormackUse LoadImage to load bitmaps and icons.
2005-07-05  Mike McCormackSet the initial focus on the control specified by Contr...
2005-06-30  Mike McCormackMove to the next mask edit field when the current one...
2005-06-30  Mike McCormackMake the tab order in msi dialogs right.
2005-06-27  Mike McCormackRepaint the area behind the "transparent" text control...
2005-06-24  Mike McCormackImplement transparency in the text control.
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-20  Mike McCormackMake tabs work in msi dialogs.
next