wine
12 years agowscript: Implemented Arguments2_Item.
Michał Ziętek [Tue, 23 Aug 2011 13:15:54 +0000 (15:15 +0200)] 
wscript: Implemented Arguments2_Item.

12 years agowscript: Implemented Host_get_Arguments.
Michał Ziętek [Tue, 23 Aug 2011 13:15:48 +0000 (15:15 +0200)] 
wscript: Implemented Host_get_Arguments.

12 years agoadvapi32/tests: Skip some tests if EnumServicesStatusExA is missing.
Alexandre Julliard [Thu, 25 Aug 2011 09:19:56 +0000 (11:19 +0200)] 
advapi32/tests: Skip some tests if EnumServicesStatusExA is missing.

12 years agowined3d: Don't change active texture to 0.
Matteo Bruni [Sat, 23 Jul 2011 22:11:07 +0000 (00:11 +0200)] 
wined3d: Don't change active texture to 0.

12 years agowined3d: Fetch currently active texture unit from the wined3d_context.
Matteo Bruni [Tue, 26 Jul 2011 21:01:26 +0000 (23:01 +0200)] 
wined3d: Fetch currently active texture unit from the wined3d_context.

12 years agowined3d: Store currently active texture in the wined3d context.
Matteo Bruni [Tue, 2 Aug 2011 23:34:15 +0000 (01:34 +0200)] 
wined3d: Store currently active texture in the wined3d context.

12 years agowined3d: Pass around the context instead of gl_info.
Matteo Bruni [Wed, 27 Jul 2011 21:21:25 +0000 (23:21 +0200)] 
wined3d: Pass around the context instead of gl_info.

12 years agowined3d: Make context_acquire() unconditional in a bunch of places.
Matteo Bruni [Wed, 27 Jul 2011 21:14:34 +0000 (23:14 +0200)] 
wined3d: Make context_acquire() unconditional in a bunch of places.

12 years agomshtml: Remove obsolete proxy handling.
André Hentschel [Mon, 22 Aug 2011 18:48:06 +0000 (20:48 +0200)] 
mshtml: Remove obsolete proxy handling.

12 years agomshtml: Initialize return value.
André Hentschel [Mon, 22 Aug 2011 18:48:33 +0000 (20:48 +0200)] 
mshtml: Initialize return value.

12 years agooleaut32: Fixed buffer size to MBtoWC.
Marcus Meissner [Thu, 25 Aug 2011 08:03:50 +0000 (10:03 +0200)] 
oleaut32: Fixed buffer size to MBtoWC.

12 years agomsxml3/tests: Prevent crash in saxreader tests.
Octavian Voicu [Thu, 25 Aug 2011 00:43:05 +0000 (03:43 +0300)] 
msxml3/tests: Prevent crash in saxreader tests.

12 years agomsxml3/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Wed, 24 Aug 2011 21:32:16 +0000 (23:32 +0200)] 
msxml3/tests: Add a trailing '\n' to an ok() call.

12 years agowined3d: Pass a gl_info pointer to select_blit_implementation().
Henri Verbeet [Wed, 24 Aug 2011 20:08:50 +0000 (22:08 +0200)] 
wined3d: Pass a gl_info pointer to select_blit_implementation().

12 years agowined3d: Pass a gl_info pointer to select_shader_backend().
Henri Verbeet [Wed, 24 Aug 2011 20:08:49 +0000 (22:08 +0200)] 
wined3d: Pass a gl_info pointer to select_shader_backend().

12 years agowined3d: Pass a gl_info pointer to select_fragment_implementation().
Henri Verbeet [Wed, 24 Aug 2011 20:08:48 +0000 (22:08 +0200)] 
wined3d: Pass a gl_info pointer to select_fragment_implementation().

12 years agowined3d: Bind the system framebuffer based on the actual location in context_apply_fb...
Henri Verbeet [Wed, 24 Aug 2011 20:08:47 +0000 (22:08 +0200)] 
wined3d: Bind the system framebuffer based on the actual location in context_apply_fbo_state().

We can do this now because SFLAG_INDRAWABLE is no longer ambiguous.

12 years agowined3d: Use draw_binding in context_apply_blit_state().
Henri Verbeet [Wed, 24 Aug 2011 20:08:46 +0000 (22:08 +0200)] 
wined3d: Use draw_binding in context_apply_blit_state().

12 years agowined3d: Use draw_binding in swapchain_gl_present().
Henri Verbeet [Wed, 24 Aug 2011 20:08:45 +0000 (22:08 +0200)] 
wined3d: Use draw_binding in swapchain_gl_present().

12 years agowined3d: Use draw_binding in surface_unload().
Henri Verbeet [Wed, 24 Aug 2011 20:08:44 +0000 (22:08 +0200)] 
wined3d: Use draw_binding in surface_unload().

12 years agowined3d: Use draw_binding in surface_realize_palette().
Henri Verbeet [Wed, 24 Aug 2011 20:08:43 +0000 (22:08 +0200)] 
wined3d: Use draw_binding in surface_realize_palette().

12 years agowined3d: Use draw_binding in surface_unmap().
Henri Verbeet [Wed, 24 Aug 2011 20:08:42 +0000 (22:08 +0200)] 
wined3d: Use draw_binding in surface_unmap().

12 years agowined3d: Use draw_binding in IWineD3DSurfaceImpl_BltOverride().
Henri Verbeet [Wed, 24 Aug 2011 20:08:41 +0000 (22:08 +0200)] 
wined3d: Use draw_binding in IWineD3DSurfaceImpl_BltOverride().

12 years agoole32: Cleanup ItemMonikerImpl_QueryInterface().
Michael Stefaniuc [Wed, 24 Aug 2011 10:18:49 +0000 (12:18 +0200)] 
ole32: Cleanup ItemMonikerImpl_QueryInterface().

12 years agoole32: COM cleanup in itemmoniker.c.
Michael Stefaniuc [Wed, 24 Aug 2011 10:14:29 +0000 (12:14 +0200)] 
ole32: COM cleanup in itemmoniker.c.

12 years agoddraw: Do not create implicit depth buffer.
Ričardas Barkauskas [Mon, 22 Aug 2011 12:46:41 +0000 (15:46 +0300)] 
ddraw: Do not create implicit depth buffer.

12 years agowined3d: Avoid dereferencing null pointer in context_apply_clear_state when calling...
Ričardas Barkauskas [Mon, 22 Aug 2011 12:46:31 +0000 (15:46 +0300)] 
wined3d: Avoid dereferencing null pointer in context_apply_clear_state when calling context_generate_rt_mask_from_surface.

12 years agopo: Update French translation.
Frédéric Delanoy [Wed, 24 Aug 2011 13:42:38 +0000 (15:42 +0200)] 
po: Update French translation.

12 years agomshtml: Get rid of no longer useful get_nsdoc_window helper.
Jacek Caban [Wed, 24 Aug 2011 13:38:08 +0000 (15:38 +0200)] 
mshtml: Get rid of no longer useful get_nsdoc_window helper.

12 years agomsvcp90: Add separate entry points for functions with different calling conventions.
Alexandre Julliard [Wed, 24 Aug 2011 17:33:30 +0000 (19:33 +0200)] 
msvcp90: Add separate entry points for functions with different calling conventions.

12 years agoAssorted spelling fixes.
Francois Gouget [Wed, 24 Aug 2011 13:28:14 +0000 (15:28 +0200)] 
Assorted spelling fixes.

12 years agontdll: Detect if NX support is enabled.
Francois Gouget [Wed, 24 Aug 2011 13:17:27 +0000 (15:17 +0200)] 
ntdll: Detect if NX support is enabled.

12 years agowrc: Fix the spelling of the --endianness option.
Francois Gouget [Wed, 24 Aug 2011 13:22:52 +0000 (15:22 +0200)] 
wrc: Fix the spelling of the --endianness option.

12 years agoshlwapi/tests: Fix the spelling of IID_Endianness.
Francois Gouget [Wed, 24 Aug 2011 13:19:26 +0000 (15:19 +0200)] 
shlwapi/tests: Fix the spelling of IID_Endianness.

12 years agontdll/tests: Fix the spelling of IID_Endianness.
Francois Gouget [Wed, 24 Aug 2011 13:19:17 +0000 (15:19 +0200)] 
ntdll/tests: Fix the spelling of IID_Endianness.

12 years agowrc: If the message context is 'do not translate', then don't add the string to the...
Francois Gouget [Wed, 24 Aug 2011 12:40:53 +0000 (14:40 +0200)] 
wrc: If the message context is 'do not translate', then don't add the string to the PO file.

12 years agokernel32: Fix the CreateMailslot[AW]() spec. The first parameter is an input string.
Francois Gouget [Wed, 24 Aug 2011 12:29:37 +0000 (14:29 +0200)] 
kernel32: Fix the CreateMailslot[AW]() spec. The first parameter is an input string.

12 years agoprograms: Document the reason for the WriteConsole() fall back.
Francois Gouget [Wed, 24 Aug 2011 12:29:31 +0000 (14:29 +0200)] 
programs: Document the reason for the WriteConsole() fall back.

12 years agomsxml3: Store class version for MXWriter instance.
Nikolay Sivov [Wed, 24 Aug 2011 12:06:58 +0000 (16:06 +0400)] 
msxml3: Store class version for MXWriter instance.

12 years agomsxml3: Make version dependency checks more flexible, move CLSID checks to factory...
Nikolay Sivov [Wed, 24 Aug 2011 12:00:16 +0000 (16:00 +0400)] 
msxml3: Make version dependency checks more flexible, move CLSID checks to factory creation.

12 years agomsxml3: Implement put_version() for MXWriter.
Nikolay Sivov [Wed, 24 Aug 2011 09:25:29 +0000 (13:25 +0400)] 
msxml3: Implement put_version() for MXWriter.

12 years agomsvcp90: Added basic_streambuf<char>::{Lock, Unlock} implementation.
Piotr Caban [Wed, 24 Aug 2011 12:39:12 +0000 (14:39 +0200)] 
msvcp90: Added basic_streambuf<char>::{Lock, Unlock} implementation.

12 years agomsvcp90: Added basic_streambuf<char> buffer accessing functions implementation.
Piotr Caban [Wed, 24 Aug 2011 12:39:03 +0000 (14:39 +0200)] 
msvcp90: Added basic_streambuf<char> buffer accessing functions implementation.

12 years agomsvcp90: Added basic_streambuf<char>::{ctor, dtor} implementation.
Piotr Caban [Wed, 24 Aug 2011 12:38:53 +0000 (14:38 +0200)] 
msvcp90: Added basic_streambuf<char>::{ctor, dtor} implementation.

12 years agomsvcp90: Added locale::facet class implementation.
Piotr Caban [Wed, 24 Aug 2011 12:38:44 +0000 (14:38 +0200)] 
msvcp90: Added locale::facet class implementation.

12 years agomsvcp90: Added locale::id class implementation.
Piotr Caban [Wed, 24 Aug 2011 12:38:35 +0000 (14:38 +0200)] 
msvcp90: Added locale::id class implementation.

12 years agomsvcp: Sync spec files.
Piotr Caban [Wed, 24 Aug 2011 12:38:21 +0000 (14:38 +0200)] 
msvcp: Sync spec files.

12 years agomsvcp90: Added basic_ostream<char> class stub.
Piotr Caban [Wed, 24 Aug 2011 12:38:11 +0000 (14:38 +0200)] 
msvcp90: Added basic_ostream<char> class stub.

12 years agoadvapi32/tests: Skip some tests if QueryServiceStatusEx is missing.
Alexandre Julliard [Wed, 24 Aug 2011 13:25:16 +0000 (15:25 +0200)] 
advapi32/tests: Skip some tests if QueryServiceStatusEx is missing.

12 years agousp10: In ScriptXtoX use cChars as the item is the character index.
Aric Stewart [Mon, 22 Aug 2011 12:18:47 +0000 (07:18 -0500)] 
usp10: In ScriptXtoX use cChars as the item is the character index.

12 years agousp10/tests: Refactor test_ScriptXtoX to make testing varying datasets easier.
Aric Stewart [Mon, 22 Aug 2011 12:18:39 +0000 (07:18 -0500)] 
usp10/tests: Refactor test_ScriptXtoX to make testing varying datasets easier.

12 years agoshell32/tests: Initial directory tests for ShellExecuteEx.
André Hentschel [Sun, 14 Aug 2011 17:19:11 +0000 (19:19 +0200)] 
shell32/tests: Initial directory tests for ShellExecuteEx.

12 years agoshell32: Define icon resource 319.
Louis Lenders [Mon, 15 Aug 2011 20:11:02 +0000 (22:11 +0200)] 
shell32: Define icon resource 319.

12 years agoprograms: Add a stub FontCache3.0.0.0 service.
Hans Leidekker [Wed, 24 Aug 2011 08:23:57 +0000 (10:23 +0200)] 
programs: Add a stub FontCache3.0.0.0 service.

12 years agopo: Update German translation.
André Hentschel [Tue, 23 Aug 2011 21:45:06 +0000 (23:45 +0200)] 
po: Update German translation.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Tue, 23 Aug 2011 18:35:19 +0000 (21:35 +0300)] 
po: Update Lithuanian translation.

12 years agokernel32/nls: Generate some plausible data for LOCALE_SNATIVEDISPLAYNAME.
Alexandre Julliard [Wed, 24 Aug 2011 12:28:27 +0000 (14:28 +0200)] 
kernel32/nls: Generate some plausible data for LOCALE_SNATIVEDISPLAYNAME.

12 years agokernel32/nls: Added placeholder for LOCALE_SNATIVEDISPLAYNAME, header updated with...
Nikolay Sivov [Sun, 7 Aug 2011 17:29:49 +0000 (21:29 +0400)] 
kernel32/nls: Added placeholder for LOCALE_SNATIVEDISPLAYNAME, header updated with new locale entries.

12 years agowinemenubuilder: Use the command from the "open" verb.
Damjan Jovanovic [Wed, 24 Aug 2011 02:47:07 +0000 (04:47 +0200)] 
winemenubuilder: Use the command from the "open" verb.

12 years agourlmon/tests: Added tests for MapUrlToZoneEx2.
Thomas Mullaly [Mon, 22 Aug 2011 00:44:40 +0000 (20:44 -0400)] 
urlmon/tests: Added tests for MapUrlToZoneEx2.

12 years agourlmon: Added stubs for IInternetSecurityManagerEx{2}.
Thomas Mullaly [Sun, 21 Aug 2011 03:58:44 +0000 (23:58 -0400)] 
urlmon: Added stubs for IInternetSecurityManagerEx{2}.

12 years agoinclude: Added declarations for IInternetSecurityManagerEx and IInternetSecurityManag...
Thomas Mullaly [Sat, 20 Aug 2011 22:42:32 +0000 (18:42 -0400)] 
include: Added declarations for IInternetSecurityManagerEx and IInternetSecurityManagerEx2.

12 years agowinex11: Reject too bright gamma ramps.
André Hentschel [Tue, 23 Aug 2011 21:16:26 +0000 (23:16 +0200)] 
winex11: Reject too bright gamma ramps.

12 years agocmd: Fix FOR tab handling.
Frédéric Delanoy [Tue, 23 Aug 2011 20:54:50 +0000 (22:54 +0200)] 
cmd: Fix FOR tab handling.

12 years agocmd: Fix ECHO tab issues.
Frédéric Delanoy [Tue, 23 Aug 2011 20:54:49 +0000 (22:54 +0200)] 
cmd: Fix ECHO tab issues.

12 years agontdll: Use swapping method to return . and .. as first entries.
Grazvydas Ignotas [Thu, 4 Aug 2011 20:24:49 +0000 (23:24 +0300)] 
ntdll: Use swapping method to return . and .. as first entries.

12 years agontdll/tests: Test NtQueryDirectoryFile with different ReturnSingleEntry and RestartSc...
Grazvydas Ignotas [Thu, 4 Aug 2011 20:24:48 +0000 (23:24 +0300)] 
ntdll/tests: Test NtQueryDirectoryFile with different ReturnSingleEntry and RestartScan flags.

12 years agoshlwapi/tests: Fix an errant comment.
Scott Ritchie [Tue, 23 Aug 2011 13:51:31 +0000 (06:51 -0700)] 
shlwapi/tests: Fix an errant comment.

12 years agouser32/tests: Fix build with MSVC.
Thomas Faber [Wed, 24 Aug 2011 08:46:54 +0000 (10:46 +0200)] 
user32/tests: Fix build with MSVC.

12 years agowinhttp: Support setting the WinHttpRequestOption_EnableRedirects option.
Hans Leidekker [Wed, 24 Aug 2011 08:53:22 +0000 (10:53 +0200)] 
winhttp: Support setting the WinHttpRequestOption_EnableRedirects option.

12 years agogdi32/tests: Accept one more return value from EnumICMProfilesA.
Hans Leidekker [Wed, 24 Aug 2011 08:23:21 +0000 (10:23 +0200)] 
gdi32/tests: Accept one more return value from EnumICMProfilesA.

12 years agodnsapi: Implement DnsFree.
Hans Leidekker [Wed, 24 Aug 2011 08:23:04 +0000 (10:23 +0200)] 
dnsapi: Implement DnsFree.

12 years agodnsapi: Mark some test results as broken and conform to the more recent behavior.
Hans Leidekker [Wed, 24 Aug 2011 08:22:48 +0000 (10:22 +0200)] 
dnsapi: Mark some test results as broken and conform to the more recent behavior.

12 years agomsi: Resolve the target folder if necessary when building link filenames.
Hans Leidekker [Wed, 24 Aug 2011 08:22:33 +0000 (10:22 +0200)] 
msi: Resolve the target folder if necessary when building link filenames.

12 years agomsi/tests: Skip a test if the process is limited.
Hans Leidekker [Wed, 24 Aug 2011 08:22:17 +0000 (10:22 +0200)] 
msi/tests: Skip a test if the process is limited.

12 years agomsi/tests: Accept one more estimated size.
Hans Leidekker [Wed, 24 Aug 2011 08:22:00 +0000 (10:22 +0200)] 
msi/tests: Accept one more estimated size.

12 years agodsound: Kill SecondaryBufferImpl with extreme prejudice.
Michael Stefaniuc [Wed, 24 Aug 2011 00:32:13 +0000 (02:32 +0200)] 
dsound: Kill SecondaryBufferImpl with extreme prejudice.

12 years agodsound: Basic COM cleanup for the IDirectSoundBuffer8 iface.
Michael Stefaniuc [Wed, 24 Aug 2011 00:30:37 +0000 (02:30 +0200)] 
dsound: Basic COM cleanup for the IDirectSoundBuffer8 iface.

12 years agodsound/tests: IDirectSoundBuffer and IDirectSoundBuffer8 use the same implementation.
Michael Stefaniuc [Wed, 24 Aug 2011 00:29:22 +0000 (02:29 +0200)] 
dsound/tests: IDirectSoundBuffer and IDirectSoundBuffer8 use the same implementation.

12 years agodsound: Remove pointless AddRef followed by a Release.
Michael Stefaniuc [Wed, 24 Aug 2011 00:28:25 +0000 (02:28 +0200)] 
dsound: Remove pointless AddRef followed by a Release.

12 years agogdi32/tests: Add additional font to fullnames test.
Grazvydas Ignotas [Tue, 23 Aug 2011 20:11:59 +0000 (23:11 +0300)] 
gdi32/tests: Add additional font to fullnames test.

12 years agogdi32/tests: Check for exact fonts before doing fullname test.
Grazvydas Ignotas [Tue, 23 Aug 2011 20:11:58 +0000 (23:11 +0300)] 
gdi32/tests: Check for exact fonts before doing fullname test.

12 years agogdi32: Use correct name for elfFullName.
Grazvydas Ignotas [Tue, 23 Aug 2011 20:11:57 +0000 (23:11 +0300)] 
gdi32: Use correct name for elfFullName.

12 years agowininet: Test and fix possible error situations for InternetQueryOption with INTERNET...
André Hentschel [Tue, 23 Aug 2011 19:01:44 +0000 (21:01 +0200)] 
wininet: Test and fix possible error situations for InternetQueryOption with INTERNET_OPTION_PROXY.

12 years agoconfigure: Add GNU/kFreeBSD detection.
Robert Millan [Tue, 23 Aug 2011 18:39:45 +0000 (20:39 +0200)] 
configure: Add GNU/kFreeBSD detection.

12 years agowined3d: Make the gl_info parameter to wined3d_guess_gl_vendor() const.
Henri Verbeet [Tue, 23 Aug 2011 18:08:14 +0000 (20:08 +0200)] 
wined3d: Make the gl_info parameter to wined3d_guess_gl_vendor() const.

12 years agowined3d: Make the ctx parameter to WineD3D_ReleaseFakeGLContext() const.
Henri Verbeet [Tue, 23 Aug 2011 18:08:13 +0000 (20:08 +0200)] 
wined3d: Make the ctx parameter to WineD3D_ReleaseFakeGLContext() const.

12 years agowined3d: Make the device parameter to drawStridedSlow() const.
Henri Verbeet [Tue, 23 Aug 2011 18:08:12 +0000 (20:08 +0200)] 
wined3d: Make the device parameter to drawStridedSlow() const.

12 years agowined3d: Use draw_binding in wined3d_surface_blt().
Henri Verbeet [Tue, 23 Aug 2011 18:08:11 +0000 (20:08 +0200)] 
wined3d: Use draw_binding in wined3d_surface_blt().

12 years agowined3d: Use draw_binding in device_clear_render_targets().
Henri Verbeet [Tue, 23 Aug 2011 18:08:10 +0000 (20:08 +0200)] 
wined3d: Use draw_binding in device_clear_render_targets().

12 years agowined3d: Use draw_binding in arbfp_blit_surface().
Henri Verbeet [Tue, 23 Aug 2011 18:08:09 +0000 (20:08 +0200)] 
wined3d: Use draw_binding in arbfp_blit_surface().

12 years agowined3d: Keep track of a surface's "draw location".
Henri Verbeet [Tue, 23 Aug 2011 18:08:08 +0000 (20:08 +0200)] 
wined3d: Keep track of a surface's "draw location".

12 years agowined3d: Set the current location to SFLAG_INTEXTURE instead of SFLAG_INDRAWABLE...
Henri Verbeet [Tue, 23 Aug 2011 18:08:07 +0000 (20:08 +0200)] 
wined3d: Set the current location to SFLAG_INTEXTURE instead of SFLAG_INDRAWABLE in wined3d_surface_depth_blt().

These currently end up being the same thing, but that will change soon.

12 years agowined3d: Add a registry key to disable rendering swapchains onscreen.
Henri Verbeet [Tue, 23 Aug 2011 18:08:06 +0000 (20:08 +0200)] 
wined3d: Add a registry key to disable rendering swapchains onscreen.

We'll probably want to make this default to TRUE at some point, but at least
for the moment there still seem to be some performance advantages to rendering
onscreen in most cases.

12 years agowined3d: Don't get rid of the user memory unless we're actually called with NULL...
Henri Verbeet [Tue, 23 Aug 2011 18:08:05 +0000 (20:08 +0200)] 
wined3d: Don't get rid of the user memory unless we're actually called with NULL in surface_set_mem().

In particular, some applications will call surface_set_mem() with the same
pointer to notify us the contents have changed.

12 years agousp10: Always use a SCRIPT_STATE and SCRIPT_CONTROL structure in ScriptStringAnalyse.
Aric Stewart [Tue, 23 Aug 2011 17:55:49 +0000 (12:55 -0500)] 
usp10: Always use a SCRIPT_STATE and SCRIPT_CONTROL structure in ScriptStringAnalyse.

12 years agocryptui: Disable some buttons if a certificate is not selected.
Alexander Morozov [Mon, 8 Aug 2011 15:39:07 +0000 (19:39 +0400)] 
cryptui: Disable some buttons if a certificate is not selected.

12 years agowininet: Parse user and password for proxy authentication.
André Hentschel [Mon, 22 Aug 2011 19:31:54 +0000 (21:31 +0200)] 
wininet: Parse user and password for proxy authentication.

12 years agowininet: Don't return a relative path when building the proxy url request.
André Hentschel [Mon, 22 Aug 2011 19:31:14 +0000 (21:31 +0200)] 
wininet: Don't return a relative path when building the proxy url request.

12 years agowininet: Use the constants from the wininet header.
André Hentschel [Mon, 22 Aug 2011 19:30:55 +0000 (21:30 +0200)] 
wininet: Use the constants from the wininet header.