Andrew Nguyen [Wed, 15 Sep 2010 16:16:30 +0000 (11:16 -0500)]
msxml3: Correct the prototype of DOMDocument_create when compiling without libxml2.
Alexandre Julliard [Wed, 15 Sep 2010 15:58:00 +0000 (10:58 -0500)]
ntdll/tests: Fix the image protection test on Mac OS where the image limits are only approximative.
Alexander Morozov [Thu, 1 Jul 2010 12:23:00 +0000 (16:23 +0400)]
crypt32/tests: Add a test for CryptSignMessage.
Rudolf Mayerhofer [Wed, 15 Sep 2010 09:08:20 +0000 (11:08 +0200)]
kernel32: Implement GetUserDefaultLocaleName using users default LCID.
Mariusz Pluciński [Tue, 14 Sep 2010 23:21:37 +0000 (01:21 +0200)]
gameux/tests: Add verification of registry content for InstallGame and UninstallGame.
Mariusz Pluciński [Tue, 14 Sep 2010 22:57:02 +0000 (00:57 +0200)]
gameux/tests: Add basic test for InstallGame and UninstallGame.
Mariusz Pluciński [Tue, 14 Sep 2010 22:51:54 +0000 (00:51 +0200)]
gameux: IGameExplorer::UpdateGame implementation.
Paul Vriens [Wed, 15 Sep 2010 14:39:25 +0000 (16:39 +0200)]
msxml3/tests: Step to the next item on failure as well.
Hwang YunSong [Wed, 15 Sep 2010 08:46:25 +0000 (17:46 +0900)]
shell32: Update Korean resource.
Luca Bennati [Wed, 15 Sep 2010 07:10:11 +0000 (09:10 +0200)]
shell32: Update Italian translation.
Henri Verbeet [Wed, 15 Sep 2010 10:00:06 +0000 (12:00 +0200)]
wined3d: Move the viewport to wined3d_state.
Henri Verbeet [Wed, 15 Sep 2010 10:00:05 +0000 (12:00 +0200)]
wined3d: Move the scissor rect to wined3d_state.
Henri Verbeet [Wed, 15 Sep 2010 10:00:04 +0000 (12:00 +0200)]
wined3d: Introduce a separate structure for stateblock states.
We'd like to not pass an entire stateblock to things like state handlers and
the shader backend, because those then use the stateblock to get to the
device and through there to all the rest of wined3d. This would also be
required for serialization of wined3d draw and state change commands into a
single GL context. Resource updates would be explicitly excluded from
serialization.
Henri Verbeet [Wed, 15 Sep 2010 10:00:03 +0000 (12:00 +0200)]
ntdll: Do not return STATUS_SUCCESS on failure in NtQueryObject().
Alexandre Julliard [Tue, 14 Sep 2010 23:03:41 +0000 (18:03 -0500)]
winemp3.acm: Fix a couple of compiler warnings on Mac OS.
Joris Huizer [Tue, 14 Sep 2010 19:56:21 +0000 (21:56 +0200)]
d3dx9_36: D3DXPreprocessShaderFromFileW: remove unneeded code.
André Hentschel [Tue, 14 Sep 2010 18:21:08 +0000 (20:21 +0200)]
shdocvw: Update German translation.
André Hentschel [Tue, 14 Sep 2010 18:20:48 +0000 (20:20 +0200)]
shell32: Update German translation.
Matej Spindler [Mon, 13 Sep 2010 07:19:00 +0000 (09:19 +0200)]
mshtml: Update Slovenian translation.
Oldřich Jedlička [Tue, 14 Sep 2010 16:51:59 +0000 (18:51 +0200)]
ddraw/tests: New attachment tests for 3D back buffers.
Luca Bennati [Fri, 10 Sep 2010 17:57:54 +0000 (19:57 +0200)]
shell32: Update Italian translation.
Rico Schüller [Sun, 12 Sep 2010 08:34:20 +0000 (10:34 +0200)]
wined3d: Add argument check for Type to Get/SetTextureStageState().
Stefan Leichter [Sat, 11 Sep 2010 21:15:19 +0000 (23:15 +0200)]
setupapi: Added tests for SetupDiGetINFClassA.
Matej Spindler [Mon, 13 Sep 2010 07:24:55 +0000 (09:24 +0200)]
jscript: Update Slovenian translation.
Matej Spindler [Mon, 13 Sep 2010 08:31:29 +0000 (10:31 +0200)]
shdocvw: Add Slovenian translation.
Matej Spindler [Tue, 14 Sep 2010 16:28:26 +0000 (18:28 +0200)]
shell32: Update Slovenian translation.
Aurimas Fišeras [Tue, 14 Sep 2010 16:29:29 +0000 (19:29 +0300)]
shdocvw: Update Lithuanian translation.
Aurimas Fišeras [Tue, 14 Sep 2010 16:31:34 +0000 (19:31 +0300)]
shell32: Update Lithuanian translation.
André Hentschel [Wed, 8 Sep 2010 19:55:37 +0000 (21:55 +0200)]
winedbg: Only add ContextFlags which are defined.
Hans Leidekker [Tue, 14 Sep 2010 15:01:44 +0000 (17:01 +0200)]
shell32: Implement SHGetFolderPathEx.
Hans Leidekker [Tue, 14 Sep 2010 15:01:14 +0000 (17:01 +0200)]
shell32: Implement SHGetKnownFolderPath.
Hans Leidekker [Tue, 14 Sep 2010 15:00:44 +0000 (17:00 +0200)]
include/shlobj.h: Add known folder flags.
Hans Leidekker [Tue, 14 Sep 2010 15:00:14 +0000 (17:00 +0200)]
include: Add knownfolders.h.
Henri Verbeet [Tue, 14 Sep 2010 11:38:41 +0000 (13:38 +0200)]
wined3d: Introduce a structure for stream state.
Henri Verbeet [Tue, 14 Sep 2010 11:38:40 +0000 (13:38 +0200)]
wined3d: Get rid of redundant comparisons against FALSE.
Henri Verbeet [Tue, 14 Sep 2010 11:38:39 +0000 (13:38 +0200)]
wined3d: Get rid of redundant comparisons against NULL / 0.
Henri Verbeet [Tue, 14 Sep 2010 11:38:38 +0000 (13:38 +0200)]
wined3d: IWineD3DBuffer_GetDesc() should never fail.
Jesse Litton [Tue, 14 Sep 2010 02:42:12 +0000 (21:42 -0500)]
wined3d: Recognize GeForce GTX 465.
Dmitry Timoshkov [Tue, 14 Sep 2010 07:41:44 +0000 (16:41 +0900)]
gdi32: Add a trace for GetClipBox.
Dmitry Timoshkov [Tue, 14 Sep 2010 05:24:11 +0000 (14:24 +0900)]
winex11.drv: Avoid copying invalid window bits.
Dmitry Timoshkov [Tue, 14 Sep 2010 05:22:56 +0000 (14:22 +0900)]
winex11.drv: Avoid copying window bits if the window didn't move.
Nikolay Sivov [Tue, 14 Sep 2010 05:15:31 +0000 (09:15 +0400)]
msxml3: Properly set default value for SelectionLanguage property.
Nikolay Sivov [Tue, 14 Sep 2010 05:01:16 +0000 (09:01 +0400)]
msxml3: Fix IXMLDOMNode::get_namespaceURI() for empty URIs.
Nikolay Sivov [Tue, 14 Sep 2010 05:00:02 +0000 (09:00 +0400)]
msxml3: Fix IXMLDOMNode::get_prefix() for empty prefix.
Nikolay Sivov [Tue, 14 Sep 2010 04:55:40 +0000 (08:55 +0400)]
msxml3: Support elements with namespaces.
Vitaly Perov [Mon, 13 Sep 2010 15:28:56 +0000 (19:28 +0400)]
winspool.drv: Set the printer name in AddJobW.
Alexandre Goujon [Mon, 13 Sep 2010 11:56:56 +0000 (13:56 +0200)]
odbccp32: Fix SQLInstallDriverManager{,W}.
Juan Lang [Thu, 9 Sep 2010 19:44:11 +0000 (12:44 -0700)]
winex11.drv: ImeInquire's second parameter is an output parameter.
Juan Lang [Fri, 20 Aug 2010 19:38:29 +0000 (12:38 -0700)]
shdocvw: Add Close menu item.
Alexander Morozov [Fri, 25 Jun 2010 11:51:25 +0000 (15:51 +0400)]
crypt32: Add stub for CryptSignMessage.
Mariusz Pluciński [Mon, 13 Sep 2010 11:39:31 +0000 (13:39 +0200)]
kernel32: New flags added to LoadLibraryEx.
Mariusz Pluciński [Mon, 13 Sep 2010 11:30:33 +0000 (13:30 +0200)]
include: Add LOCALE_INVARIANT definition.
Eric Pouech [Fri, 10 Sep 2010 19:50:19 +0000 (21:50 +0200)]
kernel32: Fixed a couple of cases where the console was not reset in cooked mode after a bare console has been created.
Matteo Bruni [Thu, 9 Sep 2010 16:41:39 +0000 (18:41 +0200)]
d3dx9: D3DXPreprocessShader implementation with tests.
Matteo Bruni [Thu, 9 Sep 2010 16:41:39 +0000 (18:41 +0200)]
d3dcompiler: Add D3DPreprocess tests.
Matteo Bruni [Thu, 9 Sep 2010 16:41:39 +0000 (18:41 +0200)]
d3dcompiler: D3DPreprocess implementation.
Vincent Povirk [Sat, 11 Sep 2010 18:59:25 +0000 (13:59 -0500)]
windowscodecs: Override libjpeg's default error handling.
Vincent Povirk [Sat, 11 Sep 2010 21:03:12 +0000 (16:03 -0500)]
windowscodecs: Implement conversion from CMYK to RGB.
Vincent Povirk [Sat, 11 Sep 2010 20:07:45 +0000 (15:07 -0500)]
windowscodecs: Decode CMYK/YCCK JPEG images as CMYK.
Vincent Povirk [Sun, 12 Sep 2010 00:19:34 +0000 (19:19 -0500)]
windowscodecs: Fix the seeking in stream region streams.
Luca Bennati [Thu, 9 Sep 2010 17:49:36 +0000 (19:49 +0200)]
user32: Update Italian translation.
Alexandre Goujon [Fri, 10 Sep 2010 07:59:53 +0000 (09:59 +0200)]
fusion: Improve parse_display_name.
Roderick Colenbrander [Sat, 11 Sep 2010 01:59:48 +0000 (03:59 +0200)]
wined3d: Move video memory override to init_driver_info.
Roderick Colenbrander [Sat, 11 Sep 2010 01:59:47 +0000 (03:59 +0200)]
wined3d: Store amount of video memory in gpu_description_table.
Roderick Colenbrander [Sat, 11 Sep 2010 01:59:46 +0000 (03:59 +0200)]
wined3d: Add legacy ATI cards.
Francois Gouget [Mon, 13 Sep 2010 08:45:50 +0000 (10:45 +0200)]
usp10: Add a trailing '\n' to a TRACE() call.
Francois Gouget [Mon, 13 Sep 2010 08:45:46 +0000 (10:45 +0200)]
shell32/tests: Make create_commdlgbrowser3() static.
Francois Gouget [Mon, 13 Sep 2010 08:45:39 +0000 (10:45 +0200)]
d3dcompiler_43: Make asmshader_error() and set_rel_reg() static.
Francois Gouget [Mon, 13 Sep 2010 08:45:14 +0000 (10:45 +0200)]
d3dcompiler_43: Move asmparser_message() and asmshader_error() up to avoid forward declarations.
Andrew Talbot [Sat, 11 Sep 2010 16:02:12 +0000 (17:02 +0100)]
dsound: Constify some variables.
Eric Pouech [Sat, 11 Sep 2010 10:14:59 +0000 (12:14 +0200)]
dbghelp: Fix regression with prevented StackWalk on i386 CPU to be called with a NULL context.
Paul Vriens [Fri, 10 Sep 2010 16:06:28 +0000 (18:06 +0200)]
msvcp80/msvcr90: Fix some typos in the forwards.
Hans Leidekker [Fri, 10 Sep 2010 15:30:43 +0000 (17:30 +0200)]
wine.inf: Create 32-bit program files and common files directories in 64-bit prefixes.
Hans Leidekker [Fri, 10 Sep 2010 15:30:23 +0000 (17:30 +0200)]
shell32: Add support for CSIDL_PROGRAM_FILESX86 and CSIDL_PROGRAM_FILES_COMMONX86.
Hans Leidekker [Fri, 10 Sep 2010 15:30:05 +0000 (17:30 +0200)]
msi: Avoid pointer truncation in MSI_ViewFetch and MSI_ViewModify.
Jacek Caban [Fri, 10 Sep 2010 14:55:14 +0000 (16:55 +0200)]
msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations.
Jacek Caban [Fri, 10 Sep 2010 14:54:06 +0000 (16:54 +0200)]
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_attributes implementations.
Jacek Caban [Fri, 10 Sep 2010 14:53:48 +0000 (16:53 +0200)]
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[previous|next]Sibling implementations.
Alistair Leslie-Hughes [Thu, 9 Sep 2010 10:21:21 +0000 (20:21 +1000)]
msxml: Added support to create msxml4/6 interfaces.
Alistair Leslie-Hughes [Thu, 9 Sep 2010 10:23:23 +0000 (20:23 +1000)]
mshtml: Correct test for another unknown dispID.
Aric Stewart [Thu, 9 Sep 2010 20:28:15 +0000 (15:28 -0500)]
gdi32: Silence a common and expected error.
Aric Stewart [Thu, 9 Sep 2010 20:27:57 +0000 (15:27 -0500)]
usp10: Check font for required features and report error if missing.
Aric Stewart [Thu, 9 Sep 2010 20:27:43 +0000 (15:27 -0500)]
usp10: Improve handling of spaces during Itemization.
Aurimas Fišeras [Thu, 9 Sep 2010 17:19:10 +0000 (20:19 +0300)]
ipconfig: Update Lithuanian translation.
Aric Stewart [Thu, 9 Sep 2010 16:47:04 +0000 (11:47 -0500)]
usp10: Implement handling fMergeNeutralItems.
Luca Bennati [Thu, 9 Sep 2010 13:51:31 +0000 (15:51 +0200)]
cmd: Update Italian translation.
Luca Bennati [Thu, 9 Sep 2010 13:29:16 +0000 (15:29 +0200)]
devenum: Update Italian translation.
Luca Bennati [Thu, 9 Sep 2010 13:46:24 +0000 (15:46 +0200)]
wldap32: Update Italian translation.
Luca Bennati [Thu, 9 Sep 2010 14:04:25 +0000 (16:04 +0200)]
winecfg: Update Italian translation.
Luca Bennati [Thu, 9 Sep 2010 13:40:19 +0000 (15:40 +0200)]
kernel32: Update Italian translation.
Luca Bennati [Thu, 9 Sep 2010 13:27:51 +0000 (15:27 +0200)]
cryptui: Update Italian translation.
Luca Bennati [Thu, 9 Sep 2010 13:14:35 +0000 (15:14 +0200)]
crypt32: Update Italian translation.
Austin English [Thu, 9 Sep 2010 16:32:56 +0000 (11:32 -0500)]
ws2_32: Add a stub for WSANSPIoctl.
Austin English [Thu, 9 Sep 2010 16:21:30 +0000 (11:21 -0500)]
kernel32/tests: Typo fixes.
Austin English [Thu, 9 Sep 2010 16:19:41 +0000 (11:19 -0500)]
rstrtmgr: Add stubs for RmGetList and RmRegisterResources.
Alexandre Goujon [Sat, 4 Sep 2010 15:26:52 +0000 (17:26 +0200)]
avifil32: Fix EditStreamSetInfo wine checks.
Mariusz Pluciński [Tue, 7 Sep 2010 14:08:39 +0000 (16:08 +0200)]
gameux: IGameExplorer::RemoveGame implementation.
Mariusz Pluciński [Tue, 7 Sep 2010 14:08:06 +0000 (16:08 +0200)]
gameux: Add storing Description registry value.
Mariusz Pluciński [Tue, 7 Sep 2010 14:05:25 +0000 (16:05 +0200)]
gameux: Add storing Title registry value.
Mariusz Pluciński [Tue, 7 Sep 2010 13:36:30 +0000 (15:36 +0200)]
gameux: Add support of loading Application Id into registry.