po: Update French translation.
[wine] / dlls / comdlg32 / itemdlg.c
2012-03-26  Michael Stefaniuccomdlg32: Print the debug string and not the pointer...
2011-10-31  Andrew Talbotcomdlg32: Remove unneeded address-of operator from...
2011-09-26  Andrew Talbotcomdlg32: Add a break statement to mark a semantic...
2011-06-13  Francois Gougetcomdlg32: Add a trailing '\n' to a TRACE() call.
2011-05-30  Marcus Meissnercomdlg32: Mark one vtable as static.
2011-05-27  David Hedbergcomdlg32: Take linebreaks into account when resizing...
2011-05-27  David Hedbergcomdlg32: Add support for custom control events.
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: Layout the customized controls.
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-25  David Hedbergcomdlg32: Add IFileDialogCustomize interface stub.
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...