Michael Stefaniuc
|
ab270d433f
|
crypt32: Use assignment instead of memcpy to copy a struct.
|
2013-01-24 15:38:56 +01:00 |
Michael Stefaniuc
|
184f167b19
|
mscms: Use assignment instead of memcpy to copy structs.
|
2013-01-24 15:38:53 +01:00 |
Michael Stefaniuc
|
a8b63acc03
|
msvcrt/tests: Use assignment instead of memcpy to copy structs.
|
2013-01-24 15:38:50 +01:00 |
Michael Stefaniuc
|
ab542a92d5
|
dinput: Use assignment instead of memcpy to copy a struct.
|
2013-01-24 15:38:46 +01:00 |
Michael Stefaniuc
|
18b2a38ba2
|
d3dx9_36/tests: Use assignment instead of memcpy to copy a struct.
|
2013-01-24 15:38:42 +01:00 |
Jörg Höhle
|
d7c716c470
|
winealsa: Have the MIDI recorder wait in poll(), not snd_seq_event_input().
|
2013-01-24 15:37:58 +01:00 |
Alexandre Julliard
|
22b3a8251f
|
wbemprox: Don't rely on GetTicksCount to determine boot time.
|
2013-01-24 15:24:31 +01:00 |
Alexandre Julliard
|
2c70e08cf8
|
netapi32: Fix wrap-around bug in tick count comparison.
|
2013-01-24 15:15:35 +01:00 |
Alexandre Julliard
|
e089295f75
|
ole32: Fix wrap-around bug in tick count comparison.
|
2013-01-24 15:15:25 +01:00 |
Alexandre Julliard
|
af734f9623
|
rpcrt4: Fix wrap-around bug in tick count comparison.
|
2013-01-24 15:15:16 +01:00 |
Piotr Caban
|
ec5e51d893
|
msvcp90: Added std::tanh(complex) tests.
|
2013-01-24 14:35:00 +01:00 |
Piotr Caban
|
b0cb2ead33
|
msvcp90: Added complex hyperbolic functions implementation.
|
2013-01-24 14:34:53 +01:00 |
Piotr Caban
|
66ee663e0c
|
msvcp90: Added std::tan(complex) tests.
|
2013-01-24 14:34:47 +01:00 |
Piotr Caban
|
ed0e16ae3d
|
msvcp90: Added complex trigonometric functions implementation.
|
2013-01-24 14:34:43 +01:00 |
Piotr Caban
|
94da034364
|
msvcp90: Added std::conj(complex) implementation.
|
2013-01-24 14:34:37 +01:00 |
Piotr Caban
|
2e4eb12219
|
msvcp90: std::_Fabs(complex) tests.
|
2013-01-24 14:34:32 +01:00 |
Piotr Caban
|
3e9db55b09
|
msvcp90: Added std::abs(complex) implementation.
|
2013-01-24 14:34:26 +01:00 |
Piotr Caban
|
e4525224b0
|
msvcp90: Added complex::real and complex::imag implementation.
|
2013-01-24 14:34:20 +01:00 |
Michael Stefaniuc
|
f21d45417f
|
ws2_32: Use assignment instead of memcpy to copy structs.
|
2013-01-24 14:34:12 +01:00 |
Jacek Caban
|
c751389df4
|
vbscript: Added GetObject tests.
|
2013-01-24 14:33:20 +01:00 |
Jacek Caban
|
3a87b4c1c5
|
vbscript: Added GetObject implementation.
|
2013-01-24 14:33:15 +01:00 |
Henri Verbeet
|
8347c67c69
|
wined3d: Get rid of CheckWrapAndMipCapability().
|
2013-01-24 14:33:05 +01:00 |
Henri Verbeet
|
63902bfd5c
|
wined3d: Get rid of CheckPostPixelShaderBlendingCapability().
|
2013-01-24 14:33:02 +01:00 |
Henri Verbeet
|
b882a70282
|
wined3d: Properly set WINED3DFMT_FLAG_VTF in init_format_texture_info().
|
2013-01-24 14:32:58 +01:00 |
Henri Verbeet
|
5114cbd23c
|
d3drm: Avoid LPD3DRMRAY.
|
2013-01-24 14:32:55 +01:00 |
Henri Verbeet
|
e84e2e8c9a
|
d3drm: Avoid LPD3DRMQUATERNION.
|
2013-01-24 14:32:51 +01:00 |
Rico Schüller
|
cea0e758e6
|
advapi32: Use the lower 32bit of the special HKEYs on 64bit.
|
2013-01-24 10:50:10 +01:00 |
Andrew Talbot
|
32d070afb0
|
gdiplus: Avoid signed-unsigned integer comparisons.
|
2013-01-24 10:49:34 +01:00 |
Nikolay Sivov
|
4c24882e3e
|
user32: Accept BI_BITFIELDS format for icons when creating icons.
|
2013-01-24 10:48:02 +01:00 |
Jacek Caban
|
5b38dac7ac
|
winhttp: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.
|
2013-01-23 23:41:27 +01:00 |
Jacek Caban
|
90124e084f
|
winhttp: Added schannel-based netconn_get_cipher_strength implementation.
|
2013-01-23 23:41:24 +01:00 |
Jacek Caban
|
d15265db28
|
winhttp: Added schannel-based netconn_get_certificate implementation.
|
2013-01-23 23:41:21 +01:00 |
Jacek Caban
|
a3e15549d6
|
winhttp: Added schannel-based netconn_send implementation.
|
2013-01-23 23:41:18 +01:00 |
Jacek Caban
|
db22753a05
|
winhttp: Added schannel-based netconn_recv implementation.
|
2013-01-23 23:41:15 +01:00 |
Jacek Caban
|
de0d75312b
|
winhttp: Use schannel in netconn_secure_connect if OpenSSL is not available.
|
2013-01-23 23:41:12 +01:00 |
Jacek Caban
|
25de5d7a55
|
winhttp: Enable more OpenSSL-independent code when OpenSSL is not available.
|
2013-01-23 23:41:09 +01:00 |
Jacek Caban
|
0ebbd991c1
|
winhttp: Test that the data is really read in test_secure_connection.
|
2013-01-23 20:47:29 +01:00 |
Jacek Caban
|
7867ce8560
|
mshtml: Get rid of PRUint64 type.
|
2013-01-23 20:47:27 +01:00 |
Jacek Caban
|
07e72de9a4
|
mshtml: Get rid of PRUint32 outside XPCOM C API.
|
2013-01-23 20:47:25 +01:00 |
Jacek Caban
|
cef2907da7
|
mshtml: Get rid of PRUint16 type.
|
2013-01-23 20:47:23 +01:00 |
Jacek Caban
|
2d100f4e98
|
mshtml: Get rid of PRUint8 type.
|
2013-01-23 20:47:20 +01:00 |
Jacek Caban
|
9bd6b9e537
|
mshtml: Get rid of PTInt64 type.
|
2013-01-23 20:47:18 +01:00 |
Aurimas Fišeras
|
534f5e5dd0
|
po: Update Lithuanian translation.
|
2013-01-23 20:47:15 +01:00 |
Stefan Dösinger
|
aaa11492db
|
wined3d: Ignore clears if count = 0 and rects != NULL.
|
2013-01-23 19:16:32 +01:00 |
Alexandre Julliard
|
8373f8b6f6
|
winex11: Handle Expose events on top-level client windows.
|
2013-01-23 19:09:29 +01:00 |
Alexandre Julliard
|
951415b602
|
winex11: Store the client window in the window data again, now that it can be accessed from all threads.
|
2013-01-23 19:06:32 +01:00 |
Dmitry Timoshkov
|
9532de882f
|
gdiplus: Make GdipCreateFromHDC2 not fail in case of hDevice != NULL.
|
2013-01-23 12:52:16 +01:00 |
Nikolay Sivov
|
6ab47275aa
|
xmllite: Complete content parsing with implemented parts and stubs.
|
2013-01-23 12:48:51 +01:00 |
Henri Verbeet
|
d6105c5f0f
|
wined3d: Get rid of CheckFilterCapability().
|
2013-01-23 12:48:45 +01:00 |
Henri Verbeet
|
6527277a58
|
wined3d: Properly set WINED3DFMT_FLAG_FILTERING in init_format_texture_info().
|
2013-01-23 12:48:41 +01:00 |