Rob Shearman
c6525745f2
comctl32: Fix the tooltips behaviour when TTF_ABSOLUTE isn't specified.
...
This does not mean to use the current cursor position. Instead, it means
that the left hand edge of balloon tips doesn't have to be exactly the
co-ordinate passed in (i.e. the stem can be as vertical as possible) and
it means non-balloon tips can use smart placement.
2007-11-20 12:28:59 +01:00
Rob Shearman
5ff8e6d7e1
comctl32: Unify the implementation of TOOLTIPS_Show and TOOLTIPS_TrackShow to give tracked tooltips balloon support.
2007-11-20 12:28:59 +01:00
Jacek Caban
c02b46d987
mshtml: Fixed handling channels without container and necko channel.
2007-11-20 12:28:59 +01:00
Bang Jun-young
9ae9109d39
olecli32: Fix invalid syntax.
2007-11-19 15:00:55 +01:00
Dmitry Timoshkov
efda990877
winex11.drv: Use display device guid managed by explorer.
2007-11-19 15:00:11 +01:00
Alexandre Julliard
be32b3413c
libport: Work around Mac OS execve() breakage.
2007-11-19 14:57:27 +01:00
Alexandre Julliard
0f5fc117a2
ntdll: Unblock signals in process init only after the dlls have been imported.
2007-11-19 14:27:07 +01:00
Alexandre Julliard
c70a17dbd9
ntdll: Send the exit code to the server on failed initialization.
2007-11-19 14:26:05 +01:00
Alexandre Julliard
35c91324ea
ntdll: Initialize the PEB LoaderLock pointer.
2007-11-19 13:56:26 +01:00
Michael Stefaniuc
7f5757f683
tools: Remove duplicate includes.
2007-11-19 13:54:52 +01:00
Michael Stefaniuc
3e8970602c
dlls: Remove duplicate includes.
2007-11-19 13:54:46 +01:00
Michael Stefaniuc
0977f858da
setupapi: Remove duplicate includes.
2007-11-19 13:54:17 +01:00
Michael Stefaniuc
e973a193b7
kernel32: Remove duplicate includes.
2007-11-19 13:54:14 +01:00
Michael Stefaniuc
0ecf2edca0
ntdll: Remove duplicate includes.
2007-11-19 13:54:09 +01:00
Michael Stefaniuc
861c58d462
comdlg32: Remove duplicate includes.
2007-11-19 13:54:04 +01:00
Michael Stefaniuc
41044dcd8c
quartz: Fix memory leaks on error paths. Found by Smatch.
2007-11-19 13:53:56 +01:00
Michael Stefaniuc
0805f6bb83
qcap: Fix a mem leak on an error path. Found by Smatch.
2007-11-19 13:53:43 +01:00
Michael Stefaniuc
04380452d0
shell32: Fix a mem leak on an error path. Found by Smatch.
2007-11-19 13:53:38 +01:00
Michael Stefaniuc
17dc17487d
localspl/tests: Use ANSI function declarations.
2007-11-19 13:53:30 +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
8a15423ab7
rpcrt4: Hold the thread-data's critical section while cancelling a call.
...
Check that there is a connection before trying to cancel it.
2007-11-19 13:53:22 +01:00
Hans Leidekker
23e995e3a7
kernel32: Add stub implementations for FindFirstVolume{A, W}.
2007-11-19 13:53:17 +01:00
Hans Leidekker
a0c3816dbf
wininet: Initialize path buffer in InternetSetCookie.
2007-11-19 13:52:26 +01:00
Gerald Pfeifer
f874126bec
advapi32: Remove untriggerable check.
2007-11-19 13:51:45 +01:00
Gerald Pfeifer
5736c30c21
configure: Fix typos in warning messages.
2007-11-19 13:51:33 +01:00
Gerald Pfeifer
d9f5817e8a
rsaenh/tests: Fix const-ness of parameters to printBytes().
2007-11-19 13:51:11 +01:00
Jacek Caban
909744a28d
shdocvw: Set default home and search page.
2007-11-19 13:06:22 +01:00
Jacek Caban
b992b5751c
shdocvw: Register CLSID_InternetShortcut.
2007-11-19 13:06:17 +01:00
Jacek Caban
7fdcc87def
include: Added isguids.h.
2007-11-19 13:06:14 +01:00
Michael Stefaniuc
28a7d58837
netapi32: Remove redundant NULL check before HeapFree(). Found by Smatch.
2007-11-19 13:02:08 +01:00
Michael Stefaniuc
daf1ed48c3
msvcrt/tests: Remove redundant NULL check before free(). Found by Smatch.
2007-11-19 13:02:06 +01:00
Rob Shearman
b15186d49c
shell32: Add a stub for LinkWindow_UnregisterClass.
2007-11-19 13:02:02 +01:00
Rob Shearman
6ae22de432
shell32: Add a stub for LinkWindow_RegisterClass.
2007-11-19 13:01:58 +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
Rob Shearman
3c8663b7e9
include: Add definitions used for AllowSetForegroundWindow and LockSetForegroundWindow.
2007-11-19 13:00:06 +01:00
James Hawkins
78eead93fd
msi: Don't check for a cabinet's existence if it's embedded in the package.
2007-11-19 12:55:36 +01:00
Thomas Weidenmueller
05a9678d20
comctl32: Fix handling of CB_RESETCONTENT in ComboBoxEx.
2007-11-19 12:55:19 +01:00
Juan Lang
52da1b169a
shell32: Remove a bad comment.
2007-11-19 12:55:12 +01:00
Juan Lang
e580a91f39
shell32: Use more restricted registry rights when quering values.
2007-11-19 12:55:03 +01:00
Juan Lang
08ab605e37
shell32: Dynamically allocate memory for executing an URL.
2007-11-19 12:54:57 +01:00
Juan Lang
9d05534822
shell32: Use helper function to execute a URL.
2007-11-19 12:54:51 +01:00
Juan Lang
f2748c7af3
shell32: Dynamically allocate buffer for command.
2007-11-19 12:54:43 +01:00
Juan Lang
75ba711932
shell32: Constify some parameters.
2007-11-19 12:54:25 +01:00
Juan Lang
987ba237aa
shell32: Don't overwrite the caller's buffer when doing a dde connection.
2007-11-19 12:54:14 +01:00