Robert Shearman [Wed, 10 Oct 2007 11:15:21 +0000 (13:15 +0200)]
mshtml: Set the SETUP_IS_CHROME_WRAPPER to FALSE as the embedded Gecko is always used to display content and not chrome.
Louis Lenders [Sun, 7 Oct 2007 08:33:33 +0000 (09:33 +0100)]
wine.inf: Add 2 keys for *.chm files.
Chris Robinson [Wed, 3 Oct 2007 17:52:53 +0000 (10:52 -0700)]
winex11: Don't choose double buffered modes with gdi support.
Chris Robinson [Wed, 3 Oct 2007 16:29:28 +0000 (09:29 -0700)]
winex11: Use the specified format for GL Bitmaps.
Chris Robinson [Wed, 3 Oct 2007 16:20:30 +0000 (09:20 -0700)]
winex11: Create GLXPixmap for bitmaps in SetPixelFormat.
Alexandre Julliard [Wed, 10 Oct 2007 15:38:51 +0000 (17:38 +0200)]
winex11: Don't store a physdev pointer in the GL context.
Alexandre Julliard [Wed, 10 Oct 2007 15:33:35 +0000 (17:33 +0200)]
winex11: Use ExtEscape to flush the GL drawable to the physdev.
Based on a patch by Chris Robinson.
Alexandre Julliard [Wed, 10 Oct 2007 12:06:25 +0000 (14:06 +0200)]
server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
Ken Thomases [Fri, 5 Oct 2007 15:48:55 +0000 (10:48 -0500)]
ntdll: Work around a bug in Mac OS X's getdirentries().
Alexandre Julliard [Wed, 10 Oct 2007 10:38:58 +0000 (12:38 +0200)]
kernel32: Use FIELD_OFFSET instead of pointer cast.
Karl Relton [Thu, 4 Oct 2007 19:51:37 +0000 (20:51 +0100)]
wineserver: Allow already peeked messages to merge.
Stefan Leichter [Tue, 9 Oct 2007 21:50:18 +0000 (23:50 +0200)]
regedit: Replace call to delete_branch with RegDeleteTreeA.
Hwang YunSong(황윤성) [Sun, 7 Oct 2007 23:40:10 +0000 (08:40 +0900)]
winecfg: Updated Korean resource.
Vitaliy Margolen [Sun, 7 Oct 2007 16:30:02 +0000 (10:30 -0600)]
dinput: Use ClipCursor() to keep mouse from leaving the window.
Jacek Caban [Sun, 7 Oct 2007 15:06:24 +0000 (17:06 +0200)]
mshtml: Fixed test crash on Windows.
David Adam [Fri, 5 Oct 2007 18:03:41 +0000 (20:03 +0200)]
include: Skeleton header for D3DX8.
Roderick Colenbrander [Mon, 8 Oct 2007 20:11:06 +0000 (22:11 +0200)]
wined3d: Merge p8 palette initialization code.
Stefan Dösinger [Tue, 9 Oct 2007 13:00:18 +0000 (15:00 +0200)]
ddraw: Downgrade the SetCooperativeLevel FIXME to a TRACE.
Stefan Dösinger [Tue, 9 Oct 2007 12:56:46 +0000 (14:56 +0200)]
ddraw: Do not fail on surface creation errors, skip instead.
Stefan Dösinger [Tue, 9 Oct 2007 12:53:58 +0000 (14:53 +0200)]
wined3d: Silently ignore setting the 0 texture on gdi surfaces.
Stefan Dösinger [Tue, 9 Oct 2007 12:42:06 +0000 (14:42 +0200)]
ddraw: Cope with Init3D failures.
Stefan Dösinger [Tue, 9 Oct 2007 20:04:18 +0000 (22:04 +0200)]
wined3d: Clear up in Init3D if something fails.
Hwang YunSong(황윤성) [Sun, 7 Oct 2007 23:39:42 +0000 (08:39 +0900)]
wineboot: New Korean resource.
Andrew Talbot [Tue, 9 Oct 2007 20:17:24 +0000 (21:17 +0100)]
wineps.drv: Fix some memory leaks.
Andrew Talbot [Mon, 8 Oct 2007 19:52:17 +0000 (20:52 +0100)]
wined3d: Fix a memory leak.
Andrew Talbot [Sat, 6 Oct 2007 09:38:21 +0000 (10:38 +0100)]
winealsa.drv: Fix a memory leak.
Andrew Talbot [Fri, 5 Oct 2007 20:52:08 +0000 (21:52 +0100)]
urlmon: Fix some memory leaks.
Francois Gouget [Tue, 9 Oct 2007 19:04:36 +0000 (21:04 +0200)]
regedit: Add support for 'regedit /E -', to export the registry to stdout.
Francois Gouget [Tue, 9 Oct 2007 19:04:28 +0000 (21:04 +0200)]
regedit: Add support for 'regedit -' for feeding regedit from stdin.
Mikolaj Zalewski [Mon, 8 Oct 2007 23:32:58 +0000 (16:32 -0700)]
ole32: OleIsRunning should return TRUE if the class doesn't implement IRunnableObject.
Andrey Turkin [Mon, 8 Oct 2007 17:42:16 +0000 (21:42 +0400)]
libwine: Emulate MS linker stub for builtin dlls.
Andrey Turkin [Mon, 8 Oct 2007 17:41:37 +0000 (21:41 +0400)]
dbghelp: Avoid crashing on files with bogus export table.
EA Durbin [Sun, 7 Oct 2007 04:56:49 +0000 (23:56 -0500)]
kernel32: Implement SetUserGeoID.
Juan Lang [Mon, 8 Oct 2007 22:58:10 +0000 (15:58 -0700)]
wintrust: Add generic chain action to known actions.
Juan Lang [Mon, 8 Oct 2007 22:45:28 +0000 (15:45 -0700)]
wintrust: Add traces.
Juan Lang [Mon, 8 Oct 2007 22:44:01 +0000 (15:44 -0700)]
wintrust: Implement GenericChainFinalProv.
Juan Lang [Mon, 8 Oct 2007 22:40:22 +0000 (15:40 -0700)]
wintrust: Implement GenericChainCertificateTrust.
Juan Lang [Mon, 8 Oct 2007 22:35:17 +0000 (15:35 -0700)]
wintrust: Add a helper function to create a chain for a signer.
Juan Lang [Mon, 8 Oct 2007 22:34:54 +0000 (15:34 -0700)]
wintrust: Add a helper function to initialize chain creation parameters.
Juan Lang [Mon, 8 Oct 2007 22:34:27 +0000 (15:34 -0700)]
wintrust: Trace input to WinVerifyTrust.
James Hawkins [Mon, 8 Oct 2007 09:06:45 +0000 (04:06 -0500)]
user32: Test the ddeml server interface.
James Hawkins [Mon, 8 Oct 2007 09:06:08 +0000 (04:06 -0500)]
user32: Move the test_ddeml_client function closer to the other ddeml client test functions.
James Hawkins [Mon, 8 Oct 2007 09:04:48 +0000 (04:04 -0500)]
user32: Set client_pid to zero before initializing dde.
Jacek Caban [Mon, 8 Oct 2007 23:21:41 +0000 (01:21 +0200)]
mshtml: Move init_nsevents call from start_binding to read_stream_data to avoid race.
Jacek Caban [Sun, 7 Oct 2007 15:11:58 +0000 (17:11 +0200)]
mshtml: Fixed tests on IE7.
Juan Lang [Mon, 8 Oct 2007 22:33:59 +0000 (15:33 -0700)]
softpub.h: Add missing definitions.
Juan Lang [Mon, 8 Oct 2007 22:38:35 +0000 (15:38 -0700)]
crypt32: Add an extra pointer alignment to avoid possible memory corruption.
Maarten Lankhorst [Tue, 9 Oct 2007 06:57:39 +0000 (08:57 +0200)]
wineoss: Remove useless fixme shown on initialisation.
Maarten Lankhorst [Tue, 9 Oct 2007 06:52:11 +0000 (08:52 +0200)]
dsound: Release buffer before reopening when buffer is too small.
Maarten Lankhorst [Mon, 8 Oct 2007 18:11:13 +0000 (20:11 +0200)]
winmm: Set default sound driver to alsa,oss,coreaudio.
Reece H. Dunn [Sun, 7 Oct 2007 15:52:55 +0000 (16:52 +0100)]
comctl32: Fixed drawing the trackbar background when themes are installed.
Stefan Leichter [Sun, 7 Oct 2007 20:59:06 +0000 (22:59 +0200)]
winecfg: Replace call to remove_path with RegDeleteTreeW.
Jacek Caban [Sun, 7 Oct 2007 15:50:02 +0000 (17:50 +0200)]
urlmon: Fixed test on IE7.
Jacek Caban [Sun, 7 Oct 2007 15:39:08 +0000 (17:39 +0200)]
shdocvw: Fixed tests on IE7.
Rob Shearman [Sun, 7 Oct 2007 14:52:28 +0000 (16:52 +0200)]
ole32: RegisterDragDrop should return E_OUTOFMEMORY in the case that COM isn't intialised, instead of CO_E_NOTINITIALIZED.
Lei Zhang [Sun, 7 Oct 2007 12:36:19 +0000 (05:36 -0700)]
comctl32: Fix monthcal hit tests.
Marcus Meissner [Sun, 7 Oct 2007 12:24:41 +0000 (14:24 +0200)]
crypt32/tests: Fixed buffer overflow in encode test.
Dan Hipschman [Mon, 8 Oct 2007 23:47:28 +0000 (16:47 -0700)]
widl: Keep track of every allocated type_t to simplify set_all_tfswrite.
Dan Hipschman [Mon, 8 Oct 2007 23:46:23 +0000 (16:46 -0700)]
widl: Implement pointer_default functionality.
Dan Hipschman [Mon, 8 Oct 2007 23:45:09 +0000 (16:45 -0700)]
widl: Allow quoted UUIDs.
Huw Davies [Sun, 7 Oct 2007 14:31:43 +0000 (15:31 +0100)]
comctl32/tests: Don't assume that the default font height is 16 pixels.
Rob Shearman [Sun, 7 Oct 2007 14:30:12 +0000 (16:30 +0200)]
oleaut32: Add a check for a test that depends on the decimal separator being a dot.
Chris Robinson [Sun, 7 Oct 2007 08:57:46 +0000 (01:57 -0700)]
wined3d: Prevent some console spamming.
Roderick Colenbrander [Sat, 6 Oct 2007 15:42:39 +0000 (17:42 +0200)]
wined3d: Use EXT-versions of glBlend*.
Huw Davies [Sun, 7 Oct 2007 11:16:46 +0000 (12:16 +0100)]
comctl32/tests: Skip some font dependent tests if we don't have System or Tahoma installed.
Jacek Caban [Sun, 7 Oct 2007 13:55:50 +0000 (15:55 +0200)]
actctx: Rename version to assembly_version.
Jacek Caban [Sun, 7 Oct 2007 08:49:04 +0000 (10:49 +0200)]
mshtml: Skip tests if we can't get body object - it means that there is no Gecko available.
Jacek Caban [Sun, 7 Oct 2007 08:48:35 +0000 (10:48 +0200)]
mshtml: Move most code from handle_editor_load to exec_editmode.
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.