wine
11 years agod3drm: Avoid LPD3DRMBOX.
Henri Verbeet [Fri, 25 Jan 2013 09:57:16 +0000 (10:57 +0100)] 
d3drm: Avoid LPD3DRMBOX.

11 years agomscoree: Use assignment instead of memcpy to copy a struct.
Michael Stefaniuc [Fri, 25 Jan 2013 09:02:38 +0000 (10:02 +0100)] 
mscoree: Use assignment instead of memcpy to copy a struct.

11 years agogphoto2.ds: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Thu, 24 Jan 2013 22:10:35 +0000 (22:10 +0000)] 
gphoto2.ds: Avoid signed-unsigned integer comparisons.

11 years agohhctrl.ocx: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Thu, 24 Jan 2013 22:10:41 +0000 (22:10 +0000)] 
hhctrl.ocx: Avoid signed-unsigned integer comparisons.

11 years agousp10: Add ShapeCharGlyphProp and ContextualShape for Control characters.
Aric Stewart [Thu, 24 Jan 2013 19:42:26 +0000 (13:42 -0600)] 
usp10: Add ShapeCharGlyphProp and ContextualShape for Control characters.

11 years agousp10: Add ShapeCharGlyphProp_Latin to properly handle zero width character propertie...
Aric Stewart [Thu, 24 Jan 2013 19:42:18 +0000 (13:42 -0600)] 
usp10: Add ShapeCharGlyphProp_Latin to properly handle zero width character properties for Latin.

11 years agoieframe/tests: Don't convert to long path name until the file exists.
Andrew Eikum [Thu, 24 Jan 2013 16:35:00 +0000 (10:35 -0600)] 
ieframe/tests: Don't convert to long path name until the file exists.

11 years agoieframe/tests: Fixed a race in tests.
Jacek Caban [Thu, 24 Jan 2013 12:28:09 +0000 (13:28 +0100)] 
ieframe/tests: Fixed a race in tests.

11 years agouser32: Init standard scrollbars during WM_NCCREATE.
Sergey Guralnik [Wed, 23 Jan 2013 06:28:36 +0000 (08:28 +0200)] 
user32: Init standard scrollbars during WM_NCCREATE.

11 years agoinclude: Flesh out d3d11.idl.
Austin English [Wed, 23 Jan 2013 02:59:18 +0000 (18:59 -0800)] 
include: Flesh out d3d11.idl.

11 years agoadvapi32/tests: Fix another test failure.
Alexandre Julliard [Thu, 24 Jan 2013 16:00:06 +0000 (17:00 +0100)] 
advapi32/tests: Fix another test failure.

11 years agoadvapi32: Fix intermittent 64-bit test failure.
Erich Hoover [Fri, 18 Jan 2013 18:00:58 +0000 (11:00 -0700)] 
advapi32: Fix intermittent 64-bit test failure.

11 years agoitss: Use assignment instead of memcpy to copy a struct.
Michael Stefaniuc [Thu, 24 Jan 2013 14:30:53 +0000 (15:30 +0100)] 
itss: Use assignment instead of memcpy to copy a struct.

11 years agocrypt32: Use assignment instead of memcpy to copy a struct.
Michael Stefaniuc [Thu, 24 Jan 2013 14:18:24 +0000 (15:18 +0100)] 
crypt32: Use assignment instead of memcpy to copy a struct.

11 years agomscms: Use assignment instead of memcpy to copy structs.
Michael Stefaniuc [Thu, 24 Jan 2013 14:18:09 +0000 (15:18 +0100)] 
mscms: Use assignment instead of memcpy to copy structs.

11 years agomsvcrt/tests: Use assignment instead of memcpy to copy structs.
Michael Stefaniuc [Thu, 24 Jan 2013 14:11:44 +0000 (15:11 +0100)] 
msvcrt/tests: Use assignment instead of memcpy to copy structs.

11 years agodinput: Use assignment instead of memcpy to copy a struct.
Michael Stefaniuc [Thu, 24 Jan 2013 14:07:42 +0000 (15:07 +0100)] 
dinput: Use assignment instead of memcpy to copy a struct.

11 years agod3dx9_36/tests: Use assignment instead of memcpy to copy a struct.
Michael Stefaniuc [Thu, 24 Jan 2013 14:06:44 +0000 (15:06 +0100)] 
d3dx9_36/tests: Use assignment instead of memcpy to copy a struct.

11 years agowinealsa: Have the MIDI recorder wait in poll(), not snd_seq_event_input().
Jörg Höhle [Sat, 19 Jan 2013 19:32:02 +0000 (20:32 +0100)] 
winealsa: Have the MIDI recorder wait in poll(), not snd_seq_event_input().

11 years agowbemprox: Don't rely on GetTicksCount to determine boot time.
Alexandre Julliard [Thu, 24 Jan 2013 14:24:31 +0000 (15:24 +0100)] 
wbemprox: Don't rely on GetTicksCount to determine boot time.

11 years agonetapi32: Fix wrap-around bug in tick count comparison.
Alexandre Julliard [Thu, 24 Jan 2013 14:15:35 +0000 (15:15 +0100)] 
netapi32: Fix wrap-around bug in tick count comparison.

11 years agoole32: Fix wrap-around bug in tick count comparison.
Alexandre Julliard [Thu, 24 Jan 2013 14:15:25 +0000 (15:15 +0100)] 
ole32: Fix wrap-around bug in tick count comparison.

11 years agorpcrt4: Fix wrap-around bug in tick count comparison.
Alexandre Julliard [Thu, 24 Jan 2013 14:15:16 +0000 (15:15 +0100)] 
rpcrt4: Fix wrap-around bug in tick count comparison.

11 years agomsvcp90: Added std::tanh(complex) tests.
Piotr Caban [Thu, 24 Jan 2013 11:39:28 +0000 (12:39 +0100)] 
msvcp90: Added std::tanh(complex) tests.

11 years agomsvcp90: Added complex hyperbolic functions implementation.
Piotr Caban [Thu, 24 Jan 2013 11:29:21 +0000 (12:29 +0100)] 
msvcp90: Added complex hyperbolic functions implementation.

11 years agomsvcp90: Added std::tan(complex) tests.
Piotr Caban [Thu, 24 Jan 2013 11:29:12 +0000 (12:29 +0100)] 
msvcp90: Added std::tan(complex) tests.

11 years agomsvcp90: Added complex trigonometric functions implementation.
Piotr Caban [Thu, 24 Jan 2013 11:28:47 +0000 (12:28 +0100)] 
msvcp90: Added complex trigonometric functions implementation.

11 years agomsvcp90: Added std::conj(complex) implementation.
Piotr Caban [Thu, 24 Jan 2013 11:28:19 +0000 (12:28 +0100)] 
msvcp90: Added std::conj(complex) implementation.

11 years agomsvcp90: std::_Fabs(complex) tests.
Piotr Caban [Thu, 24 Jan 2013 11:28:08 +0000 (12:28 +0100)] 
msvcp90: std::_Fabs(complex) tests.

11 years agomsvcp90: Added std::abs(complex) implementation.
Piotr Caban [Thu, 24 Jan 2013 11:27:57 +0000 (12:27 +0100)] 
msvcp90: Added std::abs(complex) implementation.

11 years agomsvcp90: Added complex::real and complex::imag implementation.
Piotr Caban [Thu, 24 Jan 2013 11:27:43 +0000 (12:27 +0100)] 
msvcp90: Added complex::real and complex::imag implementation.

11 years agows2_32: Use assignment instead of memcpy to copy structs.
Michael Stefaniuc [Thu, 24 Jan 2013 13:21:53 +0000 (14:21 +0100)] 
ws2_32: Use assignment instead of memcpy to copy structs.

11 years agovbscript: Added GetObject tests.
Jacek Caban [Thu, 24 Jan 2013 11:27:25 +0000 (12:27 +0100)] 
vbscript: Added GetObject tests.

11 years agovbscript: Added GetObject implementation.
Jacek Caban [Thu, 24 Jan 2013 11:26:54 +0000 (12:26 +0100)] 
vbscript: Added GetObject implementation.

11 years agowined3d: Get rid of CheckWrapAndMipCapability().
Henri Verbeet [Thu, 24 Jan 2013 10:37:41 +0000 (11:37 +0100)] 
wined3d: Get rid of CheckWrapAndMipCapability().

11 years agowined3d: Get rid of CheckPostPixelShaderBlendingCapability().
Henri Verbeet [Thu, 24 Jan 2013 10:37:40 +0000 (11:37 +0100)] 
wined3d: Get rid of CheckPostPixelShaderBlendingCapability().

11 years agowined3d: Properly set WINED3DFMT_FLAG_VTF in init_format_texture_info().
Henri Verbeet [Thu, 24 Jan 2013 10:37:39 +0000 (11:37 +0100)] 
wined3d: Properly set WINED3DFMT_FLAG_VTF in init_format_texture_info().

11 years agod3drm: Avoid LPD3DRMRAY.
Henri Verbeet [Thu, 24 Jan 2013 10:37:38 +0000 (11:37 +0100)] 
d3drm: Avoid LPD3DRMRAY.

11 years agod3drm: Avoid LPD3DRMQUATERNION.
Henri Verbeet [Thu, 24 Jan 2013 10:37:37 +0000 (11:37 +0100)] 
d3drm: Avoid LPD3DRMQUATERNION.

11 years agoadvapi32: Use the lower 32bit of the special HKEYs on 64bit.
Rico Schüller [Wed, 23 Jan 2013 16:55:08 +0000 (17:55 +0100)] 
advapi32: Use the lower 32bit of the special HKEYs on 64bit.

11 years agogdiplus: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Wed, 23 Jan 2013 21:42:47 +0000 (21:42 +0000)] 
gdiplus: Avoid signed-unsigned integer comparisons.

11 years agouser32: Accept BI_BITFIELDS format for icons when creating icons.
Nikolay Sivov [Wed, 23 Jan 2013 19:18:07 +0000 (23:18 +0400)] 
user32: Accept BI_BITFIELDS format for icons when creating icons.

11 years agowinhttp: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.
Jacek Caban [Wed, 23 Jan 2013 14:50:35 +0000 (15:50 +0100)] 
winhttp: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.

11 years agowinhttp: Added schannel-based netconn_get_cipher_strength implementation.
Jacek Caban [Wed, 23 Jan 2013 14:50:17 +0000 (15:50 +0100)] 
winhttp: Added schannel-based netconn_get_cipher_strength implementation.

11 years agowinhttp: Added schannel-based netconn_get_certificate implementation.
Jacek Caban [Wed, 23 Jan 2013 14:50:08 +0000 (15:50 +0100)] 
winhttp: Added schannel-based netconn_get_certificate implementation.

11 years agowinhttp: Added schannel-based netconn_send implementation.
Jacek Caban [Wed, 23 Jan 2013 14:49:46 +0000 (15:49 +0100)] 
winhttp: Added schannel-based netconn_send implementation.

11 years agowinhttp: Added schannel-based netconn_recv implementation.
Jacek Caban [Wed, 23 Jan 2013 14:49:29 +0000 (15:49 +0100)] 
winhttp: Added schannel-based netconn_recv implementation.

11 years agowinhttp: Use schannel in netconn_secure_connect if OpenSSL is not available.
Jacek Caban [Wed, 23 Jan 2013 14:49:15 +0000 (15:49 +0100)] 
winhttp: Use schannel in netconn_secure_connect if OpenSSL is not available.

11 years agowinhttp: Enable more OpenSSL-independent code when OpenSSL is not available.
Jacek Caban [Wed, 23 Jan 2013 14:48:16 +0000 (15:48 +0100)] 
winhttp: Enable more OpenSSL-independent code when OpenSSL is not available.

11 years agowinhttp: Test that the data is really read in test_secure_connection.
Jacek Caban [Wed, 23 Jan 2013 14:48:02 +0000 (15:48 +0100)] 
winhttp: Test that the data is really read in test_secure_connection.

11 years agomshtml: Get rid of PRUint64 type.
Jacek Caban [Wed, 23 Jan 2013 17:44:56 +0000 (18:44 +0100)] 
mshtml: Get rid of PRUint64 type.

11 years agomshtml: Get rid of PRUint32 outside XPCOM C API.
Jacek Caban [Wed, 23 Jan 2013 17:44:42 +0000 (18:44 +0100)] 
mshtml: Get rid of PRUint32 outside XPCOM C API.

11 years agomshtml: Get rid of PRUint16 type.
Jacek Caban [Wed, 23 Jan 2013 17:43:55 +0000 (18:43 +0100)] 
mshtml: Get rid of PRUint16 type.

11 years agomshtml: Get rid of PRUint8 type.
Jacek Caban [Wed, 23 Jan 2013 17:43:39 +0000 (18:43 +0100)] 
mshtml: Get rid of PRUint8 type.

11 years agomshtml: Get rid of PTInt64 type.
Jacek Caban [Wed, 23 Jan 2013 17:43:25 +0000 (18:43 +0100)] 
mshtml: Get rid of PTInt64 type.

11 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Wed, 23 Jan 2013 18:02:26 +0000 (20:02 +0200)] 
po: Update Lithuanian translation.

11 years agowined3d: Ignore clears if count = 0 and rects != NULL.
Stefan Dösinger [Wed, 23 Jan 2013 14:02:45 +0000 (15:02 +0100)] 
wined3d: Ignore clears if count = 0 and rects != NULL.

11 years agowinex11: Handle Expose events on top-level client windows.
Alexandre Julliard [Wed, 23 Jan 2013 18:09:29 +0000 (19:09 +0100)] 
winex11: Handle Expose events on top-level client windows.

11 years agowinex11: Store the client window in the window data again, now that it can be accesse...
Alexandre Julliard [Wed, 23 Jan 2013 12:35:30 +0000 (13:35 +0100)] 
winex11: Store the client window in the window data again, now that it can be accessed from all threads.

11 years agogdiplus: Make GdipCreateFromHDC2 not fail in case of hDevice != NULL.
Dmitry Timoshkov [Wed, 23 Jan 2013 07:10:29 +0000 (15:10 +0800)] 
gdiplus: Make GdipCreateFromHDC2 not fail in case of hDevice != NULL.

11 years agoxmllite: Complete content parsing with implemented parts and stubs.
Nikolay Sivov [Wed, 23 Jan 2013 08:12:55 +0000 (12:12 +0400)] 
xmllite: Complete content parsing with implemented parts and stubs.

11 years agowined3d: Get rid of CheckFilterCapability().
Henri Verbeet [Wed, 23 Jan 2013 07:50:13 +0000 (08:50 +0100)] 
wined3d: Get rid of CheckFilterCapability().

11 years agowined3d: Properly set WINED3DFMT_FLAG_FILTERING in init_format_texture_info().
Henri Verbeet [Wed, 23 Jan 2013 07:50:12 +0000 (08:50 +0100)] 
wined3d: Properly set WINED3DFMT_FLAG_FILTERING in init_format_texture_info().

11 years agowined3d: Get rid of select_shader_mode().
Henri Verbeet [Wed, 23 Jan 2013 07:50:11 +0000 (08:50 +0100)] 
wined3d: Get rid of select_shader_mode().

11 years agod3drm: Avoid LPD3DVECTOR.
Henri Verbeet [Wed, 23 Jan 2013 07:50:10 +0000 (08:50 +0100)] 
d3drm: Avoid LPD3DVECTOR.

11 years agod3drm: Avoid LPD3DVALUE.
Henri Verbeet [Wed, 23 Jan 2013 07:50:09 +0000 (08:50 +0100)] 
d3drm: Avoid LPD3DVALUE.

11 years agoadvapi32: Partially implement CreateProcessWithTokenW.
Ričardas Barkauskas [Tue, 22 Jan 2013 21:53:55 +0000 (23:53 +0200)] 
advapi32: Partially implement CreateProcessWithTokenW.

11 years agokernel32: Add SetFileInformationByHandle stub.
Ričardas Barkauskas [Tue, 22 Jan 2013 21:53:35 +0000 (23:53 +0200)] 
kernel32: Add SetFileInformationByHandle stub.

11 years agoadvapi32: Add AddMandatoryAce stub.
Ričardas Barkauskas [Tue, 22 Jan 2013 21:52:09 +0000 (23:52 +0200)] 
advapi32: Add AddMandatoryAce stub.

11 years agodbghelp: Remove useless code in ARM stack walk.
André Hentschel [Tue, 22 Jan 2013 19:35:21 +0000 (20:35 +0100)] 
dbghelp: Remove useless code in ARM stack walk.

11 years agodbghelp: Implement rudimentary stack walk for ARM64.
André Hentschel [Tue, 22 Jan 2013 19:34:28 +0000 (20:34 +0100)] 
dbghelp: Implement rudimentary stack walk for ARM64.

11 years agoconfigure: Add ARM64 define.
André Hentschel [Tue, 22 Jan 2013 19:02:03 +0000 (20:02 +0100)] 
configure: Add ARM64 define.

11 years agogdi32: Add stub for GetFontResourceInfoW.
Stefan Leichter [Mon, 21 Jan 2013 21:44:52 +0000 (22:44 +0100)] 
gdi32: Add stub for GetFontResourceInfoW.

11 years agouser32/tests: Test standard scrollbar initialization.
Sergey Guralnik [Tue, 15 Jan 2013 09:15:56 +0000 (11:15 +0200)] 
user32/tests: Test standard scrollbar initialization.

11 years agowinmm/tests: Allow more margin in the test_asyncWAVE() playback check.
Francois Gouget [Tue, 22 Jan 2013 16:37:18 +0000 (17:37 +0100)] 
winmm/tests: Allow more margin in the test_asyncWAVE() playback check.

11 years agowineps: Cope with '\r'-only end-of-line markers.
Huw Davies [Tue, 22 Jan 2013 15:51:48 +0000 (15:51 +0000)] 
wineps: Cope with '\r'-only end-of-line markers.

11 years agowineps: Use a file mapping to read the ppd file.
Huw Davies [Tue, 22 Jan 2013 15:51:47 +0000 (15:51 +0000)] 
wineps: Use a file mapping to read the ppd file.

11 years agowbemprox: Add a stub implementation of IWbemQualifierSet.
Hans Leidekker [Tue, 22 Jan 2013 15:28:36 +0000 (16:28 +0100)] 
wbemprox: Add a stub implementation of IWbemQualifierSet.

11 years agoriched20: Avoid an unnecessary string duplication.
Huw Davies [Tue, 22 Jan 2013 14:04:08 +0000 (14:04 +0000)] 
riched20: Avoid an unnecessary string duplication.

11 years agovbscript: Fixed typo in vbsregexp55.idl.
Piotr Caban [Tue, 22 Jan 2013 12:55:54 +0000 (13:55 +0100)] 
vbscript: Fixed typo in vbsregexp55.idl.

11 years agonetstat: Implement the UDP stats output.
André Hentschel [Mon, 21 Jan 2013 20:12:47 +0000 (21:12 +0100)] 
netstat: Implement the UDP stats output.

11 years agonetstat: Implement the TCP stats output.
André Hentschel [Mon, 21 Jan 2013 20:12:36 +0000 (21:12 +0100)] 
netstat: Implement the TCP stats output.

11 years agod3dx9_36: Implement ID3DXFileDataImpl_IsReference.
Christian Costa [Tue, 22 Jan 2013 07:36:28 +0000 (08:36 +0100)] 
d3dx9_36: Implement ID3DXFileDataImpl_IsReference.

11 years agod3dx9_36: Implement ID3DXFileData_GetChildren and ID3DXFileData_GetChild.
Christian Costa [Tue, 22 Jan 2013 07:36:19 +0000 (08:36 +0100)] 
d3dx9_36: Implement ID3DXFileData_GetChildren and ID3DXFileData_GetChild.

11 years agodmusic: Add support for loading articulations.
Christian Costa [Tue, 22 Jan 2013 07:35:56 +0000 (08:35 +0100)] 
dmusic: Add support for loading articulations.

11 years agowined3d: Get rid of CheckSrgbReadCapability().
Henri Verbeet [Tue, 22 Jan 2013 10:34:09 +0000 (11:34 +0100)] 
wined3d: Get rid of CheckSrgbReadCapability().

11 years agowined3d: Properly set WINED3DFMT_FLAG_SRGB_WRITE in init_format_texture_info().
Henri Verbeet [Tue, 22 Jan 2013 10:34:08 +0000 (11:34 +0100)] 
wined3d: Properly set WINED3DFMT_FLAG_SRGB_WRITE in init_format_texture_info().

11 years agowined3d: Add sRGB writes to the shader backend and fragment pipe caps.
Henri Verbeet [Tue, 22 Jan 2013 10:34:07 +0000 (11:34 +0100)] 
wined3d: Add sRGB writes to the shader backend and fragment pipe caps.

11 years agod3drm: Avoid LPDDPIXELFORMAT.
Henri Verbeet [Tue, 22 Jan 2013 10:34:06 +0000 (11:34 +0100)] 
d3drm: Avoid LPDDPIXELFORMAT.

11 years agod3drm: Avoid LPD3DRECT.
Henri Verbeet [Tue, 22 Jan 2013 10:34:05 +0000 (11:34 +0100)] 
d3drm: Avoid LPD3DRECT.

11 years agoxmllite: Implement end tag parsing.
Nikolay Sivov [Tue, 22 Jan 2013 09:11:51 +0000 (13:11 +0400)] 
xmllite: Implement end tag parsing.

11 years agogdi32: Fix copy/paste typo in get_char_positions_indices.
Alexandre Julliard [Tue, 22 Jan 2013 11:13:19 +0000 (12:13 +0100)] 
gdi32: Fix copy/paste typo in get_char_positions_indices.

11 years agoserver: Use the __NR_ names for Linux system calls.
Alexandre Julliard [Mon, 21 Jan 2013 20:37:10 +0000 (21:37 +0100)] 
server: Use the __NR_ names for Linux system calls.

11 years agontdll: Use the __NR_ names for Linux system calls.
Alexandre Julliard [Mon, 21 Jan 2013 20:37:02 +0000 (21:37 +0100)] 
ntdll: Use the __NR_ names for Linux system calls.

11 years agowbemprox: Implement Win32_DiskDrive.DeviceId.
Hans Leidekker [Mon, 21 Jan 2013 15:29:00 +0000 (16:29 +0100)] 
wbemprox: Implement Win32_DiskDrive.DeviceId.

11 years agomsi: Remove const from integer parameters.
Hans Leidekker [Mon, 21 Jan 2013 15:25:34 +0000 (16:25 +0100)] 
msi: Remove const from integer parameters.

11 years agomsi: Execute concurrent installers in a separate process.
Hans Leidekker [Mon, 21 Jan 2013 15:24:59 +0000 (16:24 +0100)] 
msi: Execute concurrent installers in a separate process.

11 years agomsi: Set the OriginalDatabase property after applying transforms, not before.
Hans Leidekker [Mon, 21 Jan 2013 15:24:11 +0000 (16:24 +0100)] 
msi: Set the OriginalDatabase property after applying transforms, not before.

11 years agousp10: Only fall back to latin features if the base script tag is not found at all.
Aric Stewart [Mon, 21 Jan 2013 15:23:14 +0000 (09:23 -0600)] 
usp10: Only fall back to latin features if the base script tag is not found at all.

11 years agousp10: Add locl and ccmp to Latin features.
Aric Stewart [Mon, 21 Jan 2013 15:23:04 +0000 (09:23 -0600)] 
usp10: Add locl and ccmp to Latin features.