Alexandre Julliard [Thu, 19 Feb 2009 13:56:34 +0000 (14:56 +0100)]
tests: When tracing is enabled, output the todo tests too.
Huw Davies [Thu, 19 Feb 2009 12:34:34 +0000 (12:34 +0000)]
gdi32/tests: Add tests for the 120 dpi bitmap fonts.
Huw Davies [Thu, 19 Feb 2009 10:41:34 +0000 (10:41 +0000)]
gdi32: Set the font family as FF_MODERN if the panose marks it as monospaced.
Huw Davies [Wed, 18 Feb 2009 22:52:22 +0000 (22:52 +0000)]
gdi32/tests: Output the requested font name on failure.
Huw Davies [Wed, 18 Feb 2009 22:44:44 +0000 (22:44 +0000)]
gdi32/tests: Output the required font height if the test fails.
Huw Davies [Thu, 19 Feb 2009 12:50:45 +0000 (12:50 +0000)]
comdlg32/tests: Vista can return a failure from StartDoc when using the XPS driver - don't fail the test in this case.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:44:41 +0000 (20:44 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_fontFamily.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:41:45 +0000 (20:41 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_position.
Alexandre Julliard [Thu, 19 Feb 2009 13:23:49 +0000 (14:23 +0100)]
user32/tests: Try harder to make the window receive keystrokes.
Alexandre Julliard [Thu, 19 Feb 2009 12:06:35 +0000 (13:06 +0100)]
include: Avoid redefinition of WIN32 in twain.h.
Alexandre Julliard [Thu, 19 Feb 2009 11:55:23 +0000 (12:55 +0100)]
winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise.
Alexandre Julliard [Thu, 19 Feb 2009 11:54:44 +0000 (12:54 +0100)]
msctf/tests: Don't import uuid.
Paul Vriens [Thu, 19 Feb 2009 10:53:54 +0000 (11:53 +0100)]
ddraw/tests: Use skip() instead of trace().
Paul Vriens [Thu, 19 Feb 2009 10:20:29 +0000 (11:20 +0100)]
ddraw/tests: Don't crash on W2K.
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)]
quartz: Use a more appropriate size for the video renderer window.
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)]
d3d9: Also copy the AutoDepthStencilFormat field in GetPresentParameters().
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)]
wined3d: Add some traces to state handlers.
Should make it a bit clearer what's happening in some cases.
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)]
wined3d: Allow floating point values for WINED3DDECLUSAGE_BLENDWEIGHT.
glWeightPointerARB() obviously accepts floating point data.
Aurimas Fischer [Tue, 17 Feb 2009 22:22:39 +0000 (00:22 +0200)]
winecfg: Unify/fix some Lithuanian translated strings.
Aurimas Fischer [Tue, 17 Feb 2009 22:22:39 +0000 (00:22 +0200)]
comdlg32: Unify/fix some Lithuanian translated strings.
Aurimas Fischer [Tue, 17 Feb 2009 22:24:07 +0000 (00:24 +0200)]
shell32: Add Lithuanian translation.
Anders Jonsson [Wed, 18 Feb 2009 22:01:38 +0000 (23:01 +0100)]
oleview: Add Swedish translation.
Anders Jonsson [Wed, 18 Feb 2009 22:00:05 +0000 (23:00 +0100)]
taskmgr: Add Swedish translation.
Anders Jonsson [Wed, 18 Feb 2009 21:57:26 +0000 (22:57 +0100)]
browseui: Add Swedish translation.
Michael Stefaniuc [Thu, 19 Feb 2009 09:08:24 +0000 (10:08 +0100)]
winmm: Remove commented out code.
The code tried to optimize the usage of the 32bit A(scii) winmm API
with a 16bit driver.
Michael Stefaniuc [Wed, 18 Feb 2009 21:46:59 +0000 (22:46 +0100)]
imaadp32.acm: Don't truncate a pointer by casting it to a DWORD.
Michael Stefaniuc [Wed, 18 Feb 2009 21:46:51 +0000 (22:46 +0100)]
qcap: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 18 Feb 2009 21:46:39 +0000 (22:46 +0100)]
shell32: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 18 Feb 2009 21:45:59 +0000 (22:45 +0100)]
shell32: Remove superfluous pointer casts from macros.
Rob Shearman [Wed, 18 Feb 2009 20:34:00 +0000 (20:34 +0000)]
gdi32: Move 16-bit functions not exported in gdi32.dll into files compiled only when 16-bit functionality is enabled.
Rob Shearman [Wed, 18 Feb 2009 20:32:50 +0000 (20:32 +0000)]
wineoss.drv: Use CP_UNIXCP instead of CP_ACP for converting strings that come from system library functions or system headers.
Rob Shearman [Wed, 18 Feb 2009 20:32:27 +0000 (20:32 +0000)]
winejoystick.drv: Use CP_UNIXCP instead of CP_ACP when converting a string that comes from the OS.
Rob Shearman [Wed, 18 Feb 2009 20:32:15 +0000 (20:32 +0000)]
widl: Fix typos in write_remoting_arg which caused ref pointers to unions to not result in direct calls to NonEncapsulatedUnion/EncapsulatedUnion functions.
Juan Lang [Wed, 18 Feb 2009 17:06:19 +0000 (09:06 -0800)]
oleaut32: Implement VarDecInt.
Juan Lang [Wed, 18 Feb 2009 17:05:51 +0000 (09:05 -0800)]
oleaut32: Implement VarDecFix.
Juan Lang [Wed, 18 Feb 2009 17:05:01 +0000 (09:05 -0800)]
oleaut32: Constify input parameter to VarR8FromDec.
With thanks to Dmitry for spotting this.
Aric Stewart [Wed, 18 Feb 2009 14:32:26 +0000 (08:32 -0600)]
wininet: Handle cookie expiration.
Alexandre Julliard [Wed, 18 Feb 2009 15:45:44 +0000 (16:45 +0100)]
user32/tests: Ignore SPI_ICONVERTICALSPACING notifications. Don't reset mouse buttons if setting failed.
Juan M. Navarro [Tue, 17 Feb 2009 20:07:00 +0000 (12:07 -0800)]
msvcrt/tests: Avoid size_t in printf format.
Nikolay Sivov [Tue, 17 Feb 2009 19:45:21 +0000 (22:45 +0300)]
cmd: Reserve a place in buffer for NULL terminator.
Nikolay Sivov [Tue, 17 Feb 2009 19:39:42 +0000 (22:39 +0300)]
cmd: Always add a new line in 'type' output on single file mode.
Michael Karcher [Wed, 18 Feb 2009 13:36:28 +0000 (14:36 +0100)]
kernel32: Free profile before reloading.
Huw Davies [Wed, 18 Feb 2009 12:42:50 +0000 (12:42 +0000)]
comdlg32/tests: Skip remaining tests if StartDoc fails.
Huw Davies [Wed, 18 Feb 2009 12:17:55 +0000 (12:17 +0000)]
gdi32/tests: From Vista onwards TabbedTextOut ignores justification, so remove that bit of the test.
Alistair Leslie-Hughes [Wed, 18 Feb 2009 09:30:08 +0000 (20:30 +1100)]
mshtml: Implement IHTMLStyle_get_marginLeft.
Alistair Leslie-Hughes [Wed, 18 Feb 2009 09:24:54 +0000 (20:24 +1100)]
mshtml: Implement IHTMLStyle_get_marginRight.
Alexandre Julliard [Wed, 18 Feb 2009 13:44:17 +0000 (14:44 +0100)]
msvcrt: Don't try to duplicate invalid handles. Don't reset std handles if we didn't set them.
Aric Stewart [Tue, 17 Feb 2009 16:40:34 +0000 (10:40 -0600)]
msctf: Added msctf tests.
Aric Stewart [Tue, 17 Feb 2009 16:29:21 +0000 (10:29 -0600)]
wininet: Make use of improved cookie functions and cookie paths.
Aric Stewart [Tue, 17 Feb 2009 16:29:08 +0000 (10:29 -0600)]
wininet: Complicated cookie value set/get tests.
Aric Stewart [Tue, 17 Feb 2009 16:29:03 +0000 (10:29 -0600)]
wininet: Add and match paths for cookies.
Aric Stewart [Tue, 17 Feb 2009 16:28:54 +0000 (10:28 -0600)]
wininet: When cracking a cookie url discard the webpage and ensure at least a path of '/'.
Aric Stewart [Tue, 17 Feb 2009 16:28:46 +0000 (10:28 -0600)]
wininet: Parse cookie information from cookie value.
Michael Stefaniuc [Tue, 17 Feb 2009 21:36:06 +0000 (22:36 +0100)]
msacm32: Fix some Win64 problems.
- dwInstance and dwDriver are a DWORD_PTR.
- acmF*Enum functions take a DWORD_PTR as 4th parameter.
- The last parameter of SendDlgItemMessage and MSACM_Message is a
LPARAM.
Michael Stefaniuc [Tue, 17 Feb 2009 21:05:24 +0000 (22:05 +0100)]
msacm32: Split out the 16bit parts of the private header.
Michael Stefaniuc [Tue, 17 Feb 2009 21:04:58 +0000 (22:04 +0100)]
msacm32.drv: dwInstance, dwParam1, dwParam2 and dwUser are DWORD_PTRs.
Fixes 63 Win64 compile warnings.
Huw Davies [Wed, 18 Feb 2009 10:33:12 +0000 (10:33 +0000)]
gdi32: The special handling of the character codes metrics for symbol fonts should be based on the presence of the MS symbol charmap rather than whether the font is enumerated as SYMBOL_CHARSET.
Huw Davies [Tue, 17 Feb 2009 16:35:34 +0000 (16:35 +0000)]
gdi32/tests: Win9x truncates the LONG elements of LOGFONT to 16 bit values.
Rein Klazes [Wed, 18 Feb 2009 06:49:15 +0000 (07:49 +0100)]
user32: Do not handle WM_ENDSESSION in DefWindowProc() with test.
Alexandre Julliard [Wed, 18 Feb 2009 12:04:50 +0000 (13:04 +0100)]
ntdll: Move the CPU-specific handling of current TEB to the respective signal files.
Alexandre Julliard [Wed, 18 Feb 2009 11:30:01 +0000 (12:30 +0100)]
ntdll: Determine the Unix tid for the server directly in ntdll.
Vincent Povirk [Tue, 17 Feb 2009 20:39:17 +0000 (14:39 -0600)]
gdiplus: Fix GdipCreateBitmapFromHBITMAP flipping images vertically.
GdipCreateBitmapFromHBITMAP currently assumes that all bitmaps are
top-down, even though a positive height (which it also assumes)
signals a bottom-up DIB. The net result is that
GdipCreateBitmapFromHBITMAP flips images vertically.
Vincent Povirk [Tue, 17 Feb 2009 20:05:37 +0000 (14:05 -0600)]
gdiplus: Handle negative stride in GdipCreateBitmapFromScan0.
Francois Gouget [Tue, 17 Feb 2009 17:56:22 +0000 (18:56 +0100)]
kernel32: Fix an off-by-one error in build_envp().
We need to take into account the trailing NULL in envp.
Francois Gouget [Tue, 17 Feb 2009 17:54:43 +0000 (18:54 +0100)]
wined3d: Make debug{fixup_channel_source,yuv_fixup}() static.
Francois Gouget [Tue, 17 Feb 2009 17:51:43 +0000 (18:51 +0100)]
winetest: Annotate xmalloc() and xrealloc() with allocation size attribute.
Francois Gouget [Tue, 17 Feb 2009 17:49:52 +0000 (18:49 +0100)]
wintrust: Make WINTRUST_ReAlloc() static.
Francois Gouget [Tue, 17 Feb 2009 17:49:07 +0000 (18:49 +0100)]
crypt32: Merge two traces.
Juan Lang [Tue, 17 Feb 2009 17:43:23 +0000 (09:43 -0800)]
oleaut32: Remove an errant semicolon.
Aric Stewart [Tue, 17 Feb 2009 16:25:44 +0000 (10:25 -0600)]
msctf: Implement ITfInputProcessorProfiles::IsEnabledLanguageProfile.
Aric Stewart [Tue, 17 Feb 2009 16:25:36 +0000 (10:25 -0600)]
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfileByDefault.
Aric Stewart [Tue, 17 Feb 2009 16:25:28 +0000 (10:25 -0600)]
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfile.
Stefano Guidoni [Mon, 16 Feb 2009 19:22:23 +0000 (20:22 +0100)]
msacm32: Typo in Italian resource file.
Huw Davies [Tue, 17 Feb 2009 15:43:09 +0000 (15:43 +0000)]
inetcomm/tests: AddRef on the stream doesn't return the ref count on win95.
Huw Davies [Tue, 17 Feb 2009 15:42:09 +0000 (15:42 +0000)]
inetcomm/tests: Object is a static singleton on win95.
Huw Davies [Tue, 17 Feb 2009 11:52:55 +0000 (11:52 +0000)]
gdi32/tests: Allow the first char code to point to glyph 0 (the .notdef glyph).
Huw Davies [Tue, 17 Feb 2009 11:49:02 +0000 (11:49 +0000)]
gdi32: In a Baltic locale the last char of a symbol font is reported as 0xf8fd rather than 0xf0ff.
Huw Davies [Mon, 16 Feb 2009 23:22:55 +0000 (23:22 +0000)]
gdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont one element at a time.
Huw Davies [Mon, 16 Feb 2009 22:37:25 +0000 (22:37 +0000)]
gdi32/tests: Win98 and WinMe actually do set error codes.
Huw Davies [Mon, 16 Feb 2009 22:30:07 +0000 (22:30 +0000)]
gdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe.
Alexandre Julliard [Tue, 17 Feb 2009 13:58:11 +0000 (14:58 +0100)]
ole32/tests: Don't hang forever in the child process.
Alexandre Julliard [Tue, 17 Feb 2009 13:57:57 +0000 (14:57 +0100)]
user32/tests: Skip message tests if queuing keyboard events doesn't work.
Alexandre Julliard [Tue, 17 Feb 2009 13:57:23 +0000 (14:57 +0100)]
user32/tests: Test for failure to change system parameters even if getting them succeeded.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:29:58 +0000 (20:29 +1100)]
mshtml: Implement IHTMLStyle get/put minHeight.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:36:28 +0000 (20:36 +1100)]
mshtml: Add VT_I4 support to set_nsstyle_attr_var.
Alexandre Julliard [Tue, 17 Feb 2009 12:50:07 +0000 (13:50 +0100)]
shell32: Default to the more modern location for the user profile directory.
Michael Stefaniuc [Tue, 17 Feb 2009 09:53:34 +0000 (10:53 +0100)]
wintrust/tests: Fix typos in ok() strings.
Stefan Dösinger [Mon, 16 Feb 2009 23:25:51 +0000 (00:25 +0100)]
wined3d: Pass the requested srgb flag to PreLoad.
Add a new wined3d-internal PreLoad function to textures and surfaces
that takes a parameter specifying wether the rgb or srgb texture
should be loaded.
Stefan Dösinger [Mon, 16 Feb 2009 22:30:36 +0000 (23:30 +0100)]
wined3d: Add a debug function for surface locations.
Stefan Dösinger [Fri, 16 Jan 2009 15:22:09 +0000 (16:22 +0100)]
wined3d: Duplicate GL textures for srgb switching.
This reduces the number of srgb switching reloads quite a lot. The only
situation in which a reload is needed is if the rgb copy is modified on the GL
side and the srgb copy is needed.
Rob Shearman [Tue, 17 Feb 2009 09:48:25 +0000 (09:48 +0000)]
ole32: Round the extected size in the marshal and moniker tests using the results of sizing a global, not a heap pointer.
The rounding isn't the same on Win9x, and the size being compared to
is that of a global handle.
Rob Shearman [Tue, 17 Feb 2009 09:47:44 +0000 (09:47 +0000)]
include: Add WDT_INPROC64_CALL cases to unions in wtypes.idl.
Nikolay Sivov [Tue, 17 Feb 2009 09:29:47 +0000 (12:29 +0300)]
gdiplus: Fix a docheader typo, add some missed headers.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:06:18 +0000 (20:06 +1100)]
urlmon: Fix PutProperty_CLASSIDPROP check under win98 to w2k.
Michael Stefaniuc [Mon, 16 Feb 2009 21:09:01 +0000 (22:09 +0100)]
gdi32: SetAbortProc is not a 16bit function but a 32bit one.
Dylan Smith [Mon, 16 Feb 2009 17:35:56 +0000 (12:35 -0500)]
hhctrl.ocx: Handle quoted filenames in doWinMain.
Dylan Smith [Mon, 16 Feb 2009 18:50:26 +0000 (13:50 -0500)]
richedit: Removed unused ME_Document structure.
The ME_TextBuffer structure is what is used to store the document (as
a linked list), so the ME_Document structure isn't being used. There
was also a document pointer in the ME_Paragraph structure that was
also unused, so I removed it because it is probably related to this
used structure.
David Adam [Mon, 16 Feb 2009 16:39:12 +0000 (17:39 +0100)]
d3drm: D3DRMQuaternionSlerp should be tested against returned Windows values.
Alexandre Julliard [Tue, 17 Feb 2009 11:46:44 +0000 (12:46 +0100)]
ntdll/tests: Don't pass uninitialized object attributes to symlink functions.
Alexandre Julliard [Tue, 17 Feb 2009 11:46:08 +0000 (12:46 +0100)]
makefiles: Do not install progman, uninstaller and winebrowser in the bin directory.