- Implement IPersistFolder2.
[wine] / dlls / msi / dialog.c
2005-05-09  Aric StewartFix a few leaking object handles.
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-11  Mike McCormackLoad and display bitmaps in the dialogs.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Mike McCormackMake sure there's only one place we allocate dialog...
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-04  Ulrich CzekallaAdd support for radio buttons.
2005-02-16  Mike McCormackAdd a border to the edit control, add some more controls.
2005-02-09  Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-08  Mike McCormack- fix the dialog font
2005-02-03  Mike McCormack- implement checkboxes in dialogs
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-01-28  Mike McCormackImplement MsiPreviewDialog.