Henri Verbeet
53239a9aa2
d3d10core: Add a stub ID3D10PixelShader implementation.
2009-03-04 12:07:20 +01:00
Henri Verbeet
972221f5ea
d3d10core: Add a stub ID3D10GeometryShader implementation.
2009-03-04 12:07:20 +01:00
Henri Verbeet
7eb634976d
d3d10core: Add a stub ID3D10VertexShader implementation.
2009-03-04 12:07:20 +01:00
Henri Verbeet
03fae2179f
d3d10core: Add a stub ID3D10InputLayout implementation.
2009-03-04 12:07:20 +01:00
Henri Verbeet
703ef0de02
wined3d: Use flags for shader_glsl_get_sample_function().
...
Having three BOOL parameters looks a bit awkward.
2009-03-04 12:07:20 +01:00
Michael Stefaniuc
7d35ba645e
mlang: Remove superfluous pointer casts.
...
The casts are already part of the CONTAINING_RECORD macro.
2009-03-04 12:07:20 +01:00
Michael Stefaniuc
8cb973261f
cryptui: Remove superfluous pointer casts.
2009-03-04 12:07:20 +01:00
Michael Stefaniuc
c6be3fea10
winedos: Remove superfluous pointer casts.
2009-03-04 12:07:20 +01:00
Michael Stefaniuc
f75f4e431f
mlang: Silence some Win64 compile warnings.
...
If the flag TCI_SRCFONTSIG is not set then the first argument passed
to TranslateCharsetInfo is just a DWORD that needs to be marshalled
over a pointer.
2009-03-04 12:07:20 +01:00
Andrew Talbot
7b1c326016
comdlg32: Fix a typo.
2009-03-04 12:07:03 +01:00
Paul Vriens
a86566cb91
shlwapi/tests: Fix some typos.
2009-03-04 11:48:12 +01:00
Christian Costa
0faa6ab7da
wine.inf: Use 32-bit version of MCI DirectShow driver.
2009-03-04 11:48:12 +01:00
Alexandre Julliard
b35e43d9a0
iphlpapi: Move the ip/icmp/tcp/udp statistics functions to ipstats.c.
2009-03-03 19:46:03 +01:00
Alexandre Julliard
566cb8c7a3
configure: Enable automatic dependencies for FreeBSD make.
2009-03-03 16:34:52 +01:00
Alexandre Julliard
0f677a5beb
makefiles: Add a dummy dependency on empty targets to work around a FreeBSD make bug.
2009-03-03 16:23:16 +01:00
Alexandre Julliard
5e43687fed
configure: 16-bit object files should depend on IDL headers too.
2009-03-03 15:41:06 +01:00
Diaa Sami
8ea1a12ed6
cmd: Fixed a number of buffer overflows.
2009-03-03 14:03:48 +01:00
Huw Davies
1ad19cc9ce
gdi32/tests: Improve some test failure messages.
2009-03-03 13:26:20 +01:00
Huw Davies
f0666564ce
gdiplus/tests: Elliptic regions have a shorter layout in win98.
2009-03-03 13:26:18 +01:00
Nikolay Sivov
f35960200a
comctl32: Correctly report systemcolor use for Treeview background.
2009-03-03 13:24:08 +01:00
Alexandre Julliard
114da7c46b
user32/tests: Add some more optional messages.
2009-03-03 13:20:49 +01:00
Alexandre Julliard
e256e988c5
user32/tests: Fix a couple of failing menu tests.
2009-03-03 13:20:34 +01:00
Alexandre Julliard
d387cf3251
user32: Use MAKEWPARAM instead of MAKELONG for menu messages.
2009-03-03 13:20:21 +01:00
Henri Verbeet
28c595e3a4
d3d10: Implement ID3D10EffectPass::GetDesc().
2009-03-03 12:37:00 +01:00
Henri Verbeet
7c03f2c21b
d3d10: Store the shader's input signature.
2009-03-03 12:36:55 +01:00
Henri Verbeet
78afd8736c
d3d10: Implement ID3D10EffectTechnique::GetDesc().
2009-03-03 12:36:48 +01:00
Henri Verbeet
26b24ed8a5
d3d10: Simplify DXBC chunk handlers.
2009-03-03 12:36:43 +01:00
Henri Verbeet
152c9637ac
d3d10: Actually use the parse_fx10() return value.
2009-03-03 12:36:37 +01:00
Paul Vriens
1b4e61c07a
shlwapi/tests: Fix a typo.
2009-03-03 12:36:32 +01:00
Paul Vriens
fca2626768
msi/tests: Fix a test failure on Win95.
2009-03-03 12:36:25 +01:00
Ken Thomases
f85a7b16ca
dsound: Don't use HEAP_ZERO_MEMORY when we're about to overwrite the buffer.
2009-03-03 12:36:21 +01:00
Francois Gouget
4dc8987112
sane.ds: Fix compilation with older SANE headers.
2009-03-03 12:36:17 +01:00
Jeremy White
2c0fea94e8
sane.ds: Implement grayscale and B&W scanning for native image transfers.
2009-03-03 12:36:12 +01:00
Jeremy White
1d58b7e1cc
sane.ds: Add a few trace messages useful in following color format.
2009-03-03 12:36:02 +01:00
Jeremy White
29df246005
sane.ds: Downgrade inappropriate FIXMEs.
2009-03-03 12:35:57 +01:00
Michael Stefaniuc
3c80f741c2
regedit: Cast to LPARAM the 4th argument passed to SendMessage.
2009-03-03 12:35:53 +01:00
Michael Stefaniuc
87b15bb9fd
taskmgr: Cast to LPARAM the 4th argument passed to SendMessage.
...
Casting to long would truncate the pointers when compiling with MSVC
for Win64.
2009-03-03 12:35:51 +01:00
Jacek Caban
e18e6ba3d8
urlmon: Use pluggable protocol for ftp binding.
2009-03-03 12:35:45 +01:00
Jacek Caban
ad4a21bc99
urlmon: Added ftp pluggable protocol implementation.
2009-03-03 12:35:42 +01:00
Jacek Caban
ffea80cf0a
wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING notification for ftp session created by InternetOpenUrl.
2009-03-03 12:35:39 +01:00
Alexandre Julliard
1bd0690e5e
uninstaller: Only load error strings when needed.
2009-03-03 12:35:35 +01:00
Francois Gouget
52e415f769
uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.
2009-03-03 12:35:19 +01:00
Vitaliy Margolen
8dac79d38b
dinput: Add few special cases for key mappings.
2009-03-03 12:35:14 +01:00
Vincent Povirk
392537bb33
kernel32/tests: Add named pipe test using i/o completion ports.
2009-03-03 11:59:48 +01:00
Alexandre Julliard
c47e32a7cc
kernel32: Fix the last error code for timeout in GetQueuedCompletionStatus.
2009-03-03 11:59:48 +01:00
Alexandre Julliard
50171c5cc1
server: Make the new named pipe server fd inherit the I/O completion if it was set before connecting.
2009-03-03 11:59:29 +01:00
Alexandre Julliard
9dd3fe5467
server: Overlapped named pipes are never blocking, even if no APC was specified.
2009-03-02 20:34:07 +01:00
Anders Jonsson
88d9210dd7
README: Swedish translation.
2009-03-02 15:08:12 +01:00
Aurimas Fischer
26ad1c99b6
shell32: Update Lithuanian translation.
2009-03-02 15:07:58 +01:00
Aurimas Fischer
c5d0ff8370
comctl32: Add Lithuanian translation.
2009-03-02 15:07:55 +01:00