Commit graph

60 commits

Author SHA1 Message Date
Paul Vriens
63f68ade77 credui: Typo and minor correction in Dutch resource. 2008-06-13 10:17:53 +02:00
Francois Gouget
2654e5686a credui: Remove spaces before '\n' in resource strings. 2008-06-11 20:03:00 +02:00
Francois Gouget
9b81d86a6d Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT. 2008-06-10 19:45:14 +02:00
José Manuel Ferrer Ortiz
85e839a2c2 Spanish translations updates. 2008-06-02 12:32:47 +02:00
Mikołaj Zalewski
14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen
e162f9d787 credui: Added Danish translation. 2008-05-05 13:35:24 +02:00
Rok Mandeljc
b8e6daa18c credui: Added Slovenian translation. 2008-04-08 11:56:07 +02:00
Hwang YunSong(황윤성)
991be694ab credui: Updated Korean resource. 2008-04-04 12:01:45 +02:00
Mikołaj Zalewski
666142a873 credui: Update Polish translation. 2008-03-31 12:13:51 +02:00
Michael Stefaniuc
aa754a70f0 credui: Update the German translation. 2008-03-24 11:37:42 +01:00
Rob Shearman
48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Frans Kool
eeb84b9a52 credui: Created Dutch translations. 2008-02-16 13:55:10 +01:00
Francois Gouget
c68745c51b UTF-8 resource files must explicitly say so with a pragma. 2008-02-15 09:55:58 +01:00
Mikołaj Zalewski
7c2a3cb9dc credui: Update Polish translation. 2008-02-15 09:55:17 +01:00
Andrey Esin
e1686af924 credui: Added Russian translation. 2008-01-25 12:08:15 +01:00
Rob Shearman
8bee6946cc credui: Return the state of the dialog's save checkbox to CredUIPromptForCredentials. 2008-01-23 20:46:13 +01:00
Rob Shearman
9a032584f7 credui: The list should be the first parameter to the list_add_tail function. 2008-01-23 20:46:09 +01:00
Luis C. Busquets Pérez
0acf658792 credui: Add Spanish resource. 2007-12-10 12:13:03 +01:00
Alexander Nicolaysen Sørnes
68953bc5b3 credui: Update Norwegian resources. 2007-12-06 12:06:09 +01:00
Rob Shearman
0f9e568933 credui: Fix a test failure on Windows XP. 2007-11-27 16:42:13 +01:00
Jonathan Ernst
b95bab9b56 credui: Updated French translation. 2007-11-21 12:03:21 +01:00
Rob Shearman
e35665fc47 credui: Display a warning balloon if the user has Caps Lock on. 2007-11-20 12:29:00 +01:00
Rob Shearman
110f6e99e7 credui: Show a balloon tip in the credential dialog if CREDUI_FLAGS_INCORRECT_PASSWORD was specified. 2007-11-20 12:29:00 +01:00
Rob Shearman
0937f999f4 credui: Override the default banner if the caller specifies one to CredUIPromptForCredentialsW. 2007-11-19 13:53:26 +01:00
Rob Shearman
0ae7eafc03 credui: Make sure not to leave the password in memory when no longer in use. 2007-11-19 13:01:37 +01:00
Rob Shearman
28fb2f01ef credui: Ensure that the foreground window doesn't get changed while the user is typing in their password.
This doesn't currently work on Wine as LockSetForegroundWindow isn't 
implemented, but when it does it should work nicely.
2007-11-19 13:01:29 +01:00
Rob Shearman
4002964259 credui: Check for and don't add duplicates when filling the username combo box. 2007-11-19 13:00:58 +01:00
Rob Shearman
cdb6e9ed82 credui: Enumerate saved credentials and use these to populate the combo box. 2007-11-19 13:00:53 +01:00
Rob Shearman
96714cf52e credui: Increase the dropped-down size of the username combo box. 2007-11-19 13:00:46 +01:00
Rob Shearman
bb529a4938 credui: Split CredDialogProc out into separate functions. 2007-11-19 13:00:32 +01:00
Rob Shearman
678d396508 credui: Add support for saving the credentials input using CredUIPromptForCredentials by calling CredWriteW. 2007-11-19 13:00:14 +01:00
Jonathan Ernst
b755629039 credui: Updated French translation. 2007-11-13 21:46:55 +01:00
Alexandre Julliard
0590fe2ecf Make some variables static. 2007-11-06 14:38:54 +01:00
Hwang YunSong(황윤성)
604530e3bd credui: Updated Korean resource. 2007-10-30 14:20:41 +01:00
Lionel Debroux
0a6bdc79e3 credui: Fix memory leak (found by Smatch). 2007-10-29 13:53:20 +01:00
Jeremy Newman
2da76a04a3 credui: Add a Wine-themed banner for the credentials dialog. 2007-10-26 15:13:14 +02:00
Rob Shearman
ce5b6c8410 credui: Add a banner and message box to the dialog presented by CredUIPromptForCredentials. 2007-10-26 15:12:36 +02:00
Juan Lang
aa657e93be credui: Add proper parameter names to SSO stubs, and use symbolic return values. 2007-10-25 12:53:15 +02:00
Rob Shearman
e146591cd6 credui: Add tests for CredUIPromptForCredentialsW and CredUIConfirmCredentialsW. 2007-10-25 12:14:18 +02:00
Rob Shearman
1d150b8920 credui: Build the import library. 2007-10-25 12:11:22 +02:00
Rob Shearman
3b219c9638 credui: Verify some of the parameters to CredUIPromptForCredentials, like native does. 2007-10-25 12:11:18 +02:00
Rob Shearman
33d1ad1098 credui: The pUIInfo parameter is optional to CredUIPromptForCredentials, so check before dereferencing it to get the parent window. 2007-10-25 12:11:11 +02:00
Rob Shearman
af069ad758 credui: Implement CredUIConfirmCredentialsW. 2007-10-25 12:11:02 +02:00
Juan Lang
a79ec597f4 credui: Add stubs. 2007-10-24 13:51:13 +02:00
Daniel Nylander
8290a43bd7 credui: Add Swedish translation. 2007-10-16 12:37:20 +02:00
Rob Shearman
ff014a8f6a credui: The pszUserName parameter in CredUIPromptForCredentialsW is in/out so dump the string on entry to the function. 2007-09-17 12:56:56 +02:00
Hwang YunSong(황윤성)
70714e4c04 credui: New Korean resource. 2007-06-11 20:18:54 +02:00
Alexander Nicolaysen Sørnes
8951a1b3a7 credui: Add Norwegian Bokmål resources. 2007-06-01 12:41:10 +02:00
Frank Richter
5c5fc99700 credui: Add German translation. 2007-05-14 14:25:59 +02:00
Mikołaj Zalewski
7ae93d05a9 credui: Add Polish translation. 2007-03-13 20:52:24 +01:00