wine
12 years agowininet: Added support for ERROR_INTERNET_SEC_CERT_REV_FAILED in InternetErrorDlg.
Jacek Caban [Thu, 7 Jun 2012 13:41:35 +0000 (15:41 +0200)] 
wininet: Added support for ERROR_INTERNET_SEC_CERT_REV_FAILED in InternetErrorDlg.

12 years agowininet: Set SECURITY_FLAG_SECURE when error dialog ignores invalid certificate.
Jacek Caban [Thu, 7 Jun 2012 13:41:22 +0000 (15:41 +0200)] 
wininet: Set SECURITY_FLAG_SECURE when error dialog ignores invalid certificate.

12 years agowininet: Store request object instead of handle in error dialog.
Jacek Caban [Thu, 7 Jun 2012 13:41:08 +0000 (15:41 +0200)] 
wininet: Store request object instead of handle in error dialog.

12 years agowininet: Added support for undocumented InternetSetOption(99) call.
Jacek Caban [Thu, 7 Jun 2012 13:40:45 +0000 (15:40 +0200)] 
wininet: Added support for undocumented InternetSetOption(99) call.

12 years agowininet: Improved handling ERROR_INTERNET_INVALID_CA error.
Jacek Caban [Thu, 7 Jun 2012 13:40:31 +0000 (15:40 +0200)] 
wininet: Improved handling ERROR_INTERNET_INVALID_CA error.

12 years agomsvcp90: Added codecvt<char> implementation.
Piotr Caban [Thu, 7 Jun 2012 10:54:00 +0000 (12:54 +0200)] 
msvcp90: Added codecvt<char> implementation.

12 years agomsvcp90: Added codecvt_base class implementation.
Piotr Caban [Thu, 7 Jun 2012 10:53:38 +0000 (12:53 +0200)] 
msvcp90: Added codecvt_base class implementation.

12 years agomscoree: Correct possible uninitialized variable (clang).
Alistair Leslie-Hughes [Tue, 31 Jan 2012 07:56:53 +0000 (18:56 +1100)] 
mscoree: Correct possible uninitialized variable (clang).

12 years agomscoree: Use .NET 2.0 for 1.0 assemblies.
Alistair Leslie-Hughes [Thu, 7 Jun 2012 01:58:41 +0000 (11:58 +1000)] 
mscoree: Use .NET 2.0 for 1.0 assemblies.

12 years agows2_32: Use STATUS_MORE_PROCESSING_REQUIRED to indicate that the AcceptEx async shoul...
Erich Hoover [Wed, 6 Jun 2012 23:35:32 +0000 (17:35 -0600)] 
ws2_32: Use STATUS_MORE_PROCESSING_REQUIRED to indicate that the AcceptEx async should not send a completion.

12 years agoserver: STATUS_MORE_PROCESSING_REQUIRED indicates that an async operation should...
Erich Hoover [Wed, 6 Jun 2012 23:35:08 +0000 (17:35 -0600)] 
server: STATUS_MORE_PROCESSING_REQUIRED indicates that an async operation should not send a completion.

12 years agoquartz: Hookup the VMR-9 to directX and the Allocator-Presenter.
Aric Stewart [Wed, 6 Jun 2012 18:47:26 +0000 (13:47 -0500)] 
quartz: Hookup the VMR-9 to directX and the Allocator-Presenter.

12 years agoquartz: Create the rendering window for VMR-9.
Aric Stewart [Wed, 6 Jun 2012 18:47:20 +0000 (13:47 -0500)] 
quartz: Create the rendering window for VMR-9.

12 years agoquartz: Allocate surfaces in VMR-9.
Aric Stewart [Wed, 6 Jun 2012 18:47:16 +0000 (13:47 -0500)] 
quartz: Allocate surfaces in VMR-9.

12 years agoquartz: Implement default Surface Allocator for vmr9.
Aric Stewart [Wed, 6 Jun 2012 18:47:13 +0000 (13:47 -0500)] 
quartz: Implement default Surface Allocator for vmr9.

12 years agowinex11.drv: Limit formats to nMaxFormats in wglChoosePixelFormatARB.
Roderick Colenbrander [Thu, 7 Jun 2012 04:55:34 +0000 (21:55 -0700)] 
winex11.drv: Limit formats to nMaxFormats in wglChoosePixelFormatARB.

12 years agomscoree: Remove duplicated include.
Michael Stefaniuc [Wed, 6 Jun 2012 23:01:39 +0000 (01:01 +0200)] 
mscoree: Remove duplicated include.

12 years agowineqtdecoder: Remove duplicated assert.h include.
Michael Stefaniuc [Wed, 6 Jun 2012 23:01:30 +0000 (01:01 +0200)] 
wineqtdecoder: Remove duplicated assert.h include.

12 years agomsctf: Remove a stray backslash at the end of a line.
Michael Stefaniuc [Wed, 6 Jun 2012 23:00:28 +0000 (01:00 +0200)] 
msctf: Remove a stray backslash at the end of a line.

12 years agocomctl32/tests: Remove stray backslashes at end of lines.
Michael Stefaniuc [Wed, 6 Jun 2012 22:58:11 +0000 (00:58 +0200)] 
comctl32/tests: Remove stray backslashes at end of lines.

12 years agod3drm/tests: Remove stray backslashes at end of lines.
Michael Stefaniuc [Wed, 6 Jun 2012 22:57:09 +0000 (00:57 +0200)] 
d3drm/tests: Remove stray backslashes at end of lines.

12 years agod3dcompiler: Parse variable references in expressions.
Matteo Bruni [Wed, 6 Jun 2012 22:19:05 +0000 (00:19 +0200)] 
d3dcompiler: Parse variable references in expressions.

12 years agod3dcompiler: Parse variable initializers, basic expressions.
Matteo Bruni [Wed, 6 Jun 2012 22:19:04 +0000 (00:19 +0200)] 
d3dcompiler: Parse variable initializers, basic expressions.

12 years agod3dcompiler: Parse modifiers.
Matteo Bruni [Wed, 6 Jun 2012 22:19:03 +0000 (00:19 +0200)] 
d3dcompiler: Parse modifiers.

12 years agod3dcompiler: Distinguish between scalars, vectors and matrices.
Matteo Bruni [Wed, 6 Jun 2012 22:19:02 +0000 (00:19 +0200)] 
d3dcompiler: Distinguish between scalars, vectors and matrices.

12 years agod3dcompiler: Dump preprocessed shader sources.
Matteo Bruni [Wed, 6 Jun 2012 22:19:01 +0000 (00:19 +0200)] 
d3dcompiler: Dump preprocessed shader sources.

12 years agopo: Update Swedish translation.
Lauri Kenttä [Wed, 6 Jun 2012 18:23:20 +0000 (21:23 +0300)] 
po: Update Swedish translation.

12 years agopo: Update Finnish translation.
Lauri Kenttä [Wed, 6 Jun 2012 18:20:19 +0000 (21:20 +0300)] 
po: Update Finnish translation.

12 years agopo: Update Japanese translation.
Akihiro Sagawa [Wed, 6 Jun 2012 15:37:59 +0000 (00:37 +0900)] 
po: Update Japanese translation.

12 years agoreadme: Update Japanese translation.
Akihiro Sagawa [Wed, 6 Jun 2012 15:37:56 +0000 (00:37 +0900)] 
readme: Update Japanese translation.

12 years agolocalui/tests: Do not fail when the spooler service was stopped.
Detlef Riekenberg [Tue, 5 Jun 2012 20:59:53 +0000 (22:59 +0200)] 
localui/tests: Do not fail when the spooler service was stopped.

12 years agokernel32/tests: Add tests for LCMapStringEx.
André Hentschel [Mon, 4 Jun 2012 20:53:55 +0000 (22:53 +0200)] 
kernel32/tests: Add tests for LCMapStringEx.

12 years agowininet: Properly set flags in InternetSetOption(INTERNET_OPTION_SECURITY_FLAGS).
Jacek Caban [Wed, 6 Jun 2012 15:38:30 +0000 (17:38 +0200)] 
wininet: Properly set flags in InternetSetOption(INTERNET_OPTION_SECURITY_FLAGS).

12 years agowininet: Added InternetGetSecurityInfoByURL* stubs.
Jacek Caban [Wed, 6 Jun 2012 15:38:16 +0000 (17:38 +0200)] 
wininet: Added InternetGetSecurityInfoByURL* stubs.

12 years agomsvcp90: Added partial basic_istream<char> implementation.
Piotr Caban [Wed, 6 Jun 2012 12:50:59 +0000 (14:50 +0200)] 
msvcp90: Added partial basic_istream<char> implementation.

12 years agomsvcp90: Call correct setstate function in basic_ostream class.
Piotr Caban [Wed, 6 Jun 2012 12:49:37 +0000 (14:49 +0200)] 
msvcp90: Call correct setstate function in basic_ostream class.

12 years agomsvcp90: Rename sentry_char_{create,destroy} functions.
Piotr Caban [Wed, 6 Jun 2012 12:49:23 +0000 (14:49 +0200)] 
msvcp90: Rename sentry_char_{create,destroy} functions.

12 years agomsvcp90: Fix streamoff and streampos definition.
Piotr Caban [Wed, 6 Jun 2012 12:49:05 +0000 (14:49 +0200)] 
msvcp90: Fix streamoff and streampos definition.

12 years agoserver: Access the completion from the file descriptor instead of the async object.
Erich Hoover [Tue, 5 Jun 2012 13:35:27 +0000 (07:35 -0600)] 
server: Access the completion from the file descriptor instead of the async object.

12 years agod3drm: Implement IDirect3DRMMeshBuilderX_SetMaterial.
Christian Costa [Tue, 5 Jun 2012 20:45:44 +0000 (22:45 +0200)] 
d3drm: Implement IDirect3DRMMeshBuilderX_SetMaterial.

12 years agod3drm: Fix SetMaterial macros.
Christian Costa [Tue, 5 Jun 2012 20:45:36 +0000 (22:45 +0200)] 
d3drm: Fix SetMaterial macros.

12 years agod3drm: Pass texture of mesh builder to newly created mesh.
Christian Costa [Tue, 5 Jun 2012 20:45:18 +0000 (22:45 +0200)] 
d3drm: Pass texture of mesh builder to newly created mesh.

12 years agod3drm: Implement IDirect3DRMMesh_SetGroupTexture.
Christian Costa [Tue, 5 Jun 2012 20:45:09 +0000 (22:45 +0200)] 
d3drm: Implement IDirect3DRMMesh_SetGroupTexture.

12 years agoserver: Make sure that region and rectangle have the same origin before calling rect_...
Dmitry Timoshkov [Wed, 6 Jun 2012 05:47:45 +0000 (14:47 +0900)] 
server: Make sure that region and rectangle have the same origin before calling rect_in_region().

12 years agopo: Update German translation.
Julian Rüger [Wed, 6 Jun 2012 01:04:07 +0000 (03:04 +0200)] 
po: Update German translation.

12 years agolibwine: Avoid memrchr.
Alexandre Julliard [Wed, 6 Jun 2012 10:39:33 +0000 (12:39 +0200)] 
libwine: Avoid memrchr.

12 years agowindowscodecs/tests: Fix compilation on systems that don't support nameless structs.
Francois Gouget [Wed, 6 Jun 2012 09:09:25 +0000 (11:09 +0200)] 
windowscodecs/tests: Fix compilation on systems that don't support nameless structs.

12 years agofusion: Account for the version prefix when building the file mask.
Hans Leidekker [Wed, 6 Jun 2012 08:42:43 +0000 (10:42 +0200)] 
fusion: Account for the version prefix when building the file mask.

12 years agod3dx9: Implement ID3DXRenderToSurface::GetDevice.
Józef Kucia [Tue, 5 Jun 2012 10:05:45 +0000 (12:05 +0200)] 
d3dx9: Implement ID3DXRenderToSurface::GetDevice.

12 years agod3dx9: Implement ID3DXRenderToSurface::GetDesc.
Józef Kucia [Tue, 5 Jun 2012 10:05:44 +0000 (12:05 +0200)] 
d3dx9: Implement ID3DXRenderToSurface::GetDesc.

12 years agod3dx9: Add ID3DXRenderToSurface interface stub.
Józef Kucia [Tue, 5 Jun 2012 10:05:43 +0000 (12:05 +0200)] 
d3dx9: Add ID3DXRenderToSurface interface stub.

12 years agod3dx9/tests: Add basic tests for D3DXCreateRenderToSurface.
Józef Kucia [Tue, 5 Jun 2012 10:05:42 +0000 (12:05 +0200)] 
d3dx9/tests: Add basic tests for D3DXCreateRenderToSurface.

12 years agod3dx9: Add stub for D3DXCreateRenderToSurface.
Józef Kucia [Tue, 5 Jun 2012 10:05:41 +0000 (12:05 +0200)] 
d3dx9: Add stub for D3DXCreateRenderToSurface.

12 years agod3dx9/tests: Fix indentation.
Józef Kucia [Tue, 5 Jun 2012 10:05:40 +0000 (12:05 +0200)] 
d3dx9/tests: Fix indentation.

12 years agod3dx9/tests: Add tests for loading surfaces from non-lockable render targets.
Józef Kucia [Tue, 5 Jun 2012 10:05:39 +0000 (12:05 +0200)] 
d3dx9/tests: Add tests for loading surfaces from non-lockable render targets.

12 years agontdll: Add stub for NtQuerySystemEnvironmentValueEx.
André Hentschel [Tue, 5 Jun 2012 17:32:37 +0000 (19:32 +0200)] 
ntdll: Add stub for NtQuerySystemEnvironmentValueEx.

12 years agomountmgr.sys: Don't try to close the dbus connection.
Alexandre Julliard [Wed, 6 Jun 2012 09:46:38 +0000 (11:46 +0200)] 
mountmgr.sys: Don't try to close the dbus connection.

12 years agoshell32: Remove the applet valid flag and improve the error handling.
Alexandre Julliard [Wed, 6 Jun 2012 09:46:20 +0000 (11:46 +0200)] 
shell32: Remove the applet valid flag and improve the error handling.

12 years agokernel32/tests: Remove debug code from GetProductInfo.
Detlef Riekenberg [Tue, 5 Jun 2012 16:10:33 +0000 (18:10 +0200)] 
kernel32/tests: Remove debug code from GetProductInfo.

12 years agoshell32: Convert the control panel list to a standard list.
Alexandre Julliard [Tue, 5 Jun 2012 17:55:27 +0000 (19:55 +0200)] 
shell32: Convert the control panel list to a standard list.

12 years agoshell32: Use a default icon for control panels without one.
Alexandre Julliard [Tue, 5 Jun 2012 17:54:23 +0000 (19:54 +0200)] 
shell32: Use a default icon for control panels without one.

12 years agojoy.cpl: Added joystick listing.
Lucas Zawacki [Tue, 5 Jun 2012 15:01:38 +0000 (12:01 -0300)] 
joy.cpl: Added joystick listing.

12 years agojoy.cpl: First version of the joystick configuration applet.
Lucas Zawacki [Tue, 5 Jun 2012 15:01:37 +0000 (12:01 -0300)] 
joy.cpl: First version of the joystick configuration applet.

12 years agowindowscodecs/tests: Fix the expected values in some ok() messages.
Józef Kucia [Tue, 5 Jun 2012 11:21:12 +0000 (13:21 +0200)] 
windowscodecs/tests: Fix the expected values in some ok() messages.

12 years agontdll: Omit unused typedef in test_query_timeofday.
Gerald Pfeifer [Tue, 5 Jun 2012 05:48:49 +0000 (07:48 +0200)] 
ntdll: Omit unused typedef in test_query_timeofday.

12 years agod3drm: Pass mesh builder color to newly created mesh.
Christian Costa [Mon, 4 Jun 2012 17:31:08 +0000 (19:31 +0200)] 
d3drm: Pass mesh builder color to newly created mesh.

12 years agod3drm: Implement IDirect3DRMMeshImpl_SetGroupColor.
Christian Costa [Mon, 4 Jun 2012 17:30:59 +0000 (19:30 +0200)] 
d3drm: Implement IDirect3DRMMeshImpl_SetGroupColor.

12 years agod3drm: Load mesh color to mesh builder.
Christian Costa [Mon, 4 Jun 2012 17:30:49 +0000 (19:30 +0200)] 
d3drm: Load mesh color to mesh builder.

12 years agod3drm: Implement IDirect3DRMMesh_GetGroupColor.
Christian Costa [Mon, 4 Jun 2012 17:30:41 +0000 (19:30 +0200)] 
d3drm: Implement IDirect3DRMMesh_GetGroupColor.

12 years agod3drm: Implement IDirect3DRMMeshBuilderX_SetColor and IDirect3DRMMeshBuilderX_SetColo...
Christian Costa [Mon, 4 Jun 2012 17:30:33 +0000 (19:30 +0200)] 
d3drm: Implement IDirect3DRMMeshBuilderX_SetColor and IDirect3DRMMeshBuilderX_SetColorRGB.

12 years agoinclude: Move "inline" right after the storage specifier.
Michael Stefaniuc [Tue, 5 Jun 2012 09:35:34 +0000 (11:35 +0200)] 
include: Move "inline" right after the storage specifier.

12 years agokernel32: Add a stub for SetConsoleIcon.
Austin English [Tue, 5 Jun 2012 07:59:49 +0000 (02:59 -0500)] 
kernel32: Add a stub for SetConsoleIcon.

12 years agowine.inf: Add .NET keys to the 64-bit registry.
Vincent Povirk [Mon, 4 Jun 2012 20:22:08 +0000 (15:22 -0500)] 
wine.inf: Add .NET keys to the 64-bit registry.

12 years agolibwine: Improve bin directory detection on kFreeBSD and DragonFly BSD.
André Hentschel [Mon, 4 Jun 2012 20:14:14 +0000 (22:14 +0200)] 
libwine: Improve bin directory detection on kFreeBSD and DragonFly BSD.

12 years agousp10: Correct glyph caching beyond the BMP.
Aric Stewart [Mon, 4 Jun 2012 16:14:27 +0000 (11:14 -0500)] 
usp10: Correct glyph caching beyond the BMP.

12 years agowininet: Added support for undocumented InternetQueryOption(98).
Jacek Caban [Mon, 4 Jun 2012 16:01:19 +0000 (18:01 +0200)] 
wininet: Added support for undocumented InternetQueryOption(98).

12 years agod3dcompiler: Parse variable declarations.
Matteo Bruni [Mon, 4 Jun 2012 15:58:24 +0000 (17:58 +0200)] 
d3dcompiler: Parse variable declarations.

12 years agod3dcompiler: Add identifiers parsing.
Matteo Bruni [Mon, 4 Jun 2012 15:58:23 +0000 (17:58 +0200)] 
d3dcompiler: Add identifiers parsing.

12 years agod3dcompiler: Flesh out the lexer more.
Matteo Bruni [Mon, 4 Jun 2012 15:58:22 +0000 (17:58 +0200)] 
d3dcompiler: Flesh out the lexer more.

12 years agod3dcompiler: Use a separate bytecodewriter debug channel.
Matteo Bruni [Mon, 4 Jun 2012 15:58:21 +0000 (17:58 +0200)] 
d3dcompiler: Use a separate bytecodewriter debug channel.

12 years agogdi32: Clip output to both the DIB visible rectangle and the total DIB extents.
Alexandre Julliard [Mon, 4 Jun 2012 20:22:29 +0000 (22:22 +0200)] 
gdi32: Clip output to both the DIB visible rectangle and the total DIB extents.

12 years agogdi32: Take into account the DIB rectangles when determining overlap for blits.
Alexandre Julliard [Mon, 4 Jun 2012 18:44:24 +0000 (20:44 +0200)] 
gdi32: Take into account the DIB rectangles when determining overlap for blits.

12 years agomsxml3/tests: Fix the expected values in some ok() messages.
Michael Stefaniuc [Mon, 4 Jun 2012 15:31:18 +0000 (17:31 +0200)] 
msxml3/tests: Fix the expected values in some ok() messages.

12 years agoshlwapi/tests: Fix the expected value in an ok() message.
Michael Stefaniuc [Mon, 4 Jun 2012 15:29:58 +0000 (17:29 +0200)] 
shlwapi/tests: Fix the expected value in an ok() message.

12 years agouser32/tests: Fix the expected values in some ok() messages.
Michael Stefaniuc [Mon, 4 Jun 2012 15:26:24 +0000 (17:26 +0200)] 
user32/tests: Fix the expected values in some ok() messages.

12 years agousp10: Insert dotted circle (U+25CC) for invalid combining sequences in Lao.
Aric Stewart [Mon, 4 Jun 2012 12:44:14 +0000 (07:44 -0500)] 
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Lao.

12 years agousp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thai.
Aric Stewart [Mon, 4 Jun 2012 12:44:12 +0000 (07:44 -0500)] 
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thai.

12 years agousp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thaana.
Aric Stewart [Mon, 4 Jun 2012 12:44:09 +0000 (07:44 -0500)] 
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thaana.

12 years agousp10: Insert dotted circle (U+25CC) for invalid combining sequences in Syriac.
Aric Stewart [Mon, 4 Jun 2012 12:44:06 +0000 (07:44 -0500)] 
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Syriac.

12 years agousp10: Insert dotted circle (U+25CC) for invalid combining sequences in Hebrew.
Aric Stewart [Mon, 4 Jun 2012 12:44:03 +0000 (07:44 -0500)] 
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Hebrew.

12 years agoieframe: Added IHttpSecurity implementation.
Jacek Caban [Mon, 4 Jun 2012 13:48:52 +0000 (15:48 +0200)] 
ieframe: Added IHttpSecurity implementation.

12 years agontdll: Add a helper function that returns the record length of a dirent struct.
André Hentschel [Sat, 2 Jun 2012 17:05:30 +0000 (19:05 +0200)] 
ntdll: Add a helper function that returns the record length of a dirent struct.

12 years agoiphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD).
André Hentschel [Sun, 3 Jun 2012 12:32:20 +0000 (14:32 +0200)] 
iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD).

12 years agoiphlpapi: Check for the right IP statistics structure name (for DragonFly BSD).
André Hentschel [Sat, 2 Jun 2012 16:58:39 +0000 (18:58 +0200)] 
iphlpapi: Check for the right IP statistics structure name (for DragonFly BSD).

12 years agoiphlpapi: Fix check for icmpstat.icps_outhist.
André Hentschel [Sat, 2 Jun 2012 16:57:34 +0000 (18:57 +0200)] 
iphlpapi: Fix check for icmpstat.icps_outhist.

12 years agowinex11: Don't free a variable that is no longer allocated on the heap.
Alexandre Julliard [Mon, 4 Jun 2012 09:00:10 +0000 (11:00 +0200)] 
winex11: Don't free a variable that is no longer allocated on the heap.

12 years agolibwine: Improve bin directory detection on FreeBSD.
Damjan Jovanovic [Sun, 3 Jun 2012 10:26:30 +0000 (12:26 +0200)] 
libwine: Improve bin directory detection on FreeBSD.

12 years agodbghelp: Avoid unconditional use of NT_GNU_BUILD_ID.
Gerald Pfeifer [Sun, 3 Jun 2012 11:27:52 +0000 (15:27 +0400)] 
dbghelp: Avoid unconditional use of NT_GNU_BUILD_ID.

12 years agontdll: Get the unix tid on DragonFly BSD.
André Hentschel [Sat, 2 Jun 2012 16:55:04 +0000 (18:55 +0200)] 
ntdll: Get the unix tid on DragonFly BSD.

12 years agontdll: Change default COM device for FreeBSD 8.0.
André Hentschel [Sat, 2 Jun 2012 16:54:49 +0000 (18:54 +0200)] 
ntdll: Change default COM device for FreeBSD 8.0.