wined3d: Implement texldd.
[wine] / dlls / credui /
2009-03-31  Michael Stefaniuccredui: Add the Romanian translation.
2009-03-30  Aurimas Fischercredui: Add Lithuanian translation.
2009-02-24  Alexandre Julliardcredui: Fix old-style dependency line in the makefile.
2009-01-14  Dmitry Timoshkovcredui: Use "-1" as a "don't care value", fix dialog...
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-11  ByeongSik Jeon*Zh.rc: Update the Chinese resource font name to "MS...
2008-11-13  Ricardo Filipecredui: Added Portuguese translation.
2008-09-23  Andrew Talbotcredui: Sign-compare warnings fix.
2008-09-04  Hongbo Nicredui: Add simplified and traditional Chinese resources.
2008-06-13  Paul Vrienscredui: Typo and minor correction in Dutch resource.
2008-06-11  Francois Gougetcredui: Remove spaces before '\n' in resource strings.
2008-06-10  Francois GougetReplace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT.
2008-06-02  José Manuel Ferrer... Spanish translations updates.
2008-05-19  Mikołaj ZalewskiMake Swedish use SUBLANG_NEUTRAL.
2008-05-05  Jens Albretsencredui: Added Danish translation.
2008-04-08  Rok Mandeljccredui: Added Slovenian translation.
2008-04-04  Hwang YunSong(황윤성)credui: Updated Korean resource.
2008-03-31  Mikołaj Zalewskicredui: Update Polish translation.
2008-03-24  Michael Stefaniuccredui: Update the German translation.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-16  Frans Koolcredui: Created Dutch translations.
2008-02-15  Francois GougetUTF-8 resource files must explicitly say so with a...
2008-02-15  Mikołaj Zalewskicredui: Update Polish translation.
2008-01-25  Andrey Esincredui: Added Russian translation.
2008-01-23  Rob Shearmancredui: Return the state of the dialog's save checkbox...
2008-01-23  Rob Shearmancredui: The list should be the first parameter to the...
2007-12-10  Luis C. Busquets... credui: Add Spanish resource.
2007-12-06  Alexander Nicolays... credui: Update Norwegian resources.
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.