Bruno Jesus
|
6bad16363b
|
rsaenh: Don't reset the salt length after setting a salt for Base and Strong providers.
|
2015-01-13 20:48:42 +01:00 |
Bruno Jesus
|
c0e4759d8d
|
ws2_32: Prefer SetLastError over WSASetLastError.
|
2015-01-13 20:48:34 +01:00 |
Marcus Meissner
|
a20e75432e
|
combase: Reorder checks (Coverity).
|
2015-01-13 20:39:32 +01:00 |
Mark Harmstone
|
9d5e4edae6
|
xaudio2_7: Add stub DLL.
|
2015-01-13 20:39:01 +01:00 |
Michael Stefaniuc
|
ceef3a844a
|
d3dx9_36/tests: Actually test retrieve_device_state calls (PVS-Studio).
|
2015-01-13 19:54:03 +01:00 |
Michael Stefaniuc
|
dcba8edba6
|
d3drm: Remove an unused assignment (PVS-Studio).
|
2015-01-13 19:54:03 +01:00 |
Michael Stefaniuc
|
74007d4405
|
comdlg32: Remove unused variable assigments (PVS-Studio).
|
2015-01-13 19:54:02 +01:00 |
Michael Stefaniuc
|
39045b13d0
|
comctl32: Remove an unused variable assigment (PVS-Studio).
|
2015-01-13 19:54:01 +01:00 |
Jacek Caban
|
50608908eb
|
activscp.idl: Added SCRIPT_E_* error codes.
|
2015-01-13 19:54:00 +01:00 |
Michael Stefaniuc
|
11bee58bda
|
wrc: Remove some more always-true conditions.
|
2015-01-13 19:53:59 +01:00 |
Michael Stefaniuc
|
0e4c00a706
|
wintab32: Remove an always TRUE conditional expression (PVS-Studio).
|
2015-01-13 19:53:58 +01:00 |
Michael Stefaniuc
|
36ab1878fa
|
winmm: Remove an unused variable (PVS-Studio).
|
2015-01-13 19:53:58 +01:00 |
Michael Stefaniuc
|
762eb67698
|
strmbase: Remove an unused variable (PVS-Studio).
|
2015-01-13 19:53:57 +01:00 |
Axel Davy
|
c5d420b35a
|
d3d8/tests: Fix test_3dc_formats getPixelColor check.
|
2015-01-13 19:53:56 +01:00 |
Axel Davy
|
58083dfb12
|
d3d8/tests: Fix volume_dxt5_test getPixelColor check.
getPixelColor should be called before Present, because the device
swapchain was created with discard mode.
|
2015-01-13 19:53:53 +01:00 |
Nikolay Sivov
|
151694a0bc
|
user32: Handle NULL argument in GetKeyboardLayoutNameW().
|
2015-01-13 17:52:27 +01:00 |
Bruno Jesus
|
ab1eee505b
|
ws2_32: Ensure recv functions set last error to zero when they succeed.
|
2015-01-13 17:52:04 +01:00 |
Mark Harmstone
|
d4d14cdef0
|
dsound: Pretend we have hardware buffers.
When running in Windows XP mode, XAudio2 will refuse to output surround sound
unless it can open a buffer with DSBCAPS_LOCHARDWARE.
|
2015-01-13 17:51:54 +01:00 |
Mark Harmstone
|
b5aec2e40f
|
dsound: Degrade speaker config if too many channels.
|
2015-01-13 17:51:38 +01:00 |
Mark Harmstone
|
dcf8767b58
|
winealsa: Do not destroy remapping info on IsFormatSupported.
|
2015-01-13 17:51:30 +01:00 |
Alexandre Julliard
|
b34b2caed4
|
Release 1.7.34.
|
2015-01-09 20:48:24 +01:00 |
Mark Harmstone
|
77b2ab21f4
|
dsound: Support 5.1 sound.
|
2015-01-09 17:37:50 +01:00 |
Mark Harmstone
|
3ba100d81c
|
dsound: Support quadraphonic sound.
|
2015-01-09 17:37:48 +01:00 |
Yifu Wang
|
b81e79ed08
|
msvcp120: Implemented xtime functions.
|
2015-01-09 12:19:10 +01:00 |
Nikolay Sivov
|
13083dcd52
|
dwrite: Use gdi-compatible placements in case of gdi-compatible layouts.
|
2015-01-09 11:50:22 +01:00 |
Nikolay Sivov
|
05fd95e5e4
|
dwrite: Store additional properties for gdi-compatible layouts.
|
2015-01-09 11:50:20 +01:00 |
Piotr Caban
|
998472d1eb
|
msvcp: Fix format parsing in time_put_wchar_put_format.
|
2015-01-09 11:50:13 +01:00 |
Bruno Jesus
|
35a887acc5
|
ws2_32/tests: Show that send/recv functions set last error to zero on success.
|
2015-01-09 11:50:08 +01:00 |
Bruno Jesus
|
ed281c743c
|
ws2_32: Print the correct variable.
|
2015-01-09 11:49:46 +01:00 |
Matteo Bruni
|
3ccb66f472
|
wined3d: Use the core version of the glBlend* functions.
|
2015-01-09 11:49:37 +01:00 |
Matteo Bruni
|
993075cdb3
|
wined3d: Prefer the core glActiveTexture function.
|
2015-01-09 11:49:33 +01:00 |
Matteo Bruni
|
c603e47986
|
wined3d: Inline GL_EXT_FUNCS_GEN in load_gl_funcs.
|
2015-01-09 11:49:16 +01:00 |
Piotr Caban
|
e899bd8249
|
msvcp: Fix setting decimal point and thousands separator in numpunct_wchar__Init.
|
2015-01-08 21:29:40 +01:00 |
Matteo Bruni
|
d584651960
|
winemac: Implement wglCreateContextAttribsARB.
It also allows to create core profile contexts.
|
2015-01-08 17:29:11 +01:00 |
Matteo Bruni
|
e23f70b266
|
winemac: Make the implementation of clearToBlackIfNeeded compatible with core contexts.
|
2015-01-08 17:29:04 +01:00 |
Jacek Caban
|
9d911d6ffe
|
mshtml: Use debugstr_mshtml_guid in omnavigator.c.
|
2015-01-08 17:27:57 +01:00 |
Axel Davy
|
b83825509e
|
d3d9/tests: Fix test_3dc_formats getPixelColor check.
getPixelColor should be called before Present, because the device
swapchain was created with discard mode.
|
2015-01-08 14:03:15 +01:00 |
Axel Davy
|
fc84368f87
|
d3d9/tests: Fix volume_dxt5_test getPixelColor check.
getPixelColor should be called before Present, because the device
swapchain was created with discard mode.
|
2015-01-08 14:03:06 +01:00 |
Hans Leidekker
|
041ab23d0b
|
wbemdisp/tests: Add initial tests.
|
2015-01-08 14:02:45 +01:00 |
Hans Leidekker
|
ff251092a7
|
wbemdisp: Add support for parsing WMI monikers.
|
2015-01-08 13:59:29 +01:00 |
Hans Leidekker
|
bc6270e3f9
|
wbemdisp: Add a stub implementation of ISWbemObjectSet.
|
2015-01-08 13:59:27 +01:00 |
Hans Leidekker
|
d7d18892ef
|
wbemdisp: Add a stub implementation of ISWbemObject.
|
2015-01-08 13:59:23 +01:00 |
Hans Leidekker
|
301cc6aede
|
wbemdisp: Forward SWbemLocator::ConnectServer to IWbemLocator::ConnectServer.
|
2015-01-08 13:59:20 +01:00 |
Hans Leidekker
|
cbb2b35ec1
|
wbemdisp: Add IDispatch support to the services object.
|
2015-01-08 13:58:37 +01:00 |
Piotr Caban
|
e7cba8f0dc
|
winex11.drv: Don't resize hidden windows on ConfigureNotify event.
|
2015-01-08 13:58:29 +01:00 |
Nikolay Sivov
|
b03d4c7a8f
|
dwrite: Set glyph advances and offsets for each run.
|
2015-01-08 13:12:18 +01:00 |
Nikolay Sivov
|
b49a71416d
|
dwrite: Store cluster map and glyph indices for each run.
|
2015-01-08 13:12:16 +01:00 |
Michael Stefaniuc
|
8a42eb55da
|
quartz: Simplify code flow logic (PVS-Studio).
|
2015-01-08 13:12:14 +01:00 |
Michael Stefaniuc
|
585f8dfe7e
|
quartz: Remove an unused variable (PVS-Studio).
|
2015-01-08 13:12:10 +01:00 |
Michael Stefaniuc
|
b31ef9c80a
|
quartz: Remove always true if subexpression (PVS-Studio).
|
2015-01-08 13:12:03 +01:00 |