Hans Leidekker
2c8765e7fb
winhttp: Implement IWinHttpRequest::GetResponseHeader.
2011-07-26 10:24:05 +02:00
Hans Leidekker
3638908039
winhttp: Add some parameter checks.
2011-07-26 10:23:59 +02:00
Hans Leidekker
ca9ab005fc
winhttp: Implement IWinHttpRequest::GetAllResponseHeaders.
2011-07-26 10:23:41 +02:00
Hans Leidekker
80d17a79ff
winhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.
2011-07-26 10:23:35 +02:00
Hans Leidekker
7227c29a09
winhttp: Add a default user agent header.
2011-07-26 10:23:31 +02:00
Hans Leidekker
050058c5bf
winhttp: Add accept types to the request headers.
2011-07-26 10:23:26 +02:00
Hans Leidekker
9237479d22
winhttp: Implement IWinHttpRequest::SetProxy.
2011-07-26 10:23:20 +02:00
Austin English
24eaf19300
msctf/tests: Make sure return values are used (LLVM/Clang).
2011-07-26 10:23:00 +02:00
Austin English
19f58e889f
kernel32/tests: Make sure return values are used (LLVM/Clang).
2011-07-26 10:22:47 +02:00
Austin English
94f63d7681
ole32/tests: Make sure to use a return value (LLVM/Clang).
2011-07-26 10:22:38 +02:00
Austin English
ef7ccb7b07
urlmon/tests: Make sure a return value is used (LLVM/Clang).
2011-07-26 10:21:52 +02:00
Austin English
2a16ae1d06
wininet: Make sure to use return values (LLVM/Clang).
2011-07-26 10:21:44 +02:00
Austin English
5a56fba741
ntdll/tests: Remove a dead assignment (LLVM/Clang).
2011-07-26 10:20:55 +02:00
Austin English
910b3580a3
mmdevapi/tests: Remove a dead assignment (LLVM/Clang).
2011-07-26 10:19:36 +02:00
Matteo Bruni
332a2c05cb
d3d8/tests: Add a couple of fog tests.
2011-07-25 22:30:40 +02:00
Matteo Bruni
8e522b7fb8
d3d8/tests: Fix some error messages.
2011-07-25 22:30:22 +02:00
Matteo Bruni
9475065273
d3d8/tests: Rename a variable.
2011-07-25 22:30:17 +02:00
Henri Verbeet
1195530795
wined3d: Release the onscreen depth / stencil reference on reset.
...
No need to save the contents, after a reset it's all undefined anyway.
2011-07-25 21:25:24 +02:00
Henri Verbeet
27b20bac43
wined3d: Unbind all textures in wined3d_device_reset().
2011-07-25 21:25:19 +02:00
Henri Verbeet
44e109debe
wined3d: Unbind resources inside wined3d_device_reset().
2011-07-25 21:25:15 +02:00
Henri Verbeet
c84112f86f
wined3d: Get rid of wined3d_device_enum_resources().
2011-07-25 21:25:11 +02:00
Henri Verbeet
0739cae273
wined3d: Pass "reset_enum_callback" directly to wined3d_device_reset().
...
It would have been nice if we could do all of this inside wined3d, but we need
to determine what resources are in use by d3d8/d3d9, not wined3d. This is
mostly an issue for "implicit" resources like swapchain render targets and the
depth / stencil surface. The fact that we're having this problem probably
means we're doing it wrong. Since these implicit resources should only be
referenced by wined3d, we could probably just destroy and recreate the
swapchain, instead of the little updateSurfaceDesc() dance we currently do.
2011-07-25 21:25:01 +02:00
Alexandre Julliard
366174b213
gdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25 20:32:41 +02:00
Alexandre Julliard
96c1b3bbc2
winex11: Get rid of the no longer used GetBitmapBits implementation.
2011-07-25 20:32:17 +02:00
Alexandre Julliard
1724c73534
gdi32: Reimplement GetBitmapBits using the GetImage driver function.
2011-07-25 19:56:52 +02:00
Alexandre Julliard
d33e0d2c86
gdi32: Add an inline helper to retrieve a DDB byte width.
2011-07-25 19:56:43 +02:00
Alexandre Julliard
dcfe0c48ea
gdi32: Implement GetImage in the DIB driver.
2011-07-25 19:51:55 +02:00
Alexandre Julliard
bb3a1bdcac
gdi32: Implement GetImage in the null driver.
2011-07-25 19:50:19 +02:00
Alexandre Julliard
8a906250eb
gdi32: Get rid of the SetDIBits driver entry point.
2011-07-25 19:47:03 +02:00
Alexandre Julliard
65997a2a2d
winex11: Get rid of the no longer used SetDIBits implementation.
2011-07-25 19:46:13 +02:00
Mariusz Pluciński
9d7d37fd09
shell32/tests: Add verification of known folders parents.
2011-07-25 18:02:50 +02:00
Mariusz Pluciński
07d3786f4e
shell32/tests: Add verification of known folders categories.
2011-07-25 18:02:37 +02:00
Mariusz Pluciński
d471b4d475
shell32/tests: Fix mistake in checking known folder to verify all known folders.
2011-07-25 18:02:11 +02:00
Hans Leidekker
b5ea0030f0
msi: Allow read sharing if the package is openend in transacted mode.
2011-07-25 17:59:04 +02:00
Hans Leidekker
911ad2bdab
msi: Don't duplicate column string data.
2011-07-25 17:59:04 +02:00
Alexandre Julliard
57a050048a
winex11: Return color information in GetImage when passed null bits.
2011-07-25 17:59:04 +02:00
Gerald Pfeifer
03cc8eea6f
mshtml: Handle the failure case in get_nsstyle_attr.
2011-07-25 17:59:04 +02:00
Frédéric Delanoy
d1e15baca7
urlmon: Fix various typos/misspellings.
2011-07-25 14:00:11 +02:00
Nikolay Sivov
46a2ec0209
shell32/autocomplete: Remove redundant memory initialization.
2011-07-25 13:41:21 +02:00
Nikolay Sivov
5354b974a1
shell32/autocomplete: Really append suggested part instead of replacing whole string.
2011-07-25 13:41:15 +02:00
Nikolay Sivov
2210e9bbf0
shell32/autocomplete: Autocompletion should be case insensitive for string comparison.
2011-07-25 13:41:06 +02:00
Huw Davies
046ec2d132
gdi32/tests: Add some SetDIBits tests.
2011-07-25 13:40:56 +02:00
Huw Davies
3cb26488bd
gdi32: Rewrite SetDIBits to use the PutImage gdi driver function.
2011-07-25 13:40:53 +02:00
Alexandre Julliard
2bf9c26df6
shlwapi: Add support for 64-bit formats in wsprintf.
2011-07-25 13:38:04 +02:00
Alexandre Julliard
4ec27a632d
user32: Add support for 64-bit formats in wsprintf.
2011-07-25 13:32:37 +02:00
Dan Kegel
c63d085d1f
kernel32: Add initial test for DefineDosDevice.
2011-07-25 11:59:20 +02:00
Henri Verbeet
b09b7e323c
wined3d: Store a pointer to the state table in the context.
2011-07-25 11:59:15 +02:00
Henri Verbeet
68b9071329
wined3d: Make the shader and ctx_priv parameters to shader_generate_glsl_declarations() const.
2011-07-25 11:59:11 +02:00
Henri Verbeet
6a046eddd7
wined3d: Get rid of the vpos_uniform field from the wined3d_pixel_shader structure.
2011-07-25 11:59:07 +02:00
Henri Verbeet
43d2515da5
wined3d: Use the "rts" variable in context_apply_clear_state().
2011-07-25 11:59:04 +02:00