comdlg32: Use proper helpers for iface calls.
[wine] / dlls / comdlg32 / tests / itemdlg.c
2012-08-16  Jacek Cabancomdlg32: Use proper helpers for iface calls.
2011-05-30  Gerald Pfeiferimm32: Simplify find_window where we do not need to...
2011-05-27  David Hedbergcomdlg32: Implement support for custom control subitems.
2011-05-27  David Hedbergcomdlg32: Implement some functions for modifying custom...
2011-05-27  David Hedbergcomdlg32: Support adding custom controls to the item...
2011-05-27  David Hedbergcomdlg32: Add a container for custom controls.
2011-05-26  Francois Gougetcomdlg32/tests: Make ensure_zero_events_() static.
2011-05-25  David Hedbergcomdlg32: Add IFileDialogCustomize interface stub.
2011-05-25  David Hedbergcomdlg32/tests: Fix some copypaste errors.
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-04-04  David Hedbergcomdlg32: Add support for customizing control labels...
2011-04-01  David Hedbergcomdlg32: Implement GetFileName and SetFileName for...
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 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-30  David Hedbergcomdlg32/tests: Add initial tests for the Item Dialog.