Kai Blin [Sat, 6 Oct 2007 22:57:12 +0000 (00:57 +0200)]
secur32: ntlm_auth returns BH if the connection to winbindd fails.
Juan Lang [Sat, 6 Oct 2007 18:06:23 +0000 (11:06 -0700)]
crypt32: Print values of failing time tests.
Juan Lang [Sat, 6 Oct 2007 17:42:05 +0000 (10:42 -0700)]
crypt32: Remove some tests that fail inconsistently on Windows.
Reported by Steven Edwards.
Juan Lang [Sat, 6 Oct 2007 04:56:47 +0000 (21:56 -0700)]
setupapi: Remove a misleading fixme.
Dan Kegel [Sat, 6 Oct 2007 15:39:51 +0000 (08:39 -0700)]
quartz: Make clock test less flaky.
Marcus Meissner [Sat, 6 Oct 2007 15:13:19 +0000 (17:13 +0200)]
advpack: Handle localized C:\Program Files.
Stefan Dösinger [Sat, 6 Oct 2007 14:57:20 +0000 (16:57 +0200)]
d3d9: Do not rely on CreateVertexShader failing.
Ulrich Czekalla [Sat, 6 Oct 2007 14:38:36 +0000 (10:38 -0400)]
d3d9: Fix crash in texture test.
Francois Gouget [Sat, 6 Oct 2007 14:44:20 +0000 (16:44 +0200)]
user32/tests: Remove an unneeded cast.
Francois Gouget [Sat, 6 Oct 2007 14:43:58 +0000 (16:43 +0200)]
comdlg32/tests: Tell PageSetupDlg() not to bring up a dialog if there is no default printer.
Rob Shearman [Sat, 6 Oct 2007 12:31:34 +0000 (14:31 +0200)]
server: Only call fchmod in file_set_fd if the mode actually changed.
Rob Shearman [Sat, 6 Oct 2007 12:31:25 +0000 (14:31 +0200)]
server: Remove an unnecessary check from file_set_fd.
Louis Lenders [Sat, 6 Oct 2007 11:14:20 +0000 (12:14 +0100)]
wsock32: Export 3 more functions.
Mikolaj Zalewski [Thu, 4 Oct 2007 23:17:48 +0000 (16:17 -0700)]
oleview: Don't crash if the parent type couldn't be retrieved.
Dan Kegel [Fri, 5 Oct 2007 11:27:08 +0000 (04:27 -0700)]
msvcrt: Fix ^Z handling in text mode.
Roderick Colenbrander [Fri, 5 Oct 2007 18:03:33 +0000 (20:03 +0200)]
wined3d: Remove an unused ChoosePixelFormat line.
Roderick Colenbrander [Fri, 5 Oct 2007 18:02:50 +0000 (20:02 +0200)]
wined3d: Make sure we receive a hw accelerated pixel format with OpenGL support.
Dan Hipschman [Fri, 5 Oct 2007 20:52:20 +0000 (13:52 -0700)]
widl: Make structs containing user types bogus; fix square_test_us test failure.
Dan Hipschman [Fri, 5 Oct 2007 20:50:54 +0000 (13:50 -0700)]
rpcrt4/tests: Make server.idl compatible with MIDL.
Aric Stewart [Wed, 3 Oct 2007 19:51:10 +0000 (14:51 -0500)]
msdmo: Implement DMOGetTypes.
Dan Kegel [Fri, 5 Oct 2007 03:43:31 +0000 (20:43 -0700)]
msvcrt: Improve CR CR LF handling.
Juan Lang [Thu, 4 Oct 2007 23:12:41 +0000 (16:12 -0700)]
crypt32: Don't assume a maximum of 32 valid usages.
Juan Lang [Thu, 4 Oct 2007 22:29:08 +0000 (15:29 -0700)]
crypt32: Add tests for CertGetValidUsages.
Juan Lang [Thu, 4 Oct 2007 22:28:46 +0000 (15:28 -0700)]
crypt32: Reduce valid usages count when removing a valid usage.
Juan Lang [Thu, 4 Oct 2007 22:22:43 +0000 (15:22 -0700)]
crypt32: Don't set ret to FALSE when it isn't checked.
Juan Lang [Thu, 4 Oct 2007 21:59:05 +0000 (14:59 -0700)]
crypt32: Always set cNumOIDs.
Juan Lang [Thu, 4 Oct 2007 21:56:04 +0000 (14:56 -0700)]
crypt32: Don't fail if a cert is invalid, Windows doesn't either (tests to follow).
Juan Lang [Thu, 4 Oct 2007 21:53:11 +0000 (14:53 -0700)]
crypt32: Don't fail if buffer is NULL, just return required size.
Juan Lang [Thu, 4 Oct 2007 15:56:31 +0000 (08:56 -0700)]
crypt32: Improve trace.
Juan Lang [Thu, 4 Oct 2007 15:18:49 +0000 (08:18 -0700)]
crypt32: Fix a silly variable name.
Andrew Talbot [Thu, 4 Oct 2007 19:14:38 +0000 (20:14 +0100)]
shell32: Fix some memory leaks.
Andrew Talbot [Wed, 3 Oct 2007 19:20:42 +0000 (20:20 +0100)]
secur32: Fix some memory leaks.
Huw Davies [Thu, 4 Oct 2007 13:55:15 +0000 (14:55 +0100)]
fonts: Add a very incomplete Tahoma Bold.
Vitaliy Margolen [Thu, 4 Oct 2007 12:54:18 +0000 (06:54 -0600)]
winex11drv: Ignore mouse move events when position did not change only when other events are present.
Huw Davies [Thu, 4 Oct 2007 11:22:37 +0000 (12:22 +0100)]
gdi32: Fixed a misplaced break.
Louis Lenders [Thu, 4 Oct 2007 08:11:14 +0000 (09:11 +0100)]
d3dx8: Update spec file.
Louis Lenders [Thu, 4 Oct 2007 07:50:36 +0000 (08:50 +0100)]
d3dx8: Add DllMain.
Rob Shearman [Wed, 3 Oct 2007 19:19:05 +0000 (20:19 +0100)]
server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.
Rob Shearman [Wed, 3 Oct 2007 12:10:37 +0000 (13:10 +0100)]
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
Rob Shearman [Wed, 3 Oct 2007 12:09:33 +0000 (13:09 +0100)]
server: Add a simple mapping from Unix uids to NT SIDs.
Stefan Dösinger [Fri, 14 Sep 2007 11:21:52 +0000 (13:21 +0200)]
wined3d: Nested loop support.
Stefan Dösinger [Thu, 4 Oct 2007 06:24:03 +0000 (08:24 +0200)]
wined3d: Implement the vFace register.
Damjan Jovanovic [Thu, 4 Oct 2007 06:48:57 +0000 (08:48 +0200)]
ws2_32: Silently ignore WS_IP_DONTFRAGMENT.
James Hawkins [Thu, 4 Oct 2007 05:28:45 +0000 (00:28 -0500)]
user32: Test the ddeml client interface.
Mikolaj Zalewski [Fri, 28 Sep 2007 17:51:32 +0000 (10:51 -0700)]
advapi32: security: Remove unneeded FIXME.
Mikolaj Zalewski [Thu, 4 Oct 2007 00:26:56 +0000 (17:26 -0700)]
oleaut32: olepicture: When drawing metafiles set the coordinates system so that it is drawn in the correct place.
Mikolaj Zalewski [Wed, 3 Oct 2007 23:56:53 +0000 (16:56 -0700)]
oleaut32: olepicture: Support loading Aldus Placable Metafiles.
Jacek Caban [Thu, 4 Oct 2007 00:16:05 +0000 (02:16 +0200)]
mshtml: Added IHTMLInputTextElement interface implementation.
Jacek Caban [Thu, 4 Oct 2007 00:15:38 +0000 (02:15 +0200)]
mshtml.idl: Added IHTMLInputTextElement interface.
Jacek Caban [Thu, 4 Oct 2007 00:15:09 +0000 (02:15 +0200)]
mshtml: Added IHTMLSelectElement::get_length implementation.
Jacek Caban [Thu, 4 Oct 2007 00:14:23 +0000 (02:14 +0200)]
mshtml: IHTMLElementContainer::item rewrite.
Jacek Caban [Thu, 4 Oct 2007 00:13:39 +0000 (02:13 +0200)]
mshtml: Added IHTMLOptionElement interface stub implementation.
Jacek Caban [Thu, 4 Oct 2007 00:13:01 +0000 (02:13 +0200)]
mshtml: Include document element in collection returned by IHTMLDocument2::get_all.
Jacek Caban [Thu, 4 Oct 2007 00:12:02 +0000 (02:12 +0200)]
mshtml: Return IHTMLElementCollection instead of IDispatch from HTMLElementCollection_Create.
Jacek Caban [Thu, 4 Oct 2007 00:11:08 +0000 (02:11 +0200)]
mshtml: Move common code to separated function.
Jacek Caban [Thu, 4 Oct 2007 00:10:36 +0000 (02:10 +0200)]
mshtml: Move nodes' QueryInterface implementation to vtbl.
Jacek Caban [Thu, 4 Oct 2007 00:09:48 +0000 (02:09 +0200)]
mshtml: Use vtbl for node destructors.
Jacek Caban [Thu, 4 Oct 2007 00:08:56 +0000 (02:08 +0200)]
mshtml: Pass HTMLDOMNode pointer to HTMLElement's destructor.
Jacek Caban [Thu, 4 Oct 2007 00:07:59 +0000 (02:07 +0200)]
mshtml: Pass HTMLDOMNode pointer to its destructor.
Roderick Colenbrander [Wed, 3 Oct 2007 20:13:30 +0000 (22:13 +0200)]
wined3d: Render to the correct hwnd/hdc.
Juan Lang [Wed, 3 Oct 2007 19:02:54 +0000 (12:02 -0700)]
wintrust: Use verify time rather than current time to check certificate chain.
Juan Lang [Wed, 3 Oct 2007 19:01:57 +0000 (12:01 -0700)]
wintrust: Remove bad check that prevents root certificates from appearing time valid.
Juan Lang [Wed, 3 Oct 2007 19:00:59 +0000 (12:00 -0700)]
wintrust: Use file's creation time as time to verify.
Juan Lang [Wed, 3 Oct 2007 18:54:18 +0000 (11:54 -0700)]
wintrust: Copy time to verify from cert info.
Huw Davies [Wed, 3 Oct 2007 11:15:17 +0000 (12:15 +0100)]
fonts: Add a Tahoma replacement. Almost entirely based on a patch by Larry Snyder.
Detlef Riekenberg [Tue, 2 Oct 2007 23:07:43 +0000 (01:07 +0200)]
localspl: Implement InitializePrintProvidor.
Detlef Riekenberg [Tue, 2 Oct 2007 23:01:12 +0000 (01:01 +0200)]
spoolss/tests: Add tests for SplInitializeWinSpoolDrv.
Detlef Riekenberg [Tue, 2 Oct 2007 22:55:55 +0000 (00:55 +0200)]
spoolss: Implement SplInitializeWinSpoolDrv.
Detlef Riekenberg [Tue, 2 Oct 2007 22:34:45 +0000 (00:34 +0200)]
winspool: Add a missing export.
Detlef Riekenberg [Tue, 2 Oct 2007 22:33:13 +0000 (00:33 +0200)]
msi: Dump the database name in a FIXME.
Lionel Debroux [Tue, 2 Oct 2007 07:19:49 +0000 (09:19 +0200)]
advapi32/tests: Fix a typo.
Lionel Debroux [Tue, 2 Oct 2007 06:59:02 +0000 (08:59 +0200)]
advapi32/tests: Fix memory leaks (found by Smatch).
Chris Robinson [Wed, 26 Sep 2007 18:01:07 +0000 (11:01 -0700)]
winex11: Load and use GLX_MESA_copy_sub_buffer for swapping buffers on a GLXPixmap.
Chris Robinson [Wed, 26 Sep 2007 15:17:13 +0000 (08:17 -0700)]
winex11: Use a GLXPixmap for offscreen OpenGL rendering when XComposite isn't available.
Chris Robinson [Wed, 26 Sep 2007 14:15:52 +0000 (07:15 -0700)]
winex11: Track async GL drawable changes.
Chris Robinson [Wed, 26 Sep 2007 08:03:39 +0000 (01:03 -0700)]
winex11: Pass a display parameter when destroying glxpixmaps.
Chris Robinson [Wed, 26 Sep 2007 05:43:38 +0000 (22:43 -0700)]
winex11: Use an offscreen redirected window for child OpenGL rendering.
Chris Robinson [Tue, 25 Sep 2007 17:21:40 +0000 (10:21 -0700)]
wgl: Remove GL scissors/viewport override.
Chris Robinson [Tue, 25 Sep 2007 17:20:58 +0000 (10:20 -0700)]
winex11: Store a GL-specific drawable with the window.
Rob Shearman [Tue, 2 Oct 2007 14:56:35 +0000 (15:56 +0100)]
advapi32: Allow GetFileSecurityA/W to work on files that have been opened already with restricted sharing flags.
Only use the minimum required access rights for the information being retrieved.
Rob Shearman [Tue, 2 Oct 2007 15:34:42 +0000 (16:34 +0100)]
advapi32: Implement SetFileSecurityW on top of NtSetSecurityObject.
Rob Shearman [Tue, 2 Oct 2007 14:57:02 +0000 (15:57 +0100)]
server: Use ACL_REVISION in create_default_dacl instead of MAX_ACL_REVISION since we don't use any features from later ACL revisions.
Rob Shearman [Tue, 2 Oct 2007 14:55:13 +0000 (15:55 +0100)]
server: Add a new get_security_object call for getting the security descriptor of an object.
Use it to implement NtQuerySecurityObject.
Rob Shearman [Tue, 2 Oct 2007 14:54:51 +0000 (15:54 +0100)]
server: Move set_security_object to handle.c and set_object_sd to object.c.
These both don't operate on tokens so token.c is not the right place for
them to be implemented.
Stefan Dösinger [Sun, 9 Sep 2007 19:24:53 +0000 (21:24 +0200)]
wined3d: d3d ignores the sign of the input value in the log instruction.
Stefan Dösinger [Sun, 9 Sep 2007 14:54:51 +0000 (16:54 +0200)]
wined3d: Take care against overwriting a source register in cmp.
Stefan Dösinger [Fri, 14 Sep 2007 11:11:00 +0000 (13:11 +0200)]
wined3d: Reverse the position fixup if the pshader is reading vpos.
Rémi Assailly [Tue, 2 Oct 2007 18:19:29 +0000 (20:19 +0200)]
user32: Renamed and moved SetDeskPattern.
Rémi Assailly [Tue, 2 Oct 2007 18:13:09 +0000 (20:13 +0200)]
user32: Moved some 16-bit functions.
Marcus Meissner [Tue, 2 Oct 2007 17:26:15 +0000 (19:26 +0200)]
setupapi: Use correct parameter in pointer init.
Marcus Meissner [Tue, 2 Oct 2007 17:23:20 +0000 (19:23 +0200)]
d3d9/tests: Initialize shader to NULL.
Roy Shea [Tue, 2 Oct 2007 17:00:45 +0000 (10:00 -0700)]
net.exe: Added missing service name.
Huw Davies [Tue, 2 Oct 2007 13:24:34 +0000 (14:24 +0100)]
gdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
Huw Davies [Tue, 2 Oct 2007 10:56:54 +0000 (11:56 +0100)]
gdi32: Only cache the glyph metrics when rendering to a monochrome bitmap or when just retrieving the metrics.
Huw Davies [Tue, 2 Oct 2007 13:30:04 +0000 (14:30 +0100)]
gdi32: TrueType fonts from the data directory should be added to the registry.
Konstantin Kondratyuk [Tue, 2 Oct 2007 13:25:11 +0000 (17:25 +0400)]
net.exe: Add Russian resources.
Jacek Caban [Tue, 2 Oct 2007 12:20:59 +0000 (14:20 +0200)]
mshtml: Pass the IDispatch interface of the element right-clicked on to IDocHostUIHandler_ShowContextMenu if applicable instead of always the document's one.
Found by Rob Shearman.
Jacek Caban [Tue, 2 Oct 2007 12:20:34 +0000 (14:20 +0200)]
mshtml: Added get_tagName implementation.
Dan Hipschman [Wed, 3 Oct 2007 04:41:04 +0000 (21:41 -0700)]
widl: Correct default pointers.
Dan Hipschman [Wed, 3 Oct 2007 04:40:13 +0000 (21:40 -0700)]
widl: Write types in the format string comments.