wine
18 years agowinedump: Fix a couple of typos.
Dmitry Timoshkov [Mon, 18 Dec 2006 05:45:50 +0000 (13:45 +0800)] 
winedump: Fix a couple of typos.

18 years agousp10/tests: Make tests run on win9x and NT4 again.
Paul Vriens [Sun, 17 Dec 2006 18:18:41 +0000 (19:18 +0100)] 
usp10/tests: Make tests run on win9x and NT4 again.

18 years agouser32/tests: Make sure the tests run on NT4 again.
Paul Vriens [Sun, 17 Dec 2006 12:10:03 +0000 (13:10 +0100)] 
user32/tests: Make sure the tests run on NT4 again.

18 years agoserver: Cast-qual warnings fix.
Andrew Talbot [Sat, 16 Dec 2006 17:43:17 +0000 (17:43 +0000)] 
server: Cast-qual warnings fix.

18 years agoserver: Cast-qual warnings fix.
Andrew Talbot [Sat, 16 Dec 2006 17:41:30 +0000 (17:41 +0000)] 
server: Cast-qual warnings fix.

18 years agomsvcrt: Define __CxxLongjmpUnwind for i386 only.
Alexandre Julliard [Sat, 16 Dec 2006 16:37:20 +0000 (17:37 +0100)] 
msvcrt: Define __CxxLongjmpUnwind for i386 only.

18 years agowinhelp: Cast-qual warnings fix.
Andrew Talbot [Sat, 16 Dec 2006 14:52:36 +0000 (14:52 +0000)] 
winhelp: Cast-qual warnings fix.

18 years agowinecfg: Cast-qual warning fix.
Andrew Talbot [Sat, 16 Dec 2006 14:25:11 +0000 (14:25 +0000)] 
winecfg: Cast-qual warning fix.

18 years agoprogman: Cast-qual warnings fix.
Andrew Talbot [Sat, 16 Dec 2006 12:55:31 +0000 (12:55 +0000)] 
progman: Cast-qual warnings fix.

18 years agoversion/tests: Write-strings warning fix.
Andrew Talbot [Sat, 16 Dec 2006 12:15:53 +0000 (12:15 +0000)] 
version/tests: Write-strings warning fix.

18 years agoddraw: IDirectDraw3 should use its own ref count variable.
Ulrich Czekalla [Fri, 15 Dec 2006 16:15:28 +0000 (11:15 -0500)] 
ddraw: IDirectDraw3 should use its own ref count variable.

18 years agoddraw: Initialize the IDirectDraw3 vtable.
Ulrich Czekalla [Fri, 15 Dec 2006 16:15:45 +0000 (11:15 -0500)] 
ddraw: Initialize the IDirectDraw3 vtable.

18 years agolocalspl/tests: Add tests for XcvDataPort.
Detlef Riekenberg [Fri, 15 Dec 2006 14:52:39 +0000 (15:52 +0100)] 
localspl/tests: Add tests for XcvDataPort.

18 years agoconfigure: Remove some no longer used libcurses checks.
Alexandre Julliard [Sat, 16 Dec 2006 16:01:37 +0000 (17:01 +0100)] 
configure: Remove some no longer used libcurses checks.

18 years agowined3d: When changing display modes clip cursor to the requested display size.
Vitaliy Margolen [Thu, 14 Dec 2006 22:51:23 +0000 (15:51 -0700)] 
wined3d: When changing display modes clip cursor to the requested display size.

18 years agowinex11.drv: Avoid grabbing syslevel locks in the wrong order.
Ulrich Czekalla [Thu, 14 Dec 2006 20:42:30 +0000 (15:42 -0500)] 
winex11.drv: Avoid grabbing syslevel locks in the wrong order.

18 years agomsvcrt: Implemented __CxxLongjmpUnwind.
Alexandre Julliard [Fri, 15 Dec 2006 12:41:48 +0000 (13:41 +0100)] 
msvcrt: Implemented __CxxLongjmpUnwind.

18 years agomsvcrt: Make pointers to read-only exception descriptors const.
Alexandre Julliard [Fri, 15 Dec 2006 12:41:31 +0000 (13:41 +0100)] 
msvcrt: Make pointers to read-only exception descriptors const.

18 years agocabinet: Close the opened file handle even in error cases.
James Hawkins [Fri, 15 Dec 2006 09:47:15 +0000 (03:47 -0600)] 
cabinet: Close the opened file handle even in error cases.

18 years agosetupapi: Add a stub implementation for SetupPromptReboot.
Hans Leidekker [Fri, 15 Dec 2006 09:02:00 +0000 (10:02 +0100)] 
setupapi: Add a stub implementation for SetupPromptReboot.

18 years agouser32: Center the context menu if it was activated via VK_APPS like Windows does.
Dmitry Timoshkov [Fri, 15 Dec 2006 07:04:01 +0000 (15:04 +0800)] 
user32: Center the context menu if it was activated via VK_APPS like Windows does.

18 years agouser32: Add support for the VK_APPS (Menu) key.
Dmitry Timoshkov [Fri, 15 Dec 2006 07:03:43 +0000 (15:03 +0800)] 
user32: Add support for the VK_APPS (Menu) key.

18 years agoddrawex: Avoid not necessary casts.
Dmitry Timoshkov [Fri, 15 Dec 2006 07:03:32 +0000 (15:03 +0800)] 
ddrawex: Avoid not necessary casts.

18 years agoddraw: Fix warnings.
Dmitry Timoshkov [Fri, 15 Dec 2006 07:02:33 +0000 (15:02 +0800)] 
ddraw: Fix warnings.

18 years agosecur32/tests: Cast-qual warnings fix.
Andrew Talbot [Thu, 14 Dec 2006 22:22:20 +0000 (22:22 +0000)] 
secur32/tests: Cast-qual warnings fix.

18 years agowined3d: Clean up SetRenderState.
Stefan Dösinger [Thu, 14 Dec 2006 19:48:49 +0000 (20:48 +0100)] 
wined3d: Clean up SetRenderState.

18 years agowined3d: D3DRS_ZVISIBLE is not supposed to return an error.
Stefan Dösinger [Thu, 14 Dec 2006 19:48:09 +0000 (20:48 +0100)] 
wined3d: D3DRS_ZVISIBLE is not supposed to return an error.

18 years agoddraw: Add a TRACE to GetPixelFormat.
Stefan Dösinger [Thu, 14 Dec 2006 19:49:26 +0000 (20:49 +0100)] 
ddraw: Add a TRACE to GetPixelFormat.

18 years agomshtml: Use pvaIn in exec_print.
Jacek Caban [Thu, 14 Dec 2006 19:39:21 +0000 (20:39 +0100)] 
mshtml: Use pvaIn in exec_print.

18 years agoshlwapi/tests: Fix typos.
Paul Vriens [Thu, 14 Dec 2006 19:10:26 +0000 (20:10 +0100)] 
shlwapi/tests: Fix typos.

18 years agouser32: ClipCursor should use virtual screen resolution for empty/invalid rects.
Vitaliy Margolen [Thu, 14 Dec 2006 17:33:51 +0000 (10:33 -0700)] 
user32: ClipCursor should use virtual screen resolution for empty/invalid rects.

18 years agoAdd ddrawex dll.
Ulrich Czekalla [Thu, 14 Dec 2006 15:39:42 +0000 (10:39 -0500)] 
Add ddrawex dll.

18 years agoddraw: Add IDirectDraw3 interface.
Ulrich Czekalla [Thu, 14 Dec 2006 01:14:35 +0000 (20:14 -0500)] 
ddraw: Add IDirectDraw3 interface.

18 years agoddraw: Fix IDirectDrawSurfaceImpl_SetColorKey to also change surface_desc.
Günther Brammer [Sat, 9 Dec 2006 22:13:14 +0000 (23:13 +0100)] 
ddraw: Fix IDirectDrawSurfaceImpl_SetColorKey to also change surface_desc.

18 years agoAssorted spelling fixes.
Francois Gouget [Thu, 14 Dec 2006 16:59:46 +0000 (17:59 +0100)] 
Assorted spelling fixes.

18 years agocomdlg32: Fix PrintDlg(NULL) and reenable a test that was in an '#if 0'.
Francois Gouget [Thu, 14 Dec 2006 17:13:01 +0000 (18:13 +0100)] 
comdlg32: Fix PrintDlg(NULL) and reenable a test that was in an '#if 0'.

Fix the test so it compiles without warnings.

18 years agoole32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 14 Dec 2006 17:11:28 +0000 (18:11 +0100)] 
ole32/tests: Replace some '#if 0's with 'if (0)'s.

Fix the code so it compiles.

18 years agouser32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 14 Dec 2006 17:10:47 +0000 (18:10 +0100)] 
user32/tests: Replace some '#if 0's with 'if (0)'s.

Fix the code so it compiles without warnings.

18 years agoversion/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 14 Dec 2006 17:10:59 +0000 (18:10 +0100)] 
version/tests: Replace some '#if 0's with 'if (0)'s.

Fix the code so it compiles without warnings.

18 years agoshlwapi/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 14 Dec 2006 17:10:39 +0000 (18:10 +0100)] 
shlwapi/tests: Replace some '#if 0's with 'if (0)'s.

18 years agoadvapi32/tests: Replace an '#if 0' with an 'if (0)'.
Francois Gouget [Thu, 14 Dec 2006 17:10:15 +0000 (18:10 +0100)] 
advapi32/tests: Replace an '#if 0' with an 'if (0)'.

18 years agolocalspl/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 14 Dec 2006 17:09:46 +0000 (18:09 +0100)] 
localspl/tests: Replace some '#if 0's with 'if (0)'s.

18 years agocomctl32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 14 Dec 2006 17:09:38 +0000 (18:09 +0100)] 
comctl32/tests: Replace some '#if 0's with 'if (0)'s.

Fix the code so it compiles without warnings.

18 years agoshell32: Replace numeric literals with the proper constant.
Francois Gouget [Thu, 14 Dec 2006 17:00:12 +0000 (18:00 +0100)] 
shell32: Replace numeric literals with the proper constant.

18 years agosecur32: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:47:50 +0000 (22:47 +0800)] 
secur32: Make some data const.

18 years agowined3d: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:47:59 +0000 (22:47 +0800)] 
wined3d: Make some data const.

18 years agorsaenh: Make some data const and static.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:47:41 +0000 (22:47 +0800)] 
rsaenh: Make some data const and static.

18 years agorpcrt4: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:47:33 +0000 (22:47 +0800)] 
rpcrt4: Make some data const.

18 years agomsvcrt: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:47:24 +0000 (22:47 +0800)] 
msvcrt: Make some data const.

18 years agodswave: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:47:14 +0000 (22:47 +0800)] 
dswave: Make some data const.

18 years agocrypt32: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:46:40 +0000 (22:46 +0800)] 
crypt32: Make some data const.

18 years agodplayx: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:47:05 +0000 (22:47 +0800)] 
dplayx: Make some data const.

18 years agowinearts: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:46:23 +0000 (22:46 +0800)] 
winearts: Make some data const.

18 years agodmime: Make some data const and static.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:46:57 +0000 (22:46 +0800)] 
dmime: Make some data const and static.

18 years agodbghelp: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:46:48 +0000 (22:46 +0800)] 
dbghelp: Make some data const.

18 years agoatl: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:46:31 +0000 (22:46 +0800)] 
atl: Make some data const.

18 years agowineoss: Make some data const.
Dmitry Timoshkov [Thu, 14 Dec 2006 14:46:12 +0000 (22:46 +0800)] 
wineoss: Make some data const.

18 years agokernel32/tests: Be a bit more verbose on failure.
Paul Vriens [Thu, 14 Dec 2006 13:29:45 +0000 (14:29 +0100)] 
kernel32/tests: Be a bit more verbose on failure.

18 years agoRevert "msi: Comparisons with null in conditions are special."
Alexandre Julliard [Thu, 14 Dec 2006 16:02:23 +0000 (17:02 +0100)] 
Revert "msi: Comparisons with null in conditions are special."

This reverts commit 9dce96b3155ce07dffa4f5b0712fbcaad9ba3e2c.

18 years agomsi: Fix the condition test to not assume MsiNetAssemblySupport is empty.
Alexandre Julliard [Thu, 14 Dec 2006 16:01:35 +0000 (17:01 +0100)] 
msi: Fix the condition test to not assume MsiNetAssemblySupport is empty.

18 years agod3d8: Release non implicit surfaces only if refcount is 0, with test.
Markus Amsler [Thu, 14 Dec 2006 00:55:48 +0000 (01:55 +0100)] 
d3d8: Release non implicit surfaces only if refcount is 0, with test.

18 years agoshdoclc: Added print template strings.
Jacek Caban [Wed, 13 Dec 2006 23:20:19 +0000 (00:20 +0100)] 
shdoclc: Added print template strings.

18 years agomshtml: Set default print template in exec_print.
Jacek Caban [Wed, 13 Dec 2006 23:21:50 +0000 (00:21 +0100)] 
mshtml: Set default print template in exec_print.

18 years agomshtml: Fixed handling chrome protocol.
Jacek Caban [Wed, 13 Dec 2006 23:21:16 +0000 (00:21 +0100)] 
mshtml: Fixed handling chrome protocol.

18 years agomshtml: Don't do anything in SetNSContainer if new container is the same as previous.
Jacek Caban [Wed, 13 Dec 2006 23:21:04 +0000 (00:21 +0100)] 
mshtml: Don't do anything in SetNSContainer if new container is the same as previous.

18 years agomshtml: Fix loading pages in containers without document.
Jacek Caban [Wed, 13 Dec 2006 23:20:34 +0000 (00:20 +0100)] 
mshtml: Fix loading pages in containers without document.

18 years agomshtml: Added nsACString_SetData function and use it instead of nsACString_Init when...
Jacek Caban [Wed, 13 Dec 2006 23:20:26 +0000 (00:20 +0100)] 
mshtml: Added nsACString_SetData function and use it instead of nsACString_Init when we return string value.

18 years agorpcrt4/tests: Cast-qual warnings fix.
Andrew Talbot [Wed, 13 Dec 2006 20:50:37 +0000 (20:50 +0000)] 
rpcrt4/tests: Cast-qual warnings fix.

18 years agoshell32: Fix FindExecutableW() to not check if lpResult after using it. It's supposed...
Francois Gouget [Wed, 13 Dec 2006 17:07:42 +0000 (18:07 +0100)] 
shell32: Fix FindExecutableW() to not check if lpResult after using it. It's supposed to cause a segfault anyway.

Use SE_ERR_FNF rather than a numeric literal.

18 years agoshell32: Add some documentation for FindExecutableW().
Francois Gouget [Wed, 13 Dec 2006 17:07:21 +0000 (18:07 +0100)] 
shell32: Add some documentation for FindExecutableW().

18 years agoshell32: Fix FindExecutable() to return the executable path, not the whole command.
Francois Gouget [Wed, 13 Dec 2006 17:06:45 +0000 (18:06 +0100)] 
shell32: Fix FindExecutable() to return the executable path,  not the whole command.

18 years agoshell32/tests: Add FindExecutable() tests.
Francois Gouget [Wed, 13 Dec 2006 17:06:21 +0000 (18:06 +0100)] 
shell32/tests: Add FindExecutable() tests.

18 years agoshell32/tests: MSDN says ShellExecute() == 32 indicates an error. So fix the tests.
Francois Gouget [Wed, 13 Dec 2006 17:05:45 +0000 (18:05 +0100)] 
shell32/tests: MSDN says ShellExecute() == 32 indicates an error. So fix the tests.

18 years agoole32: Fix named/nameless union compilation error.
Francois Gouget [Wed, 13 Dec 2006 16:53:37 +0000 (17:53 +0100)] 
ole32: Fix named/nameless union compilation error.

18 years agomsvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than...
Francois Gouget [Wed, 13 Dec 2006 16:52:55 +0000 (17:52 +0100)] 
msvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than LoadLibrary().

18 years agomshtml: Added beginning of IDM_PRINT implementation.
Jacek Caban [Tue, 12 Dec 2006 20:56:37 +0000 (21:56 +0100)] 
mshtml: Added beginning of IDM_PRINT implementation.

18 years agomshtml: Added test of CompareUrl.
Jacek Caban [Tue, 12 Dec 2006 20:52:46 +0000 (21:52 +0100)] 
mshtml: Added test of CompareUrl.

18 years agowinex11.drv: Update cached cursor position after calling hook.
Vitaliy Margolen [Tue, 12 Dec 2006 22:58:37 +0000 (15:58 -0700)] 
winex11.drv: Update cached cursor position after calling hook.

18 years agowinex11.drv: Only events with MOUSEEVENTF_MOVE flag should change mouse position.
Vitaliy Margolen [Tue, 12 Dec 2006 22:57:22 +0000 (15:57 -0700)] 
winex11.drv: Only events with MOUSEEVENTF_MOVE flag should change mouse position.

18 years agokernel32: Remove unneeded headers.
Pierre d'Herbemont [Wed, 13 Dec 2006 12:43:03 +0000 (13:43 +0100)] 
kernel32: Remove unneeded headers.

18 years agontdll: Map the PE header up to the specified size, and clear the rest of the page.
Alexandre Julliard [Wed, 13 Dec 2006 12:06:12 +0000 (13:06 +0100)] 
ntdll: Map the PE header up to the specified size, and clear the rest of the page.

18 years agokernel32: Add the data that mimics the PE image which upack creates.
Dmitry Timoshkov [Sat, 9 Dec 2006 12:26:30 +0000 (20:26 +0800)] 
kernel32: Add the data that mimics the PE image which upack creates.

18 years agourlmon: Use pluggable protocol in CoInternetCompareUrl.
Jacek Caban [Tue, 12 Dec 2006 20:54:47 +0000 (21:54 +0100)] 
urlmon: Use pluggable protocol in CoInternetCompareUrl.

18 years agourlmon: Added application/x-msdownload mime filter.
Jacek Caban [Tue, 12 Dec 2006 20:53:48 +0000 (21:53 +0100)] 
urlmon: Added application/x-msdownload mime filter.

18 years agomsvcrt/tests: Cast-qual warnings fix.
Andrew Talbot [Tue, 12 Dec 2006 21:43:55 +0000 (21:43 +0000)] 
msvcrt/tests: Cast-qual warnings fix.

18 years agontdll/tests: Cast-qual warning fix.
Andrew Talbot [Tue, 12 Dec 2006 21:45:42 +0000 (21:45 +0000)] 
ntdll/tests: Cast-qual warning fix.

18 years agowinex11.drv: Fixed computation of viewport and scissor position.
Alexandre Julliard [Tue, 12 Dec 2006 20:07:39 +0000 (21:07 +0100)] 
winex11.drv: Fixed computation of viewport and scissor position.

18 years agouser32: Factorize graphics driver SetParent into user32.
Pierre d'Herbemont [Sun, 10 Dec 2006 22:21:28 +0000 (23:21 +0100)] 
user32: Factorize graphics driver SetParent into user32.

18 years agousp10: Add tests and fix for ScriptXtoCP .
Clinton Stimpson [Tue, 12 Dec 2006 05:23:53 +0000 (22:23 -0700)] 
usp10: Add tests and fix for ScriptXtoCP .

18 years agodinput: Use standard mouse data format instead of custom one.
Vitaliy Margolen [Tue, 12 Dec 2006 15:58:51 +0000 (08:58 -0700)] 
dinput: Use standard mouse data format instead of custom one.

18 years agodinput: Remove redundant parameter.
Vitaliy Margolen [Tue, 12 Dec 2006 15:58:40 +0000 (08:58 -0700)] 
dinput: Remove redundant parameter.

18 years agodinput: Move mouse & keyboard user data format to base class.
Vitaliy Margolen [Tue, 12 Dec 2006 15:58:29 +0000 (08:58 -0700)] 
dinput: Move mouse & keyboard user data format to base class.

18 years agodinput: Move joystick user data format into base class.
Vitaliy Margolen [Tue, 12 Dec 2006 15:58:13 +0000 (08:58 -0700)] 
dinput: Move joystick user data format into base class.

18 years agodinput: Add user data format into base class. Implement SetDataFormat.
Vitaliy Margolen [Tue, 12 Dec 2006 15:58:02 +0000 (08:58 -0700)] 
dinput: Add user data format into base class. Implement SetDataFormat.

18 years agodinput: Move transform and offsets structures into base device class.
Vitaliy Margolen [Tue, 12 Dec 2006 15:57:54 +0000 (08:57 -0700)] 
dinput: Move transform and offsets structures into base device class.

18 years agowinetest: Show correct filenames on test.winehq.org.
Paul Vriens [Tue, 12 Dec 2006 16:18:43 +0000 (17:18 +0100)] 
winetest: Show correct filenames on test.winehq.org.

18 years agowinspool.drv/tests: No need to return anything as we are using a global variable...
Paul Vriens [Tue, 12 Dec 2006 16:18:57 +0000 (17:18 +0100)] 
winspool.drv/tests: No need to return anything as we are using a global variable now.

18 years agokernel32: Allow the preferred language to be different from the preferred locale...
Pierre d'Herbemont [Tue, 12 Dec 2006 12:55:57 +0000 (13:55 +0100)] 
kernel32: Allow the preferred language to be different from the preferred locale on Mac OS X.

18 years agomshtml: Use HTMLWindow::alert in nsPromptService::Alert.
Jacek Caban [Fri, 8 Dec 2006 11:38:19 +0000 (12:38 +0100)] 
mshtml: Use HTMLWindow::alert in nsPromptService::Alert.

18 years agomshtml: Added alert implementation.
Jacek Caban [Tue, 12 Dec 2006 16:08:18 +0000 (17:08 +0100)] 
mshtml: Added alert implementation.