comdlg32: Improve handling of file extension changes in the Item Dialog.
[wine] / dlls / comdlg32 / itemdlg.c
2011-05-25  David Hedbergcomdlg32: Improve handling of file extension changes...
2011-05-25  David Hedbergcomdlg32: Implement SetDefaultFilename.
2011-05-25  David Hedbergcomdlg32: Add IOleWindow implementation to the Item...
2011-05-25  David Hedbergcomdlg32: Support some events in the item dialog.
2011-05-25  David Hedbergcomdlg32: Fix reference counting when querying services.
2011-05-25  David Hedbergcomdlg32: Change some trace statements to dump strings.
2011-04-04  David Hedbergcomdlg32: Add support for customizing control labels...
2011-04-04  David Hedbergcomdlg32: Fetch rectangle from the correct control.
2011-04-01  David Hedbergcomdlg32: Implement opening files with the item dialog.
2011-04-01  David Hedbergcomdlg32: Add a couple of simple navigation buttons...
2011-04-01  David Hedbergcomdlg32: We only want to check the low word of wparam.
2011-04-01  David Hedbergcomdlg32: Implement filetype filtering for the item...
2011-04-01  David Hedbergcomdlg32: Update file name from selection in the item...
2011-04-01  David Hedbergcomdlg32: Implement GetFileName and SetFileName for...
2011-04-01  David Hedbergcomdlg32: Set explorerbrowser's site before navigating...
2011-03-31  David Hedbergcomdlg32: Add ICommDlgBrowser3 stub to Item Dialog.
2011-03-31  David Hedbergcomdlg32: Add IServiceProvider implementation to the...
2011-03-31  David Hedbergcomdlg32: Add ExplorerBrowser control to Item Dialog.
2011-03-31  David Hedbergcomdlg32: Add IExplorerBrowserEvents stub to Item Dialog.
2011-03-31  David Hedbergcomdlg32: Implement Show and Close for the Item Dialog.
2011-03-30  David Hedbergcomdlg32: Implement Advise/Unadvise for the Item Dialog.
2011-03-30  David Hedbergcomdlg32: Implement some folder and file selection...
2011-03-30  David Hedbergcomdlg32: Implement SetFileTypes and GetFileTypeIndex...
2011-03-30  David Hedbergcomdlg32: Implement SetOptions/GetOptions for the Item...
2011-03-29  David Hedbergcomdlg32: Add stub implementation of the Common Item...