Ismael Barros
44fe844edf
dplayx: Tests for EnumPlayers.
2008-08-20 13:50:48 +02:00
Ismael Barros
1278ea3aea
dplayx: Tests for GroupOwner.
2008-08-20 13:49:18 +02:00
Ismael Barros
58837a6ceb
dplayx: Tests for CreateGroup.
2008-08-20 13:49:04 +02:00
Gerald Pfeifer
e375b0c4a2
Add return statements to avoid gcc warnings.
2008-08-20 12:53:22 +02:00
Hans Leidekker
6603ad725a
winhttp: Add some tests for WinHttpAddRequestHeaders.
2008-08-20 12:53:00 +02:00
Hans Leidekker
70fb4ef523
winhttp: Use default values for verb, object and version parameters in WinHttpOpenRequest.
2008-08-20 12:52:56 +02:00
Hans Leidekker
f14b6afb9c
winhttp: Implement WinHttpQueryHeaders.
2008-08-20 12:52:24 +02:00
Hans Leidekker
8f1d818bf3
winhttp: Implement WinHttpAddRequestHeaders.
2008-08-20 12:52:20 +02:00
Hans Leidekker
fcb0e3a9d1
winhttp: Add a stub implementation for WinHttpSetTimeouts.
2008-08-20 12:52:16 +02:00
Hans Leidekker
6b9f60da79
winhttp: Deliver status notifications to the application.
2008-08-20 12:52:11 +02:00
Austin English
f8cd30e9e1
user32: Test what FindWindow does when window isn't found.
2008-08-20 12:47:29 +02:00
Vincent Povirk
743b5730f5
user32: Implement TPM_*ALIGN flags.
2008-08-20 12:44:36 +02:00
Roy Shea
5b3b540d8b
mstask/test: Conformance test for CreateTrigger.
2008-08-20 12:36:06 +02:00
Roy Shea
32354497f7
mstask/test: Conformance test for (Set|Get)ApplicationName.
2008-08-20 12:35:45 +02:00
Stefan Dösinger
8fe6bf0bad
wined3d: Fix the unused arg marker.
2008-08-20 12:34:44 +02:00
Stefan Dösinger
a950d3a10e
ddraw: Set the bitdepth on YUV formats.
2008-08-20 12:33:33 +02:00
Stefan Dösinger
5d75939b09
wined3d: Keep track of the last used device.
2008-08-20 12:33:25 +02:00
Stefan Dösinger
90e2a676e8
ddraw: Do not set the rendertarget flag just because of the backbuffer flag.
...
There are also overlay backbuffers, which aren't render targets. The
primarysurface and d3ddevice cap flags should be enough here.
2008-08-20 12:32:42 +02:00
Stefan Dösinger
1f4cf3513d
wined3d: Implement YUV emulation with GL_ARB_fragment_program.
2008-08-20 12:26:14 +02:00
Stefan Dösinger
bfe7067973
wined3d: Ask the ffp/shader/blit implementation about format support.
...
If a format is not supported natively by opengl, a shader may be able
to convert it. Up to now, CheckDeviceFormat had magic knowldge which
GL extensions lead to which supported format. This patch adds
functions that allow CheckDeviceFormat to ask the actual
implementation for its capabilities.
2008-08-20 12:26:02 +02:00
Stefan Dösinger
438b6bd4c3
wined3d: Test formats for surface support.
2008-08-20 12:25:46 +02:00
Stefan Dösinger
fc6b977486
wined3d: Start a framework for color conversion shaders in blits.
2008-08-20 12:25:26 +02:00
Stefan Dösinger
6a24b28b75
wined3d: Support YUV formats with GL_APPLE_ycbcr_422.
2008-08-20 12:25:00 +02:00
Owen Rudge
393fd51f79
uninstaller: Remove GUI portion of Wine uninstaller.
2008-08-20 12:22:53 +02:00
Alexander Nicolaysen Sørnes
6168a7c60c
regedit: Convert clipboard handling to unicode.
2008-08-20 12:20:37 +02:00
Alexander Nicolaysen Sørnes
5cb8bccf46
regedit: Convert printing&help to unicode.
2008-08-20 12:20:33 +02:00
Alexander Nicolaysen Sørnes
04929756e7
regedit: Convert deletion to unicode.
2008-08-20 12:20:28 +02:00
Hongbo Ni
e0df1b9e57
msvcmaker: Fix msvc project file generation under MinGW32.
...
When converting a makefile to a msvc .dsp file, if a line is ended with
a back slash, it will be joined with next line. This patch changes the
joining character from '\n' to a space in order to fix the bug of
running MinGW32 on Windows.
2008-08-20 11:45:59 +02:00
Roderick Colenbrander
4421e3ebe5
wined3d: Fix BltOverride regression.
2008-08-20 11:45:41 +02:00
Detlef Riekenberg
2dedf4c097
winealsa.drv: Fix a typo in an error message.
2008-08-20 11:45:00 +02:00
Michael Stefaniuc
5ff42c55f7
d3dxof: Remove unreachable break after return (Smatch).
2008-08-20 11:44:54 +02:00
Roy Shea
1bc0cdded1
include: Added defines used by TASK_TRIGGER members.
2008-08-20 11:44:29 +02:00
Roy Shea
5331fa49d9
include: Add task scheduler specific error codes.
2008-08-20 11:44:26 +02:00
Alexander Nicolaysen Sørnes
dc3f854a83
appwiz.cpl: Add Norwegian Bokmål translation.
2008-08-20 10:27:10 +02:00
H. Verbeet
af96a43ce9
secur32: Reserved3 / Reserved4 are actually EncryptMessage / DecryptMessage.
2008-08-20 10:26:56 +02:00
H. Verbeet
898c2c9778
d3d8: Don't store shader_handle's.
...
They're not stable across table resizes.
2008-08-20 10:26:51 +02:00
H. Verbeet
f71fdecdc7
wined3d: Move creating a texture id from PreLoad to BindTexture.
...
This is consistent with BindTexture in basetexture/texture/etc. and has the
added benefit that it makes LoadLocation work properly.
2008-08-20 10:26:19 +02:00
Juan Lang
4ccaaa896f
crypt32: Always set *pcbStructInfo.
2008-08-20 10:25:53 +02:00
Juan Lang
4fa4e5a793
crypt32: Allow CMS fields to be set when opening a signed message to encode.
2008-08-20 10:24:21 +02:00
Juan Lang
3297080045
crypt32: Allow messages to be opened when compiled with CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS if CMS fields aren't actually used.
2008-08-20 10:24:15 +02:00
Juan Lang
427b3fbd5d
crypt32: Allow messages to be opened when compiled with CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS if CMS fields aren't actually used.
2008-08-20 10:24:08 +02:00
Juan Lang
9b953c5f1e
crypt32: Implement decoding CMSG_CMS_SIGNER_INFO.
2008-08-20 10:23:57 +02:00
Juan Lang
817adc5599
crypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
2008-08-20 10:23:50 +02:00
Juan Lang
d71e6e96dd
crypt32: Add tests for encoding/decoding CMSG_CMS_SIGNER_INFO.
2008-08-20 10:23:42 +02:00
Juan Lang
d4e5d62b2f
wincrypt.h: Add more missing definitions.
2008-08-20 10:23:25 +02:00
Alexander Morozov
ea1e7555a9
kernel32: Fix a typo.
2008-08-20 10:23:17 +02:00
Huw Davies
395a4e50ed
include: Fix CRYPT_SMIME_CAPABILITIES definition.
2008-08-20 10:23:10 +02:00
Roy Shea
77ea6ef814
mstask: Stub implementation of Activate.
2008-08-19 15:32:02 +02:00
Roy Shea
75e043ee5f
mstask: Activate conformance test.
2008-08-19 15:31:55 +02:00
Christian Costa
dd5908224e
d3dxof: Add text format support to RegisterTemplates and fix corresponding test.
2008-08-19 15:30:32 +02:00