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.
Alexandre Julliard [Tue, 31 Aug 2010 10:35:35 +0000 (12:35 +0200)]
d3drm: Use float instead of long in the spec file for 32-bit floating point values.
Alexandre Julliard [Tue, 31 Aug 2010 10:35:28 +0000 (12:35 +0200)]
oleaut32: Use float instead of long in the spec file for 32-bit floating point values.
Alexandre Julliard [Tue, 31 Aug 2010 10:35:19 +0000 (12:35 +0200)]
msvcrt: Use float instead of long in the spec file for 32-bit floating point values.
Alexandre Julliard [Tue, 31 Aug 2010 10:33:49 +0000 (12:33 +0200)]
oleaut32: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:33:32 +0000 (12:33 +0200)]
msvcrt: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:25:16 +0000 (12:25 +0200)]
wininet: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:25:09 +0000 (12:25 +0200)]
uxtheme: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:25:03 +0000 (12:25 +0200)]
user32: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:24:55 +0000 (12:24 +0200)]
shlwapi: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:24:43 +0000 (12:24 +0200)]
shell32: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:24:38 +0000 (12:24 +0200)]
oleacc: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:24:32 +0000 (12:24 +0200)]
ole32: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:23:33 +0000 (12:23 +0200)]
ntdll: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:22:41 +0000 (12:22 +0200)]
mscoree: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:22:33 +0000 (12:22 +0200)]
mapi32: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:22:18 +0000 (12:22 +0200)]
kernel32: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:22:03 +0000 (12:22 +0200)]
dbghelp: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:21:19 +0000 (12:21 +0200)]
comctl32: Use int64 in the spec file for 64-bit integers.
Alexandre Julliard [Tue, 31 Aug 2010 10:21:11 +0000 (12:21 +0200)]
advapi32: Use int64 in the spec file for 64-bit integers.
Francois Gouget [Tue, 31 Aug 2010 09:53:41 +0000 (11:53 +0200)]
mshtml: Make free_strings() static.
Francois Gouget [Tue, 31 Aug 2010 09:54:17 +0000 (11:54 +0200)]
rpcrt4: Make RPCRT4_Receive() static.
Francois Gouget [Tue, 31 Aug 2010 09:53:36 +0000 (11:53 +0200)]
usp10: Add a trailing '\n' to a TRACE() call.
Francois Gouget [Tue, 31 Aug 2010 09:53:21 +0000 (11:53 +0200)]
hhctrl.ocx: Make strbuf_{append,chr}() static.
Francois Gouget [Tue, 31 Aug 2010 09:52:57 +0000 (11:52 +0200)]
winmm: Make MCI_{MessageToString,strdupAtoW}() static and remove MCI_strdupWtoA().
Francois Gouget [Tue, 31 Aug 2010 09:49:13 +0000 (11:49 +0200)]
comdlg32: Make FD31_FreeOfnW() and FD31_MapOfnStructA() static.
Francois Gouget [Tue, 31 Aug 2010 09:49:00 +0000 (11:49 +0200)]
kernel32/tests: Fix compilation on systems that don't support nameless unions or structs.
Francois Gouget [Tue, 31 Aug 2010 09:48:42 +0000 (11:48 +0200)]
mscoree/tests: Remove spaces before '\n's in traces.
Andrew Talbot [Mon, 30 Aug 2010 20:19:22 +0000 (21:19 +0100)]
dinput: Constify some variables.
Henri Verbeet [Mon, 30 Aug 2010 18:29:49 +0000 (20:29 +0200)]
wined3d: Rename wined3d_format_desc to wined3d_format.
Henri Verbeet [Mon, 30 Aug 2010 18:29:48 +0000 (20:29 +0200)]
wined3d: Implicit depth/stencil surfaces don't have a container.
They're owned by the device instead of the swapchain.