msi: Avoid a crash in msi_dialog_handle_event.
[wine] / dlls / msi / dialog.c
2013-01-30  Hans Leidekkermsi: Avoid a crash in msi_dialog_handle_event.
2012-12-14  Daniel Jelinskimsi: Do not convert MaskedEdit contents to uppercase.
2012-12-13  Michael Stefaniucmsi: Use FIELD_OFFSET for the size of structs with...
2012-11-09  Michael Stefaniucmsi: Use FIELD_OFFSET to calculate the size of structs...
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2012-05-15  Hans Leidekkermsi: Add support for the ActionInfo progress message...
2012-05-15  Hans Leidekkermsi: Add support for the ProgressAddition progress...
2012-04-05  Hans Leidekkermsi: Keep the UI level fixed during the lifetime of...
2012-03-26  Hans Leidekkermsi: Get the UI level from the global variable instead...
2011-11-14  Hans Leidekkermsi: Process messages while waiting for custom actions...
2011-10-13  Vincent Povirkmsi: Use MsgWaitForMultipleObjectsEx to do waits.
2011-09-09  Hans Leidekkermsi: Remove some dead assignments (clang).
2011-09-09  Hans Leidekkermsi: Move the preview code to dialog.c.
2011-09-09  Hans Leidekkermsi: Respect the indirect attribute in the SelectionPat...
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-07-24  Hans Leidekkermsi: Fix the SelectionPath event handler.
2011-07-07  Hans Leidekkermsi: Check the return value of MSI_IterateRecords ...
2011-07-01  Hans Leidekkermsi: Get rid of the remaining tabs.
2011-06-27  Marcus Meissnermsi: Remove superflous NULL check (Coverity).
2011-06-23  Hans Leidekkermsi: Count progress in units of 512 bytes.
2011-06-23  Hans Leidekkermsi: Add support for running the progress bar backwards.
2011-06-07  Hans Leidekkermsi: Get rid of some more forward declarations.
2011-06-07  Hans Leidekkermsi: Revert 8321276cd34486bc6bf1e07c0e99c73423288854.
2011-06-07  Hans Leidekkermsi: Reorder dialog functions to avoid forward declarat...
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2011-04-19  Hans Leidekkermsi: Sync with the action request instead of the action...
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2010-12-24  Hans Leidekkermsi: Change ACTION_UpdateComponentStates to take a...
2010-11-26  Hans Leidekkermsi: Always initialize the dialog font list. Convert...
2010-11-09  André Hentschelmsi: Downgrade an error.
2010-11-05  Hans Leidekkermsi: Features don't require a directory.
2010-11-03  Hans Leidekkermsi: Don't crash if there is no feature parent.
2010-10-26  Hans Leidekkermsi: An inactive dialog control does not require a...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-06-10  Alexandre Julliardmsi: Don't allow entering text in a scroll text richedi...
2010-05-31  Hans Leidekkermsi: Pass the control name to ControlEvent_SubscribeToE...
2010-04-21  Hans Leidekkermsi: Rename MSI_GetPropertyW and MSI_SetPropertyW.
2010-04-21  Hans Leidekkermsi: Make MSI_SetPropertyW take a pointer to a database...
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-04-19  Octavian Voicumsi: Sync combo control value with associated property.
2010-04-19  Octavian Voicumsi: Fill combo control with items from database.
2010-04-19  Octavian Voicumsi: Use standard window class for combo control and...
2010-03-03  Hans Leidekkermsi: Strip leading text style label from control text...
2010-01-06  Andrew Eikummsi: Implement recursive INSTALLSTATE updates for msi...
2009-11-09  Rob Shearmanmsi: Improve stub for MsiGetFeatureCost{A, W} and hook...
2009-10-29  Dmitry Timoshkovmsi: Add support for msidbControlAttributesProgress95.
2009-10-29  Dmitry Timoshkovmsi: Limit the progress to its maximal value, use MulDi...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-07-15  Alexandre Julliardmsi: Build a proper tab chain by walking through the...
2009-06-25  Alexandre Julliardmsi: The dialog units are based on a 12-point font...
2009-05-21  Ilya Shpigormsi: Subscribe to SetProgress event on adding progress...
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2009-01-12  Andrew Talbotmsi: Declare some functions static.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-09  James Hawkinsmsi: Initialize the count variable to zero.
2008-10-09  James Hawkinsmsi: Add extra constraints on the formatting string...
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-07-18  James Hawkinsmsi: Initialize the update function pointer when creati...
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...
next