Vincent Povirk [Thu, 10 Mar 2011 22:45:41 +0000 (16:45 -0600)]
gdiplus: Use GdipFillPath to implement GdipFillPolygonI.
Vincent Povirk [Thu, 10 Mar 2011 22:42:30 +0000 (16:42 -0600)]
gdiplus: Use GdipFillPath to implement GdipFillPolygon.
Henri Verbeet [Wed, 16 Mar 2011 17:58:04 +0000 (18:58 +0100)]
wined3d: Don't use surface_from_resource() to retrieve volumes.
This happened to work because the field offsets are the same.
Henri Verbeet [Wed, 16 Mar 2011 17:58:03 +0000 (18:58 +0100)]
wined3d: Get rid of IWineD3DBaseTexture::IsCondNP2().
Henri Verbeet [Wed, 16 Mar 2011 17:58:02 +0000 (18:58 +0100)]
wined3d: Get rid of IWineD3DTextureImpl.
Henri Verbeet [Wed, 16 Mar 2011 17:58:01 +0000 (18:58 +0100)]
wined3d: Get rid of IWineD3DTexture.
Alexandre Julliard [Wed, 16 Mar 2011 21:58:07 +0000 (22:58 +0100)]
gdi32: Add a null driver entry point for UnrealizePalette.
Alexandre Julliard [Wed, 16 Mar 2011 21:04:51 +0000 (22:04 +0100)]
gdi32: Add a null driver entry point for GetDeviceCaps.
Alexandre Julliard [Wed, 16 Mar 2011 20:45:39 +0000 (21:45 +0100)]
gdi32: Properly manage the driver stack during DC creation and deletion.
Alexandre Julliard [Wed, 16 Mar 2011 20:28:53 +0000 (21:28 +0100)]
gdi32: Get rid of the no longer used DC_SAVED flag.
Alexandre Julliard [Wed, 16 Mar 2011 20:14:24 +0000 (21:14 +0100)]
gdi32: Add null driver entry points for the DIB functions.
Jacek Caban [Wed, 16 Mar 2011 18:21:15 +0000 (19:21 +0100)]
shdocvw: Fixed allocation failure test.
Alexandre Julliard [Wed, 16 Mar 2011 16:41:08 +0000 (17:41 +0100)]
msvcrt: Export the __p_* functions on all platforms.
Huw Davies [Wed, 16 Mar 2011 13:41:59 +0000 (13:41 +0000)]
gdi32: Print the fixme when the pen is actually hatched.
Jacek Caban [Wed, 16 Mar 2011 13:27:29 +0000 (14:27 +0100)]
appwiz.cpl: Get rid of installing addons from cab file support.
Dmitry Timoshkov [Wed, 16 Mar 2011 10:46:00 +0000 (18:46 +0800)]
server: Explicitly add FILE_DELETE_CHILD permission when file write access is allowed.
Dmitry Timoshkov [Wed, 16 Mar 2011 10:45:43 +0000 (18:45 +0800)]
advapi32: Add a bunch of file access tests.
Dmitry Timoshkov [Wed, 16 Mar 2011 10:45:34 +0000 (18:45 +0800)]
advapi32: Fix the English language check.
Hans Leidekker [Wed, 16 Mar 2011 08:22:24 +0000 (09:22 +0100)]
msvcrt: Implement _set_security_error_handler.
Erich Hoover [Sat, 12 Mar 2011 02:22:40 +0000 (19:22 -0700)]
user32: Add a convenience function for retrieving the number of steps in a cursor.
Erich Hoover [Sat, 12 Mar 2011 02:21:26 +0000 (19:21 -0700)]
user32: Add get/release routines for accessing cursor frames.
Andrew Eikum [Tue, 15 Mar 2011 20:52:49 +0000 (15:52 -0500)]
oleaut32: Convert ITypeLibImpl to use standard linked list.
Andrew Eikum [Tue, 15 Mar 2011 20:52:46 +0000 (15:52 -0500)]
oleaut32: Convert TLBImpLib to use standard linked list.
Stefan Dösinger [Thu, 10 Mar 2011 19:11:50 +0000 (20:11 +0100)]
d3d9: Test depth stencil size mismatches.
Stefan Dösinger [Fri, 11 Mar 2011 10:28:19 +0000 (11:28 +0100)]
wined3d: Disable the depth stencil if it is smaller than the primary color buffer.
This way we get correct behavior if the application has depth and stencil related tests
disabled. If we attach the depth stencil GL limits the framebuffer size to the smallest
surface, making some parts of the framebuffer inaccessible.
Stefan Dösinger [Fri, 11 Mar 2011 10:49:01 +0000 (11:49 +0100)]
wined3d: Check the framebuffer setup in ValidateDevice.
Stefan Dösinger [Fri, 11 Mar 2011 10:15:25 +0000 (11:15 +0100)]
wined3d: Ignore clears when the framebuffer setup is broken.
Francois Gouget [Wed, 16 Mar 2011 07:11:08 +0000 (08:11 +0100)]
kernel32: Some spelling tweaks and fixes for the error messages.
Francois Gouget [Wed, 16 Mar 2011 07:32:51 +0000 (08:32 +0100)]
qcap: Make VfwPin_GetMediaTypeVersion() static.
Francois Gouget [Wed, 16 Mar 2011 07:59:13 +0000 (08:59 +0100)]
mscoree: Force_get_runtime_info() is not used so remove it.
Francois Gouget [Wed, 16 Mar 2011 07:57:16 +0000 (08:57 +0100)]
d3dx9_36/tests: Replace a malloc() with HeapAlloc()+HeapFree().
Francois Gouget [Wed, 16 Mar 2011 07:30:45 +0000 (08:30 +0100)]
msxml3: Make ConnectionPoint_Init() and BindStatusCallback_Detach() static.
Francois Gouget [Wed, 16 Mar 2011 07:32:24 +0000 (08:32 +0100)]
mscoree/tests: Make the test and cleanup functions static.
Francois Gouget [Wed, 16 Mar 2011 07:33:35 +0000 (08:33 +0100)]
msvcrt: Export _wcsupr_s_l().
Francois Gouget [Wed, 16 Mar 2011 07:32:56 +0000 (08:32 +0100)]
shell32/tests: Make test_ShellItemGetAttributes() static.
Francois Gouget [Wed, 16 Mar 2011 07:32:44 +0000 (08:32 +0100)]
quartz: Make some functions static.
Francois Gouget [Wed, 16 Mar 2011 07:32:32 +0000 (08:32 +0100)]
msi: Make get_assembly_record() static.
Francois Gouget [Wed, 16 Mar 2011 07:32:12 +0000 (08:32 +0100)]
dxdiagn: Make IDxDiagContainerImpl_QueryInterface() static.
Francois Gouget [Wed, 16 Mar 2011 07:32:17 +0000 (08:32 +0100)]
wininet/tests: Make test_InternetErrorDlg() static.
Francois Gouget [Wed, 16 Mar 2011 07:32:01 +0000 (08:32 +0100)]
hhctrl.ocx: Make AppendFullPathURL() static.
Francois Gouget [Wed, 16 Mar 2011 07:31:53 +0000 (08:31 +0100)]
npmshtml: The npmshtml debug channel is unused so remove it.
Francois Gouget [Wed, 16 Mar 2011 07:31:23 +0000 (08:31 +0100)]
sxs: The sxs debug channel is unused so remove it.
Francois Gouget [Wed, 16 Mar 2011 07:30:33 +0000 (08:30 +0100)]
mshtml: Make get_pos_rect() static.
Francois Gouget [Wed, 16 Mar 2011 07:30:26 +0000 (08:30 +0100)]
msxml3: Make element_get_dt() static and move it around to avoid a forward declaration.
Francois Gouget [Wed, 16 Mar 2011 07:29:58 +0000 (08:29 +0100)]
wined3d: Make IWineD3DVolumeImpl_GetResource() static.
Francois Gouget [Wed, 16 Mar 2011 07:29:47 +0000 (08:29 +0100)]
services: Make find_service_by_group() static.
Francois Gouget [Wed, 16 Mar 2011 07:26:52 +0000 (08:26 +0100)]
gdiplus: Remove GdiplusShutdown() as it is redudant with GdiplusShutdown_wrapper().
Francois Gouget [Wed, 16 Mar 2011 07:26:11 +0000 (08:26 +0100)]
gdiplus: Make load_ttf_name_id() static.
Francois Gouget [Wed, 16 Mar 2011 07:25:57 +0000 (08:25 +0100)]
comctl32/tests: Make init_tbsize_result() and tbsize_addbutton() static.
Francois Gouget [Wed, 16 Mar 2011 07:25:36 +0000 (08:25 +0100)]
advapi32: Make trustee_name_A_to_W() and free_trustee_name() static.
Francois Gouget [Wed, 16 Mar 2011 07:25:21 +0000 (08:25 +0100)]
winecfg: Add a full stop to an error message.
Francois Gouget [Wed, 16 Mar 2011 07:24:04 +0000 (08:24 +0100)]
cmd: Add full stops to some parameter descriptions in the usage.
Francois Gouget [Wed, 16 Mar 2011 07:23:33 +0000 (08:23 +0100)]
winmm: Add full stops to some error messages.
Francois Gouget [Wed, 16 Mar 2011 07:07:37 +0000 (08:07 +0100)]
msi: Small tweak to the usage for readability.
Francois Gouget [Wed, 16 Mar 2011 07:06:03 +0000 (08:06 +0100)]
user32/tests: Use NULL instead of casting 0.
Francois Gouget [Wed, 16 Mar 2011 07:05:45 +0000 (08:05 +0100)]
wordpad: Fix the background color menu label.
Łukasz Wojniłowicz [Tue, 15 Mar 2011 11:49:41 +0000 (12:49 +0100)]
po: Update Polish translation.
Austin Lund [Wed, 16 Mar 2011 09:59:26 +0000 (19:59 +1000)]
user32/tests: Output error information in cursoricon tests.
Hans Leidekker [Wed, 16 Mar 2011 08:22:59 +0000 (09:22 +0100)]
msi: Let the InstallFiles action determine which private assembly files to install.
Hans Leidekker [Wed, 16 Mar 2011 08:22:48 +0000 (09:22 +0100)]
msi: Skip reference counting for assembly components.
Huw Davies [Wed, 16 Mar 2011 10:07:40 +0000 (10:07 +0000)]
include: Uncomment EMRGRADIENTFILL.
Roderick Colenbrander [Wed, 16 Mar 2011 05:07:40 +0000 (22:07 -0700)]
wined3d: Add latest Nvidia GPUs.
Roderick Colenbrander [Wed, 16 Mar 2011 05:07:39 +0000 (22:07 -0700)]
wined3d: Update Nvidia Geforce6+ driver version.
Nikolay Sivov [Tue, 15 Mar 2011 21:35:55 +0000 (00:35 +0300)]
msxml3: Support VT_BSTR|VT_BYREF as source in load().
Nikolay Sivov [Tue, 15 Mar 2011 20:26:55 +0000 (23:26 +0300)]
msxml3: Merge save() tests to a single function.
Eric Pouech [Tue, 15 Mar 2011 21:26:55 +0000 (22:26 +0100)]
winedbg: Display a valid source file when reporting an error about a missing source file.
Eric Pouech [Tue, 15 Mar 2011 21:26:49 +0000 (22:26 +0100)]
winedbg: Also get rid of trailing \r in input_read_line.
Eric Pouech [Tue, 15 Mar 2011 20:17:48 +0000 (21:17 +0100)]
winegcc: Correctly manage the -V option (gcc expects to be among the first ones, with -b).
Eric Pouech [Tue, 15 Mar 2011 20:18:21 +0000 (21:18 +0100)]
winedbg: Added support for printing WCHAR in print_typed_basic.
Andrew Eikum [Tue, 15 Mar 2011 20:06:47 +0000 (15:06 -0500)]
include: Add defines for KSDATAFORMAT_SUBTYPE_ALAW and _MULAW.
Henri Verbeet [Tue, 15 Mar 2011 17:19:34 +0000 (18:19 +0100)]
wined3d: Get rid of IWineD3DVolumeTextureImpl.
Henri Verbeet [Tue, 15 Mar 2011 17:19:33 +0000 (18:19 +0100)]
wined3d: Get rid of IWineD3DVolumeTexture.
Henri Verbeet [Tue, 15 Mar 2011 17:19:32 +0000 (18:19 +0100)]
wined3d: Use the correct resource_ops in cubetexture_unload().
Henri Verbeet [Tue, 15 Mar 2011 17:19:31 +0000 (18:19 +0100)]
d3d8: Fix IDirect3DCubeTexture8Impl_GetLOD().
Alexandre Julliard [Tue, 15 Mar 2011 19:42:49 +0000 (20:42 +0100)]
gdi32: Add null driver entry points for the text functions.
Alexandre Julliard [Wed, 16 Mar 2011 10:41:49 +0000 (11:41 +0100)]
gdi32: Don't allocate a GDI handle for saved DCs.
Alexandre Julliard [Tue, 15 Mar 2011 19:17:58 +0000 (20:17 +0100)]
gdi32: Add null driver entry points for the DC state functions.
Alexandre Julliard [Tue, 15 Mar 2011 18:51:06 +0000 (19:51 +0100)]
gdi32: Add null driver entry points for the bitmap functions.
Jacek Caban [Tue, 15 Mar 2011 12:45:46 +0000 (13:45 +0100)]
mshtml: Notify parser about script evaluation.
Jacek Caban [Tue, 15 Mar 2011 12:45:29 +0000 (13:45 +0100)]
mshtml: Wine Gecko 1.2.0 release.
Jörg Höhle [Wed, 9 Mar 2011 01:23:10 +0000 (02:23 +0100)]
winealsa: Favour HeapAlloc() over malloc().
Jörg Höhle [Wed, 9 Mar 2011 01:45:31 +0000 (02:45 +0100)]
winealsa: Ignore failure to notify winmm wave clients.
Jörg Höhle [Sun, 6 Mar 2011 22:03:52 +0000 (23:03 +0100)]
winealsa: Open must fail when recorder thread creation fails.
Jörg Höhle [Sun, 6 Mar 2011 21:13:18 +0000 (22:13 +0100)]
winealsa: CreateEvent and CreateThread return NULL on error, not INVALID_HANDLE_VALUE.
Jörg Höhle [Wed, 9 Mar 2011 01:14:09 +0000 (02:14 +0100)]
wineoss: Fix 64-bits incompatibilities.
Jörg Höhle [Wed, 9 Mar 2011 00:49:22 +0000 (01:49 +0100)]
wineoss: Ignore failure to notify winmm wave clients.
Dmitry Timoshkov [Tue, 15 Mar 2011 11:06:19 +0000 (19:06 +0800)]
kernel32: Add dumping of GENERIC_EXECUTE flag in CreateFile.
Michael Stefaniuc [Tue, 15 Mar 2011 10:35:36 +0000 (11:35 +0100)]
oleaut32/tests: COM cleanup in olepicture.c.
Rico Schüller [Mon, 14 Mar 2011 21:53:08 +0000 (22:53 +0100)]
d3dx9_36: Start effect parsing.
Alexandre Julliard [Tue, 15 Mar 2011 13:03:02 +0000 (14:03 +0100)]
gdi32: Add null driver entry point for world transform functions, and move them to mapping.c.
Michael Stefaniuc [Tue, 15 Mar 2011 10:35:17 +0000 (11:35 +0100)]
rpcrt4/tests: COM cleanup in cstub.c.
Marcus Meissner [Tue, 15 Mar 2011 01:37:02 +0000 (02:37 +0100)]
comctl32: Removed array NULL check (Coverity).
Marcus Meissner [Tue, 15 Mar 2011 01:26:04 +0000 (02:26 +0100)]
comdlg32: Removed useless NULL check (Coverity).
Marcus Meissner [Tue, 15 Mar 2011 01:21:56 +0000 (02:21 +0100)]
user32: Remove useless NULL checks (Coverity).
Marcus Meissner [Tue, 15 Mar 2011 01:17:15 +0000 (02:17 +0100)]
shdocvw: Removed useless array for NULL check (Coverity).
Marcus Meissner [Tue, 15 Mar 2011 01:13:54 +0000 (02:13 +0100)]
shell32: Arrays are never NULL (Coverity).
Marcus Meissner [Tue, 15 Mar 2011 01:07:45 +0000 (02:07 +0100)]
shell32: memset only gets character (Coverity).
Marcus Meissner [Mon, 14 Mar 2011 04:16:11 +0000 (05:16 +0100)]
d3dcompiler_43: Initialize a variable (Coverity).
Nikolay Sivov [Tue, 15 Mar 2011 00:06:17 +0000 (03:06 +0300)]
msvcrt: Added _findnext32() implementation.
Nikolay Sivov [Tue, 15 Mar 2011 00:01:43 +0000 (03:01 +0300)]
msvcrt: Add _findfirst32() implementation.