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
Mike McCormack
7fe5166340
msi: Fix a typo.
2007-01-26 13:53:52 +01:00
Alexandre Julliard
3120a8ba0a
winspool: Fix make rules for import library.
2007-01-26 13:07:37 +01:00
Alexandre Julliard
be570f4655
snmpapi: Fix printf format warnings in tests.
2007-01-26 13:07:05 +01:00
Mark Adams
641abc997c
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).
2007-01-26 12:58:47 +01:00
Mark Adams
1e263e663b
iphlpapi: Filter out no-ip addresses when building ip address table.
2007-01-26 12:56:42 +01:00
Mark Adams
a91d69190e
iphlpapi: Clarify interface counting.
2007-01-26 12:56:28 +01:00
Andrew Talbot
267fcdd009
cabinet: Improve initialization of some arrays.
2007-01-26 12:56:12 +01:00
Joris Huizer
eefea58d7d
libwine: sign-compare fixes.
2007-01-26 12:56:07 +01:00
Francois Gouget
6f734ac7b9
snmpapi: Fix the winapi_check warnings.
2007-01-26 12:55:56 +01:00
Mike McCormack
8a38d3038c
msi: Allocate a buffer in WCHARs not CHARs.
2007-01-26 12:55:50 +01:00
Ulrich Czekalla
cae37b18fd
wineserver: Validate the children of windows being hidden.
...
Prevents paint_count values from being skewed when hiding windows.
2007-01-26 12:55:47 +01:00
Huw Davies
305e4949ee
widl: Don't restrict the number of params of [prop*] functions.
2007-01-26 12:22:40 +01:00
Huw Davies
f994c35a3e
widl: Add VT_DATE support to typelib generation.
2007-01-26 12:22:38 +01:00
Alexandre Julliard
2eee874382
widl: Make some generated variables static and/or const.
2007-01-26 12:09:25 +01:00