Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)]
d3d8: Properly test for dynamic usage in device_parent_CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)]
d3d10core: Add a small test for CreateTexture2D().
Henri Verbeet [Fri, 16 Jan 2009 09:14:24 +0000 (10:14 +0100)]
dxgi: Add a small test for CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:24 +0000 (10:14 +0100)]
wined3d: Add an IWineD3DDeviceParent interface.
Other than being a bit nicer than passing function pointers all over the
place, this helps dxgi/d3d10. While the swapchain itself is created in dxgi,
its surfaces are constructed in d3d10core, which makes it impractical for dxgi
to pass the appropriate function pointers.
Jeff Latimer [Fri, 16 Jan 2009 00:40:31 +0000 (11:40 +1100)]
user32/tests: Clarify the msgs to differentiate Unicode and ASCII in tests.
Ge van Geldorp [Thu, 15 Jan 2009 12:07:41 +0000 (13:07 +0100)]
shell32/tests: Prevent crash on XP/W2K3.
Dylan Smith [Fri, 16 Jan 2009 04:50:20 +0000 (23:50 -0500)]
richedit: Respect the cbSize field on EM_GETPARAFORMAT.
EM_GETPARAFORMAT previously would overwrite the cbSize field with the
size of PARAFORMAT2, would read past the end of the struct, and might
indicate that PARAFORMAT2 fields are valid using the mask regardless
of the value of cbSize.
Dylan Smith [Fri, 16 Jan 2009 04:07:15 +0000 (23:07 -0500)]
richedit: Prevent copying PARAFORMAT2 fields from PARAFORMAT struct.
If a EM_SETPARAFORMAT message is sent to the richedit control with bits
in the dwMask field that correspond to PARAFORMAT2 fields, then these
fields should be ignored. Instead data was copied from outside of the
structure.
Michael Stefaniuc [Fri, 16 Jan 2009 08:53:59 +0000 (09:53 +0100)]
dplayx: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 16 Jan 2009 08:52:32 +0000 (09:52 +0100)]
winejack.drv: Remove superflouous pointer casts.
Austin English [Thu, 15 Jan 2009 21:24:58 +0000 (15:24 -0600)]
iphlpapi: Define RTF_MULTICAST if not available.
Dylan Smith [Thu, 15 Jan 2009 19:46:25 +0000 (14:46 -0500)]
richedit: Store an internal copy of the window style flags.
Dylan Smith [Thu, 15 Jan 2009 19:46:18 +0000 (14:46 -0500)]
richedit: Added tests for initial options.
Using the WS_VSCROLL style causes the ES_AUTOVSCROLL option to be set,
and using the WS_HSCROLL style causes the ES_AUTOHSCROLL flag to be
set (except with richedit v1.0).
Dylan Smith [Thu, 15 Jan 2009 16:03:49 +0000 (11:03 -0500)]
richedit: Fix implementation of handling Page Up/Down keys.
Hans Leidekker [Thu, 15 Jan 2009 15:41:53 +0000 (16:41 +0100)]
wininet: Calculate the header size if needed in HttpSendRequestW.
Hans Leidekker [Thu, 15 Jan 2009 15:41:42 +0000 (16:41 +0100)]
wininet: Implement InternetReadFileExW.
Alexandre Julliard [Fri, 16 Jan 2009 11:33:07 +0000 (12:33 +0100)]
user32/tests: Fix some more failures in the message test.
Alexandre Julliard [Fri, 16 Jan 2009 11:32:26 +0000 (12:32 +0100)]
server: Set stderr in line-buffered mode before doing anything else.
Alexandre Julliard [Thu, 15 Jan 2009 20:17:51 +0000 (21:17 +0100)]
winebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles.
Alexandre Julliard [Thu, 15 Jan 2009 14:43:58 +0000 (15:43 +0100)]
user32/tests: Add support for testing only some bits of wparam or lparam. Make some more messages optional.
Alexandre Julliard [Thu, 15 Jan 2009 13:45:53 +0000 (14:45 +0100)]
user32/tests: Print the failure position in the message sequence.
Hans Leidekker [Thu, 15 Jan 2009 08:59:29 +0000 (09:59 +0100)]
shell32: Implement GUIDFromStringW.
Dylan Smith [Wed, 14 Jan 2009 18:24:02 +0000 (13:24 -0500)]
richedit: Implemented the horizontal scrollbar.
Dylan Smith [Wed, 14 Jan 2009 18:23:57 +0000 (13:23 -0500)]
richedit: Clip painting to formatting rectangle.
Paul Bryan Roberts [Wed, 14 Jan 2009 07:20:30 +0000 (07:20 +0000)]
libwine: Avoid writing to repository during install.
Nikolay Sivov [Thu, 15 Jan 2009 06:30:11 +0000 (09:30 +0300)]
advapi32: Added SaferCreateLevel stub.
Nikolay Sivov [Thu, 15 Jan 2009 02:04:31 +0000 (05:04 +0300)]
advapi32/tests: Test for enumeration order preservation of reg keys.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:40:01 +0000 (18:40 +1100)]
mshtml: Implement IHTMLStyle get/put borderTopStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:39:23 +0000 (18:39 +1100)]
mshtml: Implement IHTMLStyle get/put borderRightStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:38:32 +0000 (18:38 +1100)]
mshtml: Implement IHTMLStyle get/put borderBottomStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:30:17 +0000 (18:30 +1100)]
mshtml: Implement IHTMLStyle get/put borderLeftStyle.
Alexandre Julliard [Thu, 15 Jan 2009 11:50:59 +0000 (12:50 +0100)]
user32: Use the message_data_t union when receiving a message.
Huw Davies [Thu, 15 Jan 2009 10:45:34 +0000 (10:45 +0000)]
comdlg32: Remove a couple of obsolete WARN()s.
Huw Davies [Thu, 15 Jan 2009 10:45:29 +0000 (10:45 +0000)]
comdlg32: Set the margin edit controls using unicode functions.
Huw Davies [Thu, 15 Jan 2009 10:45:25 +0000 (10:45 +0000)]
comdlg32: Simplify the margin initialization.
Huw Davies [Thu, 15 Jan 2009 10:45:21 +0000 (10:45 +0000)]
comdlg32: If a measurement system isn't specified use the default one and update the Flags field to reflect this.
Andrey Turkin [Thu, 15 Jan 2009 09:40:18 +0000 (12:40 +0300)]
qmgr: Make credentials stubs return success code.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)]
dsound: Don't convert single samples at a time.
This gives a minor performance improvement.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)]
wined3d: Remove some comments.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)]
wined3d: Implement a R5G6B5 to X8R8G8B8 surface format converter.
Based on a patch by Mike Ruprecht.
Henri Verbeet [Thu, 15 Jan 2009 08:58:44 +0000 (09:58 +0100)]
d3d10core: Add a stub ID3D10Texture2D implementation.
Henri Verbeet [Thu, 15 Jan 2009 08:58:44 +0000 (09:58 +0100)]
dxgi: Add a stub IDXGISurface implementation.
Michael Stefaniuc [Thu, 15 Jan 2009 08:44:36 +0000 (09:44 +0100)]
dxdiagn: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:47:14 +0000 (09:47 +0100)]
regedit: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:46:57 +0000 (09:46 +0100)]
msi: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:45:50 +0000 (09:45 +0100)]
msrle32: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:44:57 +0000 (09:44 +0100)]
msi/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:44:25 +0000 (09:44 +0100)]
mciseq: Remove superfluous pointer casts.
Lei Zhang [Wed, 14 Jan 2009 18:48:19 +0000 (10:48 -0800)]
quartz: Add a filtergraph test for mpeg files.
Andrey Turkin [Thu, 15 Jan 2009 09:39:47 +0000 (12:39 +0300)]
gdiplus: GdipLoadImageFromStream should use well-known pixel format constants when possible.
Andrey Turkin [Wed, 14 Jan 2009 19:31:06 +0000 (22:31 +0300)]
ole32: Do not crash in WriteClassStg if passed NULL pointer.
Andrey Turkin [Wed, 14 Jan 2009 17:28:09 +0000 (20:28 +0300)]
ole32: Add IContextCallback interface to context object.
Juan Lang [Wed, 14 Jan 2009 16:31:04 +0000 (08:31 -0800)]
shell32: Document SHFlushSFCache, and remove an unneeded fixme.
Hans Leidekker [Wed, 14 Jan 2009 15:20:11 +0000 (16:20 +0100)]
wininet: Send a content length header for all verbs other than GET.
Alexandre Julliard [Wed, 14 Jan 2009 19:36:42 +0000 (20:36 +0100)]
kernel32/tests: Add test cases for reading/writing process memory from an invalid buffer address.
Alexandre Julliard [Wed, 14 Jan 2009 19:36:27 +0000 (20:36 +0100)]
ntdll: Check buffer for access in NtRead/WriteVirtualMemory.
This also triggers page faults needed for DIB section access and write
watches.
Alexandre Julliard [Wed, 14 Jan 2009 19:20:14 +0000 (20:20 +0100)]
kernel32: Remove the DIB section hack in WriteFile now that NtWriteFile takes care of it.
Alexandre Julliard [Wed, 14 Jan 2009 19:19:42 +0000 (20:19 +0100)]
gdi32/tests: Add a test case for calling WriteFile with the DIB section bits as buffer.
Alexandre Julliard [Wed, 14 Jan 2009 19:18:29 +0000 (20:18 +0100)]
kernel32/tests: Add test cases for reading/writing from an invalid buffer address.
Alexandre Julliard [Wed, 14 Jan 2009 19:17:52 +0000 (20:17 +0100)]
ntdll: Check buffer for access in NtReadFile before performing I/O.
This also triggers page faults needed for write watches.
Alexandre Julliard [Wed, 14 Jan 2009 19:17:52 +0000 (20:17 +0100)]
ntdll: Check buffer for access in NtWriteFile before performing I/O.
This also triggers page faults needed for DIB section access.
Alexandre Julliard [Thu, 15 Jan 2009 11:03:08 +0000 (12:03 +0100)]
cabinet: Don't try to copy data from the file if we don't even have a data buffer.
Huw Davies [Wed, 14 Jan 2009 14:42:38 +0000 (14:42 +0000)]
comdlg32: We no longer need to update the dialog struct on exit as all of the information is up to date.
Huw Davies [Wed, 14 Jan 2009 14:43:08 +0000 (14:43 +0000)]
comdlg32: Use a unicode dialog.
Huw Davies [Wed, 14 Jan 2009 14:43:00 +0000 (14:43 +0000)]
comdlg32: Keep the DEVMODE's papersize member up to date.
Huw Davies [Wed, 14 Jan 2009 14:42:53 +0000 (14:42 +0000)]
comdlg32: Keep the DEVMODE's orientation member up to date.
Francois Gouget [Wed, 14 Jan 2009 13:52:50 +0000 (14:52 +0100)]
winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().
Francois Gouget [Wed, 14 Jan 2009 13:52:32 +0000 (14:52 +0100)]
winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.
Nikolay Sivov [Wed, 14 Jan 2009 13:28:58 +0000 (16:28 +0300)]
kernel32/tests: Some todo tests for CompareStringA and lstrcmpi.
Jeff Latimer [Wed, 14 Jan 2009 07:29:28 +0000 (18:29 +1100)]
user32/tests: Add tests for DdeGetData Ascii interface.
Jeff Latimer [Wed, 14 Jan 2009 07:29:18 +0000 (18:29 +1100)]
user32: Check for NULL pData in DdeClientTransAction expecting to be passed a handle.
Paul Vriens [Wed, 14 Jan 2009 13:29:56 +0000 (14:29 +0100)]
ddrawex/tests: Don't crash on win9x.
Paul Vriens [Wed, 14 Jan 2009 13:26:38 +0000 (14:26 +0100)]
setupapi/tests: Fix some test failures on win9x.
Francois Gouget [Wed, 14 Jan 2009 13:16:06 +0000 (14:16 +0100)]
configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing.
Francois Gouget [Wed, 14 Jan 2009 13:15:45 +0000 (14:15 +0100)]
ddrawex: Add a trailing '\n' to a Wine trace.
Francois Gouget [Wed, 14 Jan 2009 13:15:33 +0000 (14:15 +0100)]
widl: Add a trailing '\n' to an error() message.
Francois Gouget [Wed, 14 Jan 2009 13:15:26 +0000 (14:15 +0100)]
rpcrt4/tests: Add a trailing '\n' to ok() calls.
Dylan Smith [Tue, 13 Jan 2009 18:39:39 +0000 (13:39 -0500)]
richedit: Correct limitations on values for setting zoom ratio.
Dylan Smith [Tue, 13 Jan 2009 18:39:32 +0000 (13:39 -0500)]
richedit: Zoom in and out with mouse wheel with control held.
Dylan Smith [Tue, 13 Jan 2009 18:39:23 +0000 (13:39 -0500)]
richedit: Added tests for zooming.
The contents of the text can be zoomed in with EM_SETZOOM, or with the
mouse wheel. EM_SETZOOM is implemented, but these tests show bugs in
the implementation, and zooming using the mouse wheel isn't
implemented at all yet.
Andrey Turkin [Tue, 13 Jan 2009 22:59:03 +0000 (01:59 +0300)]
ole32/tests: Add test for IContextCallback.
Andrey Turkin [Tue, 13 Jan 2009 22:58:41 +0000 (01:58 +0300)]
include: Add ctxtcall.idl file with IContextCallback interface definition.
Michael Stefaniuc [Wed, 14 Jan 2009 08:51:43 +0000 (09:51 +0100)]
cryptnet: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:51:52 +0000 (09:51 +0100)]
d3d8: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:52:15 +0000 (09:52 +0100)]
dswave: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:52:24 +0000 (09:52 +0100)]
gdiplus: Remove superfluous pointer casts.
Henri Verbeet [Wed, 14 Jan 2009 09:01:12 +0000 (10:01 +0100)]
wined3d: Fix a memory leak in CreateSwapChain() error handling.
Henri Verbeet [Wed, 14 Jan 2009 09:01:11 +0000 (10:01 +0100)]
wined3d: Get rid of D3DCREATEOBJECTINSTANCE.
Henri Verbeet [Wed, 14 Jan 2009 09:01:11 +0000 (10:01 +0100)]
wined3d: Remove AddDirtyRect() from the public interface.
Henri Verbeet [Wed, 14 Jan 2009 09:01:10 +0000 (10:01 +0100)]
wined3d: Remove AddDirtyBox() from the public interface.
This is an internal wined3d function.
Henri Verbeet [Wed, 14 Jan 2009 09:01:10 +0000 (10:01 +0100)]
wined3d: Remove CleanDirtyBox().
It's never used.
Alexandre Julliard [Wed, 14 Jan 2009 11:53:42 +0000 (12:53 +0100)]
configure: Specify the target flags directly from configure to avoid trouble on BSD make.
Alexandre Julliard [Wed, 14 Jan 2009 11:52:53 +0000 (12:52 +0100)]
winebuild: Add -b as a short option for --target for gcc compatibility.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 08:22:54 +0000 (19:22 +1100)]
mshtml: Add missing IHTMLCurrentStyle interfaces.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 21:29:27 +0000 (08:29 +1100)]
msxml3: Add fixme for unsupported parameter.
Andrew Talbot [Tue, 13 Jan 2009 23:25:51 +0000 (23:25 +0000)]
riched20: Declare some functions static.
Hervé Chanal [Tue, 13 Jan 2009 15:58:41 +0000 (16:58 +0100)]
shell32: A nicer icon for desktop.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:31:29 +0000 (18:31 +0800)]
wrc: Warn for duplicate dialog ids.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:31:00 +0000 (18:31 +0800)]
wordpad: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:30:44 +0000 (18:30 +0800)]
winemine: Use "-1" as a "don't care value", fix dialog id duplicates.