wine
15 years agod3dx8: Correct some ID3DXMatrixStack prototypes.
Henri Verbeet [Wed, 29 Oct 2008 15:34:21 +0000 (16:34 +0100)] 
d3dx8: Correct some ID3DXMatrixStack prototypes.

15 years agod3dx8: Return E_NOTIMPL from ID3DXMatrixStack stubs.
Henri Verbeet [Wed, 29 Oct 2008 15:34:21 +0000 (16:34 +0100)] 
d3dx8: Return E_NOTIMPL from ID3DXMatrixStack stubs.

15 years agokernel32: Only try to open a VxD if opening a normal device failed.
Alexandre Julliard [Thu, 30 Oct 2008 09:33:45 +0000 (10:33 +0100)] 
kernel32: Only try to open a VxD if opening a normal device failed.

15 years agontdll: Store the exit code in the server in RtlExitUserThread.
Alexandre Julliard [Wed, 29 Oct 2008 19:37:43 +0000 (20:37 +0100)] 
ntdll: Store the exit code in the server in RtlExitUserThread.

15 years agontdll: Allocate a new virtual region for large blocks, and ensure 16-byte alignment.
Alexandre Julliard [Wed, 29 Oct 2008 16:32:45 +0000 (17:32 +0100)] 
ntdll: Allocate a new virtual region for large blocks, and ensure 16-byte alignment.

15 years agonetapi32: Add stub for NetShareGetInfo.
Vitaly Perov [Mon, 14 Jul 2008 13:58:57 +0000 (17:58 +0400)] 
netapi32: Add stub for NetShareGetInfo.

15 years agontdll: Add a few more tests for RtlIsDosDeviceName_U, fix some failures on Windows.
Alexandre Julliard [Wed, 29 Oct 2008 14:22:06 +0000 (15:22 +0100)] 
ntdll: Add a few more tests for RtlIsDosDeviceName_U, fix some failures on Windows.

15 years agontdll: Simplify the RtlIsDosDeviceName_U implementation.
Alexandre Julliard [Wed, 29 Oct 2008 14:21:51 +0000 (15:21 +0100)] 
ntdll: Simplify the RtlIsDosDeviceName_U implementation.

15 years agows2_32: Only set the overlapped hEvent if it exists.
Aric Stewart [Tue, 28 Oct 2008 15:37:43 +0000 (10:37 -0500)] 
ws2_32: Only set the overlapped hEvent if it exists.

15 years agoinetcomm: Correct test under w2k8.
Alistair Leslie-Hughes [Wed, 29 Oct 2008 05:13:13 +0000 (16:13 +1100)] 
inetcomm: Correct test under w2k8.

15 years agod3d10: Add a test to show d3d10 devices implement IDXGIDevice.
Henri Verbeet [Wed, 29 Oct 2008 08:00:27 +0000 (09:00 +0100)] 
d3d10: Add a test to show d3d10 devices implement IDXGIDevice.

15 years agodxgi: Add some stubs for IDXGISwapChain.
Henri Verbeet [Wed, 29 Oct 2008 08:00:26 +0000 (09:00 +0100)] 
dxgi: Add some stubs for IDXGISwapChain.

15 years agodxgi: Add some stubs for IDXGIAdapter.
Henri Verbeet [Wed, 29 Oct 2008 08:00:26 +0000 (09:00 +0100)] 
dxgi: Add some stubs for IDXGIAdapter.

15 years agocomctl32: Only update comboex edit box if the mask has CBEIF_TEXT set.
Lei Zhang [Wed, 29 Oct 2008 09:23:41 +0000 (02:23 -0700)] 
comctl32: Only update comboex edit box if the mask has CBEIF_TEXT set.

15 years agocomctl32: Reset nEditLabelItem in LISTVIEW_EndEditLabelT.
Lei Zhang [Wed, 29 Oct 2008 08:59:14 +0000 (01:59 -0700)] 
comctl32: Reset nEditLabelItem in LISTVIEW_EndEditLabelT.

15 years agocomctl32: Don't notify if listview edit box contents have not changed.
Lei Zhang [Wed, 29 Oct 2008 08:58:46 +0000 (01:58 -0700)] 
comctl32: Don't notify if listview edit box contents have not changed.

15 years agocomctl32: Get rid of DragDetect.
Lei Zhang [Wed, 29 Oct 2008 08:57:54 +0000 (01:57 -0700)] 
comctl32: Get rid of DragDetect.

15 years agouser32: Add a bunch of tests for GetQueueStatus and GetMessage combinations.
Alexandre Julliard [Wed, 29 Oct 2008 11:13:57 +0000 (12:13 +0100)] 
user32: Add a bunch of tests for GetQueueStatus and GetMessage combinations.

15 years agouser32: Use a local buffer in peek_message to save a server call for small buffer...
Alexandre Julliard [Wed, 29 Oct 2008 11:13:51 +0000 (12:13 +0100)] 
user32: Use a local buffer in peek_message to save a server call for small buffer sizes.

15 years agouser32: Specify the new queue mask separately from the PeekMessage flags.
Alexandre Julliard [Wed, 29 Oct 2008 11:13:06 +0000 (12:13 +0100)] 
user32: Specify the new queue mask separately from the PeekMessage flags.

15 years agouser32: Move thread info setting and WH_GETMESSAGE call into peek_message.
Alexandre Julliard [Wed, 29 Oct 2008 11:12:21 +0000 (12:12 +0100)] 
user32: Move thread info setting and WH_GETMESSAGE call into peek_message.

15 years agouser32: Move handling of internal messages into peek_message.
Alexandre Julliard [Wed, 29 Oct 2008 11:12:04 +0000 (12:12 +0100)] 
user32: Move handling of internal messages into peek_message.

15 years agowinmm: Fix a potential infinite recursion bug.
Andrew Nguyen [Wed, 29 Oct 2008 08:06:34 +0000 (03:06 -0500)] 
winmm: Fix a potential infinite recursion bug.

15 years agomsi: Do not reinstall an assembly that already exists in the global assembly cache.
James Hawkins [Wed, 29 Oct 2008 08:18:14 +0000 (03:18 -0500)] 
msi: Do not reinstall an assembly that already exists in the global assembly cache.

15 years agouser32: Handle all kinds of values returned by WIN_GetPtr.
Dmitry Timoshkov [Wed, 29 Oct 2008 09:11:21 +0000 (17:11 +0800)] 
user32: Handle all kinds of values returned by WIN_GetPtr.

15 years agooleacc: Removed failed test case.
Alistair Leslie-Hughes [Wed, 29 Oct 2008 05:42:02 +0000 (16:42 +1100)] 
oleacc: Removed failed test case.

15 years agocomctl32: HANDLE/HGLOBAL are basically just void pointers. No casts to other pointers...
Michael Stefaniuc [Tue, 28 Oct 2008 22:35:49 +0000 (23:35 +0100)] 
comctl32: HANDLE/HGLOBAL are basically just void pointers. No casts to other pointers are needed.

15 years agorichedit: Handle negative position given to EM_POSFROMCHAR.
Dylan Smith [Tue, 28 Oct 2008 22:16:23 +0000 (18:16 -0400)] 
richedit: Handle negative position given to EM_POSFROMCHAR.

15 years agowined3d: Handle projected cube textures.
Henri Verbeet [Tue, 28 Oct 2008 20:25:06 +0000 (21:25 +0100)] 
wined3d: Handle projected cube textures.

15 years agowined3d: Handle lack of NPOT support for depth blts.
Henri Verbeet [Tue, 28 Oct 2008 20:25:06 +0000 (21:25 +0100)] 
wined3d: Handle lack of NPOT support for depth blts.

15 years agowined3d: Support some more depth blt texture types in surface_depth_blt().
Henri Verbeet [Tue, 28 Oct 2008 20:25:06 +0000 (21:25 +0100)] 
wined3d: Support some more depth blt texture types in surface_depth_blt().

15 years agowined3d: Support some more depth blt texture types for arb programs.
Henri Verbeet [Tue, 28 Oct 2008 20:25:05 +0000 (21:25 +0100)] 
wined3d: Support some more depth blt texture types for arb programs.

15 years agonotepad: Don't save maximized size.
Katayama Hirofumi MZ [Fri, 24 Oct 2008 12:10:11 +0000 (21:10 +0900)] 
notepad: Don't save maximized size.

15 years agoappwiz.cpl: Use MS Shell Dlg instead of MS Sans Serif for dialog boxes.
Owen Rudge [Tue, 28 Oct 2008 19:04:11 +0000 (19:04 +0000)] 
appwiz.cpl: Use MS Shell Dlg instead of MS Sans Serif for dialog boxes.

15 years agocryptui: Fix destination store for self-signed certs.
Juan Lang [Tue, 28 Oct 2008 18:17:50 +0000 (11:17 -0700)] 
cryptui: Fix destination store for self-signed certs.

15 years agocryptui: Fix a failing test on Windows.
Juan Lang [Tue, 28 Oct 2008 18:10:18 +0000 (11:10 -0700)] 
cryptui: Fix a failing test on Windows.

15 years agogdi32: Add support for the GGO_UNHINTED flag in GetGlyphOutline.
Bobby Bingham [Sun, 26 Oct 2008 22:20:13 +0000 (18:20 -0400)] 
gdi32: Add support for the GGO_UNHINTED flag in GetGlyphOutline.

15 years agontdll: Ignore some system directories in NtQueryDirectoryFile to avoid recursion...
Alexandre Julliard [Tue, 28 Oct 2008 12:55:24 +0000 (13:55 +0100)] 
ntdll: Ignore some system directories in NtQueryDirectoryFile to avoid recursion troubles.

15 years agontdll: Use the end of the reserved area as address space limit, in case we have more...
Alexandre Julliard [Tue, 28 Oct 2008 12:51:36 +0000 (13:51 +0100)] 
ntdll: Use the end of the reserved area as address space limit, in case we have more than 3Gb available.

15 years agowininet/tests: Fix a failing test on IE6.
Nicolas Le Cam [Mon, 27 Oct 2008 23:34:22 +0000 (00:34 +0100)] 
wininet/tests: Fix a failing test on IE6.

15 years agocrypt32: fix a test failure on Free/PC-BSD.
Austin English [Mon, 27 Oct 2008 18:44:04 +0000 (14:44 -0400)] 
crypt32: fix a test failure on Free/PC-BSD.

15 years agoadvapi32/tests: fix a couple failures on Vista.
Austin English [Mon, 27 Oct 2008 20:24:52 +0000 (15:24 -0500)] 
advapi32/tests: fix a couple failures on Vista.

15 years agowined3d: Fix typo in baseshader.c.
Tobias Jakobi [Sun, 26 Oct 2008 16:01:15 +0000 (17:01 +0100)] 
wined3d: Fix typo in baseshader.c.

15 years agowined3d: Fix some indentation.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)] 
wined3d: Fix some indentation.

15 years agowined3d: Rename CreateAdditionalSwapChain to CreateSwapChain.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)] 
wined3d: Rename CreateAdditionalSwapChain to CreateSwapChain.

15 years agod3d10: Make some functions static.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)] 
d3d10: Make some functions static.

15 years agodxgi: Make some functions static.
Henri Verbeet [Tue, 28 Oct 2008 08:27:20 +0000 (09:27 +0100)] 
dxgi: Make some functions static.

15 years agomsxml3: Add support to get_nodeTypedValue on Element Nodes.
Alistair Leslie-Hughes [Tue, 28 Oct 2008 08:47:15 +0000 (19:47 +1100)] 
msxml3: Add support to get_nodeTypedValue on Element Nodes.

15 years agocomdlg32: Fix test under win98.
Alistair Leslie-Hughes [Tue, 28 Oct 2008 08:49:45 +0000 (19:49 +1100)] 
comdlg32: Fix test under win98.

15 years agocomctl32: Remove superfluous casts as HANDLE to other handle types.
Michael Stefaniuc [Mon, 27 Oct 2008 22:07:40 +0000 (23:07 +0100)] 
comctl32: Remove superfluous casts as HANDLE to other handle types.

15 years agocmdlgtst: Use NULL instead of casting 0 to a pointer.
Michael Stefaniuc [Mon, 27 Oct 2008 22:07:26 +0000 (23:07 +0100)] 
cmdlgtst: Use NULL instead of casting 0 to a pointer.

15 years agoshdocvw/tests: Use the correct size for memset.
Detlef Riekenberg [Mon, 27 Oct 2008 21:43:34 +0000 (22:43 +0100)] 
shdocvw/tests: Use the correct size for memset.

15 years agooleview: Fixed size passed to LoadStringW.
Marcus Meissner [Mon, 27 Oct 2008 21:12:03 +0000 (22:12 +0100)] 
oleview: Fixed size passed to LoadStringW.

15 years agowinecfg: Set default windows version to XP.
Austin English [Mon, 27 Oct 2008 19:22:30 +0000 (14:22 -0500)] 
winecfg: Set default windows version to XP.

15 years agowined3d: Support some more texture types for GLSL depth blts.
Henri Verbeet [Mon, 27 Oct 2008 17:31:32 +0000 (18:31 +0100)] 
wined3d: Support some more texture types for GLSL depth blts.

15 years agowined3d: Pass explicit texcoords to depth blt.
Henri Verbeet [Mon, 27 Oct 2008 17:31:31 +0000 (18:31 +0100)] 
wined3d: Pass explicit texcoords to depth blt.

15 years agowined3d: Pass the texture type to the shader depth blt function.
Henri Verbeet [Mon, 27 Oct 2008 17:31:31 +0000 (18:31 +0100)] 
wined3d: Pass the texture type to the shader depth blt function.

15 years agowined3d: Move depth_blt to surface.c.
Henri Verbeet [Mon, 27 Oct 2008 17:31:31 +0000 (18:31 +0100)] 
wined3d: Move depth_blt to surface.c.

15 years agoole32: Implement IEnum*_Next marshallers.
Huw Davies [Mon, 27 Oct 2008 15:44:07 +0000 (15:44 +0000)] 
ole32: Implement IEnum*_Next marshallers.

15 years agoole32: Try to load the '\1Ole' stream and create it if it doesn't exist.
Huw Davies [Mon, 27 Oct 2008 15:25:24 +0000 (15:25 +0000)] 
ole32: Try to load the '\1Ole' stream and create it if it doesn't exist.

15 years agoole32: Create the '\1Ole' stream.
Huw Davies [Mon, 27 Oct 2008 15:19:16 +0000 (15:19 +0000)] 
ole32: Create the '\1Ole' stream.

15 years agogdi32: Move DC mapping APIs to the 'dc' debug channel.
Dmitry Timoshkov [Mon, 27 Oct 2008 14:00:26 +0000 (22:00 +0800)] 
gdi32: Move DC mapping APIs to the 'dc' debug channel.

15 years agomsi/tests: Fix a failing test on all platforms up to and including win2k.
Nicolas Le Cam [Mon, 27 Oct 2008 13:16:33 +0000 (14:16 +0100)] 
msi/tests: Fix a failing test on all platforms up to and including win2k.

15 years agokernel32: Don't ignore extended keys.
Dmitry Timoshkov [Mon, 27 Oct 2008 11:14:28 +0000 (19:14 +0800)] 
kernel32: Don't ignore extended keys.

15 years agowineconsole: Don't ignore extended keys.
Dmitry Timoshkov [Mon, 27 Oct 2008 11:14:05 +0000 (19:14 +0800)] 
wineconsole: Don't ignore extended keys.

15 years agouser32/tests: Avoid crash on win9x.
Detlef Riekenberg [Sun, 26 Oct 2008 22:08:50 +0000 (23:08 +0100)] 
user32/tests: Avoid crash on win9x.

15 years agouxtheme: Fixed the todo blocks in the IsThemed tests when theming is inactive.
Reece Dunn [Mon, 27 Oct 2008 09:04:48 +0000 (09:04 +0000)] 
uxtheme: Fixed the todo blocks in the IsThemed tests when theming is inactive.

15 years agowinecfg: Renamed 'Shell Folder' to 'Folder'.
Reece Dunn [Fri, 24 Oct 2008 19:14:43 +0000 (20:14 +0100)] 
winecfg: Renamed 'Shell Folder' to 'Folder'.

15 years agowinecfg: Add ellipsis ('...') to buttons that launch other dialogs.
Reece Dunn [Fri, 24 Oct 2008 19:11:14 +0000 (20:11 +0100)] 
winecfg: Add ellipsis ('...') to buttons that launch other dialogs.

15 years agontdll: Make sure the last relocation contains some data.
Alexandre Julliard [Mon, 27 Oct 2008 12:19:30 +0000 (13:19 +0100)] 
ntdll: Make sure the last relocation contains some data.

15 years agoshell32: Try to guess the working directory in the run dialog.
Vincent Povirk [Tue, 21 Oct 2008 21:07:47 +0000 (16:07 -0500)] 
shell32: Try to guess the working directory in the run dialog.

15 years agouser32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.
Dmitry Timoshkov [Mon, 27 Oct 2008 10:23:02 +0000 (18:23 +0800)] 
user32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.

15 years agowinex11.drv: Print the characters returned by ToUnicode.
Dmitry Timoshkov [Mon, 27 Oct 2008 10:22:43 +0000 (18:22 +0800)] 
winex11.drv: Print the characters returned by ToUnicode.

15 years agoole32: Implement IEnumFORMATETC_Next_Proxy and IEnumFORMATETC_Next_Stub.
Austin English [Fri, 24 Oct 2008 09:55:56 +0000 (04:55 -0500)] 
ole32: Implement IEnumFORMATETC_Next_Proxy and IEnumFORMATETC_Next_Stub.

15 years agowined3d: Fix the WineDirect3DCreate() export.
Francois Gouget [Sun, 26 Oct 2008 22:39:27 +0000 (23:39 +0100)] 
wined3d: Fix the WineDirect3DCreate() export.

15 years agomsi: Skip the leading period of the extension to be registered.
James Hawkins [Mon, 27 Oct 2008 06:52:49 +0000 (01:52 -0500)] 
msi: Skip the leading period of the extension to be registered.

15 years agomsi: Convert command line property names to uppercase.
James Hawkins [Mon, 27 Oct 2008 06:26:12 +0000 (01:26 -0500)] 
msi: Convert command line property names to uppercase.

15 years agomsi: Use the long file name in the WriteIniValues action.
James Hawkins [Mon, 27 Oct 2008 05:56:04 +0000 (00:56 -0500)] 
msi: Use the long file name in the WriteIniValues action.

15 years agomsi: Set the source path tests to "interactive" to avoid timing out on some machines.
James Hawkins [Mon, 27 Oct 2008 05:55:39 +0000 (00:55 -0500)] 
msi: Set the source path tests to "interactive" to avoid timing out on some machines.

15 years agorichedit: Fixed initial word wrap setting when emulating 1.0.
Dylan Smith [Mon, 27 Oct 2008 03:38:15 +0000 (23:38 -0400)] 
richedit: Fixed initial word wrap setting when emulating 1.0.

15 years agorichedit: Added riched32 tests for word wrap.
Dylan Smith [Mon, 27 Oct 2008 03:38:07 +0000 (23:38 -0400)] 
richedit: Added riched32 tests for word wrap.

15 years agoopengl32: Mark some opengl3 tests as wine_todo.
Roderick Colenbrander [Sat, 25 Oct 2008 19:53:38 +0000 (19:53 +0000)] 
opengl32: Mark some opengl3 tests as wine_todo.

15 years agoOpengl32: Add defines for WGL_/GLX_ARB_create_context.
Roderick Colenbrander [Sat, 25 Oct 2008 20:36:52 +0000 (20:36 +0000)] 
Opengl32: Add defines for WGL_/GLX_ARB_create_context.

15 years agowinex11: Move all delayed GLX context creation code to create_glxcontext in order...
Roderick Colenbrander [Sat, 25 Oct 2008 21:36:32 +0000 (21:36 +0000)] 
winex11: Move all delayed GLX context creation code to create_glxcontext in order to prepare for WGL_ARB_create_context.

15 years agocomctl32: Fix getting of min size of monthcal when changing font.
Clinton Stimpson [Sat, 25 Oct 2008 16:04:52 +0000 (10:04 -0600)] 
comctl32: Fix getting of min size of monthcal when changing font.

15 years agoshell32: A nicer icon for "folder".
Hervé Chanal [Fri, 24 Oct 2008 16:08:20 +0000 (18:08 +0200)] 
shell32: A nicer icon for "folder".

15 years agoshell32: A nicer icon for "Open folder".
Hervé Chanal [Fri, 24 Oct 2008 16:06:23 +0000 (18:06 +0200)] 
shell32: A nicer icon for "Open folder".

15 years agocmdlgtst: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:40:08 +0000 (23:40 +0200)] 
cmdlgtst: HGDIOBJ is interchangeable with other handle types; no casts are needed.

15 years agotaskmgr: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:39:55 +0000 (23:39 +0200)] 
taskmgr: HGDIOBJ is interchangeable with other handle types; no casts are needed.

15 years agogdi32/tests: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:39:38 +0000 (23:39 +0200)] 
gdi32/tests: HGDIOBJ is interchangeable with other handle types; no casts are needed.

15 years agouser32: HGDIOBJ is interchangeable with other handle types; no casts are needed.
Michael Stefaniuc [Sat, 25 Oct 2008 21:39:12 +0000 (23:39 +0200)] 
user32: HGDIOBJ is interchangeable with other handle types; no casts are needed.

15 years agocomctl32: HGDIOBJ is interchangeable with other handle types so don't cast.
Michael Stefaniuc [Sat, 25 Oct 2008 21:38:37 +0000 (23:38 +0200)] 
comctl32: HGDIOBJ is interchangeable with other handle types so don't cast.

15 years agoshdocvw/tests: Avoid sizeof in trace.
Alexandre Julliard [Mon, 27 Oct 2008 10:29:32 +0000 (11:29 +0100)] 
shdocvw/tests: Avoid sizeof in trace.

15 years agojscript: Avoid a compiler warning.
Alexandre Julliard [Mon, 27 Oct 2008 10:29:21 +0000 (11:29 +0100)] 
jscript: Avoid a compiler warning.

15 years agogdi32: Search the child font list first.
Dmitry Timoshkov [Mon, 27 Oct 2008 07:59:53 +0000 (15:59 +0800)] 
gdi32: Search the child font list first.

15 years agowinmm: Support more joysticks.
Vitaliy Margolen [Sun, 26 Oct 2008 18:01:28 +0000 (12:01 -0600)] 
winmm: Support more joysticks.

15 years agoodbc32: Sign-compare warnings fix.
Andrew Talbot [Sat, 25 Oct 2008 15:43:47 +0000 (16:43 +0100)] 
odbc32: Sign-compare warnings fix.

15 years agoprograms: Fixed two RegEnumValue name lengths.
Marcus Meissner [Sun, 26 Oct 2008 14:27:05 +0000 (15:27 +0100)] 
programs: Fixed two RegEnumValue name lengths.

15 years agonetapi32: Fixed buffer sizes to GetUserNameW and GetComputerNameW.
Marcus Meissner [Sat, 25 Oct 2008 10:10:10 +0000 (12:10 +0200)] 
netapi32: Fixed buffer sizes to GetUserNameW and GetComputerNameW.

15 years agowinedbg: Add a kill command to kill the current process.
Eric Pouech [Sat, 25 Oct 2008 07:12:30 +0000 (09:12 +0200)] 
winedbg: Add a kill command to kill the current process.