Commit Graph

33646 Commits

Author SHA1 Message Date
Andrew Talbot
77250f3ce8 winmm: Declare a function static. 2007-02-05 12:33:01 +01:00
Andrew Talbot
6d7e1e7327 winemp3.acm: Declare some items static. 2007-02-05 12:32:56 +01:00
Andrew Talbot
6ef74bc9c8 quartz: Fix a typo.
Should fix Coverity CID-348 (dereference before NULL check).
2007-02-05 12:32:51 +01:00
Andrew Talbot
2bb44198b6 uxtheme: Declare some items static. 2007-02-05 12:32:42 +01:00
Andrew Talbot
29c66df45b user32: Declare some functions static. 2007-02-05 12:32:37 +01:00
Andrew Talbot
f06c01e230 shdocvw: Declare some functions static. 2007-02-05 12:30:15 +01:00
Dmitry Timoshkov
736743dd57 dbghelp: Turn a FIXME to a WARN in order to avoid mangling the output. 2007-02-05 12:30:00 +01:00
Dmitry Timoshkov
6d62ef657d winedump: Add a sanity check before dumping long format library export. 2007-02-05 12:29:56 +01:00
Dmitry Timoshkov
d32d5a4706 kernel32: Add a trace to MultiByteToWideChar. 2007-02-05 12:28:57 +01:00
Mikołaj Zalewski
1ee6c9e3c5 comctl32: rebar: Fix lpBand->lpText memory leak in DeleteBand and simplify the code. 2007-02-05 12:28:49 +01:00
Mikołaj Zalewski
95c74f19a7 comctl32: rebar: Merge SetBandInfoA and SetBandInfoW. 2007-02-05 12:28:41 +01:00
Mikołaj Zalewski
0f77096706 comctl32: rebar: Merge GetBandInfoA and GetBandInfoW. 2007-02-05 12:28:33 +01:00
Mikołaj Zalewski
d8d5196ddb comctl32: rebar: Merge InsertBandA and InsertBandW. 2007-02-05 12:28:24 +01:00
Mikołaj Zalewski
8909419b55 comctl32: rebar: Add some tests for rebar and change the way the header size is fixed. 2007-02-05 12:27:45 +01:00
James Hawkins
30577c253a msi: Allow uncompressed files before compressed files in the same media. 2007-02-05 12:27:33 +01:00
Huw Davies
c0cb341adf wineps.drv: Try to use the PostSript name of a font. 2007-02-05 12:27:09 +01:00
Huw Davies
37b671c59a winspool.drv: We don't need to check for the PPD Files key before using /etc/printcap. 2007-02-05 12:27:06 +01:00
Huw Davies
2dd3aa6293 oleaut32: Fix marshaling of VARTYPE-less safearrays. 2007-02-05 12:26:14 +01:00
Michael Stefaniuc
bbe9c51b31 msvcrt: Fix *printf() handling of negative field width. 2007-02-05 12:26:10 +01:00
Bang Jun-Young
fdff5c3a3a ntdll: Fix NtUnloadKey to match the DDK. 2007-02-05 12:26:01 +01:00
Bang Jun-Young
b71e42b794 wininet: config.h police. 2007-02-05 12:25:55 +01:00
Bang Jun-Young
671b023de8 advapi32: Fix prototypes to match the PSDK. 2007-02-05 12:25:48 +01:00
Andrew Talbot
ba9e77b8f6 avifil32: Declare some variables static. 2007-02-05 12:25:40 +01:00
Andrew Talbot
da90b4a8dd secur32: Declare a function static. 2007-02-05 12:25:36 +01:00
Andrew Talbot
76a0224696 sensapi: Declare a variable static. 2007-02-05 12:25:32 +01:00
Andrew Talbot
1efcf37692 setupapi: Declare some functions static. 2007-02-05 12:25:28 +01:00
Andrew Talbot
3c43ca5df3 sane.ds: Declare a function static. 2007-02-05 12:25:25 +01:00
Andrew Talbot
b618fc2ce9 serialui: Declare some items static. 2007-02-05 12:25:21 +01:00
Thomas Weidenmueller
2c620c8269 comctl32: Fix the TAB_ITEM_SIZE macro. 2007-02-05 12:25:16 +01:00
Dmitry Timoshkov
8ec3423e76 user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy. 2007-02-05 12:24:59 +01:00
Dmitry Timoshkov
0510a7a599 gdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitmap width or height is 0. 2007-02-05 12:24:55 +01:00
Rob Shearman
7ed705eb2e 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.
2007-02-05 12:24:47 +01:00
Rob Shearman
c9c328c122 credui: Implement CredUIParseUserName. 2007-02-05 12:24:39 +01:00
Rob Shearman
4ca5d44ce5 credui: Set the focus to the username edit control. 2007-02-05 12:24:21 +01:00
Jacek Caban
1ba20d3b8b urlmon: Code clean up. 2007-02-05 12:24:16 +01:00
Jacek Caban
76b821bdd7 urlmon: Call AddRef in CoInternetGetSession. 2007-02-05 12:24:12 +01:00
Jacek Caban
dae390d90b shlwapi: Don't unescape url in UrlCombineW with URL_FILE_USE_PATHURL flag. 2007-02-05 12:24:08 +01:00
Francois Gouget
fbfe9a72de shell32: Remove an unneeded local variable initialization. 2007-02-05 12:23:57 +01:00
Francois Gouget
dffe626a9c winapi_check: Print a warning when 'long' is used in an API file as this type is not Win64 compatible. 2007-02-05 12:23:52 +01:00
Mike McCormack
b858b78990 oleview: Remove many casts. 2007-02-05 12:23:46 +01:00
Mike McCormack
702adb37a2 msi: Add a (mostly empty) typelib for the MsiServer interface. 2007-01-26 14:29:43 +01:00
Mike McCormack
7d1e21e2c1 widl: Handle TKIND_DISPATCH when generating MSFT typelibs. 2007-01-26 14:29:18 +01:00
Alexandre Julliard
7f9f78aecd makefile: Use git-ls-files if possible to build tags files. 2007-01-26 13:54:07 +01:00
Francois Gouget
9b28bd0a3d winapi_check: Print the line number when an error or warning is found in the API files. 2007-01-26 13:54:06 +01:00
Francois Gouget
6a45cd1bfc wintrust: Add missing packing directives to mscat.h. 2007-01-26 13:54:06 +01:00
Francois Gouget
31a006a23b wintrust: Add missing prototypes and a missing include directive to mscat.h. 2007-01-26 13:54:06 +01:00
Francois Gouget
923c95a6da wintrust: Better match the PSDK types and fix the winapi_check warnings. 2007-01-26 13:54:06 +01:00
Francois Gouget
aa94c6850b usp10: Update win32.api to fix the winapi_check warnings. 2007-01-26 13:54:06 +01:00
Francois Gouget
d98dcb310e winecoreaudio.drv: Update win32.api to fix the winapi_check warnings. 2007-01-26 13:54:06 +01:00
Mike McCormack
595983f498 msi: Add todos around tests that aren't being run yet, but will fail. 2007-01-26 13:53:52 +01:00