mshtml: Updated French translation.
[wine] / dlls / credui /
2007-11-27  Rob Shearmancredui: Fix a test failure on Windows XP.
2007-11-21  Jonathan Ernstcredui: Updated French translation.
2007-11-20  Rob Shearmancredui: Display a warning balloon if the user has Caps...
2007-11-20  Rob Shearmancredui: Show a balloon tip in the credential dialog...
2007-11-19  Rob Shearmancredui: Override the default banner if the caller speci...
2007-11-19  Rob Shearmancredui: Make sure not to leave the password in memory...
2007-11-19  Rob Shearmancredui: Ensure that the foreground window doesn't get...
2007-11-19  Rob Shearmancredui: Check for and don't add duplicates when filling...
2007-11-19  Rob Shearmancredui: Enumerate saved credentials and use these to...
2007-11-19  Rob Shearmancredui: Increase the dropped-down size of the username...
2007-11-19  Rob Shearmancredui: Split CredDialogProc out into separate functions.
2007-11-19  Rob Shearmancredui: Add support for saving the credentials input...
2007-11-13  Jonathan Ernstcredui: Updated French translation.
2007-11-06  Alexandre JulliardMake some variables static.
2007-10-30  Hwang YunSong(황윤성)credui: Updated Korean resource.
2007-10-29  Lionel Debrouxcredui: Fix memory leak (found by Smatch).
2007-10-26  Jeremy Newmancredui: Add a Wine-themed banner for the credentials...
2007-10-26  Rob Shearmancredui: Add a banner and message box to the dialog...
2007-10-25  Juan Langcredui: Add proper parameter names to SSO stubs, and...
2007-10-25  Rob Shearmancredui: Add tests for CredUIPromptForCredentialsW and...
2007-10-25  Rob Shearmancredui: Build the import library.
2007-10-25  Rob Shearmancredui: Verify some of the parameters to CredUIPromptFo...
2007-10-25  Rob Shearmancredui: The pUIInfo parameter is optional to CredUIProm...
2007-10-25  Rob Shearmancredui: Implement CredUIConfirmCredentialsW.
2007-10-24  Juan Langcredui: Add stubs.
2007-10-16  Daniel Nylandercredui: Add Swedish translation.
2007-09-17  Rob Shearmancredui: The pszUserName parameter in CredUIPromptForCre...
2007-06-11  Hwang YunSong(황윤성)credui: New Korean resource.
2007-06-01  Alexander Nicolays... credui: Add Norwegian Bokmål resources.
2007-05-14  Frank Richtercredui: Add German translation.
2007-03-13  Mikołaj Zalewskicredui: Add Polish translation.
2007-03-13  Mikołaj Zalewskicredui: Move language-dependent resources to credui_En.rc.
2007-03-06  Rob Shearmancredui: Fix a missing ":" in the credential dialog...
2007-03-05  Rob Shearmancredui: The pfSave parameter of CredUIPromptForCredenti...
2007-02-07  Francois Gougetcredui: Better match the PSDK types and fix the winapi_...
2007-02-06  Rob Shearmancredui: Fix the order of the controls in the dialog...
2007-02-05  Rob Shearmancredui: Fill out the username, password and domain...
2007-02-05  Rob Shearmancredui: Implement CredUIParseUserName.
2007-02-05  Rob Shearmancredui: Set the focus to the username edit control.
2007-01-23  Rob Shearmancredui: Implement CredUIPromptForCredentialsW and CredU...
2007-01-23  Rob Shearmancredui: Add stubbed out credui DLL.