Paul Vriens [Thu, 12 Apr 2007 08:57:43 +0000 (10:57 +0200)]
advpack/tests: Don't hardcode the windows directory.
Huw Davies [Thu, 12 Apr 2007 13:08:22 +0000 (14:08 +0100)]
winspool.drv: Implement level 1 support for EnumPrinters.
Dmitry Timoshkov [Thu, 12 Apr 2007 09:37:40 +0000 (18:37 +0900)]
ntdll: Fix a compiler warning.
Aric Stewart [Thu, 12 Apr 2007 05:46:43 +0000 (14:46 +0900)]
msi: Do not crash in MsiGetUserInfo if org, user or serial are not present, instead return USERINFOSTATE_ABSENT.
Lei Zhang [Thu, 12 Apr 2007 00:45:42 +0000 (17:45 -0700)]
user32: WM_ACTIVATEAPP on minimize message test.
Lei Zhang [Thu, 12 Apr 2007 04:34:48 +0000 (21:34 -0700)]
comctl32: More monthcal hit tests.
James Hawkins [Wed, 11 Apr 2007 23:52:00 +0000 (18:52 -0500)]
msi: Reset the is_extracted flag when every cabinet is loaded.
Maarten Lankhorst [Wed, 11 Apr 2007 22:32:30 +0000 (00:32 +0200)]
winecfg: Close audio driver when not needed any more.
Detlef Riekenberg [Wed, 11 Apr 2007 21:16:26 +0000 (23:16 +0200)]
localui: Add version resource.
Andrew Talbot [Wed, 11 Apr 2007 20:42:56 +0000 (21:42 +0100)]
ntdll: Remove superfluous semicolons.
Andrew Talbot [Wed, 11 Apr 2007 20:30:30 +0000 (21:30 +0100)]
ntdll: Void functions should not return a value.
Paul Vriens [Wed, 11 Apr 2007 18:33:02 +0000 (20:33 +0200)]
advapi32/tests: Fix RegQueryValueExA test for win9x and ME.
Hans Leidekker [Wed, 11 Apr 2007 14:00:58 +0000 (16:00 +0200)]
kernel32: Allow any amount of whitespace between the words ANSI and SCSI in /proc/scsi/scsi.
Dmitry Timoshkov [Wed, 11 Apr 2007 13:00:22 +0000 (22:00 +0900)]
gdi32: Fix a couple of problems with negative lfWidth test.
Ivan Gyurdiev [Sat, 14 Oct 2006 20:32:29 +0000 (16:32 -0400)]
d3d9: Add a test for the converted vertex decl.
Ivan Gyurdiev [Sat, 14 Oct 2006 20:32:29 +0000 (16:32 -0400)]
d3d9: Break out two helper functions from test_fvf_to_decl.
Stefan Dösinger [Sat, 7 Apr 2007 22:11:09 +0000 (00:11 +0200)]
d3d9: Fix the circular converted vertex declaration reference.
Stefan Dösinger [Sat, 7 Apr 2007 20:56:42 +0000 (22:56 +0200)]
d3d9: AddRef the device in IDirect3DVertexDeclaration9::AddRef.
Stefan Dösinger [Wed, 11 Apr 2007 12:02:38 +0000 (14:02 +0200)]
wined3d: Dirtify the shader and declaration states if the bound interface is destroyed.
Kai Blin [Wed, 11 Apr 2007 12:18:23 +0000 (14:18 +0200)]
ntdll: Don't use settimeofday() to attempt to set the timezone.
Chris Robinson [Tue, 10 Apr 2007 15:15:09 +0000 (08:15 -0700)]
quartz: Implement IAMFilterData interface for IFilterMapper.
Francois Gouget [Wed, 11 Apr 2007 09:21:10 +0000 (11:21 +0200)]
oleaut32/tests: Fix compilation on systems that don't support nameless structs or unions.
Aric Stewart [Tue, 10 Apr 2007 10:40:00 +0000 (19:40 +0900)]
shell32: Use _ILSimpleGetTextW instead of using _ILGetTextPointer
to be able to make use of FileStructW and avoid W->A->W roundtrips if
possible.
Alexandre Julliard [Wed, 11 Apr 2007 10:25:53 +0000 (12:25 +0200)]
shell32: Have _ILCreateFromFindDataW also create a FileStructW type of pidl.
Based on a patch by Aric Stewart.
Also get rid of _ILCreateFromFindDataA and _ILCreateFromPatA.
Aric Stewart [Mon, 9 Apr 2007 11:52:21 +0000 (20:52 +0900)]
shell32: Update the debug functions to handle Unicode value pidl.
Add _ILIsUnicode as a simple pidl test.
Aric Stewart [Mon, 9 Apr 2007 11:12:00 +0000 (20:12 +0900)]
shell32: Avoid unneeded A->W conversions in _ILSimpleGetTextW.
Implement _ILGetTextPointerW, though it does little now.
Handle the LPWSTR from _ILGetTextPointerW in _ILSimpleGetText and
_ILSimpleGetTextW.
Aric Stewart [Wed, 11 Apr 2007 07:10:32 +0000 (16:10 +0900)]
msi: Register fonts with full target paths as applications can and will install fonts to places other than the windows/fonts directory.
Paul Vriens [Wed, 11 Apr 2007 06:39:34 +0000 (08:39 +0200)]
advapi32/tests: Use skip when OpenSCManagerA is not implemented.
Michael Stefaniuc [Tue, 10 Apr 2007 22:15:22 +0000 (00:15 +0200)]
ws2_32/tests: Remove redundant NULL check before HeapFree().
Andrew Talbot [Tue, 10 Apr 2007 22:13:10 +0000 (23:13 +0100)]
msvcrt: Remove superfluous semicolons.
Alexandre Julliard [Tue, 10 Apr 2007 20:32:46 +0000 (22:32 +0200)]
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.
This avoids server round-trips for all file I/O.
Alexandre Julliard [Tue, 10 Apr 2007 20:26:23 +0000 (22:26 +0200)]
server: Rename the get_file_info function to get_fd_type and get rid of the flags.
Alexandre Julliard [Tue, 10 Apr 2007 20:25:07 +0000 (22:25 +0200)]
server: Store the opening options in the file descriptor instead of in the individual objects.
Allows moving the FD_FLAG_OVERLAPPED support to the generic
get_handle_fd request handling.
Alexandre Julliard [Tue, 10 Apr 2007 20:24:40 +0000 (22:24 +0200)]
kernel32: Add SYNCHRONIZE access to mailslot handles.
Don't bother to request write access.
Rolf Kalbermatter [Fri, 6 Apr 2007 17:50:37 +0000 (19:50 +0200)]
notepad: Improve printing considerably.
Make fonts and the other measurements the correct size in relation to
the actual printer resolution instead of thinking it uses the same
resolution as the display. Before fixed sized (and for most printer
resolutions way to small) margins where used and the font size was
taken directly from the screen font independent of the actual printer
resolution, resulting in a completely unreadable micro text on most
printouts.
Hans Leidekker [Tue, 10 Apr 2007 18:22:39 +0000 (20:22 +0200)]
setupapi: Implement SetupGetFileCompressionInfo on top of SetupGetFileCompressionInfoEx.
H. Verbeet [Tue, 10 Apr 2007 17:14:27 +0000 (19:14 +0200)]
wined3d: Dirtify the sampler used by IWineD3DSurface_PreLoad in IWineD3DSurfaceImpl_BltOverride.
H. Verbeet [Tue, 10 Apr 2007 17:14:10 +0000 (19:14 +0200)]
wined3d: Disable the scissor test for depth blits.
H. Verbeet [Tue, 10 Apr 2007 17:14:01 +0000 (19:14 +0200)]
wined3d: Disable the scissor test in stretch_rect_fbo.
H. Verbeet [Tue, 10 Apr 2007 17:13:54 +0000 (19:13 +0200)]
wined3d: Remove some redundant IWineD3DSurface_PreLoad calls from stretch_rect_fbo.
H. Verbeet [Tue, 10 Apr 2007 17:13:44 +0000 (19:13 +0200)]
wined3d: Add some traces to stretch_rect_fbo.
Huw Davies [Tue, 10 Apr 2007 13:09:44 +0000 (14:09 +0100)]
wineps.drv: Add a heuristic to cope with resolution strings of the form "nnnmmmdpi" (ie without the 'x' separator).
Alexandre Julliard [Tue, 10 Apr 2007 19:30:37 +0000 (21:30 +0200)]
server: Explicitly shutdown closed pipes to prevent access from file descriptors cached in the client.
Alexandre Julliard [Tue, 10 Apr 2007 15:27:50 +0000 (17:27 +0200)]
ntdll: Determine the async read avail_mode flag from the client side.
Alexandre Julliard [Tue, 10 Apr 2007 15:19:24 +0000 (17:19 +0200)]
ntdll: Simplify the async read/write code now that most of the work is done in the server.
Alexandre Julliard [Tue, 10 Apr 2007 15:07:27 +0000 (17:07 +0200)]
server: Add support for restarting an async I/O when the client side couldn't finish it right away.
Paul Vriens [Tue, 10 Apr 2007 11:43:00 +0000 (13:43 +0200)]
setupapi/tests: Run tests on win98 again.
Paul Vriens [Tue, 10 Apr 2007 09:29:10 +0000 (11:29 +0200)]
advapi32/tests: Make sure NT4 and W2K tests don't fail.
Rob Shearman [Tue, 10 Apr 2007 09:20:48 +0000 (10:20 +0100)]
shell32: Return Unicode strings from all of the IShellFolder::GetDisplayNameOf functions in not running in Win9x mode.
Lei Zhang [Tue, 10 Apr 2007 01:25:41 +0000 (18:25 -0700)]
comctl32: Fix first day of the week in monthcal.
Andrew Talbot [Mon, 9 Apr 2007 10:47:04 +0000 (11:47 +0100)]
mshtml: Void functions should not return a value.
Andrew Talbot [Mon, 9 Apr 2007 19:28:22 +0000 (20:28 +0100)]
crypt32: Constify some variables.
Alexandre Julliard [Mon, 9 Apr 2007 12:15:34 +0000 (14:15 +0200)]
setupapi: Avoid using sizeof in traces.
Detlef Riekenberg [Fri, 6 Apr 2007 20:47:23 +0000 (22:47 +0200)]
localspl/tests: Remove duplicate tests.
Detlef Riekenberg [Fri, 6 Apr 2007 20:33:17 +0000 (22:33 +0200)]
localui/tests: Add initial test.
Detlef Riekenberg [Fri, 6 Apr 2007 20:33:01 +0000 (22:33 +0200)]
localui: Add localui.dll with stubs.
Hans Leidekker [Sun, 8 Apr 2007 11:19:31 +0000 (13:19 +0200)]
setupapi: Remove debug traces from allocation routines.
Hans Leidekker [Sun, 8 Apr 2007 11:19:22 +0000 (13:19 +0200)]
setupapi: Add tests for SetupDecompressOrCopyFile.
Hans Leidekker [Sun, 8 Apr 2007 11:19:13 +0000 (13:19 +0200)]
setupapi: Implement SetupDecompressOrCopyFile{A, W}.
Hans Leidekker [Sun, 8 Apr 2007 11:19:01 +0000 (13:19 +0200)]
setupapi: Add tests for SetupGetFileCompressionInfoEx.
Hans Leidekker [Sun, 8 Apr 2007 11:18:54 +0000 (13:18 +0200)]
setupapi: Implement SetupGetFileCompressionInfoEx{A, W}.
H. Verbeet [Sun, 8 Apr 2007 23:55:27 +0000 (01:55 +0200)]
wined3d: Set the stream offset to 0 in DrawPrimitiveUP/DrawIndexedPrimitiveUP.
H. Verbeet [Sun, 8 Apr 2007 23:55:16 +0000 (01:55 +0200)]
wined3d: Display the stream offset in GetStreamSource/SetStreamSource traces.
H. Verbeet [Sun, 8 Apr 2007 23:54:57 +0000 (01:54 +0200)]
wined3d: Don't report render target formats we don't support as supported.
H. Verbeet [Sun, 8 Apr 2007 23:54:20 +0000 (01:54 +0200)]
wined3d: Add some StretchRectFilterCaps.
H. Verbeet [Sun, 8 Apr 2007 23:54:07 +0000 (01:54 +0200)]
wined3d: Use the framebuffer blit extension to implement StretchRect.
H. Verbeet [Sun, 8 Apr 2007 23:53:58 +0000 (01:53 +0200)]
wined3d: Separate attaching a surface to an FBO from set_render_target_fbo.
H. Verbeet [Sun, 8 Apr 2007 23:53:47 +0000 (01:53 +0200)]
wined3d: Make bind_fbo a bit more generic.
H. Verbeet [Sun, 8 Apr 2007 23:53:38 +0000 (01:53 +0200)]
wined3d: Add a function to dump WINED3DTEXTUREFILTERTYPE values.
H. Verbeet [Sun, 8 Apr 2007 23:53:32 +0000 (01:53 +0200)]
wined3d: Fixup FBO depth attachments when the depth attachment is larger than the render target.
H. Verbeet [Sun, 8 Apr 2007 23:53:27 +0000 (01:53 +0200)]
wined3d: Handle FBO attachments slightly more efficiently.
Marcus Meissner [Sun, 8 Apr 2007 16:11:47 +0000 (18:11 +0200)]
ntdll: Remove superflous NULL checks.
Alexandre Julliard [Mon, 9 Apr 2007 10:23:13 +0000 (12:23 +0200)]
ntdll: Add some test cases for asynchronous I/O.
Alexandre Julliard [Mon, 9 Apr 2007 10:21:24 +0000 (12:21 +0200)]
ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets.
Dmitry Timoshkov [Mon, 9 Apr 2007 05:40:57 +0000 (14:40 +0900)]
winebuild: Check if a given forward does exist in one of the imported dlls, fix a couple of problems detected.
Andrew Talbot [Sun, 8 Apr 2007 15:52:06 +0000 (16:52 +0100)]
mapi32: Void functions should not return a value.
Andrew Talbot [Sun, 8 Apr 2007 15:26:07 +0000 (16:26 +0100)]
kernel32: Remove superfluous semicolons.
Vitaliy Margolen [Sun, 8 Apr 2007 15:05:56 +0000 (09:05 -0600)]
dinput: Set the event regardless of the queue state.
Chris Robinson [Sun, 8 Apr 2007 11:18:23 +0000 (04:18 -0700)]
winedbg: Align module addresses to 8 characters.
Felix Nawothnig [Sat, 7 Apr 2007 22:56:45 +0000 (00:56 +0200)]
wined3d: Issue an error when the render target is read back without SFLAG_INDRAWABLE being set.
Felix Nawothnig [Sun, 8 Apr 2007 00:46:40 +0000 (02:46 +0200)]
wined3d: Preload target in ActivateContext() for ORM_BACKBUFFER/ORM_PBUFFER.
Felix Nawothnig [Sat, 7 Apr 2007 21:37:41 +0000 (23:37 +0200)]
wined3d: Allow np2 textures to be loaded for SFLAG_INDRAWABLE.
Andrew Talbot [Sat, 7 Apr 2007 20:58:48 +0000 (21:58 +0100)]
d3d9: Void functions should not return a value.
Andrew Talbot [Sat, 7 Apr 2007 20:27:55 +0000 (21:27 +0100)]
d3d8: Void functions should not return a value.
Chris Robinson [Sat, 7 Apr 2007 09:32:45 +0000 (02:32 -0700)]
quartz: Pass the media sample to the individual transform filter callbacks.
This is so the filters can pass on and use timing, discontinuity, and other
information stored in the sample as needed.
Chris Robinson [Sat, 7 Apr 2007 12:42:54 +0000 (05:42 -0700)]
quartz: Fix error with operator precedence.
Chris Robinson [Sat, 7 Apr 2007 14:05:33 +0000 (07:05 -0700)]
quartz: Fix ALIGN macros.
Eric Pouech [Sat, 7 Apr 2007 08:47:46 +0000 (10:47 +0200)]
taskmgr: Let the debug channels work again.
While I was at it, simplified the symbol lookup for the debug options.
Chris Robinson [Sat, 7 Apr 2007 04:24:59 +0000 (21:24 -0700)]
quartz: Make sure cached media samples are released for parser filters.
Chris Robinson [Sat, 7 Apr 2007 04:18:25 +0000 (21:18 -0700)]
quartz: Add a cleanup callback for parser filters to call on release.
Felix Nawothnig [Sat, 7 Apr 2007 04:02:33 +0000 (06:02 +0200)]
d3d8: Add missing relay trace.
Felix Nawothnig [Sat, 7 Apr 2007 03:37:29 +0000 (05:37 +0200)]
comctl32: Allow enabling TVS_CHECKBOXES on the fly.
Lei Zhang [Fri, 6 Apr 2007 23:46:59 +0000 (16:46 -0700)]
advapi32: Spelling fixes.
Stefan Dösinger [Fri, 6 Apr 2007 12:22:14 +0000 (14:22 +0200)]
wined3d: Index buffer data is unsigned.
Stefan Dösinger [Fri, 6 Apr 2007 10:36:45 +0000 (12:36 +0200)]
wined3d: Set WINED3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD caps3 cap.
Stefan Dösinger [Tue, 3 Apr 2007 10:00:15 +0000 (12:00 +0200)]
wined3d: Add Filtering to IWineD3DSurface::Blt and handle it.
This is to allow StretchRect to pass the texture filter to WineD3D.
DirectDraw sets the texture filter to WINED3DTEXF_NONE, simmilar to all
other functions which do not need filtering.
Stefan Dösinger [Fri, 6 Apr 2007 10:35:19 +0000 (12:35 +0200)]
wined3d: Add D3DDEVCAPS3_* to the wined3d caps header.
Andrew Talbot [Fri, 6 Apr 2007 15:23:52 +0000 (16:23 +0100)]
include: Remove superfluous semicolons.
Chris Robinson [Fri, 6 Apr 2007 10:48:03 +0000 (03:48 -0700)]
quartz: Add partial implementation of IReferenceClock for DSoundRenderer.
Chris Robinson [Fri, 6 Apr 2007 10:50:23 +0000 (03:50 -0700)]
quartz: Use more precise positioning information for the DSound filter's reference clock.