wine
12 years agoinclude: Add the missing guiddef.h include directives.
Francois Gouget [Tue, 20 Dec 2011 08:18:07 +0000 (09:18 +0100)] 
include: Add the missing guiddef.h include directives.

12 years agoinclude: Add a few missing include directives to shlguid.h.
Francois Gouget [Tue, 20 Dec 2011 08:17:27 +0000 (09:17 +0100)] 
include: Add a few missing include directives to shlguid.h.

12 years agodlls: Standardize on 'static const WCHAR' for our Unicode string literals.
Francois Gouget [Tue, 20 Dec 2011 08:12:07 +0000 (09:12 +0100)] 
dlls: Standardize on 'static const WCHAR' for our Unicode string literals.

Do the same for the corresponding Ansi strings.

12 years agokernel32: Add a test for MapViewOfFile called on a not accessible mapping.
Dmitry Timoshkov [Tue, 20 Dec 2011 08:33:20 +0000 (16:33 +0800)] 
kernel32: Add a test for MapViewOfFile called on a not accessible mapping.

12 years agouser32/tests: Test that ToUnicode null-terminates the buffer if it's big enough.
Ken Thomases [Tue, 20 Dec 2011 04:00:08 +0000 (22:00 -0600)] 
user32/tests: Test that ToUnicode null-terminates the buffer if it's big enough.

12 years agowinex11: Have ToUnicodeEx null-terminate the output buffer, if there's room.
Ken Thomases [Tue, 20 Dec 2011 03:59:56 +0000 (21:59 -0600)] 
winex11: Have ToUnicodeEx null-terminate the output buffer, if there's room.

12 years agocomdlg32: Fix a leak.
Ken Thomases [Tue, 20 Dec 2011 03:59:39 +0000 (21:59 -0600)] 
comdlg32: Fix a leak.

12 years agojscript: Don't double free IObjectWithSite interface.
Alistair Leslie-Hughes [Tue, 20 Dec 2011 03:49:57 +0000 (14:49 +1100)] 
jscript: Don't double free IObjectWithSite interface.

12 years agowinealsa.drv: Limit the data written to ALSA's buffer.
Andrew Eikum [Mon, 19 Dec 2011 21:24:13 +0000 (15:24 -0600)] 
winealsa.drv: Limit the data written to ALSA's buffer.

Based on an algorithm by Alexey Loukianov.

12 years agowined3d: Get rid of the WINED3DRENDERSTATETYPE typedef.
Henri Verbeet [Mon, 19 Dec 2011 20:00:09 +0000 (21:00 +0100)] 
wined3d: Get rid of the WINED3DRENDERSTATETYPE typedef.

12 years agowined3d: Get rid of the WINED3DDEGREETYPE typedef.
Henri Verbeet [Mon, 19 Dec 2011 20:00:08 +0000 (21:00 +0100)] 
wined3d: Get rid of the WINED3DDEGREETYPE typedef.

12 years agoddraw/tests: Move the Direct3D7 ProcessVertices() test to ddraw7.c.
Henri Verbeet [Mon, 19 Dec 2011 20:00:07 +0000 (21:00 +0100)] 
ddraw/tests: Move the Direct3D7 ProcessVertices() test to ddraw7.c.

12 years agoddraw/tests: Add a ProcessVertices() test for Direct3D3.
Henri Verbeet [Mon, 19 Dec 2011 20:00:06 +0000 (21:00 +0100)] 
ddraw/tests: Add a ProcessVertices() test for Direct3D3.

12 years agoddraw/tests: Remove some error checking from ProcessVerticesTest().
Henri Verbeet [Mon, 19 Dec 2011 20:00:05 +0000 (21:00 +0100)] 
ddraw/tests: Remove some error checking from ProcessVerticesTest().

12 years agocomctl32: Fix parameter validation for CreateMRUListLazyA().
Nikolay Sivov [Mon, 19 Dec 2011 20:48:43 +0000 (23:48 +0300)] 
comctl32: Fix parameter validation for CreateMRUListLazyA().

12 years agowordpad: Merge accelerators into the main resource file.
Alexandre Julliard [Mon, 19 Dec 2011 19:14:23 +0000 (20:14 +0100)] 
wordpad: Merge accelerators into the main resource file.

12 years agowinefile: Merge accelerators into the main resource file.
Alexandre Julliard [Mon, 19 Dec 2011 19:14:11 +0000 (20:14 +0100)] 
winefile: Merge accelerators into the main resource file.

12 years agoregedit: Merge accelerators into the main resource file.
Alexandre Julliard [Mon, 19 Dec 2011 19:13:45 +0000 (20:13 +0100)] 
regedit: Merge accelerators into the main resource file.

12 years agod3dx9/tests: Add a D3DXValidMesh test.
Michael Mc Donnell [Sun, 11 Dec 2011 16:38:20 +0000 (17:38 +0100)] 
d3dx9/tests: Add a D3DXValidMesh test.

12 years agowinedump: Remove unused parameter from codeview_dump_linetab(). codeview_dump_linetab().
Gerald Pfeifer [Sun, 11 Dec 2011 08:25:16 +0000 (16:25 +0800)] 
winedump: Remove unused parameter from codeview_dump_linetab(). codeview_dump_linetab().

12 years agomsvcp90: Use macro to define RTTI data.
Piotr Caban [Mon, 19 Dec 2011 14:55:16 +0000 (15:55 +0100)] 
msvcp90: Use macro to define RTTI data.

12 years agomsvcp90: Added collate<char> constructors implementation.
Piotr Caban [Mon, 19 Dec 2011 14:53:54 +0000 (15:53 +0100)] 
msvcp90: Added collate<char> constructors implementation.

12 years agomsvcp90: Reorder classes to avoid forward declarations.
Piotr Caban [Mon, 19 Dec 2011 14:53:36 +0000 (15:53 +0100)] 
msvcp90: Reorder classes to avoid forward declarations.

12 years agows2_32: Return the right value for SO_CONNECT_TIME if the socket is not connected.
Hans Leidekker [Mon, 19 Dec 2011 14:42:08 +0000 (15:42 +0100)] 
ws2_32: Return the right value for SO_CONNECT_TIME if the socket is not connected.

12 years agoiphlpapi: Add a stub implementation of GetExtendedTcpTable.
Hans Leidekker [Mon, 19 Dec 2011 14:41:48 +0000 (15:41 +0100)] 
iphlpapi: Add a stub implementation of GetExtendedTcpTable.

12 years agowinhttp/tests: Avoid crashes on some win2k systems.
Hans Leidekker [Mon, 19 Dec 2011 14:41:21 +0000 (15:41 +0100)] 
winhttp/tests: Avoid crashes on some win2k systems.

12 years agowined3d: Get rid of the WINED3DBLENDOP typedef.
Henri Verbeet [Mon, 19 Dec 2011 14:16:53 +0000 (15:16 +0100)] 
wined3d: Get rid of the WINED3DBLENDOP typedef.

12 years agowined3d: Get rid of the WINED3DBLEND typedef.
Henri Verbeet [Mon, 19 Dec 2011 14:16:52 +0000 (15:16 +0100)] 
wined3d: Get rid of the WINED3DBLEND typedef.

12 years agoddraw/tests: Introduce proper vector types.
Henri Verbeet [Mon, 19 Dec 2011 14:16:51 +0000 (15:16 +0100)] 
ddraw/tests: Introduce proper vector types.

12 years agoddraw/tests: Remove a redundant IDirect3DDevice7_SetViewport() call.
Henri Verbeet [Mon, 19 Dec 2011 14:16:50 +0000 (15:16 +0100)] 
ddraw/tests: Remove a redundant IDirect3DDevice7_SetViewport() call.

12 years agoddraw/tests: Introduce some functions for comparing floating-point vectors.
Henri Verbeet [Mon, 19 Dec 2011 14:16:49 +0000 (15:16 +0100)] 
ddraw/tests: Introduce some functions for comparing floating-point vectors.

12 years agojscript: Use compiler for hanling empty statements.
Jacek Caban [Mon, 19 Dec 2011 14:00:06 +0000 (15:00 +0100)] 
jscript: Use compiler for hanling empty statements.

12 years agojscript: Use compiler for handling if statement.
Jacek Caban [Mon, 19 Dec 2011 13:59:51 +0000 (14:59 +0100)] 
jscript: Use compiler for handling if statement.

12 years agojscript: Use compiler for handling expression statements.
Jacek Caban [Mon, 19 Dec 2011 13:59:34 +0000 (14:59 +0100)] 
jscript: Use compiler for handling expression statements.

12 years agojscript: Use bytecode for execution main code block in exec_source.
Jacek Caban [Mon, 19 Dec 2011 13:59:12 +0000 (14:59 +0100)] 
jscript: Use bytecode for execution main code block in exec_source.

12 years agojscript: Use bytecode for block statement implementation.
Jacek Caban [Mon, 19 Dec 2011 13:58:42 +0000 (14:58 +0100)] 
jscript: Use bytecode for block statement implementation.

12 years agojscript: Store type information in statement nodes.
Jacek Caban [Mon, 19 Dec 2011 13:58:19 +0000 (14:58 +0100)] 
jscript: Store type information in statement nodes.

12 years agousp10: Add Mathematical Alphanumeric Symbols script.
Aric Stewart [Mon, 19 Dec 2011 13:25:17 +0000 (07:25 -0600)] 
usp10: Add Mathematical Alphanumeric Symbols script.

12 years agousp10: Add Osmanya script.
Aric Stewart [Sun, 18 Dec 2011 03:27:15 +0000 (21:27 -0600)] 
usp10: Add Osmanya script.

12 years agousp10: Add Deseret script.
Aric Stewart [Sun, 18 Dec 2011 03:27:02 +0000 (21:27 -0600)] 
usp10: Add Deseret script.

12 years agousp10: Handle surrogate pairs when shaping.
Aric Stewart [Fri, 16 Dec 2011 19:15:47 +0000 (13:15 -0600)] 
usp10: Handle surrogate pairs when shaping.

12 years agousp10: Decode surrogate pairs in get_char_script and handle ranges beyond the BMP.
Aric Stewart [Fri, 16 Dec 2011 19:15:43 +0000 (13:15 -0600)] 
usp10: Decode surrogate pairs in get_char_script and handle ranges beyond the BMP.

12 years agousp10: Code for the cmap format 12 table for unicode code points beyond the BMP.
Aric Stewart [Mon, 19 Dec 2011 13:25:00 +0000 (07:25 -0600)] 
usp10: Code for the cmap format 12 table for unicode code points beyond the BMP.

12 years agommdevapi: Enforce limits on period and duration.
Jörg Höhle [Thu, 15 Dec 2011 22:07:41 +0000 (23:07 +0100)] 
mmdevapi: Enforce limits on period and duration.

12 years agocrypt32: Avoid reading unitialized variables (Coverity).
Frédéric Delanoy [Fri, 16 Dec 2011 12:35:29 +0000 (13:35 +0100)] 
crypt32: Avoid reading unitialized variables (Coverity).

12 years agogdi32: Remove support for deferring brush calls to X11, all brush types are supported...
Alexandre Julliard [Mon, 19 Dec 2011 10:35:14 +0000 (11:35 +0100)] 
gdi32: Remove support for deferring brush calls to X11, all brush types are supported now.

12 years agowinex11: Remove DIB locking calls from all blitting entry points.
Alexandre Julliard [Mon, 19 Dec 2011 10:34:44 +0000 (11:34 +0100)] 
winex11: Remove DIB locking calls from all blitting entry points.

12 years agowinex11: Only take managed popups into account when deciding whether to make a window...
Alexandre Julliard [Mon, 19 Dec 2011 10:12:38 +0000 (11:12 +0100)] 
winex11: Only take managed popups into account when deciding whether to make a window managed.

12 years agowinex11: Hardcode the MWM hints for the desktop window.
Alexandre Julliard [Mon, 19 Dec 2011 10:12:12 +0000 (11:12 +0100)] 
winex11: Hardcode the MWM hints for the desktop window.

12 years agopo: Updated Korean translation.
Hwang YunSong [Sun, 18 Dec 2011 13:10:18 +0000 (22:10 +0900)] 
po: Updated Korean translation.

12 years agopo: Update German translation.
André Hentschel [Sun, 18 Dec 2011 12:53:19 +0000 (13:53 +0100)] 
po: Update German translation.

12 years agomsxml3: Support VT_VARIANT|VT_BYREF for body data.
Nikolay Sivov [Sun, 18 Dec 2011 21:20:59 +0000 (00:20 +0300)] 
msxml3: Support VT_VARIANT|VT_BYREF for body data.

12 years agomsxml3: Use ascii/utf-8 encoding for request body.
Nikolay Sivov [Sun, 18 Dec 2011 20:24:58 +0000 (23:24 +0300)] 
msxml3: Use ascii/utf-8 encoding for request body.

12 years agomsxml3: libxml2 is not used for writer.
Nikolay Sivov [Sun, 18 Dec 2011 18:12:19 +0000 (21:12 +0300)] 
msxml3: libxml2 is not used for writer.

12 years agomsxml3: Implement response headers access methods.
Nikolay Sivov [Sun, 18 Dec 2011 18:00:24 +0000 (21:00 +0300)] 
msxml3: Implement response headers access methods.

12 years agomsxml3: Skip leading space characters when loading from BSTR.
Nikolay Sivov [Sat, 17 Dec 2011 22:21:09 +0000 (01:21 +0300)] 
msxml3: Skip leading space characters when loading from BSTR.

12 years agousp10: N'Ko uses the Ebrima font as a fallback.
Aric Stewart [Fri, 16 Dec 2011 20:46:29 +0000 (14:46 -0600)] 
usp10: N'Ko uses the Ebrima font as a fallback.

12 years agouser32: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:35 +0000 (13:06 +0100)] 
user32: Avoid hardcoding the Unicode string literal lengths.

12 years agoRelease 1.3.35. wine-1.3.35
Frédéric Delanoy [Thu, 15 Dec 2011 20:35:06 +0000 (21:35 +0100)] 
Release 1.3.35.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Fri, 2 Dec 2011 17:06:48 +0000 (19:06 +0200)] 
po: Update Lithuanian translation.

12 years agopo: Update Italian translation.
Luca Bennati [Thu, 15 Dec 2011 23:46:51 +0000 (00:46 +0100)] 
po: Update Italian translation.

12 years agocomctl32/tests: Fix a test failure on older Windows.
Alexandre Julliard [Fri, 16 Dec 2011 18:47:27 +0000 (19:47 +0100)] 
comctl32/tests: Fix a test failure on older Windows.

12 years agocmd: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:23 +0000 (13:06 +0100)] 
cmd: Avoid hardcoding the Unicode string literal lengths.

12 years agosetupapi: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:38 +0000 (13:06 +0100)] 
setupapi: Avoid hardcoding the Unicode string literal lengths.

12 years agostrmbase: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:11 +0000 (13:06 +0100)] 
strmbase: Avoid hardcoding the Unicode string literal lengths.

12 years agofusion: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:08:38 +0000 (13:08 +0100)] 
fusion: Avoid hardcoding the Unicode string literal lengths.

12 years agoattrib: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:27 +0000 (13:06 +0100)] 
attrib: Avoid hardcoding the Unicode string literal lengths.

12 years agomlang/tests: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:26 +0000 (13:07 +0100)] 
mlang/tests: Avoid hardcoding the Unicode string literal lengths.

12 years agoole32: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:09 +0000 (13:07 +0100)] 
ole32: Avoid hardcoding the Unicode string literal lengths.

12 years agogdi32: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:08:31 +0000 (13:08 +0100)] 
gdi32: Avoid hardcoding the Unicode string literal lengths.

12 years agokernel32: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:08:23 +0000 (13:08 +0100)] 
kernel32: Avoid hardcoding the Unicode string literal lengths.

12 years agokrnl386.exe16: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:35 +0000 (13:07 +0100)] 
krnl386.exe16: Avoid hardcoding the Unicode string literal lengths.

12 years agontdll: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:20 +0000 (13:07 +0100)] 
ntdll: Avoid hardcoding the Unicode string literal lengths.

12 years agoquartz: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:07:04 +0000 (13:07 +0100)] 
quartz: Avoid hardcoding the Unicode string literal lengths.

12 years agoriched20: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:45 +0000 (13:06 +0100)] 
riched20: Avoid hardcoding the Unicode string literal lengths.

12 years agowindowscodecs: Avoid hardcoding the Unicode string literal lengths.
Francois Gouget [Fri, 16 Dec 2011 12:06:31 +0000 (13:06 +0100)] 
windowscodecs: Avoid hardcoding the Unicode string literal lengths.

12 years agotaskmgr: Remove unneeded and untranslatable widget labels.
Francois Gouget [Fri, 16 Dec 2011 12:05:58 +0000 (13:05 +0100)] 
taskmgr: Remove unneeded and untranslatable widget labels.

12 years agooleaut32: Fix IPicture::SelectPicture to not try to select a bitmap into two DCs...
Alexandre Julliard [Fri, 16 Dec 2011 15:29:12 +0000 (16:29 +0100)] 
oleaut32: Fix IPicture::SelectPicture to not try to select a bitmap into two DCs at the same time.

12 years agouser32: Don't try to alpha blend icons on low color bitmaps.
Alexandre Julliard [Fri, 16 Dec 2011 13:20:56 +0000 (14:20 +0100)] 
user32: Don't try to alpha blend icons on low color bitmaps.

12 years agocomctl32: Use GetDIBits to retrieve the default color map for an imagelist DIB section.
Alexandre Julliard [Fri, 16 Dec 2011 13:20:05 +0000 (14:20 +0100)] 
comctl32: Use GetDIBits to retrieve the default color map for an imagelist DIB section.

12 years agocomctl32: Use DrawIconEx to copy icon bits and use the correct background color.
Alexandre Julliard [Fri, 16 Dec 2011 13:19:38 +0000 (14:19 +0100)] 
comctl32: Use DrawIconEx to copy icon bits and use the correct background color.

12 years agocomctl32/tests: Add some more tests for ImageList_Write.
Alexandre Julliard [Fri, 16 Dec 2011 12:07:45 +0000 (13:07 +0100)] 
comctl32/tests: Add some more tests for ImageList_Write.

12 years agontdll: Replace WRITE by WRITECOPY protection on an image section as Windows does.
Dmitry Timoshkov [Fri, 16 Dec 2011 06:45:23 +0000 (14:45 +0800)] 
ntdll: Replace WRITE by WRITECOPY protection on an image section as Windows does.

12 years agokernel32: Add a bunch of VirtualProtect tests on an image section.
Dmitry Timoshkov [Fri, 16 Dec 2011 06:45:01 +0000 (14:45 +0800)] 
kernel32: Add a bunch of VirtualProtect tests on an image section.

12 years agontdll: Setting WRITECOPY protection on a memory-mapped file is allowed.
Dmitry Timoshkov [Fri, 16 Dec 2011 06:44:35 +0000 (14:44 +0800)] 
ntdll: Setting WRITECOPY protection on a memory-mapped file is allowed.

12 years agojscript: Return VARIANT directly from expr_eval.
Jacek Caban [Fri, 16 Dec 2011 10:45:37 +0000 (11:45 +0100)] 
jscript: Return VARIANT directly from expr_eval.

12 years agojscript: Invoke bytecode directly from expr_eval.
Jacek Caban [Fri, 16 Dec 2011 10:44:27 +0000 (11:44 +0100)] 
jscript: Invoke bytecode directly from expr_eval.

12 years agojscript: Get rid of no longer needed expression eval entry.
Jacek Caban [Fri, 16 Dec 2011 10:44:03 +0000 (11:44 +0100)] 
jscript: Get rid of no longer needed expression eval entry.

12 years agojscript: Use bytecode for object literal implementation.
Jacek Caban [Fri, 16 Dec 2011 10:43:31 +0000 (11:43 +0100)] 
jscript: Use bytecode for object literal implementation.

12 years agojscript: Use bytecode for function expression implementation.
Jacek Caban [Fri, 16 Dec 2011 10:42:57 +0000 (11:42 +0100)] 
jscript: Use bytecode for function expression implementation.

12 years agomsxml3: Remove redundant type specifiers.
Nikolay Sivov [Fri, 16 Dec 2011 11:33:32 +0000 (14:33 +0300)] 
msxml3: Remove redundant type specifiers.

12 years agomsxml3: Don't use libxml2 encoding helpers.
Nikolay Sivov [Thu, 15 Dec 2011 23:36:53 +0000 (02:36 +0300)] 
msxml3: Don't use libxml2 encoding helpers.

12 years agomsvcp90: Added ctype<unsigned short> class stub.
Piotr Caban [Fri, 16 Dec 2011 10:32:33 +0000 (11:32 +0100)] 
msvcp90: Added ctype<unsigned short> class stub.

12 years agomsvcp90: Added ctype<wchar_t> class stub.
Piotr Caban [Fri, 16 Dec 2011 10:32:18 +0000 (11:32 +0100)] 
msvcp90: Added ctype<wchar_t> class stub.

12 years agomsvcp90: Added ctype<char> class stub.
Piotr Caban [Fri, 16 Dec 2011 10:32:03 +0000 (11:32 +0100)] 
msvcp90: Added ctype<char> class stub.

12 years agomsvcp90: Added ctype_base class implementation.
Piotr Caban [Fri, 16 Dec 2011 10:31:45 +0000 (11:31 +0100)] 
msvcp90: Added ctype_base class implementation.

12 years agogdi32/tests: Add tests for device capabilities on memory DCs.
Alexandre Julliard [Fri, 16 Dec 2011 11:09:02 +0000 (12:09 +0100)] 
gdi32/tests: Add tests for device capabilities on memory DCs.

12 years agowineps: Inherit the device mode from the source DC when creating a compatible DC.
Alexandre Julliard [Fri, 16 Dec 2011 11:08:38 +0000 (12:08 +0100)] 
wineps: Inherit the device mode from the source DC when creating a compatible DC.

12 years agowinex11: Update MWM hints when the window size changes.
Alexandre Julliard [Fri, 16 Dec 2011 11:08:08 +0000 (12:08 +0100)] 
winex11: Update MWM hints when the window size changes.

12 years agocomdlg32: Widen buffer to accomodate Catalan translation.
Alex Henrie [Fri, 16 Dec 2011 07:48:01 +0000 (00:48 -0700)] 
comdlg32: Widen buffer to accomodate Catalan translation.