Nikolay Sivov [Sat, 30 Apr 2011 11:36:37 +0000 (15:36 +0400)]
msxml3: Add support for standalone property.
Nikolay Sivov [Sat, 30 Apr 2011 11:18:03 +0000 (15:18 +0400)]
msxml3: Add ISAXContentHandler stub for MXXMLWriter.
Nikolay Sivov [Sat, 30 Apr 2011 07:42:29 +0000 (11:42 +0400)]
msxml3: A stub for MXXMLWriter class.
Nicolas Le Cam [Sat, 30 Apr 2011 00:46:02 +0000 (02:46 +0200)]
ole32/tests: Fix large integer overflow warnings.
Nicolas Le Cam [Sat, 30 Apr 2011 00:45:06 +0000 (02:45 +0200)]
msvcrt/tests: Avoid size_t in traces.
Nicolas Le Cam [Fri, 29 Apr 2011 22:46:30 +0000 (00:46 +0200)]
comctl32/tests: Remove a set but unused variable.
Marcus Meissner [Sun, 1 May 2011 18:44:46 +0000 (20:44 +0200)]
amstream: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 18:41:45 +0000 (20:41 +0200)]
browseui: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 18:40:11 +0000 (20:40 +0200)]
advpack: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 18:27:06 +0000 (20:27 +0200)]
mshtml: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 12:51:29 +0000 (14:51 +0200)]
winex11.drv: Assertion was 1 off (Coverity).
Marcus Meissner [Sun, 1 May 2011 08:07:20 +0000 (10:07 +0200)]
mscms: Mark internal symbols as hidden.
Marcus Meissner [Sun, 1 May 2011 13:37:51 +0000 (15:37 +0200)]
ddraw: Added missing break (Coverity).
Eric Pouech [Sun, 1 May 2011 07:46:30 +0000 (09:46 +0200)]
dbghelp: Enhance a couple of register mapping functions for i386.
Eric Pouech [Sun, 1 May 2011 07:46:29 +0000 (09:46 +0200)]
dbghelp: Don't try to load fieldlist for a forward declaration.
Eric Pouech [Sun, 1 May 2011 07:46:27 +0000 (09:46 +0200)]
winedump: Simplify code a bit by using IMAGE_FIRST_SECTION() macro.
Eric Pouech [Sun, 1 May 2011 07:46:21 +0000 (09:46 +0200)]
winedump: Simplify code a bit by using get_dir_and_size().
Eric Pouech [Sun, 1 May 2011 07:46:12 +0000 (09:46 +0200)]
winedump: Correctly get to the optional header for 64 bit images.
Alexandre Julliard [Sun, 1 May 2011 18:01:23 +0000 (20:01 +0200)]
msvcrt: Add stubs for the 64-bit msvcirt entry points.
Alexandre Julliard [Sun, 1 May 2011 10:52:22 +0000 (12:52 +0200)]
msvcrt: Implemented a few trivial math functions.
Alexandre Julliard [Sun, 1 May 2011 09:42:30 +0000 (11:42 +0200)]
msvcrt: Export _aexit_rtn.
Alexandre Julliard [Fri, 29 Apr 2011 18:04:41 +0000 (20:04 +0200)]
Release 1.3.19.
Peter Urbanec [Fri, 29 Apr 2011 12:41:17 +0000 (22:41 +1000)]
dbghelp: Prevent winedbg page faults when loading some PDBs generated by the Intel C Compiler.
Łukasz Wojniłowicz [Thu, 28 Apr 2011 17:52:13 +0000 (19:52 +0200)]
po: Update Polish translation.
Hwang YunSong [Fri, 29 Apr 2011 07:23:40 +0000 (16:23 +0900)]
po: Update Korean translation.
Hwang YunSong [Fri, 29 Apr 2011 07:26:17 +0000 (16:26 +0900)]
appwiz.cpl: Update Korean resource.
Henri Verbeet [Fri, 29 Apr 2011 11:03:42 +0000 (13:03 +0200)]
wined3d: Get rid of the IWineD3DSurface typedefs.
Henri Verbeet [Fri, 29 Apr 2011 11:03:41 +0000 (13:03 +0200)]
wined3d: Remove COM from the surface implementation.
Henri Verbeet [Fri, 29 Apr 2011 11:03:40 +0000 (13:03 +0200)]
wined3d: Merge the IWineD3DSurface::Blt() implementations.
Henri Verbeet [Fri, 29 Apr 2011 11:03:39 +0000 (13:03 +0200)]
wined3d: Merge the IWineD3DSurface::BltFast() implementations.
Henri Verbeet [Fri, 29 Apr 2011 11:03:38 +0000 (13:03 +0200)]
wined3d: Merge the IWineD3DSurface::Flip() implementations.
Austin English [Thu, 28 Apr 2011 21:06:34 +0000 (16:06 -0500)]
advapi32: Add ProcessTrace stub.
Austin English [Thu, 28 Apr 2011 21:06:23 +0000 (16:06 -0500)]
advapi32: Add OpenTraceA/W stubs.
Alexandre Julliard [Fri, 29 Apr 2011 13:46:37 +0000 (15:46 +0200)]
msvcrt: Forward preferably to msvcr90 when there is an export with the same name.
Alexandre Julliard [Fri, 29 Apr 2011 13:06:53 +0000 (15:06 +0200)]
msvcrt: Synchronize spec files across dlls.
Alexandre Julliard [Thu, 28 Apr 2011 21:30:07 +0000 (23:30 +0200)]
msvcp60: Add a stub dll.
Piotr Caban [Fri, 29 Apr 2011 09:16:55 +0000 (11:16 +0200)]
msvcp80: Updated spec file.
Piotr Caban [Fri, 29 Apr 2011 09:16:46 +0000 (11:16 +0200)]
msvcp90: Added basic_string<char> operator+=(char*) implementation.
Piotr Caban [Fri, 29 Apr 2011 09:16:34 +0000 (11:16 +0200)]
msvcp90: Added basic_string<char> clear implementation.
Piotr Caban [Fri, 29 Apr 2011 09:16:19 +0000 (11:16 +0200)]
msvcp90: Added basic_string<char> constructor implementation (cstr, len).
Piotr Caban [Fri, 29 Apr 2011 09:16:10 +0000 (11:16 +0200)]
msvcp90: Added basic_string<char> resize implementation.
Piotr Caban [Fri, 29 Apr 2011 09:16:00 +0000 (11:16 +0200)]
msvcp90: Added basic_string<char> operator[] implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:47 +0000 (11:15 +0200)]
msvcp90: Added basic_string<char> at implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:38 +0000 (11:15 +0200)]
msvcp90: Added basic_string<char> operator +=(char) implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:29 +0000 (11:15 +0200)]
msvcp90/tests: Added basic_string<char> find tests.
Piotr Caban [Fri, 29 Apr 2011 09:15:15 +0000 (11:15 +0200)]
msvcp90: Added basic_string<char> find implementation.
Piotr Caban [Fri, 29 Apr 2011 09:15:02 +0000 (11:15 +0200)]
msvcp90: Added basic_string<char> operator< implementation.
Piotr Caban [Fri, 29 Apr 2011 09:14:41 +0000 (11:14 +0200)]
msvcp90: Move basic_string<char>:swap implementation.
Marcus Meissner [Fri, 29 Apr 2011 08:11:52 +0000 (10:11 +0200)]
windowscodecs: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 08:10:10 +0000 (10:10 +0200)]
wintrust: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 08:08:40 +0000 (10:08 +0200)]
winhttp: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 08:05:58 +0000 (10:05 +0200)]
avifil32: Mark internal symbols as hidden.
Marcus Meissner [Fri, 29 Apr 2011 07:31:42 +0000 (09:31 +0200)]
dinput: Mark internal symbols as hidden.
Frédéric Delanoy [Thu, 28 Apr 2011 22:16:38 +0000 (00:16 +0200)]
po: Fix/improve some English entries.
Frédéric Delanoy [Fri, 29 Apr 2011 07:24:53 +0000 (09:24 +0200)]
po: Update French translation.
André Hentschel [Thu, 28 Apr 2011 20:32:52 +0000 (22:32 +0200)]
shell32: Add some selection tests.
André Hentschel [Thu, 28 Apr 2011 20:31:31 +0000 (22:31 +0200)]
shell32: Don't crash if selection is NULL.
Alexandre Julliard [Thu, 28 Apr 2011 18:59:27 +0000 (20:59 +0200)]
wineps: Add a helper function for paper size conversions.
Jacek Caban [Thu, 28 Apr 2011 16:29:37 +0000 (18:29 +0200)]
wininet: Moved OpenSSL initialization to separated function.
Jacek Caban [Thu, 28 Apr 2011 16:29:04 +0000 (18:29 +0200)]
wininet: Rename WININET_NETCONNECTION to netconn_t.
Alistair Leslie-Hughes [Thu, 28 Apr 2011 10:22:45 +0000 (20:22 +1000)]
mscoree: Implemented GetRequestedRuntimeVersion.
Alistair Leslie-Hughes [Thu, 28 Apr 2011 10:03:49 +0000 (20:03 +1000)]
mscoree: Add stub CreateDebuggingInterfaceFromVersion.
Piotr Caban [Thu, 28 Apr 2011 11:12:38 +0000 (13:12 +0200)]
msvcrt: Updated spec file.
David Hedberg [Thu, 28 Apr 2011 13:11:03 +0000 (15:11 +0200)]
oleaut32: Fix CLSIDToString behaviour when passed an invalid CLSID-string.
In some cases, Excel 2007 apparently relies on CLSIDToString properly
parsing an "invalid" CLSID string where extra bytes are appended.
Huw Davies [Thu, 28 Apr 2011 08:57:05 +0000 (09:57 +0100)]
gdi32: Now that we have our own Bresenham routine, we don't need the LPARAM cast.
Marcus Meissner [Thu, 28 Apr 2011 11:30:36 +0000 (13:30 +0200)]
inetcomm: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:32:20 +0000 (13:32 +0200)]
shlwapi: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:46:11 +0000 (13:46 +0200)]
dbghelp: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:28:49 +0000 (13:28 +0200)]
d3dxof: Mark internal symbols as hidden.
Marcus Meissner [Thu, 28 Apr 2011 11:27:42 +0000 (13:27 +0200)]
wnaspi32: Mark internal symbols as hidden.
Francois Gouget [Thu, 28 Apr 2011 10:04:22 +0000 (12:04 +0200)]
appwiz.cpl: Fix ellipsis usage in the button labels.
Francois Gouget [Thu, 28 Apr 2011 09:56:21 +0000 (11:56 +0200)]
wordpad: Fix ellipsis usage in the menu labels.
Francois Gouget [Thu, 28 Apr 2011 09:55:50 +0000 (11:55 +0200)]
shdocvw: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Thu, 28 Apr 2011 09:54:35 +0000 (11:54 +0200)]
gameux: Remove WINAPI on static functions where not needed.
Francois Gouget [Thu, 28 Apr 2011 09:30:10 +0000 (11:30 +0200)]
msvcrt: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Thu, 28 Apr 2011 09:29:07 +0000 (11:29 +0200)]
msvfw32: Use constants instead of hard-coded numbers for the resources.
Alexandre Julliard [Thu, 28 Apr 2011 11:07:05 +0000 (13:07 +0200)]
winex11: Grab the mouse in the thread that owns the foreground window if possible.
Alexandre Julliard [Thu, 28 Apr 2011 10:36:30 +0000 (12:36 +0200)]
atl: Specify the correct instance and cursor when registering a class.
Matteo Bruni [Wed, 27 Apr 2011 20:53:55 +0000 (22:53 +0200)]
wined3d: Remove an unused field.
Matteo Bruni [Fri, 22 Apr 2011 19:59:56 +0000 (21:59 +0200)]
wined3d: Split pow instruction handling in the ARB backend.
Matteo Bruni [Thu, 21 Apr 2011 16:51:31 +0000 (18:51 +0200)]
wined3d: Remove rcp special handling of 0 from the ARB shader backend.
Matteo Bruni [Fri, 22 Apr 2011 19:59:31 +0000 (21:59 +0200)]
wined3d: Add missing temporary variable declaration to ARB shader backend.
André Hentschel [Wed, 27 Apr 2011 17:45:49 +0000 (19:45 +0200)]
winegcc: Forward -mcpu to winebuild.
André Hentschel [Wed, 27 Apr 2011 17:45:11 +0000 (19:45 +0200)]
winebuild: Use -mcpu option for the assembler.
André Hentschel [Wed, 27 Apr 2011 19:08:49 +0000 (21:08 +0200)]
dbghelp: Implement rudimentary stack walk for ARM.
Ken Thomases [Wed, 27 Apr 2011 23:02:47 +0000 (18:02 -0500)]
winecoreaudio.drv: Link against ole32 for CoTaskMemAlloc/Free.
Michael Stefaniuc [Wed, 27 Apr 2011 22:51:19 +0000 (00:51 +0200)]
shdocvw: Merge the Destroy functions into the coresponding Release functions.
Michael Stefaniuc [Wed, 27 Apr 2011 22:48:47 +0000 (00:48 +0200)]
shdocvw: COM cleanup in shlinstobj.c.
Dylan Smith [Wed, 27 Apr 2011 22:12:20 +0000 (18:12 -0400)]
d3dx9: Implement ID3DXMesh::DrawSubset.
Dylan Smith [Wed, 27 Apr 2011 22:12:14 +0000 (18:12 -0400)]
d3dx9: Implement GetAttributeTable and SetAttributeTable.
Dylan Smith [Wed, 27 Apr 2011 22:12:05 +0000 (18:12 -0400)]
d3dx9: Implement LockAttributeBuffer & UnlockAttributeBuffer.
Dylan Smith [Wed, 27 Apr 2011 22:11:58 +0000 (18:11 -0400)]
d3dx9: Implement GetNumBytesPerVertex using the vertex declaration.
If a declaration without a corresponding FVF is used to create the mesh,
then its declaration must be used to get the vertex size.
Dylan Smith [Wed, 27 Apr 2011 22:11:48 +0000 (18:11 -0400)]
d3dx9: D3DXCreateMesh rejects declarations with non-zero streams.
Henri Verbeet [Wed, 27 Apr 2011 18:21:43 +0000 (20:21 +0200)]
wined3d: Merge the IWineD3DSurface::SetFormat() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:42 +0000 (20:21 +0200)]
wined3d: Merge the IWineD3DSurface::SetMem() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:41 +0000 (20:21 +0200)]
wined3d: Merge the IWineD3DSurface::ReleaseDC() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:40 +0000 (20:21 +0200)]
wined3d: Merge the IWineD3DSurface::GetDC() implementations.
Henri Verbeet [Wed, 27 Apr 2011 18:21:39 +0000 (20:21 +0200)]
wined3d: Merge the IWineD3DSurface::PreLoad() implementations.
Piotr Caban [Wed, 27 Apr 2011 18:09:00 +0000 (20:09 +0200)]
msvcrt: Added _set_printf_count_output and _get_printf_count_output implementation.
Piotr Caban [Wed, 27 Apr 2011 18:08:41 +0000 (20:08 +0200)]
msvcrt: Added wcsrtombs implementation.