Vitaliy Margolen
a06821765a
dinput: Don't reset dead zone and saturation when setting data format.
...
Additional tests indicate that native doesn't touch previously set
properties.
2007-02-06 20:23:28 +01:00
Rob Shearman
aa4f89c84d
credui: Fix the order of the controls in the dialog so that the
...
keyboard shortcuts work correctly and so that tabbing through the
controls behaves as the user expects.
2007-02-06 20:23:24 +01:00
Huw Davies
a09cd1b88a
oleaut32: Call SearchPath before LoadLibrary so that we get the full path of native exes and dlls.
...
For builtin dlls prepend the system directory.
2007-02-06 20:23:16 +01:00
Misha Koshelev
12e3d642dd
kernel32: CreateThread returns NULL on error, not INVALID_HANDLE_VALUE.
2007-02-06 20:23:12 +01:00
Alexandre Julliard
6f2dd76750
ntdll: Clear the DebugInfo field when a shared heap critical section is made global.
2007-02-06 18:02:16 +01:00
Marcus Meissner
3afd7282bd
winex11.drv: Removed dead code (Coverity).
2007-02-06 14:59:40 +01:00
Marcus Meissner
886b15e723
riched20: Fixed wrong condition (Coverity).
2007-02-06 14:59:26 +01:00
Damjan Jovanovic
65d9723dc4
msvcrt: Align struct _stati64's st_size on an 8 byte boundary.
2007-02-06 13:28:36 +01:00
Francois Gouget
0f376b4874
ntdll: Add a stub API documentation to make winapi_check happy.
2007-02-06 13:26:40 +01:00
Francois Gouget
c03ae82773
hid: Add the hidsdi.h header.
2007-02-06 13:25:00 +01:00
Francois Gouget
62662d21dd
rpcrt4: Improve the prototypes Win64 compatibility by replacing long with LONG.
2007-02-06 13:23:53 +01:00
Francois Gouget
a7f7812be9
atl: Protect atlwin.h against multiple inclusions.
2007-02-06 13:21:36 +01:00
Francois Gouget
b230cce9cb
winspool.drv: Remove unneeded cast.
2007-02-06 13:21:06 +01:00
Francois Gouget
0271a09d4c
Add missing '\n's in traces.
2007-02-06 13:20:59 +01:00
Mike McCormack
4c46194cf5
ole32: Add a few more tests for transacted storage.
2007-02-06 13:20:37 +01:00
Mike McCormack
224ead8253
msi: Test the dispid for CreateRecord.
2007-02-06 13:20:29 +01:00
Mike McCormack
59736773d7
msi: Add the generated typelib to the resources.
2007-02-06 13:20:26 +01:00
Mike McCormack
a16e5151da
msi: Factor out code to calculate column offsets.
2007-02-06 13:20:17 +01:00
Mike McCormack
824b89987a
msi: Add a test showing MsiGetProperty returns correct values.
2007-02-06 13:20:12 +01:00
Jan Zerebecki
ea6ee42c71
urlmon: Remove redundant const.
2007-02-06 13:20:03 +01:00
Misha Koshelev
ecd20e28ac
msi: InstallPackage check for UI level must not disregard flags.
2007-02-06 13:19:55 +01:00
Andrew Talbot
550ea86ffd
wineps.drv: Declare some functions static.
2007-02-06 13:19:46 +01:00
Andrew Talbot
eeea88e305
wineps.drv: Remove unused functions.
2007-02-06 13:19:37 +01:00
Andrew Talbot
b9b2fef0a1
user32: Remove unused function.
2007-02-06 13:19:30 +01:00
Andrew Talbot
8145f97efd
winemp3.acm: Remove unused functions.
2007-02-06 13:19:26 +01:00
Andrew Talbot
8246b6cd30
shell32: Remove unused function.
2007-02-06 13:19:22 +01:00
Andrew Talbot
9bf24d6af7
user32: Remove unused variables.
2007-02-06 13:19:18 +01:00
Mikołaj Zalewski
7206e10673
browseui: Implement and test ACLMulti.
2007-02-06 12:40:37 +01:00
Mikołaj Zalewski
719088ca85
browseui: Add class factory.
2007-02-06 12:34:22 +01:00
Mikołaj Zalewski
ea0361f3e1
browseui: Add the browseui DLL.
2007-02-06 12:31:27 +01:00
Paul Vriens
46812a4bba
wininet: Remove unused function.
2007-02-06 12:30:45 +01:00
Vitaliy Margolen
17839bab6c
dinput: Use correct flag for object instance.
...
DIDFT_AXIS is a generic mask for absolute and relative axes.
2007-02-06 12:30:39 +01:00
Vitaliy Margolen
10fca47ba4
dinput: Look for all available js* joystick devices.
2007-02-06 12:30:34 +01:00
Kai Blin
7325bbd127
secur32: Fix ntlm_auth version number check when registering the NTLM SSP.
2007-02-06 12:30:21 +01:00
Kai Blin
809e4124d7
secur32: Bump minimal required samba version to 3.0.25, 3.0.24 is a bugfix release.
2007-02-06 12:30:16 +01:00
Alexandre Julliard
c41e09e9a0
iphlpapi: Avoid printf format warnings.
2007-02-05 22:04:29 +01:00
Damjan Jovanovic
07db8882c2
ntdll: Slist support.
...
Implemented ntdll's RtlInitializeSListHead, RtlQueryDepthSList,
RtlInterlockedFlushSList, RtlFirstEntrySList,
RtlInterlockedPushEntrySList, RtlInterlockedPopEntrySList, their
kernel32 equivalents, and tests.
2007-02-05 21:46:28 +01:00
Paul Vriens
8e9a81ea08
wininet/tests: Add ftp tests.
2007-02-05 21:04:26 +01:00
Dmitry Timoshkov
65681a0e18
user32: Add the tests for minimize/restore MDI child sequence, fix some failures.
2007-02-05 21:04:20 +01:00
Misha Koshelev
d6d6ce299f
kernel32: Added conformance test for nested thread wakeups in the server.
2007-02-05 18:07:24 +01:00
Andrew Talbot
bf98c9d182
winedos: Declare some items static.
2007-02-05 17:11:51 +01:00
John Klehm
69a9621b20
rasapi32: RasEnumConnections now returns correct buffer size (zero) when there are zero connections available.
2007-02-05 17:11:24 +01:00
Maarten Lankhorst
d2f29311ca
winealsa: Use a helper thread instead of asynchronous callbacks.
2007-02-05 16:54:01 +01:00
Maarten Lankhorst
2db89f8fa5
winealsa: Cosmetic stuff.
2007-02-05 16:52:51 +01:00
Maarten Lankhorst
2d2feb0700
winealsa: Split driver up in tiny pieces.
2007-02-05 16:52:41 +01:00
Mikołaj Zalewski
2270cc2994
shlwapi: Test string functions when buffer is too small.
2007-02-05 14:03:59 +01:00
Felix Nawothnig
7777a8eaf7
gdi32: Fix offset calculation in PATH_ExtTextOut for >1 chars.
2007-02-05 14:03:52 +01:00
Dmitry Timoshkov
e915a3cfb1
gdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTextMetricsA, add a test case.
2007-02-05 14:03:45 +01:00
Anatoly Lyutin
b18cc05965
comdlg32: Update Russian translation.
2007-02-05 14:03:36 +01:00
Vitaliy Margolen
45b8d865b4
dinput: Don't reset user specified range in SetDataFormat. With tests.
2007-02-05 14:03:28 +01:00
Vitaliy Margolen
b8b03b54b7
dinput: Initialize user limits with the default 0..65535 range. Add tests.
2007-02-05 14:03:20 +01:00
Vitaliy Margolen
575ede974d
dinput: Return user set limits not the device limits.
2007-02-05 14:03:07 +01:00
Vitaliy Margolen
15e0ccab9b
dinput: Don't close fd before we done with it.
2007-02-05 14:02:46 +01:00
Marcus Meissner
67b6044de7
kernel32: Initialize owner_exists (Coverity).
2007-02-05 14:02:35 +01:00
Marcus Meissner
1fc5160ce8
dinput: Fix dereference pointer after NULL check (Coverity).
2007-02-05 14:02:23 +01:00
Marcus Meissner
6239bf6fe3
devenum: Fix uninitialized clsidString (Coverity).
2007-02-05 14:02:10 +01:00
Dmitry Timoshkov
0fcc10fc3c
user32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn't use returned values to set window size.
2007-02-05 14:01:49 +01:00
Maarten Lankhorst
89840c0517
wined3d: Report D3D caps properly for ATI cards.
2007-02-05 14:01:43 +01:00
Bang Jun-Young
1ca4ddbd09
advpack: Constify the 3rd argument of RebootCheckOnInstall[AW].
2007-02-05 12:34:56 +01:00
John Morris
00b29dfa79
ole32: Add CoWaitForMultipleHandles to spec file.
2007-02-05 12:34:51 +01:00
Detlef Riekenberg
143e4af5fb
mshtml: Add a missing space.
2007-02-05 12:34:40 +01:00
Detlef Riekenberg
3b453d5915
winspool/tests: Add test for XcvDataW,PortIsValid.
2007-02-05 12:33:33 +01:00
Detlef Riekenberg
db9d152e42
winspool/tests: Add test for XcvDataW,MonitorUI.
2007-02-05 12:33:23 +01:00
Andrew Talbot
e463110e22
winex11.drv: Declare variable signed to accept possible negative return value (Coverity).
2007-02-05 12:33:10 +01:00
Andrew Talbot
7e13c16cbc
wtsapi32: Declare a variable static.
2007-02-05 12:33:05 +01:00
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
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
Mike McCormack
702adb37a2
msi: Add a (mostly empty) typelib for the MsiServer interface.
2007-01-26 14:29:43 +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
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
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
Vitaliy Margolen
c04e7e7878
advapi32: Add more tests for granted access mask. Fix test on Wine.
2007-01-25 12:52:27 +01:00
Vitaliy Margolen
bae75024a4
server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation).
2007-01-25 12:48:35 +01:00
Vitaliy Margolen
2cf11ef771
advapi32: Add few more tests for token access check and fix it on Wine.
2007-01-25 12:42:32 +01:00
Paul Vriens
3c3e3e8d1d
qcap: Initialize a variable (Coverity).
2007-01-25 12:04:45 +01:00
Andrew Talbot
a228eefe6d
rsaenh: Declare some functions static.
2007-01-25 12:04:38 +01:00
Andrew Talbot
3bc14d9110
rpcrt4: Declare some functions static.
2007-01-25 12:04:18 +01:00
Rob Shearman
399844e9f6
rpcrt4: RPCRT4_strdupWtoA and RPCRT4_strdupAtoW don't change the input string, so make the input const.
2007-01-25 12:00:13 +01:00
Rob Shearman
961455c7f0
rpcrt4: Stash away NetworkOptions passed in from the binding string so that transports can look at the string if needed.
2007-01-25 12:00:10 +01:00
Mike McCormack
9c76a0b37a
msi: Implement IDispatch->CreateInstance() for the msi server dll.
2007-01-25 12:00:07 +01:00
Mike McCormack
c63d21bf8c
msi: Implement IClassFactory->QueryInterface() for the msi server dll.
2007-01-25 12:00:04 +01:00
Mike McCormack
d316c19741
msi: Add a test for the IMsiServer interface.
2007-01-25 11:59:59 +01:00
Vitaly Lipatov
d801fb6912
comdlg32: Update Russian translation.
2007-01-25 11:59:51 +01:00
Matt Finnicum
7eabbec632
riched20: Create undos in StreamIn at the right times. Adds tests for when StreamIn should be undoable.
2007-01-25 11:06:36 +01:00
Matt Finnicum
306013d4e5
riched20: Remove excessive traces from reader.c.
2007-01-25 11:06:28 +01:00
Ken Thomases
a790ff5568
winex11.drv: Copy the GL extensions string because it may be freed.
2007-01-25 11:06:21 +01:00
Jan Zerebecki
85410f2ac1
urlmon: Fix type of an empty string to avoid warning.
2007-01-25 11:06:08 +01:00
Jan Zerebecki
cfaf5059b2
opengl32: Remove redundant const.
2007-01-25 11:06:03 +01:00
Felix Nawothnig
306718152c
comctl32: Degrade ERR to WARN.
2007-01-25 11:05:56 +01:00
Huw Davies
a59e4899f5
oleaut32: The typelib version numbers should be written to the registry in hex.
2007-01-25 11:05:46 +01:00
Francois Gouget
3845c06853
sfc_os: Add a prototype for SfcIsKeyProtected().
2007-01-25 11:05:36 +01:00
Francois Gouget
21540b7591
mscoree: _CorValidateImage() is a WINAPI function.
...
This fixes a winapi_check warning.
2007-01-25 11:05:31 +01:00
Francois Gouget
ab8d1e788a
shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function.
...
This fixes a winapi_check warning.
2007-01-25 11:05:28 +01:00
Francois Gouget
e10222ced7
dbghelp: Fix the spec file to better match the SymGetSymFromAddr64() prototype.
...
This fixes a winapi_check warning.
2007-01-25 11:05:24 +01:00
Francois Gouget
9f02f9e1fd
snmpapi: Add a missing '\n' trace.
2007-01-25 11:05:15 +01:00
Francois Gouget
618be0874a
snmpapi: SnmpUtilDbgPrint() is a vararg and not an stdcall function.
2007-01-25 11:05:11 +01:00
Kai Blin
747ab4bf74
secur32: Fix off-by-one error in converting the password to unicode.
2007-01-24 12:56:33 +01:00
Alexandre Julliard
938e675860
ntdll: Properly handle embedded nulls in NTDLL_dbg_vprintf.
2007-01-24 12:46:17 +01:00
Jacek Caban
fed5d9e1ff
urlmon: Added BindProtocol's IInternetPriority implementation.
2007-01-24 12:32:47 +01:00
Andrew Talbot
166b3a6cdb
riched20: Declare some functions static.
2007-01-24 12:31:29 +01:00
Andrew Talbot
d303896fe0
quartz: Declare a function static.
2007-01-24 12:28:47 +01:00
Matt Finnicum
f12e6232a2
riched20: Use CharFromPos instead of FindPixelPos in LinkNotify so it accounts for scrolling.
2007-01-24 12:14:11 +01:00
Matt Finnicum
dbcf2e391c
riched20: Implement EM_LIMITTEXT and some simple tests.
2007-01-24 12:14:02 +01:00
Kai Blin
dc98ac1adb
secur32: Fix off-by-one error when copying the password to the helper.
...
This fixes NTLM authentication with Outlook2003.
2007-01-24 12:07:41 +01:00
Rob Shearman
d05f5f33a4
rpcrt4: When copying quality of service, deep copy TransportCredentials structure too.
...
Remove some no longer relevant fixmes.
2007-01-24 12:07:24 +01:00
Rob Shearman
2103bca4db
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).
2007-01-24 12:07:14 +01:00
Jacek Caban
61f646f2c1
urlmon: Added CreateBinding test.
2007-01-24 12:01:02 +01:00