Bang Jun-Young [Mon, 29 Jan 2007 13:49:46 +0000 (22:49 +0900)]
advapi32: Fix prototypes to match the PSDK.
Andrew Talbot [Sun, 28 Jan 2007 13:07:18 +0000 (13:07 +0000)]
avifil32: Declare some variables static.
Andrew Talbot [Sat, 27 Jan 2007 18:08:50 +0000 (18:08 +0000)]
secur32: Declare a function static.
Andrew Talbot [Sat, 27 Jan 2007 18:09:34 +0000 (18:09 +0000)]
sensapi: Declare a variable static.
Andrew Talbot [Sat, 27 Jan 2007 18:11:12 +0000 (18:11 +0000)]
setupapi: Declare some functions static.
Andrew Talbot [Sat, 27 Jan 2007 18:08:01 +0000 (18:08 +0000)]
sane.ds: Declare a function static.
Andrew Talbot [Sat, 27 Jan 2007 18:10:19 +0000 (18:10 +0000)]
serialui: Declare some items static.
Thomas Weidenmueller [Sat, 27 Jan 2007 13:27:38 +0000 (14:27 +0100)]
comctl32: Fix the TAB_ITEM_SIZE macro.
Dmitry Timoshkov [Sat, 27 Jan 2007 09:57:13 +0000 (17:57 +0800)]
user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy.
Dmitry Timoshkov [Sat, 27 Jan 2007 09:56:31 +0000 (17:56 +0800)]
gdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitmap width or height is 0.
Rob Shearman [Fri, 26 Jan 2007 19:54:24 +0000 (19:54 +0000)]
credui: Fill out the username, password and domain edit boxes from the values input to CredUIPromptForCredentialsW.
Set the focus to the password edit box, unless the user edit box is empty.
Rob Shearman [Fri, 26 Jan 2007 19:54:19 +0000 (19:54 +0000)]
credui: Implement CredUIParseUserName.
Rob Shearman [Fri, 26 Jan 2007 19:53:54 +0000 (19:53 +0000)]
credui: Set the focus to the username edit control.
Jacek Caban [Fri, 26 Jan 2007 17:50:43 +0000 (18:50 +0100)]
urlmon: Code clean up.
Jacek Caban [Fri, 26 Jan 2007 17:49:59 +0000 (18:49 +0100)]
urlmon: Call AddRef in CoInternetGetSession.
Jacek Caban [Fri, 26 Jan 2007 17:50:21 +0000 (18:50 +0100)]
shlwapi: Don't unescape url in UrlCombineW with URL_FILE_USE_PATHURL flag.
Francois Gouget [Fri, 26 Jan 2007 17:23:57 +0000 (18:23 +0100)]
shell32: Remove an unneeded local variable initialization.
Francois Gouget [Fri, 26 Jan 2007 17:21:54 +0000 (18:21 +0100)]
winapi_check: Print a warning when 'long' is used in an API file as this type is not Win64 compatible.
Mike McCormack [Fri, 26 Jan 2007 14:48:42 +0000 (23:48 +0900)]
oleview: Remove many casts.
Mike McCormack [Fri, 26 Jan 2007 12:14:58 +0000 (21:14 +0900)]
msi: Add a (mostly empty) typelib for the MsiServer interface.
Mike McCormack [Fri, 26 Jan 2007 12:13:52 +0000 (21:13 +0900)]
widl: Handle TKIND_DISPATCH when generating MSFT typelibs.
Alexandre Julliard [Fri, 26 Jan 2007 12:53:35 +0000 (13:53 +0100)]
makefile: Use git-ls-files if possible to build tags files.
Francois Gouget [Fri, 26 Jan 2007 12:21:54 +0000 (13:21 +0100)]
winapi_check: Print the line number when an error or warning is found in the API files.
Francois Gouget [Fri, 26 Jan 2007 12:19:12 +0000 (13:19 +0100)]
wintrust: Add missing packing directives to mscat.h.
Francois Gouget [Fri, 26 Jan 2007 12:18:56 +0000 (13:18 +0100)]
wintrust: Add missing prototypes and a missing include directive to mscat.h.
Francois Gouget [Fri, 26 Jan 2007 12:18:40 +0000 (13:18 +0100)]
wintrust: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Fri, 26 Jan 2007 12:18:21 +0000 (13:18 +0100)]
usp10: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Fri, 26 Jan 2007 12:17:49 +0000 (13:17 +0100)]
winecoreaudio.drv: Update win32.api to fix the winapi_check warnings.
Mike McCormack [Fri, 26 Jan 2007 12:14:25 +0000 (21:14 +0900)]
msi: Add todos around tests that aren't being run yet, but will fail.
Mike McCormack [Fri, 26 Jan 2007 12:14:07 +0000 (21:14 +0900)]
msi: Fix a typo.
Alexandre Julliard [Fri, 26 Jan 2007 12:07:37 +0000 (13:07 +0100)]
winspool: Fix make rules for import library.
Alexandre Julliard [Fri, 26 Jan 2007 12:07:05 +0000 (13:07 +0100)]
snmpapi: Fix printf format warnings in tests.
Mark Adams [Fri, 26 Jan 2007 01:16:25 +0000 (20:16 -0500)]
iphlpapi: Support for non-linux platforms, including Mac OS X.
- Add error messages when unimplemented functions are called on
non-linux platforms.
- Implement retrieving the interface list on MacOS X (and other
platforms that use NET_RT_DUMP).
Mark Adams [Fri, 26 Jan 2007 01:15:58 +0000 (20:15 -0500)]
iphlpapi: Filter out no-ip addresses when building ip address table.
Mark Adams [Fri, 26 Jan 2007 01:14:53 +0000 (20:14 -0500)]
iphlpapi: Clarify interface counting.
Andrew Talbot [Thu, 25 Jan 2007 22:14:49 +0000 (22:14 +0000)]
cabinet: Improve initialization of some arrays.
Joris Huizer [Thu, 25 Jan 2007 21:14:01 +0000 (13:14 -0800)]
libwine: sign-compare fixes.
Francois Gouget [Thu, 25 Jan 2007 14:10:23 +0000 (15:10 +0100)]
snmpapi: Fix the winapi_check warnings.
Mike McCormack [Thu, 25 Jan 2007 14:05:19 +0000 (23:05 +0900)]
msi: Allocate a buffer in WCHARs not CHARs.
Ulrich Czekalla [Thu, 25 Jan 2007 13:57:14 +0000 (08:57 -0500)]
wineserver: Validate the children of windows being hidden.
Prevents paint_count values from being skewed when hiding windows.
Huw Davies [Thu, 25 Jan 2007 13:40:40 +0000 (13:40 +0000)]
widl: Don't restrict the number of params of [prop*] functions.
Huw Davies [Wed, 24 Jan 2007 18:30:24 +0000 (18:30 +0000)]
widl: Add VT_DATE support to typelib generation.
Alexandre Julliard [Fri, 26 Jan 2007 11:09:25 +0000 (12:09 +0100)]
widl: Make some generated variables static and/or const.
Alexandre Julliard [Fri, 26 Jan 2007 11:09:14 +0000 (12:09 +0100)]
widl: Avoid dependency on COBJMACROS in generated code.
Alexandre Julliard [Fri, 26 Jan 2007 11:09:03 +0000 (12:09 +0100)]
widl: Define __midl_proxy in the generated proxy code.
Alexandre Julliard [Fri, 26 Jan 2007 11:08:51 +0000 (12:08 +0100)]
widl: Add a few more fields in the stub descriptor.
Alexandre Julliard [Fri, 26 Jan 2007 11:04:40 +0000 (12:04 +0100)]
widl: Rename a couple of variables to make the code closer to what midl generates.
Alexandre Julliard [Fri, 26 Jan 2007 11:03:02 +0000 (12:03 +0100)]
widl: Initialize local variables in stub functions.
Alexandre Julliard [Fri, 26 Jan 2007 11:00:42 +0000 (12:00 +0100)]
widl: Use the typegen function for marshalling/unmarshalling in proxies.
Alexandre Julliard [Fri, 26 Jan 2007 10:59:58 +0000 (11:59 +0100)]
widl: Copy the UserMarshal support into the generic code.
Alexandre Julliard [Thu, 25 Jan 2007 15:53:50 +0000 (16:53 +0100)]
Release 0.9.30.
Vitaliy Margolen [Thu, 25 Jan 2007 06:43:30 +0000 (23:43 -0700)]
server: Prevent a crash on error while creating a token.
Vitaliy Margolen [Thu, 25 Jan 2007 06:43:18 +0000 (23:43 -0700)]
advapi32: Add more tests for granted access mask. Fix test on Wine.
Vitaliy Margolen [Thu, 25 Jan 2007 06:43:04 +0000 (23:43 -0700)]
server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation).
Vitaliy Margolen [Thu, 25 Jan 2007 06:42:15 +0000 (23:42 -0700)]
server: Reverse return value and status in token_access_check to be consistent.
Vitaliy Margolen [Thu, 25 Jan 2007 06:41:39 +0000 (23:41 -0700)]
advapi32: Add few more tests for token access check and fix it on Wine.
Paul Vriens [Thu, 25 Jan 2007 08:46:40 +0000 (09:46 +0100)]
qcap: Initialize a variable (Coverity).
Andrew Talbot [Wed, 24 Jan 2007 22:37:52 +0000 (22:37 +0000)]
rsaenh: Declare some functions static.
Andrew Talbot [Wed, 24 Jan 2007 21:18:25 +0000 (21:18 +0000)]
rpcrt4: Declare some functions static.
Rob Shearman [Thu, 25 Jan 2007 10:24:00 +0000 (10:24 +0000)]
rpcrt4: RPCRT4_strdupWtoA and RPCRT4_strdupAtoW don't change the input string, so make the input const.
Rob Shearman [Thu, 25 Jan 2007 10:23:11 +0000 (10:23 +0000)]
rpcrt4: Stash away NetworkOptions passed in from the binding string so that transports can look at the string if needed.
Mike McCormack [Thu, 25 Jan 2007 10:18:18 +0000 (19:18 +0900)]
msi: Implement IDispatch->CreateInstance() for the msi server dll.
Mike McCormack [Thu, 25 Jan 2007 10:17:42 +0000 (19:17 +0900)]
msi: Implement IClassFactory->QueryInterface() for the msi server dll.
Mike McCormack [Thu, 25 Jan 2007 09:56:29 +0000 (18:56 +0900)]
msi: Add a test for the IMsiServer interface.
Vitaly Lipatov [Thu, 25 Jan 2007 10:16:34 +0000 (13:16 +0300)]
comdlg32: Update Russian translation.
Matt Finnicum [Thu, 25 Jan 2007 06:11:07 +0000 (00:11 -0600)]
riched20: Create undos in StreamIn at the right times. Adds tests for when StreamIn should be undoable.
Matt Finnicum [Thu, 25 Jan 2007 05:20:54 +0000 (23:20 -0600)]
riched20: Remove excessive traces from reader.c.
Ken Thomases [Thu, 25 Jan 2007 05:51:24 +0000 (23:51 -0600)]
winex11.drv: Copy the GL extensions string because it may be freed.
Jan Zerebecki [Wed, 24 Jan 2007 18:38:32 +0000 (19:38 +0100)]
urlmon: Fix type of an empty string to avoid warning.
Jan Zerebecki [Wed, 24 Jan 2007 18:31:56 +0000 (19:31 +0100)]
opengl32: Remove redundant const.
Felix Nawothnig [Wed, 24 Jan 2007 18:15:14 +0000 (19:15 +0100)]
comctl32: Degrade ERR to WARN.
Huw Davies [Wed, 24 Jan 2007 12:02:29 +0000 (12:02 +0000)]
oleaut32: The typelib version numbers should be written to the registry in hex.
Francois Gouget [Wed, 24 Jan 2007 14:42:35 +0000 (15:42 +0100)]
sfc_os: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 24 Jan 2007 14:42:10 +0000 (15:42 +0100)]
sfc_os: Add a prototype for SfcIsKeyProtected().
Francois Gouget [Wed, 24 Jan 2007 14:40:58 +0000 (15:40 +0100)]
mscoree: _CorValidateImage() is a WINAPI function.
This fixes a winapi_check warning.
Francois Gouget [Wed, 24 Jan 2007 14:41:12 +0000 (15:41 +0100)]
shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function.
This fixes a winapi_check warning.
Francois Gouget [Wed, 24 Jan 2007 14:40:30 +0000 (15:40 +0100)]
dbghelp: Fix the spec file to better match the SymGetSymFromAddr64() prototype.
This fixes a winapi_check warning.
Francois Gouget [Wed, 24 Jan 2007 14:39:01 +0000 (15:39 +0100)]
snmpapi: Add a missing '\n' trace.
Francois Gouget [Wed, 24 Jan 2007 14:39:26 +0000 (15:39 +0100)]
snmpapi: SnmpUtilDbgPrint() is a vararg and not an stdcall function.
Alexandre Julliard [Wed, 24 Jan 2007 19:10:57 +0000 (20:10 +0100)]
widl: Add support for some simple pointer types.
Alexandre Julliard [Wed, 24 Jan 2007 19:10:07 +0000 (20:10 +0100)]
widl: Store the interface id in _StubMsg.MaxCount for iid_is pointers.
Alexandre Julliard [Wed, 24 Jan 2007 19:08:50 +0000 (20:08 +0100)]
widl: Fix alignment check for struct members format string.
Alexandre Julliard [Wed, 24 Jan 2007 19:08:06 +0000 (20:08 +0100)]
widl: Fix possible crash in write_array_tfs.
Alexandre Julliard [Wed, 24 Jan 2007 19:06:51 +0000 (20:06 +0100)]
widl: Skip local functions when building format strings.
Alexandre Julliard [Wed, 24 Jan 2007 19:05:22 +0000 (20:05 +0100)]
widl: Export a function to compute the proc format string size for a function.
Alexandre Julliard [Wed, 24 Jan 2007 19:02:05 +0000 (20:02 +0100)]
widl: Move initialization of the stub buffer size into write_remoting_arguments().
Alexandre Julliard [Wed, 24 Jan 2007 18:59:16 +0000 (19:59 +0100)]
widl: Move support for stub arguments to typegen.c to make it usable for proxies too.
Alexandre Julliard [Wed, 24 Jan 2007 15:24:19 +0000 (16:24 +0100)]
include: Simplify the variable declarations in the makefile to allow make_makefiles to parse it.
Kai Blin [Wed, 24 Jan 2007 11:05:33 +0000 (12:05 +0100)]
secur32: Fix off-by-one error in converting the password to unicode.
Alexandre Julliard [Wed, 24 Jan 2007 11:46:17 +0000 (12:46 +0100)]
ntdll: Properly handle embedded nulls in NTDLL_dbg_vprintf.
Jacek Caban [Tue, 23 Jan 2007 22:33:38 +0000 (23:33 +0100)]
urlmon: Added BindProtocol's IInternetPriority implementation.
Andrew Talbot [Tue, 23 Jan 2007 21:00:27 +0000 (21:00 +0000)]
riched20: Declare some functions static.
Andrew Talbot [Tue, 23 Jan 2007 20:53:30 +0000 (20:53 +0000)]
quartz: Declare a function static.
Matt Finnicum [Tue, 23 Jan 2007 20:44:29 +0000 (14:44 -0600)]
riched20: Use CharFromPos instead of FindPixelPos in LinkNotify so it accounts for scrolling.
Matt Finnicum [Tue, 23 Jan 2007 19:39:38 +0000 (13:39 -0600)]
riched20: Implement EM_LIMITTEXT and some simple tests.
Kai Blin [Wed, 24 Jan 2007 09:51:14 +0000 (10:51 +0100)]
secur32: Fix off-by-one error when copying the password to the helper.
This fixes NTLM authentication with Outlook2003.
Rob Shearman [Wed, 24 Jan 2007 00:27:10 +0000 (00:27 +0000)]
rpcrt4: When copying quality of service, deep copy TransportCredentials structure too.
Remove some no longer relevant fixmes.
Rob Shearman [Wed, 24 Jan 2007 00:27:01 +0000 (00:27 +0000)]
rpcrt4: Fix a typo in rpcrt4_conn_open_pipe.
Fix a typo in rpcrt4_conn_open_pipe where the initial setting of dwFlags
was done inside the switch statement instead of at the indented place of
at the start of the block (thanks to Jan Zerebecki for noticing this bug).
Jacek Caban [Tue, 23 Jan 2007 18:36:38 +0000 (19:36 +0100)]
urlmon: Added CreateBinding test.
Jacek Caban [Tue, 23 Jan 2007 18:36:09 +0000 (19:36 +0100)]
urlmon: Added beginning BindProtocol implementation.