Alexandre Goujon [Thu, 2 Sep 2010 12:21:30 +0000 (14:21 +0200)]
msxml3/tests: Be more verbose when get_text fails.
Nikolay Sivov [Fri, 3 Sep 2010 08:13:29 +0000 (12:13 +0400)]
msxml3: Implement IXMLDOMNamedNodeMap::getQualifiedItem().
Nikolay Sivov [Thu, 2 Sep 2010 18:49:56 +0000 (22:49 +0400)]
msxml3: Fix invalid parameter handling for IXMLDOMElement::getElementsByTagName().
Jerome Leclanche [Thu, 2 Sep 2010 19:32:05 +0000 (20:32 +0100)]
winedbg: Escape args in a WINE_FIXME.
Henri Verbeet [Thu, 2 Sep 2010 17:25:04 +0000 (19:25 +0200)]
ddraw: Handle D3DRENDERSTATE_TEXTUREHANDLE and D3DRENDERSTATE_TEXTUREMAPBLEND in d3d7.
Henri Verbeet [Thu, 2 Sep 2010 17:25:03 +0000 (19:25 +0200)]
wined3d: Add a handler for WINED3DRS_SRGBWRITEENABLE to the atifs fragment pipe.
Henri Verbeet [Thu, 2 Sep 2010 17:25:02 +0000 (19:25 +0200)]
wined3d: Do not mark invalid blend matrices dirty.
Henri Verbeet [Thu, 2 Sep 2010 17:25:01 +0000 (19:25 +0200)]
wined3d: Do not preload buffers while under the GL lock in process_vertices_strided().
Henri Verbeet [Thu, 2 Sep 2010 17:25:00 +0000 (19:25 +0200)]
wined3d: Explicitly document some more consequences of GL locking policy.
The basic rule is that you can't call anything that takes the user32 / gdi32
lock while under the GL (winex11) lock. As a consequence, you can't call
anything like context_acquire() or context_destroy() either.
Jörg Höhle [Thu, 2 Sep 2010 04:50:23 +0000 (06:50 +0200)]
winmm/tests: Share common function dbg_mcierr.
Alexandre Julliard [Fri, 3 Sep 2010 09:04:33 +0000 (11:04 +0200)]
user32/tests: Fix a number of test failures on Windows 7.
Jörg Höhle [Tue, 6 Jul 2010 05:31:55 +0000 (07:31 +0200)]
winmm/tests: Add MCI parser tests.
Jörg Höhle [Wed, 24 Mar 2010 05:44:13 +0000 (06:44 +0100)]
winmm/tests: MCI_STATUS returns DWORD_PTR, unlike other commands.
Jörg Höhle [Tue, 6 Jul 2010 16:09:27 +0000 (18:09 +0200)]
winmm/tests: Add a few Open/Close MCI tests.
Jörg Höhle [Mon, 30 Aug 2010 17:43:26 +0000 (19:43 +0200)]
winmm: Always unload the MCI driver when Open fails.
Jörg Höhle [Wed, 25 Aug 2010 05:32:28 +0000 (07:32 +0200)]
winmm: Close MCI device after immediate auto-open commands.
Jörg Höhle [Wed, 1 Sep 2010 15:50:43 +0000 (17:50 +0200)]
winmm: MCI open always creates an alias for subsequent commands.
Louis Lenders [Thu, 2 Sep 2010 11:10:44 +0000 (13:10 +0200)]
shell32: Add stubbed SHGetKnownFolderPath.
Matteo Bruni [Wed, 1 Sep 2010 21:15:44 +0000 (23:15 +0200)]
d3dx9: Implement D3DXCompileShaderFromResource.
Matteo Bruni [Wed, 1 Sep 2010 20:53:13 +0000 (22:53 +0200)]
d3dx9: Implement D3DXCompileShaderFromFile.
Matteo Bruni [Wed, 1 Sep 2010 20:48:02 +0000 (22:48 +0200)]
include: Add D3DXCompileShader declarations.
Hans Leidekker [Thu, 2 Sep 2010 11:21:29 +0000 (13:21 +0200)]
msi/tests: Add tests for 64-bit properties.
Hans Leidekker [Thu, 2 Sep 2010 11:21:12 +0000 (13:21 +0200)]
msi: Set the System64Folder property on 64-bit.
Hans Leidekker [Thu, 2 Sep 2010 11:20:54 +0000 (13:20 +0200)]
msi: Set the MsiAMD64 and Msix64 properties on 64-bit.
Hans Leidekker [Thu, 2 Sep 2010 11:20:36 +0000 (13:20 +0200)]
msi: Return an error from MsiDatabaseGetPrimaryKeys if the table does not exist.
Hans Leidekker [Thu, 2 Sep 2010 11:20:23 +0000 (13:20 +0200)]
msi: Add stub implementations of MsiBeginTransaction and MsiEndTransaction.
Octavian Voicu [Thu, 2 Sep 2010 10:52:34 +0000 (13:52 +0300)]
include: Add MCI_INTEGER64 mci type.
Alexandre Julliard [Thu, 2 Sep 2010 16:01:01 +0000 (18:01 +0200)]
user32: Implement Get/SetProcessDefaultLayout.
Alexandre Julliard [Thu, 2 Sep 2010 13:46:43 +0000 (15:46 +0200)]
user32: Make child windows inherit the WS_EX_LAYOUTRTL style from their parent.
Alexandre Julliard [Thu, 2 Sep 2010 13:16:39 +0000 (15:16 +0200)]
user32: Set the DC layout to mirrored when the window has the WS_EX_LAYOUTRTL style.
Piotr Caban [Wed, 1 Sep 2010 22:35:55 +0000 (00:35 +0200)]
msvcp90: Added basic_string<{char, wchar_t}> equal operator implementation.
Piotr Caban [Wed, 1 Sep 2010 22:35:26 +0000 (00:35 +0200)]
msvcp90/tests: Added basic_string<{char,wchar_t}>.size tests.
Piotr Caban [Wed, 1 Sep 2010 22:34:57 +0000 (00:34 +0200)]
msvcp90: Added basic_string<{char, wchar_t}>.{length, size} implementation.
Piotr Caban [Wed, 1 Sep 2010 22:34:32 +0000 (00:34 +0200)]
msvcp90/tests: Added basic_string<{char,wchar_t}>.data tests.
Piotr Caban [Wed, 1 Sep 2010 22:34:02 +0000 (00:34 +0200)]
msvcp90: Added basic_string<{char, wchar_t}>.data implementation.
Jacek Caban [Wed, 1 Sep 2010 22:27:13 +0000 (00:27 +0200)]
mshtml: Added file protocol's IInternetProtocolEx tests.
Jacek Caban [Wed, 1 Sep 2010 22:26:39 +0000 (00:26 +0200)]
urlmon: Use StartEx in file protocol handler's Start implementation.
Jacek Caban [Wed, 1 Sep 2010 22:26:13 +0000 (00:26 +0200)]
urlmon: Return E_INVALIDARG for empty pwzURI in CreateUri.
Jacek Caban [Wed, 1 Sep 2010 22:25:46 +0000 (00:25 +0200)]
urlmon: Added IInternetProtocolEx implementation for file protocol.
Jacek Caban [Wed, 1 Sep 2010 22:24:19 +0000 (00:24 +0200)]
urlmon: Store file size in FileProtocol object.
Jacek Caban [Wed, 1 Sep 2010 22:23:35 +0000 (00:23 +0200)]
urlmon: Use INVALID_HANDLE_VALUE instead of NULL for uninitialized file handle in file protocol handler.
Vincent Povirk [Fri, 2 Jul 2010 21:39:17 +0000 (17:39 -0400)]
gdiplus: Set flags and dpi when images are loaded.
Nikolay Sivov [Wed, 1 Sep 2010 20:29:18 +0000 (00:29 +0400)]
msxml3: Fix IXMLDOMDocument::getElementsByTagName() for some special cases.
Octavian Voicu [Wed, 1 Sep 2010 17:07:09 +0000 (20:07 +0300)]
winmm: Replace command ids with symbolic constants in mci command resources.
Octavian Voicu [Wed, 1 Sep 2010 17:07:08 +0000 (20:07 +0300)]
winmm: Replace return types with symbolic constants in mci command resources.
Henri Verbeet [Wed, 1 Sep 2010 16:41:06 +0000 (18:41 +0200)]
wined3d: Avoid a forward declaration.
Henri Verbeet [Wed, 1 Sep 2010 16:41:05 +0000 (18:41 +0200)]
d3d8: Merge vertex and index buffer implementations into a single file.
Henri Verbeet [Wed, 1 Sep 2010 16:41:04 +0000 (18:41 +0200)]
d3d9: Merge vertex and index buffer implementations into a single file.
Henri Verbeet [Wed, 1 Sep 2010 16:41:03 +0000 (18:41 +0200)]
d3d8: Merge vertex and pixel shader implementations into a single file.
Henri Verbeet [Wed, 1 Sep 2010 16:41:02 +0000 (18:41 +0200)]
d3d9: Merge vertex and pixel shader implementations into a single file.
Piotr Caban [Wed, 1 Sep 2010 16:21:24 +0000 (18:21 +0200)]
msvcrt: Fix _splitpath and _wsplitpath implementation.
Alexandre Julliard [Thu, 2 Sep 2010 09:35:14 +0000 (11:35 +0200)]
user32: Add a common helper to set controls clip region, and make it behave correctly when mirrored.
Alexandre Julliard [Thu, 2 Sep 2010 09:00:45 +0000 (11:00 +0200)]
user32: Don't disable DrawFrameControl for non-text mapping modes.
Alexandre Julliard [Thu, 2 Sep 2010 08:51:31 +0000 (10:51 +0200)]
winex11: Properly support BitBlt and LAYOUT_BITMAPORIENTATIONPRESERVED in mirrored contexts.
Alexandre Julliard [Tue, 3 Aug 2010 20:56:04 +0000 (22:56 +0200)]
winex11: Break positioning of graphics in mirrored contexts to be broken the same way as Windows.
Aric Stewart [Tue, 31 Aug 2010 18:35:58 +0000 (13:35 -0500)]
imm32: Test cases for HIMCs and threads.
Octavian Voicu [Wed, 1 Sep 2010 13:44:11 +0000 (16:44 +0300)]
wined3d: Add missing ckey, fx, and pal directdraw caps.
Dmitry Timoshkov [Wed, 1 Sep 2010 11:58:06 +0000 (20:58 +0900)]
user32: Add a bunch of GetWindowPlacement() tests, fix some simple cases.
Piotr Caban [Wed, 1 Sep 2010 10:22:36 +0000 (12:22 +0200)]
msvcp90: Fix 64-bit compilation warnings.
Alexandre Julliard [Wed, 1 Sep 2010 11:03:28 +0000 (13:03 +0200)]
winecfg: Fix a pointer cast warning.
Alexandre Julliard [Wed, 1 Sep 2010 11:01:42 +0000 (13:01 +0200)]
oleaut32/tests: Fix a pointer cast warning.
Alexandre Julliard [Wed, 1 Sep 2010 10:39:01 +0000 (12:39 +0200)]
rpcrt4: Remove a couple of unused local variables.
Alexandre Julliard [Wed, 1 Sep 2010 10:31:22 +0000 (12:31 +0200)]
rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrMesProcEncodeDecode.
Jacek Caban [Wed, 1 Sep 2010 09:53:58 +0000 (11:53 +0200)]
widl: Define _WIN32 by default.
Hwang YunSong [Wed, 1 Sep 2010 08:40:05 +0000 (17:40 +0900)]
shlwapi: Update Korean resource.
Eric Pouech [Mon, 30 Aug 2010 20:19:39 +0000 (22:19 +0200)]
kernel32: Remove old bare-console code.
Eric Pouech [Mon, 30 Aug 2010 20:19:31 +0000 (22:19 +0200)]
kernel32: Modify editline logic so that it also work with bare consoles.
Eric Pouech [Mon, 30 Aug 2010 20:19:24 +0000 (22:19 +0200)]
kernel32: Properly handle bare console on input.
Eric Pouech [Mon, 30 Aug 2010 20:19:18 +0000 (22:19 +0200)]
ntdll: Allocate a console (without renderer) when starting a program from unix console.
Eric Pouech [Mon, 30 Aug 2010 20:19:12 +0000 (22:19 +0200)]
server: Properly return the errors for bare console objects.
Eric Pouech [Mon, 30 Aug 2010 20:19:06 +0000 (22:19 +0200)]
server: Simplify the wineconsole event notification code.
Eric Pouech [Mon, 30 Aug 2010 20:19:00 +0000 (22:19 +0200)]
server: Report in get_console_mode request whether it's a bare console or not.
Eric Pouech [Mon, 30 Aug 2010 20:18:52 +0000 (22:18 +0200)]
server: Allow a screen buffer to be attached to a given fd (for bare consoles).
Eric Pouech [Mon, 30 Aug 2010 20:18:44 +0000 (22:18 +0200)]
server: Enhanced the console input object so that it doesn't require a wineconsole to be running.
Owen Rudge [Tue, 31 Aug 2010 15:43:35 +0000 (10:43 -0500)]
d3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
Owen Rudge [Tue, 31 Aug 2010 15:43:25 +0000 (10:43 -0500)]
d3dx9: Implement D3DXCreateTextureFromFileInMemoryEx.
Piotr Caban [Tue, 31 Aug 2010 20:50:35 +0000 (22:50 +0200)]
msvcp90: Fix incorrect export.
Henri Verbeet [Tue, 31 Aug 2010 16:41:41 +0000 (18:41 +0200)]
d3d9: Move device functions to device.c.
Henri Verbeet [Tue, 31 Aug 2010 16:41:40 +0000 (18:41 +0200)]
wined3d: Don't require wined3d object parents to be COM objects.
Henri Verbeet [Tue, 31 Aug 2010 16:41:39 +0000 (18:41 +0200)]
wined3d: Clippers don't need parents.
Henri Verbeet [Tue, 31 Aug 2010 16:41:38 +0000 (18:41 +0200)]
wined3d: Queries don't need parents.
Henri Verbeet [Tue, 31 Aug 2010 16:41:37 +0000 (18:41 +0200)]
wined3d: Devices don't need parents.
Alexandre Julliard [Tue, 31 Aug 2010 20:22:01 +0000 (22:22 +0200)]
opengl32: Use float type where appropriate in the spec file.
Alexandre Julliard [Tue, 31 Aug 2010 20:19:54 +0000 (22:19 +0200)]
opengl32: Update to the latest GL spec.
Alexandre Julliard [Wed, 1 Sep 2010 09:13:59 +0000 (11:13 +0200)]
user32/tests: Remove some noisy output.
Alexandre Julliard [Tue, 31 Aug 2010 20:18:09 +0000 (22:18 +0200)]
user32: Prevent changing some window styles through SetWindowLong.
Alexandre Goujon [Mon, 30 Aug 2010 12:07:30 +0000 (14:07 +0200)]
msvcrt: Properly fix setlocale and clean up tests.
Alexandre Julliard [Tue, 31 Aug 2010 14:50:17 +0000 (16:50 +0200)]
configure: Make it a fatal error when some maintainer mode tools are not found.
Mike Kaplinskiy [Sun, 29 Aug 2010 22:09:55 +0000 (18:09 -0400)]
server: Allow queuing async reads on listening sockets.
Mike Kaplinskiy [Sun, 29 Aug 2010 22:09:53 +0000 (18:09 -0400)]
server: Add accept_into_socket to accept into an initialized socket.
Mike Kaplinskiy [Sun, 29 Aug 2010 22:09:49 +0000 (18:09 -0400)]
server: Don't cache sockets until they are pollable.
Paul Bolle [Mon, 30 Aug 2010 11:34:37 +0000 (13:34 +0200)]
winedbg: gdbproxy: Quietly handle qSupported and qTStatus.
Akihiro Sagawa [Mon, 30 Aug 2010 14:08:19 +0000 (23:08 +0900)]
mshtml: Update Japanese translation.
Akihiro Sagawa [Mon, 30 Aug 2010 14:08:12 +0000 (23:08 +0900)]
jscript: Update Japanese translation.
Jacek Caban [Tue, 31 Aug 2010 11:22:35 +0000 (13:22 +0200)]
mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
Jacek Caban [Tue, 31 Aug 2010 11:10:29 +0000 (13:10 +0200)]
mshtml: Marked invalid test as broken.
Alexandre Julliard [Tue, 31 Aug 2010 11:08:48 +0000 (13:08 +0200)]
d3dx10: Use float instead of long in the spec files for 32-bit floating point values.
Alexandre Julliard [Tue, 31 Aug 2010 10:56:41 +0000 (12:56 +0200)]
d3dx9: Use float instead of long in the spec files for 32-bit floating point values.
Alexandre Julliard [Tue, 31 Aug 2010 10:35:50 +0000 (12:35 +0200)]
gdiplus: Use float instead of long in the spec file for 32-bit floating point values.
Alexandre Julliard [Tue, 31 Aug 2010 10:35:43 +0000 (12:35 +0200)]
gdi32: Use float instead of long in the spec file for 32-bit floating point values.