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
Jacek Caban
60df6e06a5
urlmon: Added beginning BindProtocol implementation.
2007-01-24 12:00:54 +01:00
Jacek Caban
87de64227a
urlmon: Return CLSID from get_protocol_handler.
2007-01-24 12:00:46 +01:00
Jacek Caban
6c13f391da
urlmon: Added IInternetProtocolSink interface to BindProtocol.
2007-01-24 12:00:37 +01:00
Jacek Caban
6bbd8c7f6e
urlmon: Added IInternetPriority interface to BindProtocol.
2007-01-24 11:59:50 +01:00
Jacek Caban
e40f814be0
urlmon: Added IInternetSession::CreateBinding beginning implementation.
2007-01-24 11:59:34 +01:00
Paul Vriens
1d6132bed6
oleaut32/tests: Cast-qual warning fixes.
2007-01-24 11:59:15 +01:00
Paul Vriens
e89cac747c
ole32/tests: Cast-qual warning fixes.
2007-01-24 11:59:11 +01:00
Paul Vriens
695fa7542a
msxml3/tests: Cast-qual warning fixes.
2007-01-24 11:59:08 +01:00
Huw Davies
e3abd2b3ff
rpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2007-01-24 11:59:01 +01:00
Hans Leidekker
dfcdbba181
usp10: Document ScriptPlace and ScriptShape.
2007-01-24 11:57:53 +01:00
Hans Leidekker
06ed81ecc0
usp10: Move text metrics into the script cache. Start using accessor functions.
2007-01-24 11:57:44 +01:00
Hans Leidekker
6a12d679b0
usp10: Remove duplicate font selection code from the tests.
2007-01-24 11:57:15 +01:00
Dmitry Timoshkov
7670d76690
user32: Do not use DIB APIs for bitmap bits in a device dependent format.
2007-01-24 11:57:08 +01:00
Dmitry Timoshkov
81a294f76d
user32: Using DIB APIs to convert a DDB to monochrome is wrong, do it differently.
2007-01-24 11:57:02 +01:00
Alexandre Julliard
d857d0f767
oleaut32/tests: Fix the FSF address.
2007-01-23 14:01:11 +01:00
Anatoly Lyutin
8ffdf9b45a
kernel32: Add comment for GetConsoleWindow.
2007-01-23 13:06:29 +01:00
Thomas Weidenmueller
fb5c516dfd
shell32: Implement the property sheet extension array functions.
...
Implement the SHAddFromPropSheetExtArray, SHCreatePropSheetExtArray,
SHReplaceFromPropSheetExtArray and SHDestroyPropSheetExtArray functions
that are used to extend/replace property sheets by shell extensions.
2007-01-23 13:06:09 +01:00
Eric Pouech
8333cf88d8
msvcrt: Fix the internal flag computation for _open_osfhandle.
2007-01-23 13:05:52 +01:00
Alexandre Julliard
aa9dcb4201
oleaut32/tests: Add tmarshal test.
2007-01-23 12:43:53 +01:00
Andrew Talbot
97a2203491
qcap: Declare some items static.
2007-01-23 12:09:37 +01:00
Rob Shearman
9d4b8d33e0
credui: Implement CredUIPromptForCredentialsW and CredUIConfirmCredentialsW.
2007-01-23 12:09:32 +01:00
Rob Shearman
c82fde4058
credui: Add stubbed out credui DLL.
2007-01-23 12:01:59 +01:00
Rob Shearman
e6f4514512
rpcrt4: Try to avoid partial named pipe read/writes by looping.
2007-01-23 11:38:23 +01:00
Rob Shearman
9fb15b4105
rpcrt4: Make the fixme for an unhandled packet type more useful by printing the code of the unhandled packet type.
2007-01-23 11:38:16 +01:00
Lei Zhang
4de56b1b4d
comctl32: Fix the updown control test to use the optional flag.
2007-01-23 11:38:10 +01:00
Peter Oberndorfer
127512c938
user32: Only try to remove the MDI document icon from the frame menu when needed.
2007-01-23 11:38:03 +01:00
Hans Leidekker
318a71fddb
snmpapi: Add tests for SnmpUtilVarBind{, List}{Cpy, Free}. Make them pass.
2007-01-23 11:37:46 +01:00
Hans Leidekker
396f6c05d1
snmpapi: Add a bunch of tests.
2007-01-23 11:31:59 +01:00
Hans Leidekker
d3e5129135
snmpapi: Implement SnmpUtil{DbgPrint, IdsToA, OidToA, PrintAsnAny, PrintOid}.
2007-01-23 11:27:35 +01:00
Jacek Caban
f79ffe4735
mshtml: Fixed protocol tests on IE7.
2007-01-23 11:27:21 +01:00
H. Verbeet
7c40799df0
wined3d: Remove the d3d9types.h include from wined3d_private.h.
2007-01-23 11:27:05 +01:00
H. Verbeet
32778357f8
wined3d: Use ARB_VERTEX_PROGRAM instead of GL_VERTEX_PROGRAM_ARB with GL_SUPPORT.
...
Spotted by Marcus Meissner.
2007-01-23 11:26:58 +01:00
Paul Vriens
81804538cf
comctl32/tests: Cast-qual warning fixes.
2007-01-23 11:26:44 +01:00
Francois Gouget
7f05a94f50
oleaut32/tests: Fix compilation on systems that don't support nameless structs (e.g. gcc 2.95).
2007-01-23 11:26:39 +01:00
Dmitry Timoshkov
295f8101ec
gdi32: Add a simple SelectObject test for bitmaps.
2007-01-22 13:29:27 +01:00
Dmitry Timoshkov
f31b67ae44
gdi32: Add a GetDIBits test.
2007-01-22 13:29:21 +01:00
Bang Jun-Young
069e6c7063
wineoss.drv: config.h police.
2007-01-22 13:29:12 +01:00
Bang Jun-Young
45e8e360cd
msxml3: config.h police.
2007-01-22 13:29:07 +01:00
Bang Jun-Young
793b12cdad
advapi32: Do not include unnecessary headers.
2007-01-22 13:29:00 +01:00
Bang Jun-Young
657c84cba9
advpack/tests: Fix typo.
2007-01-22 13:28:47 +01:00
Louis Lenders
2a42f7ae2d
user32: Define RealChildWindowFromPoint as a real stub.
2007-01-22 13:28:41 +01:00
Vitaliy Margolen
b03ada871a
ntdll: Correct trace message stating NtAccessCheck is a stub.
2007-01-22 12:50:11 +01:00
Vitaliy Margolen
11b54bfe87
ntdll: Don't change granted access mask on error.
2007-01-22 12:50:08 +01:00
Detlef Riekenberg
bc85a34f50
winspool: Make fixme for PRINTER_ENUM_CONNECTIONS more silent.
2007-01-22 12:49:44 +01:00
Hans Leidekker
baaed37d6d
snmpapi: Implement SnmpUtilOid{Append, Cmp, NCmp}. Fix SnmpUtilOid{Cpy, Free}.
2007-01-22 12:46:28 +01:00
Hans Leidekker
bca85b3da3
snmpapi: Implement SnmpUtilOctets{Cmp,Cpy,Free,NCmp}.
2007-01-22 12:46:16 +01:00
Hans Leidekker
1928c7c4c0
snmpapi: Implement SnmpUtilAsnAny{Cpy,Free}.
2007-01-22 12:45:52 +01:00
Mike McCormack
71a2f4d184
kernel32: Forward EncodePointer and DecodePointer to their ntdll counterparts.
2007-01-22 12:45:46 +01:00
Mike McCormack
bcc717174c
ntdll: Implement RtlDecodePointer and RtlEncodePointer.
2007-01-22 12:45:43 +01:00
Alexandre Julliard
4ae5b9fd33
dinput: Undefine SW_MAX to avoid possible conflicts with winuser.h.
2007-01-22 12:11:04 +01:00
Alexandre Julliard
61b993437f
sfc: We need to import sfc_os for the forwards to work properly.
2007-01-22 12:10:37 +01:00
Paul Vriens
cbf9fde47a
ntdll: Extra check for ObjectAttributes (Coverity).
2007-01-22 12:09:17 +01:00
Andrew Talbot
909b6c0dc0
qcap: Fix a typo.
2007-01-22 12:09:09 +01:00
Andrew Talbot
e907b06b87
dmime: Remove unused variable.
2007-01-22 12:09:06 +01:00
Andrew Talbot
fb0fbe3e8d
shlwapi: Uninitialized variable fix (Coverity).
2007-01-22 12:09:02 +01:00
Andrew Talbot
1308d09808
oledlg: Declare a function static.
2007-01-22 12:08:58 +01:00
Andrew Talbot
d6fc116475
oleaut32: Declare some items static.
2007-01-22 12:08:55 +01:00
Detlef Riekenberg
dc577ed685
kernel32/tests: GetVolumeNameForMountPoint not present before w2k.
2007-01-22 12:08:25 +01:00
Detlef Riekenberg
9b8f699a08
kernel32/tests: VirtualAllocEx not present in Win95.
2007-01-22 12:08:16 +01:00
Detlef Riekenberg
fb9df99dc0
kernel32/tests: Fix a declaration and use skip for the message.
2007-01-22 12:08:13 +01:00
Dmitry Timoshkov
105cf6b282
comctl32: Fix the updown control test to pass under XP.
2007-01-22 12:02:32 +01:00
Hans Leidekker
4275a093c1
mlang: Implement IMultiLanguage::GetCodePageInfo.
2007-01-22 12:02:24 +01:00
Rob Shearman
8132707bce
kernel32: Handle the SECURITY_* flags passed into CreateFileW by filling out the SECURITY_QUALITY_OF_SERVICE structure and passing it to NtCreateFile.
...
Print a fixme in NtCreateFile if the SECURITY_QUALITY_OF_SERVICE
structure is specified, since it isn't handled yet.
2007-01-22 12:02:04 +01:00
Rob Shearman
0debcf5b1e
rpcrt4: Handle security quality of service flags relevant to the ncacn_np protocol.
2007-01-22 12:01:57 +01:00
Rob Shearman
4b79a0252a
rpcrt4: Track the security quality of service settings for bindings and connections.
2007-01-22 12:01:54 +01:00
Thomas Weidenmueller
fda7775c7d
comctl32: Fix InitCommonControlsEx prototype.
2007-01-22 12:01:49 +01:00
H. Verbeet
beed89cde4
wined3d: The sincos instruction is valid for ps/vs 2.1 as well.
2007-01-19 12:29:17 +01:00
H. Verbeet
efed4c33c2
wined3d: gl_FragDepth is a float, so fixup the write mask.
2007-01-19 12:29:11 +01:00
H. Verbeet
4352934b84
wined3d: Use SetupFullscreenWindow() to make the window fullscreen.
2007-01-19 12:29:05 +01:00
H. Verbeet
6112522122
wined3d: Move SetupFullscreenWindow() and RestoreWindow() from IDirectDrawImpl to IWineD3DDeviceImpl.
2007-01-19 12:28:58 +01:00
H. Verbeet
a31f2fd9fc
wined3d: Use %s in trace.
2007-01-19 12:28:58 +01:00
Andrew Talbot
9c03681753
odbc32: Declare a function static.
2007-01-19 12:28:58 +01:00
Andrew Talbot
02a5f7389e
ole32: Declare some functions static.
2007-01-19 12:28:58 +01:00
Francois Gouget
aa3165fca6
shell32: Add proper support for SHGetFileInfo(SHGFI_ICONLOCATION | SHGFI_USEFILEATTRIBUTES).
2007-01-19 12:28:57 +01:00
Francois Gouget
5c5933f699
shell32/tests: Add some more SHGetFileInfo() tests.
2007-01-19 12:28:57 +01:00
Thomas Weidenmueller
e06345db52
shell32: Fix prototypes.
...
Fix the SHAddFromPropSheetExtArray, SHCreatePropSheetExtArray,
SHReplaceFromPropSheetExtArray and SHDestroyPropSheetExtArray function
prototypes because they're now documented. Also add them to shlobj.h.
2007-01-19 12:28:57 +01:00
Dmitry Timoshkov
64f1d97a54
user32: Some apps pass a color bitmap as a mask to CreateIconIndirect, convert it to b/w.
2007-01-19 12:28:57 +01:00
Alexandre Julliard
f3cb4f7d94
ntdll: Avoid inter-process APCs when called for the process itself.
2007-01-18 15:41:05 +01:00
Alexandre Julliard
9d09e699d6
ntdll: Get rid of the no longer used is_current_process function.
2007-01-18 15:18:12 +01:00
Alexandre Julliard
02e2fa7798
ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.
2007-01-18 15:17:51 +01:00
Alexandre Julliard
8025f79ce1
ntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18 15:02:55 +01:00
Alexandre Julliard
7a383cf83f
ntdll: Abuse RtlCreateUserThread to call the thread function for CreateThread directly.
2007-01-18 15:02:11 +01:00
Alexandre Julliard
21d631e270
ntdll: Move the LDT section to ntdll and make it an uninterruptible section.
2007-01-18 15:01:45 +01:00
Alexandre Julliard
3ccf501209
winecoreaudio.drv: Fix printf format warnings.
2007-01-18 13:27:55 +01:00
Francois Gouget
b0bde6b87c
Assorted spelling fixes.
2007-01-18 12:56:52 +01:00
Francois Gouget
aab5e5856e
Don't put single quotes around '%s' when using the debugstr_*() functions.
2007-01-18 12:55:50 +01:00
Francois Gouget
4abebb8eb5
shell32: There is no need to check strings for NULL when using debugstr_w().
...
Also don't put single quotes around '%s' in that case.
2007-01-18 12:55:40 +01:00
Francois Gouget
6834945ece
winmm/tests: Use '%u' to print GetLastError().
2007-01-18 12:55:32 +01:00
Francois Gouget
42c4114401
winspool.drv: Use '%u' to print GetLastError().
2007-01-18 12:55:25 +01:00
Francois Gouget
fb6569a720
ntdll/tests: Use '%u' to print GetLastError().
2007-01-18 12:55:21 +01:00
Francois Gouget
9a036530d0
mcicda: Use '%u' to print GetLastError().
2007-01-18 12:55:15 +01:00
Francois Gouget
933bf76b5d
secur32: Use '%u' to print GetLastError().
2007-01-18 12:55:10 +01:00
Francois Gouget
13136c6e23
usp10/tests: Use '%u' to print GetLastError().
2007-01-18 12:55:06 +01:00
Francois Gouget
8c613a79e6
localspl: Remove unneeded cast.
2007-01-18 12:55:03 +01:00
Alexandre Julliard
8891d6de48
ntdll: Block async signals during process init and thread creation.
2007-01-18 12:23:04 +01:00
Alexandre Julliard
c388c58b9f
ntdll: Make the server signal mask global.
2007-01-18 12:20:56 +01:00
Alexandre Julliard
fb75c66897
ntdll: Avoid heap allocations during thread creation.
2007-01-18 12:20:10 +01:00
Alexandre Julliard
735dbc406b
ntdll: Make the fd cache section an uninterruptible section.
2007-01-18 12:19:25 +01:00
Alexandre Julliard
3410354d61
ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process.
2007-01-18 12:18:51 +01:00
Alexandre Julliard
027491f6af
ntdll: Avoid heap allocation in fd cache. Fixed a couple of races.
2007-01-18 12:18:29 +01:00
Christoph Frick
a6947bde23
dinput: Calc more caps infos ahead and store it in JoystickImpl.
2007-01-18 12:09:32 +01:00
H. Verbeet
955fb95eb6
wined3d: Give shader constants their own debug channel.
2007-01-18 12:09:09 +01:00
H. Verbeet
79c7aeab00
wined3d: Fix a typo.
2007-01-18 12:09:03 +01:00
H. Verbeet
d429ff5b69
wined3d: When switching color material, apply the material we were previously tracking.
...
This fixes a regression introduced by 329670c7f1
.
2007-01-18 12:08:57 +01:00
H. Verbeet
612a74a994
wined3d: Don't set Parm when isDiffuseSupplied is FALSE in state_colormat(), it isn't used anyway.
2007-01-18 12:08:45 +01:00
Francois Gouget
d4ca34dd9b
d3d: Fix the D3DFMT_XXX constant declarations.
2007-01-18 12:05:05 +01:00
Francois Gouget
0c31ca34cb
winspool.drv: Reorder a couple of functions and remove the forward declarations.
2007-01-18 12:00:05 +01:00
Francois Gouget
ec6463470d
odbccp32/tests: Add missing '\n' to an ok() call.
2007-01-18 11:59:58 +01:00
Stefan Leichter
b8e9e3fbe4
winecoreaudio.drv: Print each 64-bit integer as two 32-bit integers.
2007-01-18 11:59:52 +01:00
Andrew Talbot
85f191691c
objsel: Declare a variable static.
2007-01-18 11:59:32 +01:00
Vitaliy Margolen
e437a0c302
ws2_32: Fix trace for WS_setsockopt to look closer to WS_getsockopt.
2007-01-18 11:59:25 +01:00
Mike McCormack
208cdde0f5
msi: Register IMsiServer.
2007-01-18 11:59:20 +01:00
Mike McCormack
95fdf165cd
user32: Add a test showing WM_GETTEXT doesn't crash with bad pointers.
2007-01-18 11:59:17 +01:00
Mike McCormack
ce21d918d8
user32: Add an exception handler around the WM_GETTEXT handler.
2007-01-18 11:59:14 +01:00
Detlef Riekenberg
544153689a
sfc: Forward SfcIsFileProtected to sfc_os.dll.
2007-01-17 12:15:57 +01:00
Detlef Riekenberg
161897e187
sfc_os: Add stub for sfc_os.dll.
2007-01-17 12:15:36 +01:00
Joel Parker
2319999a05
Remove redundant semicolons for ANSI compatibility.
2007-01-17 11:58:15 +01:00
Christoph Frick
ffdea40f2c
dinput: No longer check for value exceeding have(min|max) in map_axis.
2007-01-17 11:41:52 +01:00
Christoph Frick
f0b45141c2
dinput: Add a config for the axes.
2007-01-17 11:41:07 +01:00
Christoph Frick
0855a6be4c
dinput: Move the config for the buttons from the JoyDev into the JoystickImpl.
2007-01-17 11:40:52 +01:00
Christoph Frick
424d302115
dinput: Use a struct ObjProps for the config of the device.
2007-01-17 11:40:42 +01:00
Christoph Frick
22a6983a96
dinput: Rename 'axe' to 'axis'.
2007-01-17 11:40:29 +01:00
Frank Richter
867ebe4da0
dbghelp: Search for .gnu_debuglink file.
2007-01-17 11:40:10 +01:00
Rob Shearman
1ec14b0b25
wininet: Fix HTTP_EncodeBasicAuth by passing an out buffer to the second set of character set conversion calls.
2007-01-17 11:24:09 +01:00
Stefan Dösinger
354fdae524
wined3d: Implement per stream offsets.
2007-01-17 11:24:04 +01:00
Stefan Dösinger
1d3abdeeaa
wined3d: Store the stream number in the strided structure.
2007-01-17 11:23:54 +01:00
Stefan Dösinger
71f923a6d2
wined3d: Improve drawStridedSlow a bit.
2007-01-17 11:23:41 +01:00
Alasdair Sinclair
8137c094fd
msvcrt: If we're at EOF in the buffer and we have pattern %n in format string we should not count the EOF in the total.
2007-01-17 11:23:34 +01:00
Andrew Talbot
9d70a6ee2c
netapi32: Declare a variable static.
2007-01-17 11:23:18 +01:00
Detlef Riekenberg
44570c118c
localspl: Implement PortIsValid for XcvDataPort.
2007-01-17 11:21:35 +01:00
Detlef Riekenberg
3777163202
localspl: Implement XcvDataPort.
2007-01-17 11:19:41 +01:00
Detlef Riekenberg
ece92cc438
localspl: Implement XcvOpenPort and XcvClosePort.
2007-01-17 11:18:39 +01:00
Detlef Riekenberg
9a3f4546b7
localspl/tests: Add test for XcvDataPort_PortIsValid.
2007-01-17 11:16:53 +01:00
Detlef Riekenberg
7ea06b59e9
localspl/tests: Extend test for XcvDataPort_MonitorUI.
2007-01-17 11:16:14 +01:00
Mikołaj Zalewski
292cb4d2ac
comctl32: toolbar: Fix the TB_SETBITMAPSIZE for width or height zero (with testcase).
2007-01-16 16:54:25 +01:00
James Hawkins
6cc4510b71
advapi32: Add tests for RegQueryValue.
2007-01-16 16:54:17 +01:00
James Hawkins
c8eb807639
oleaut32: Initialize nrofnames to keep from freeing unused memory in the error case.
2007-01-16 16:54:14 +01:00
H. Verbeet
e3cc00cf47
wined3d: Add a glsl_src_param_t type, pass it to shader_glsl_add_src_param() instead of three separate character arrays.
2007-01-16 16:14:21 +01:00
H. Verbeet
04e6250c87
wined3d: Add a glsl_dst_param_t type, pass it to shader_glsl_add_dst_param() instead of three separate character arrays.
2007-01-16 16:13:58 +01:00
H. Verbeet
6f3fae4e04
wined3d: Simplify shader_glsl_get_write_mask().
2007-01-16 16:13:29 +01:00
H. Verbeet
c6bccc9278
wined3d: Simplify shader_glsl_get_swizzle().
2007-01-16 16:13:19 +01:00
H. Verbeet
48f82d3f5e
wined3d: Fix pshader_glsl_tex() and pshader_glsl_texcoord().
2007-01-16 16:13:10 +01:00
H. Verbeet
c3bfef8d7e
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_callnz().
2007-01-16 16:12:46 +01:00
H. Verbeet
50e0deafca
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_breakc().
2007-01-16 16:12:37 +01:00
H. Verbeet
f593cd0de8
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_ifc().
2007-01-16 16:12:26 +01:00
H. Verbeet
a89edf1be9
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_if().
2007-01-16 16:12:18 +01:00
H. Verbeet
9f22df26ef
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_rep().
2007-01-16 16:12:11 +01:00
H. Verbeet
2cb49c67db
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_loop().
...
Fix the comment.
2007-01-16 16:12:02 +01:00
H. Verbeet
cf1a3cc81a
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x3vspec().
...
Use shader_glsl_get_sample_function().
Use the GLSL builtin reflect() function.
2007-01-16 16:11:45 +01:00
H. Verbeet
f0fb61daed
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x3spec().
...
Use shader_glsl_get_sample_function().
2007-01-16 16:11:26 +01:00
H. Verbeet
ba1740909e
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x3().
2007-01-16 16:11:13 +01:00
H. Verbeet
b26fae9a25
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x3tex().
...
Use shader_glsl_get_sample_function().
2007-01-16 16:11:02 +01:00
H. Verbeet
950783d4fd
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x2tex().
2007-01-16 16:10:43 +01:00
H. Verbeet
92ab90eee8
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x3pad().
2007-01-16 16:10:34 +01:00
H. Verbeet
459e0bf633
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x2pad().
2007-01-16 16:10:23 +01:00
H. Verbeet
04144983eb
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texm3x2depth().
2007-01-16 16:10:17 +01:00
H. Verbeet
1947b27380
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texdp3().
2007-01-16 16:10:07 +01:00
H. Verbeet
3cd84d9ab6
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texdp3tex().
2007-01-16 16:10:01 +01:00
H. Verbeet
0fcb682af6
wined3d: Rewrite pshader_glsl_texreg2rgb to properly take the write mask into account.
...
Use shader_glsl_get_sample_function() rather than having the instruction handler figure it out itself.
Get rid of shader_glsl_add_dst_old().
2007-01-16 16:09:50 +01:00
H. Verbeet
67e203215f
wined3d: Split out getting the sample function and coordinate mask from shader_glsl_sample().
2007-01-16 16:09:23 +01:00
H. Verbeet
54137bacfa
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texreg2gb().
2007-01-16 16:09:09 +01:00
H. Verbeet
8325937ded
wined3d: Pass the correct mask to shader_glsl_add_src_param() in pshader_glsl_texreg2ar.
...
Use the correct source swizzle.
2007-01-16 16:08:58 +01:00
H. Verbeet
7d07f31045
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_dst().
2007-01-16 16:08:35 +01:00
H. Verbeet
146093af33
wined3d: Rewrite shader_glsl_rcp() to properly take the write mask into account.
2007-01-16 16:08:19 +01:00
H. Verbeet
9857158a99
wined3d: Rewrite shader_glsl_expp() to properly take the write mask into account.
2007-01-16 16:08:08 +01:00
H. Verbeet
2c60906ec4
wined3d: Rewrite shader_glsl_cnd() to properly take the write mask into account.
...
Take the difference between ps 1.4 and earlier versions into account.
2007-01-16 16:07:56 +01:00
H. Verbeet
693b6ef876
wined3d: Rewrite shader_glsl_cmp() to properly take the write mask into account.
2007-01-16 16:07:44 +01:00
H. Verbeet
1414d75a3f
wined3d: Rewrite shader_glsl_lrp() to properly take the write mask into account, use the GLSL mix instruction.
2007-01-16 16:07:35 +01:00
H. Verbeet
e0588e7475
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_lit().
2007-01-16 16:07:15 +01:00
H. Verbeet
cb5c47f8fe
wined3d: Rewrite shader_glsl_mov() to properly take the write mask into account.
...
In case of writing to an address register round the source.
2007-01-16 16:07:05 +01:00
H. Verbeet
9425aef623
wined3d: Rewrite pshader_glsl_dp2add() to properly take the write mask into account.
2007-01-16 16:06:37 +01:00
H. Verbeet
f3a4d35dee
wined3d: Rewrite shader_glsl_dot() to properly take the write mask into account.
2007-01-16 16:06:25 +01:00
H. Verbeet
b3ff0c3703
wined3d: Rewrite shader_glsl_map2gl() to properly take the write mask into account.
2007-01-16 16:06:11 +01:00
H. Verbeet
7252b4d340
wined3d: Give WINED3DSIO_CRS its own function, properly take the write mask into account.
2007-01-16 16:05:49 +01:00
H. Verbeet
b557a8021a
wined3d: Move WINED3DSIO_SGE & WINED3DSIO_SLT from shader_glsl_map2gl() to shader_glsl_compare() where they belong.
...
Properly take the write mask into account
2007-01-16 16:04:18 +01:00
H. Verbeet
e0f0bf1d08
wined3d: Rewrite shader_glsl_mad() to properly take the write mask into account.
2007-01-16 16:03:59 +01:00
H. Verbeet
b0fd23e844
wined3d: Rewrite shader_glsl_arith() to properly take the write mask into account.
2007-01-16 16:03:50 +01:00
H. Verbeet
4452120007
wined3d: Rewrite shader_glsl_sincos() to properly take the write mask into account.
...
The write mask can only be one of .x, .y, .xy
2007-01-16 16:03:38 +01:00
H. Verbeet
dc0d2a27f1
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_get_register_name().
2007-01-16 16:03:25 +01:00
H. Verbeet
b8bc92dc7b
wined3d: Pass a mask to shader_glsl_add_src_param().
2007-01-16 16:03:15 +01:00
H. Verbeet
1bfc08e081
wined3d: Rename shader_glsl_add_dst() to shader_glsl_add_dst_old(), add shader_glsl_append_dst().
2007-01-16 16:02:41 +01:00
H. Verbeet
cb26d59d26
05/49: wined3d: Only add line numbers for new lines in shader_addline().
2007-01-16 16:02:28 +01:00
H. Verbeet
b28bd67fd9
wined3d: Fixup the write mask for gl_FogFragCoord and gl_PointSize.
...
gl_FogFragCoord and gl_PointSize are floats rather than vec4s in GLSL,
so they shouldn't have a destination swizzle, and the write mask we
return should consist of only the first component.
2007-01-16 16:02:21 +01:00
H. Verbeet
16cf41413b
wined3d: Return the (binary) write mask from shader_glsl_add_dst_param().
2007-01-16 16:02:13 +01:00
H. Verbeet
9f4f02b5fb
wined3d: Split shader_glsl_add_param() in shader_glsl_add_src_param() and shader_glsl_add_dst_param().
2007-01-16 16:02:06 +01:00
H. Verbeet
aa4d88d6f8
wined3d: Add a comment about D3D write masks and GLSL destination swizzles.
2007-01-16 16:01:55 +01:00
Alexandre Julliard
dad0374003
ntdll: Added a missing chunk in the NtLockVirtualMemory support.
...
Thanks to Rob Shearman for noticing this.
2007-01-16 16:01:28 +01:00
Alexandre Julliard
6f9ad1b981
msvcrt: Export various locale and codepage variables.
2007-01-16 12:08:59 +01:00
Jonathan Ernst
6a058830f3
kernel: Beginning of French translation of error messages.
2007-01-16 11:44:55 +01:00
Hans Leidekker
339989638d
snmpapi: Implement SnmpUtilVarBindList{Cpy,Free}.
2007-01-16 11:19:41 +01:00
Robert Reif
2e44a3b2a2
dsound: Fix tests for old versions of windows.
2007-01-16 11:19:30 +01:00
Andrew Talbot
670cf778aa
shell32: Remove unused variable.
2007-01-16 11:19:18 +01:00
Andrew Talbot
464a6eb431
msvcrt: Move static function from header into file where it is called.
2007-01-16 11:19:14 +01:00
Andrew Talbot
26af24c905
oleaut32: Remove unused items.
2007-01-16 11:19:09 +01:00
Detlef Riekenberg
85cd0a1f7a
winspool/tests: Fix tests for EnumPrinters when the spooler is off.
2007-01-16 11:18:46 +01:00
Detlef Riekenberg
b86a7644d9
winspool: More error checks for XcvDataW.
2007-01-16 11:18:34 +01:00
Detlef Riekenberg
619621d9ea
winspool: Improve trace for ClosePrinter.
2007-01-16 11:18:25 +01:00
Detlef Riekenberg
5012fa06fc
winspool: Support xcv in AddPortW.
2007-01-16 11:18:05 +01:00
Detlef Riekenberg
917b0eed55
winspool: Support xcv in DeletePortW.
2007-01-16 11:17:56 +01:00
Detlef Riekenberg
f9402b87ca
winspool/tests: Use a more generic name for a variable.
2007-01-16 11:17:50 +01:00
Mikołaj Zalewski
e6b1bd5f30
comctl32: toolbar: Recalc the toolbar after a TB_SETIMAGELIST.
2007-01-16 11:17:39 +01:00
Mikołaj Zalewski
749d975a41
comctl32: listview: When shrinking the last column clear the now unused field.
2007-01-16 11:17:31 +01:00
Mikołaj Zalewski
495455c0f8
comctl32: listview: A CDRF_SKIPDEFAULT for an item should skip the whole row.
2007-01-16 11:17:21 +01:00
Alexandre Julliard
c122260b9d
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.
2007-01-16 09:50:08 +01:00
Alexandre Julliard
5a1ad74a67
ntdll: Implementation of inter-process NtFlushVirtualMemory.
2007-01-15 22:31:07 +01:00
Alexandre Julliard
1ea968016f
ntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15 22:30:04 +01:00
Alexandre Julliard
3d00239586
ntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15 22:28:42 +01:00
Alexandre Julliard
7a00142bc1
ntdll: Implementation of inter-process VirtualAllocEx and VirtualFreeEx.
2007-01-15 22:27:40 +01:00
Alexandre Julliard
6ca1d1b081
server: Support queuing some APCs to a process instead of a thread.
2007-01-15 22:26:32 +01:00
Alexandre Julliard
fb40dc4099
server: Added mechanism for returning results of APC calls.
...
Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
2007-01-15 22:24:40 +01:00
Alexandre Julliard
0df37dd9e3
kernel32: Use the proper codepage for console functions.
...
Based on a patch by Anatoly Lyutin.
2007-01-15 16:49:08 +01:00
Paul Vriens
7ba9ee9e76
secur32/tests: Fix compilation for older gcc versions (and MinGW).
2007-01-15 14:39:10 +01:00
Paul Vriens
6651f9ba67
mshtml/tests: Fix compilation for older gcc versions (and MinGW).
2007-01-15 14:39:07 +01:00
Paul Vriens
cd3161eb32
crypt32/tests: Fix compilation for older gcc versions (and MinGW).
2007-01-15 14:39:03 +01:00
Andrew Talbot
16cb898600
ntdll: Remove unused function.
2007-01-15 14:23:04 +01:00
Andrew Talbot
338100c255
msvcrt: Declare some items static.
2007-01-15 14:22:39 +01:00
Andrew Talbot
7786576525
msxml3: Remove unused functions.
2007-01-15 14:22:35 +01:00
Hans Leidekker
661218267a
snmpapi: Implement SnmpUtilVarBindCpy.
2007-01-15 13:48:06 +01:00
Hans Leidekker
92cbda0a7d
snmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.
2007-01-15 13:47:54 +01:00
Hans Leidekker
7d89e52ff0
snmpapi: Add some missing APIs to the spec file.
2007-01-15 13:47:40 +01:00
Hans Leidekker
f1fc35de38
snmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.
2007-01-15 13:02:09 +01:00
Alexandre Julliard
25571d8789
oleaut32/tests: Replace some macros by functions to reduce code size and compile time.
2007-01-15 13:01:42 +01:00
Anatoly Lyutin
11e7b64ec9
kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte.
2007-01-15 13:00:53 +01:00
Felix Nawothnig
89d8b47547
kernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.
2007-01-15 13:00:24 +01:00
Eric Pouech
2e34ea4e01
dbghelp: Removed unneeded code from rewrite of .gnu_link handling.
2007-01-15 13:00:17 +01:00
Paul Vriens
817265a74e
mpr: Fix typo (Coverity).
2007-01-15 13:00:11 +01:00
Dmitry Timoshkov
499c26ce66
user32: Remove redundant visibility checks of a maximized MDI child, add an explanation why we do that.
2007-01-15 12:44:49 +01:00
Dmitry Timoshkov
f6d5368da7
user32: Simplify some maximized MDI child checks.
2007-01-15 12:44:35 +01:00
Dmitry Timoshkov
d63fd7911f
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
2007-01-15 12:44:28 +01:00
Dmitry Timoshkov
635bb11049
winex11.drv: Fix the typos in the fullscreen state debug trace.
2007-01-15 12:44:24 +01:00
Dmitry Timoshkov
5ddac44dc2
wined3d: Do not play with WS_VISIBLE, this causes unwanted mapping/unmapping of the window.
2007-01-15 12:44:18 +01:00
Stefan Dösinger
8658d20b3e
wined3d, d3d9: Caps correction.
2007-01-15 12:44:03 +01:00
Stefan Dösinger
8c8d1e4f89
wined3d: Do not force dynamic usage on transformed buffers.
2007-01-15 12:43:46 +01:00
Stefan Dösinger
e328e24daa
wined3d: Better tracking of vertex buffer assignments.
2007-01-15 12:43:40 +01:00
Stefan Dösinger
03389acc30
wined3d: Do not free regularily locked surfaces.
2007-01-15 12:43:29 +01:00
Stefan Dösinger
a7916d8011
wined3d: Revert "wined3d: Do not preload vertex buffers in unlock.".
...
This reverts commit 6fb1869b98
.
2007-01-15 12:43:11 +01:00
Mikołaj Zalewski
fc6c6386a9
mpr: Add Polish translation.
2007-01-15 12:42:48 +01:00
Mikołaj Zalewski
c38c5fb2fc
msi: Add Polish translation.
2007-01-15 12:42:42 +01:00
Mikołaj Zalewski
b8e1dcb374
wininet: Add Polish translation.
2007-01-15 12:42:29 +01:00
Rob Shearman
a9ebc706e3
wininet: Change HTTP_EncodeBase64 to operate on a series of bytes, instead of text.
...
Change HTTP_EncodeBasicAuth to convert the username and password into
utf8 before base64 encoding.
2007-01-15 12:31:11 +01:00
Rob Shearman
9efe083ec5
wininet: HTTP_HttpQueryInfoW deals with bytes, not characters so update the callers that have this wrong assumption.
2007-01-15 12:30:53 +01:00
Rob Shearman
7b002a39b8
wininet: Allow a NULL value to be passed into HTTP_ProcessHeader
...
instead of crashing so that when used with the replace flag it will
delete an existing value.
2007-01-15 12:30:46 +01:00
Jacek Caban
6489a1c242
itss: Added more protocol tests.
2007-01-15 12:30:37 +01:00
Jacek Caban
05d2aa4506
itss: Close chm file when destroying Storage.
2007-01-15 12:30:23 +01:00
Jacek Caban
f925e0c0d1
itss: Return S_FALSE in IStream::Read if there is no more data to read.
2007-01-15 12:30:18 +01:00
Jacek Caban
6ea7a445ce
urlmon: Added mk protocol implementation.
2007-01-15 12:22:51 +01:00
Bill Medland
c4a7c821f1
odbccp32: Implement SQLGet/SetConfigMode.
2007-01-15 12:22:44 +01:00
Alexandre Julliard
1db223954f
server: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
2007-01-12 20:59:22 +01:00
Andrew Talbot
ba313be7b2
msrle32: Declare some functions static.
2007-01-12 20:41:52 +01:00
Andrew Talbot
020bda7ee2
msi: Declare some functions static.
2007-01-12 20:41:49 +01:00
Andrew Talbot
e5938d6fbb
msi: Remove unused variables.
2007-01-12 20:41:45 +01:00
Bill Medland
68d30e9a16
odbccp32: Remove A->W cross-call.
2007-01-12 20:41:41 +01:00
Paul Vriens
259c06ffc9
crypt32/tests: Cast-qual warning fixes.
2007-01-12 20:41:29 +01:00
Paul Vriens
6338caa9ed
mshtml/tests: Cast-qual warning fix.
2007-01-12 20:41:26 +01:00
Paul Vriens
c21d65cfb2
rpcrt4/tests: Cast-qual warning fixes.
2007-01-12 20:41:22 +01:00
Paul Vriens
6c3efd1c32
secur32/tests: Cast-qual warning fixes.
2007-01-12 20:41:17 +01:00
Paul Vriens
53b225b7ab
user32/tests: Cast-qual warning fixes.
2007-01-12 20:41:14 +01:00
Paul Vriens
23bbca535f
oleaut32/tests: Cast-qual warnings fixes.
2007-01-12 20:41:10 +01:00
Hans Leidekker
fb46c5f1c1
usp10: Initialise the caller supplied ABC structure in ScriptPlace.
...
Fixes a regression found by Lei Zhang.
2007-01-12 20:41:02 +01:00
Jacek Caban
76ce82374e
urlmon: Added mk protocol stub implementation.
2007-01-12 20:40:54 +01:00
Jacek Caban
243549c5b2
urlmon: Code clean up.
2007-01-12 20:40:27 +01:00
Alexandre Julliard
146fb0de02
ntdll: Make the virtual.c critical section uninterruptible by signals.
...
Based on a patch by Thomas Kho.
2007-01-12 20:15:52 +01:00
Alexandre Julliard
3c55f78f52
ntdll: Fix handling of 64-bit sizes in NtMapViewOfSection.
2007-01-12 15:01:44 +01:00
Alexandre Julliard
4cbe867a85
ntdll: Duplicate the mapping handle on the server side for NtMapViewOfSection.
2007-01-12 14:55:31 +01:00
Alexandre Julliard
5bd513640b
ntdll: Moved the check for removable file in load_dll to the server.
2007-01-12 14:42:43 +01:00
Francois Gouget
c255bf4676
xrandr: Small X11DRV_XRandR_(Get|Set)CurrentMode() code optimisations.
2007-01-12 12:33:40 +01:00
Bill Medland
d99f9ab71a
odbccp32: Implement SQLGetInstalledDrivers.
2007-01-12 12:01:35 +01:00
Duane Clark
7942f5a0e4
treeview: Fix horizontal scrolling.
2007-01-12 11:53:06 +01:00
Stefan Dösinger
ce0773a02e
wined3d: Avoid a NULL pointer dereference in UpdateTexture (Coverity).
2007-01-12 11:50:04 +01:00
Stefan Dösinger
723b32b1c9
wined3d: Do not perform a NULL check on riid (Coverity).
2007-01-12 11:49:46 +01:00
Stefan Dösinger
cb74603e43
d3d9: Implement IDirect3DDevice9::StretchRect.
2007-01-12 11:49:38 +01:00
Paul Vriens
3d2baaa6cf
ole32/tests: Cast-qual warnings fixes.
2007-01-12 11:25:45 +01:00
Clinton Stimpson
a065d0f68d
riched20: Fix crash undoing a paste.
2007-01-12 11:25:42 +01:00
Francois Gouget
a76e6b11b0
d3d8/tests: Warn that tests were skipped if we could not load d3d8.dll.
...
But report a failed test if a mandatory function is missing from it.
2007-01-12 11:25:27 +01:00
Francois Gouget
354b9e7aae
d3d9/tests: Warn that tests were skipped if we could not load d3d9.dll.
...
But report a failed test if a mandatory function is missing from it.
Also warn if the hardware capabilities force us to skip some tests.
2007-01-12 11:25:24 +01:00
Francois Gouget
3327c5f6ff
dsound/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-12 11:25:11 +01:00
Francois Gouget
42d25ef95d
dsound/tests: The tests link with dsound.dll so use GetModuleHandle() instead of LoadLibrary().
2007-01-12 11:25:06 +01:00
Francois Gouget
e48d86308d
dsound/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-12 11:24:49 +01:00
Francois Gouget
9279edfb03
winmm/tests: Replace some '#if 0's with 'if (0)'s.
...
Fix the code so it compiles without warnings.
2007-01-12 11:24:33 +01:00
Ken Thomases
94be42eb2d
wined3d: Do not block waiting for occlusion query result in GetData.
2007-01-12 11:24:20 +01:00
Rob Shearman
d35a81c7aa
ole32: Fix copied description and copyright statement for tests/errorinfo.c.
2007-01-12 11:24:14 +01:00
Frank Richter
afc2df8705
dbghelp: Split gnu_debuglink handling into own function.
2007-01-12 11:24:06 +01:00
Andrew Talbot
6d49fb12c9
msacm32: Declare some variables static.
2007-01-12 11:23:58 +01:00
Andrew Talbot
c48a7faa7a
mshtml: Declare a variable static.
2007-01-12 11:23:54 +01:00
Andrew Talbot
0b2ec37f64
mpr: Declare a variable static.
2007-01-12 11:23:51 +01:00
Andrew Talbot
72cdeaffd9
msdmo: Declare a function static.
2007-01-12 11:23:47 +01:00
Andrew Talbot
2786275559
itss: Remove unused variable and associated dead code.
2007-01-12 11:23:39 +01:00
Andrew Talbot
934c489956
msadp32.acm: Remove unused function.
2007-01-12 11:23:34 +01:00
Andrew Talbot
0780575d51
msg711.acm: Remove unused function.
2007-01-12 11:23:30 +01:00
Detlef Riekenberg
0678c87b3b
comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c.
2007-01-12 11:23:17 +01:00
Detlef Riekenberg
e576b09a85
winspool: Support Xcv for ConfigurePortW.
2007-01-12 11:22:41 +01:00
Detlef Riekenberg
9bdd900e71
winspool: Support monitors without a name.
2007-01-12 11:22:15 +01:00
Bill Medland
8d82a8c9b3
odbccp32: Implement SQLInstallerError(W).
2007-01-11 12:21:47 +01:00
Mike McCormack
f01707dfc1
kernel32: Merge existing resources in EndUpdateResource.
2007-01-11 12:12:00 +01:00
Mike McCormack
38e27fa9f8
kernel32: Split update_add_resource() into two functions.
2007-01-11 12:09:49 +01:00
Mike McCormack
8f8fecd00e
kernel32: Create a simple abstraction for file mappings.
2007-01-11 12:07:40 +01:00
Dmitry Timoshkov
f097da9f83
user32: Add a simple DrawState test, make it pass under Wine.
2007-01-11 12:05:45 +01:00
James Hawkins
d06ff0ea69
mshtml: Use the correct variable in the FIXME.
2007-01-11 12:05:40 +01:00
James Hawkins
6840693371
winspool.drv: Check for get_filename failure.
2007-01-11 12:05:36 +01:00
Clinton Stimpson
bf86302e19
riched20: Fix modification state for several operations.
2007-01-11 12:04:46 +01:00
Rob Shearman
bbedf3d096
ole32: Add tests for the default handler.
2007-01-11 11:50:03 +01:00
Rob Shearman
5c71583b53
ole32: Add tests for error info functions.
...
Return E_INVALIDARG if dwReserved is not set to zero for both
GetErrorInfo and SetErrorInfo.
2007-01-11 11:49:59 +01:00
Vitaliy Margolen
dbd2112eee
dinput: Internal data format is not const anymore.
2007-01-11 11:49:12 +01:00
Vitaliy Margolen
a1dd4cb76a
dinput: Don't copy no longer used user data format object array.
2007-01-11 11:49:01 +01:00
Vitaliy Margolen
da78a7af5e
dinput: Use internal data format for object lookups.
2007-01-11 11:48:55 +01:00
Vitaliy Margolen
3d093256ca
dinput: [joystick_linuxinput] Use correct offset to queue events.
2007-01-11 11:48:49 +01:00
Vitaliy Margolen
d81e17d5c0
dinput: [joystick_linuxinput] Rewrite GetObjectInfo and EnumObjects on top of base class.
2007-01-11 11:48:40 +01:00
Vitaliy Margolen
bfa64b98ed
dinput: [joystick_linuxinput] Copy and modify default data format.
2007-01-11 11:48:22 +01:00
Vitaliy Margolen
1bc557eea0
dinput: [joystick_linux] Use correct offset to queue events.
2007-01-11 11:45:55 +01:00
Vitaliy Margolen
60948ab1f0
dinput: [joystick_linux] Reuse the same properties array.
2007-01-11 11:45:46 +01:00
Vitaliy Margolen
3989e0feb8
dinput: [joystick_linux] Copy and modify default data format.
...
Copy only what we have.
2007-01-11 11:45:36 +01:00
Dmitry Timoshkov
101785d1a9
gdi32: Print status of the hinting support in the debug log.
2007-01-11 11:37:47 +01:00
Louis Lenders
22d6a19d16
comdlg32: Update Dutch resources.
2007-01-11 11:37:24 +01:00
Louis Lenders
4662079cd5
user32: Update Dutch resources.
2007-01-11 11:37:18 +01:00
Francois Gouget
fa7c32f56c
rpcrt4: Give a proper name to some formerly reserved MIDL_STUB_MESSAGE fields.
...
Define NTDDI_VERSION so we get definitions for the Reserved51_X fields with the PSDK.
This fixes compilation of the ndr_marshall.c with the PSDK.
2007-01-11 11:37:13 +01:00
Rob Shearman
392ceba61f
wininet: Don't try to read anything if 0 bytes are to be read.
2007-01-10 22:25:44 +01:00
Andrew Talbot
e994f88cc2
kernel32: Declare some functions static.
2007-01-10 22:25:41 +01:00
Andrew Talbot
852ae99662
itss: Declare a function static.
2007-01-10 22:25:36 +01:00
Andrew Talbot
39e6c8c9b6
imaadp32.acm: Remove unused function.
2007-01-10 22:25:33 +01:00
Harry McNally
ca2c987caf
ntdll: Add Western Australia Summer Time.
2007-01-10 22:25:27 +01:00
Stefan Dösinger
60c9ea6751
wined3d: Remove dead NV_TEXTURE_SHADER code
2007-01-10 22:03:50 +01:00
Stefan Dösinger
b07c48c499
wined3d: Do not activate / deactivate texture dimensions twice.
2007-01-10 22:03:28 +01:00
Stefan Dösinger
70831d1d2d
wined3d: D3D7 vertex buffers never change their declaration.
2007-01-10 22:03:17 +01:00
Stefan Dösinger
08c7b3947b
wined3d: Fix a capital letter in a parameter name.
2007-01-10 22:03:09 +01:00
Stefan Dösinger
7fd246ebe3
wined3d: Add copyright statements to state.c.
2007-01-10 22:02:23 +01:00
Stefan Dösinger
fe6165db19
wined3d: Attempt to remove some tabs smuggled in by xcode.
2007-01-10 22:02:10 +01:00
Stefan Dösinger
953f8d7b37
wined3d: Do not warn about unsupported point sizes if the default values are set.
2007-01-10 22:01:57 +01:00
Stefan Dösinger
60ea760945
wined3d: Avoid false resultarg warnings.
2007-01-10 22:01:46 +01:00
Stefan Dösinger
3d14118fb7
ddraw: Get some texture stage states from their equivalent sampler states.
2007-01-10 22:01:31 +01:00
Stefan Dösinger
d4b63bbd87
wined3d: Store the scissor rect in the stateblock.
2007-01-10 22:01:20 +01:00
Stefan Dösinger
222c531b1a
wined3d: Count the framerate per swapchain, not globally.
2007-01-10 22:00:47 +01:00
Stefan Dösinger
9b4920996e
wined3d: Move material applying to the state table.
2007-01-10 22:00:34 +01:00
Stefan Dösinger
dfeb40cbff
wined3d: Remove the invymat from drawprim.c.
2007-01-10 22:00:25 +01:00
Stefan Dösinger
329670c7f1
wined3d: Do not reset the material.
2007-01-10 22:00:17 +01:00
Alexandre Julliard
2520e387a1
server: Allow suspended threads to run system APCs.
2007-01-10 21:55:23 +01:00
Alexandre Julliard
443a5dbd80
ntdll: Make sure that critical section waits are not interrupted.
2007-01-10 21:53:39 +01:00
Alexandre Julliard
e3247ecc70
ntdll: Only return STATUS_USER_APC from a wait if a real user APC has been run.
...
Based on a patch by Thomas Kho.
2007-01-10 20:48:02 +01:00
Alexandre Julliard
30a2645ee7
ntdll: Compute the wait timeout only once in NTDLL_wait_for_multiple_objects.
2007-01-10 20:44:35 +01:00
Alexandre Julliard
05ef63e897
make_makefiles: Get rid of the rules for dll symlinks.
2007-01-10 13:58:00 +01:00
Alexandre Julliard
dc3961bc78
wineoss: Renamed the dlls/winmm/wineoss directory to dlls/wineoss.drv.
2007-01-10 13:46:14 +01:00
Alexandre Julliard
ae0380d97f
winenas: Renamed the dlls/winmm/winenas directory to dlls/winenas.drv.
2007-01-10 13:45:39 +01:00
Alexandre Julliard
7fc151d612
winejack: Renamed the dlls/winmm/winejack directory to dlls/winejack.drv.
2007-01-10 13:45:03 +01:00
Alexandre Julliard
851e6d7c4f
wineesd: Renamed the dlls/winmm/wineesd directory to dlls/wineesd.drv.
2007-01-10 13:44:20 +01:00
Alexandre Julliard
9402089ea9
winecoreaudio: Renamed the dlls/winmm/winecoreaudio directory to dlls/winecoreaudio.drv.
2007-01-10 13:43:27 +01:00
Alexandre Julliard
f972d66263
wineaudioio: Renamed the dlls/winmm/wineaudioio directory to dlls/wineaudioio.drv.
2007-01-10 13:42:34 +01:00
Alexandre Julliard
5f0241fd91
winearts: Renamed the dlls/winmm/winearts directory to dlls/winearts.drv.
2007-01-10 13:41:40 +01:00
Alexandre Julliard
01905338ea
winealsa: Renamed the dlls/winmm/winealsa directory to dlls/winealsa.drv.
2007-01-10 13:40:39 +01:00
Michael Stefaniuc
33af3c5c83
janitorial: Use the C standard for multiline strings.
2007-01-10 12:28:19 +01:00
Vitaliy Margolen
cd306046bb
dinput: Pass complete DataFormat structure to find_property.
2007-01-10 12:23:28 +01:00
Vitaliy Margolen
af71538d33
dinput: Remove duplicate Keyboard->Poll it is the same as base class.
2007-01-10 12:23:18 +01:00
Vitaliy Margolen
adddc56699
dinput: Fix trace formatting.
2007-01-10 12:23:16 +01:00
Rob Shearman
f658adffc2
ole32: Fix the detection of when we need an additional QueryInterface in CoUnmarshalInterface.
2007-01-10 12:22:06 +01:00
Rob Shearman
fa64950ee1
ole32: Add a test for the failure case of same-apartment unmarshaling when passing in an unsupported iid.
2007-01-10 12:21:59 +01:00
Rob Shearman
49fc8ac742
ole32: Add tests for passing invalid arguments to CoUnmarshalInterface.
2007-01-10 12:21:53 +01:00
Rob Shearman
b1ee49a74d
ole32: ReadClassStm should return STG_E_READFAULT is not all of the data could be read, not S_FALSE.
...
Clear pclsid in case of errors.
Add tests for ReadClassStm.
2007-01-10 12:17:00 +01:00
Rob Shearman
de527d5ec0
ole32: Add tests for invalid arguments of CoMarshalInterface and CoMarshalInterThreadInterfaceInStream.
2007-01-10 12:16:08 +01:00
Rob Shearman
7730e1408f
ole32: Return an error from CoUnmarshalInterface if pStream is NULL or if ppv is NULL.
2007-01-10 12:15:10 +01:00
Rob Shearman
35548d15c4
ole32: Fix Read/WriteClassStm to return an error if the passed in stream pointer is NULL.
2007-01-10 12:14:24 +01:00
Rob Shearman
923bc6bf3d
ole32: Return an error in CoMarshalInterface if pStream is NULL.
2007-01-10 12:14:21 +01:00
Rob Shearman
fd07191673
ole32: Fix HGLOBALStreamImpl_CopyTo to check the return values of IStream_Read and IStream_Write and to not compare the bytes read to the bytes written.
...
Add tests for IStream::CopyTo of the HGLOBAL stream implementation.
2007-01-10 12:13:22 +01:00
Rob Shearman
ba25254d9f
ole32: Remove some unneeded inclusions of headers.
...
Change some incorrect usages of SEEK_SET to the intended STREAM_SEEK_SET
instead.
2007-01-10 12:08:51 +01:00
Rob Shearman
d02b27c0e9
ole32: Move test for CoGetInterfaceAndReleaseStream to compobj.c.
2007-01-10 12:02:37 +01:00
Rob Shearman
43d0d85f67
ole32: Use the standard list functions for the global interface table implementation.
2007-01-10 12:02:35 +01:00
Rob Shearman
c21f5c7c6a
ole32: Move the Running Object Table test in marshal.c to moniker.c to put it with the other ROT tests.
2007-01-10 12:02:28 +01:00
Rob Shearman
beaaf0514f
ole32: Fix a comment in rpc_sendreceive_thread that wasn't correct.
2007-01-10 12:02:26 +01:00
Rob Shearman
84158d6742
ole32: Remove a FIXME comment that no longer applies.
2007-01-10 12:02:24 +01:00
James Hawkins
b3331d1a76
advpack: Fill the output buffer to workaround a bug in IE7s advpack.
2007-01-10 12:00:19 +01:00
James Hawkins
74ada83c60
comctl32: Rewrite the up-down control tests to add message checking.
2007-01-10 12:00:15 +01:00
Bill Medland
cf6e0d8270
odbccp32: Add tests structure.
2007-01-10 11:59:47 +01:00
Dmitry Timoshkov
13dfa9a711
kernel32: Do not forget to cleanup if the test is skipped.
2007-01-10 11:59:02 +01:00
Dmitry Timoshkov
f6702ec4af
winex11.drv: Force the fullscreen state update once the window is mapped.
2007-01-10 11:58:56 +01:00
Francois Gouget
e66d1cd5e9
wininet: Consistenly use INTERNET_SetLastError().
2007-01-10 11:58:47 +01:00
Paul Vriens
06a14de18b
ntdll/tests: Skip some tests on Windows Vista.
2007-01-10 11:58:36 +01:00
Alexandre Julliard
e4bd0d889e
ntdll/tests: Fix exception test for CPUs that do segment limit checks differently.
2007-01-10 11:58:16 +01:00
Alexandre Julliard
56407742b5
ntdll/tests: Don't bother testing the port functions if creating the port failed.
2007-01-10 11:30:47 +01:00
Francois Gouget
052104b9e4
shlwapi/tests: Print GetLastError() in decimal with '%u'.
2007-01-09 12:48:44 +01:00
Francois Gouget
b66eeddec6
wintrust/tests: Print GetLastError() in decimal with '%u'.
2007-01-09 12:48:41 +01:00
Francois Gouget
eb75b17801
mcicda: Compare GetLastError() to kernel error codes, not ntdll ones.
2007-01-09 12:48:39 +01:00
Hans Leidekker
7918c59f86
kernel32: Add a stub implementation for GetVolumeNameForVolumeMountPoint{A, W}.
2007-01-09 12:46:37 +01:00
Samuel Lidén Borell
a7c9970762
kernel32: Add SetTermsrvAppInstallMode stub.
2007-01-09 12:46:28 +01:00
Mike McCormack
4d72d7897f
kernel32: Implement EndUpdateResource for the case existing resources are deleted.
2007-01-09 12:22:21 +01:00
Patrik Stridvall
918152734c
dxguid: Add the rmxfguid.h header and export the GUIDs.
2007-01-09 12:22:17 +01:00
Felix Nawothnig
2eb171c1f5
treeview: Initialize iImage and iSelectedImage with zero.
2007-01-09 12:04:40 +01:00
Ken Thomases
5a220321df
kernel32: Don't release preferred_locales until we're done with its members.
2007-01-09 12:04:30 +01:00
Michael Stefaniuc
22684cc767
janitorial: Remove stray '\' at end of lines.
2007-01-09 12:04:26 +01:00