wine/eterwine.git
14 years agoopengl32/tests: Test using a GL context after the drawable is destroyed.
Matteo Bruni [Wed, 2 Mar 2011 21:25:46 +0000 (22:25 +0100)]
opengl32/tests: Test using a GL context after the drawable is destroyed.

14 years agogdiplus: Fall back to Liberation Serif if Times New Roman is missing.
Vincent Povirk [Tue, 29 Mar 2011 18:11:53 +0000 (13:11 -0500)]
gdiplus: Fall back to Liberation Serif if Times New Roman is missing.

14 years agocomdlg32: Implement Advise/Unadvise for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:23 +0000 (21:13 +0200)]
comdlg32: Implement Advise/Unadvise for the Item Dialog.

14 years agocomdlg32: Implement some folder and file selection functions for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:22 +0000 (21:13 +0200)]
comdlg32: Implement some folder and file selection functions for the Item Dialog.

14 years agocomdlg32: Implement SetFileTypes and GetFileTypeIndex/SetFileTypeIndex for the Item...
David Hedberg [Wed, 30 Mar 2011 06:12:29 +0000 (08:12 +0200)]
comdlg32: Implement SetFileTypes and GetFileTypeIndex/SetFileTypeIndex for the Item Dialog.

14 years agocomdlg32: Implement SetOptions/GetOptions for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:20 +0000 (21:13 +0200)]
comdlg32: Implement SetOptions/GetOptions for the Item Dialog.

14 years agocomdlg32/tests: Add initial tests for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:19 +0000 (21:13 +0200)]
comdlg32/tests: Add initial tests for the Item Dialog.

14 years agocomdlg32: Add implementation of DllRegisterServer/DllUnregisterServer.
David Hedberg [Tue, 29 Mar 2011 19:13:18 +0000 (21:13 +0200)]
comdlg32: Add implementation of DllRegisterServer/DllUnregisterServer.

14 years agontdll: Don't call compare function on memory not provided by user in qsort.
Piotr Caban [Wed, 30 Mar 2011 08:56:27 +0000 (10:56 +0200)]
ntdll: Don't call compare function on memory not provided by user in qsort.

14 years agowined3d: Get rid of IWineD3DPixelShaderImpl.
Henri Verbeet [Tue, 29 Mar 2011 17:21:52 +0000 (19:21 +0200)]
wined3d: Get rid of IWineD3DPixelShaderImpl.

14 years agowined3d: Get rid of struct wined3d_geometryshader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:51 +0000 (19:21 +0200)]
wined3d: Get rid of struct wined3d_geometryshader.

14 years agowined3d: Get rid of IWineD3DVertexShaderImpl.
Henri Verbeet [Tue, 29 Mar 2011 17:21:50 +0000 (19:21 +0200)]
wined3d: Get rid of IWineD3DVertexShaderImpl.

14 years agowined3d: Get rid of IWineD3DPixelShader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:49 +0000 (19:21 +0200)]
wined3d: Get rid of IWineD3DPixelShader.

14 years agowined3d: Get rid of IWineD3DGeometryShader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:48 +0000 (19:21 +0200)]
wined3d: Get rid of IWineD3DGeometryShader.

14 years agowined3d: Get rid of IWineD3DVertexShader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:47 +0000 (19:21 +0200)]
wined3d: Get rid of IWineD3DVertexShader.

14 years agoRevert "wined3d: Prevent crash when blit_priv is NULL.".
Henri Verbeet [Tue, 29 Mar 2011 17:21:46 +0000 (19:21 +0200)]
Revert "wined3d: Prevent crash when blit_priv is NULL.".

This reverts commit 37aadc9e377d7840a607dbabff10de375f9fdde8.
This patch was superseded by b2132202c77b0d56b68d2a0f4c0c1f6d637ab577.

14 years agowinejack.drv: Fix build.
Vincent Povirk [Tue, 29 Mar 2011 17:43:06 +0000 (12:43 -0500)]
winejack.drv: Fix build.

14 years agod3dx9/tests: Add ID3DXEffectCompiler test.
Rico Schüller [Sun, 27 Mar 2011 20:13:02 +0000 (22:13 +0200)]
d3dx9/tests: Add ID3DXEffectCompiler test.

14 years agod3dx9/tests: Add ID3DXEffect::GetPool() and ID3DXEffect::GetDevice() tests.
Rico Schüller [Sun, 27 Mar 2011 20:13:00 +0000 (22:13 +0200)]
d3dx9/tests: Add ID3DXEffect::GetPool() and ID3DXEffect::GetDevice() tests.

14 years agod3dx9: ID3DXEffect::QueryInterface() does not support IID_ID3DXBaseEffect.
Rico Schüller [Sun, 27 Mar 2011 20:12:57 +0000 (22:12 +0200)]
d3dx9: ID3DXEffect::QueryInterface() does not support IID_ID3DXBaseEffect.

14 years agod3dx9: Implement ID3DXEffect::GetDevice().
Rico Schüller [Sun, 27 Mar 2011 20:12:54 +0000 (22:12 +0200)]
d3dx9: Implement ID3DXEffect::GetDevice().

14 years agod3dx9: Implement ID3DXEffect::GetPool().
Rico Schüller [Sun, 27 Mar 2011 20:12:52 +0000 (22:12 +0200)]
d3dx9: Implement ID3DXEffect::GetPool().

14 years agod3dx9: Fix some style issues.
Rico Schüller [Sun, 27 Mar 2011 20:12:49 +0000 (22:12 +0200)]
d3dx9: Fix some style issues.

14 years agod3dx9: Add ID3DXEffectCompiler interface.
Rico Schüller [Sun, 27 Mar 2011 20:12:45 +0000 (22:12 +0200)]
d3dx9: Add ID3DXEffectCompiler interface.

14 years agod3dx9: Forward ID3DXEffect to ID3DXBaseEffect.
Rico Schüller [Sun, 27 Mar 2011 20:12:41 +0000 (22:12 +0200)]
d3dx9: Forward ID3DXEffect to ID3DXBaseEffect.

14 years agod3dx9: Add ID3DXBaseEffect interface.
Rico Schüller [Sun, 27 Mar 2011 20:12:38 +0000 (22:12 +0200)]
d3dx9: Add ID3DXBaseEffect interface.

14 years agoinclude: Fix ID3DXEffectCompiler interface.
Rico Schüller [Sun, 27 Mar 2011 20:12:35 +0000 (22:12 +0200)]
include: Fix ID3DXEffectCompiler interface.

14 years agod3dx9/tests: Add refcount test for the device.
Rico Schüller [Sun, 27 Mar 2011 20:12:31 +0000 (22:12 +0200)]
d3dx9/tests: Add refcount test for the device.

14 years agod3dx9: Handle pool and device in ID3DXEffect.
Rico Schüller [Sun, 27 Mar 2011 20:12:28 +0000 (22:12 +0200)]
d3dx9: Handle pool and device in ID3DXEffect.

14 years agod3dx9: Use size of variable instead of type.
Rico Schüller [Sun, 27 Mar 2011 20:12:25 +0000 (22:12 +0200)]
d3dx9: Use size of variable instead of type.

14 years agod3dx9: Fix HeapAlloc size in D3DXCreateEffectPool.
Rico Schüller [Sun, 27 Mar 2011 20:12:22 +0000 (22:12 +0200)]
d3dx9: Fix HeapAlloc size in D3DXCreateEffectPool.

14 years agoinclude: Add missing D3DXCreateEffect* declarations in d3dx9effect.h.
Rico Schüller [Sun, 27 Mar 2011 20:12:13 +0000 (22:12 +0200)]
include: Add missing D3DXCreateEffect* declarations in d3dx9effect.h.

14 years agowldap32: Accept a NULL value in ldap_set_option.
Hans Leidekker [Tue, 29 Mar 2011 11:59:22 +0000 (13:59 +0200)]
wldap32: Accept a NULL value in ldap_set_option.

14 years agokernel32: Implement and test GetVolumePathNamesForVolumeName.
Hans Leidekker [Tue, 29 Mar 2011 11:03:42 +0000 (13:03 +0200)]
kernel32: Implement and test GetVolumePathNamesForVolumeName.

14 years agows2_32: Implement GetNameInfoW.
Hans Leidekker [Tue, 29 Mar 2011 11:03:24 +0000 (13:03 +0200)]
ws2_32: Implement GetNameInfoW.

14 years agomshtml: Fixed node leak in HTMLEventObj.
Jacek Caban [Tue, 29 Mar 2011 11:37:42 +0000 (13:37 +0200)]
mshtml: Fixed node leak in HTMLEventObj.

14 years agomshtml: Fixed ref count handling in events.c.
Jacek Caban [Tue, 29 Mar 2011 11:37:01 +0000 (13:37 +0200)]
mshtml: Fixed ref count handling in events.c.

14 years agomshtml: Event handler may be already free in release_event_target.
Jacek Caban [Tue, 29 Mar 2011 11:36:46 +0000 (13:36 +0200)]
mshtml: Event handler may be already free in release_event_target.

14 years agomshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script.
Jacek Caban [Tue, 29 Mar 2011 10:51:21 +0000 (12:51 +0200)]
mshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script.

14 years agomshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.
Jacek Caban [Tue, 29 Mar 2011 10:51:04 +0000 (12:51 +0200)]
mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.

14 years agomshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL...
Jacek Caban [Tue, 29 Mar 2011 10:50:52 +0000 (12:50 +0200)]
mshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL) for res protocol to work around library name difference for winelib libraries.

14 years agouser32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize().
Dmitry Timoshkov [Tue, 29 Mar 2011 06:00:39 +0000 (15:00 +0900)]
user32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize().

14 years agontdll: Fix race condition in RtlCreateHeap().
Bart Van Assche [Mon, 28 Feb 2011 10:39:57 +0000 (11:39 +0100)]
ntdll: Fix race condition in RtlCreateHeap().

14 years agogdiplus: Add test for GdipSetTextRenderingHint and make it pass.
Vincent Povirk [Mon, 28 Mar 2011 22:38:38 +0000 (17:38 -0500)]
gdiplus: Add test for GdipSetTextRenderingHint and make it pass.

14 years agogdiplus: Add test for GdipDrawDriverString.
Vincent Povirk [Mon, 28 Mar 2011 21:40:19 +0000 (16:40 -0500)]
gdiplus: Add test for GdipDrawDriverString.

14 years agourlmon/tests: Added IWinInetHttpInfo tests.
Piotr Caban [Mon, 28 Mar 2011 21:38:27 +0000 (23:38 +0200)]
urlmon/tests: Added IWinInetHttpInfo tests.

14 years agourlmon: Added IWinInetHttpInfo_{QueryOption,QueryInfo} implementation.
Piotr Caban [Mon, 28 Mar 2011 21:38:16 +0000 (23:38 +0200)]
urlmon: Added IWinInetHttpInfo_{QueryOption,QueryInfo} implementation.

14 years agourlmon: Forward IWinInetHttpInfo calls to protocol implementations.
Piotr Caban [Mon, 28 Mar 2011 21:38:07 +0000 (23:38 +0200)]
urlmon: Forward IWinInetHttpInfo calls to protocol implementations.

14 years agoshdocvw: Report navigation error depending on HTTP status code.
Piotr Caban [Mon, 28 Mar 2011 21:37:36 +0000 (23:37 +0200)]
shdocvw: Report navigation error depending on HTTP status code.

14 years agomshtml/tests: Added connection error handling tests.
Piotr Caban [Mon, 28 Mar 2011 21:36:45 +0000 (23:36 +0200)]
mshtml/tests: Added connection error handling tests.

14 years agomshtml/tests: Added asynchronous moniker to htmldoc tests.
Piotr Caban [Mon, 28 Mar 2011 21:36:35 +0000 (23:36 +0200)]
mshtml/tests: Added asynchronous moniker to htmldoc tests.

14 years agomshtml/tests: Added IDocObjectService interface.
Piotr Caban [Mon, 28 Mar 2011 21:36:23 +0000 (23:36 +0200)]
mshtml/tests: Added IDocObjectService interface.

14 years agomshtml/tests: Added IBrowserService interface.
Piotr Caban [Mon, 28 Mar 2011 21:36:14 +0000 (23:36 +0200)]
mshtml/tests: Added IBrowserService interface.

14 years agomshtml/tests: Added IWinInetHttpInfo interface.
Piotr Caban [Mon, 28 Mar 2011 21:36:03 +0000 (23:36 +0200)]
mshtml/tests: Added IWinInetHttpInfo interface.

14 years agomshtml: Report an error when navigation fails.
Piotr Caban [Mon, 28 Mar 2011 21:35:34 +0000 (23:35 +0200)]
mshtml: Report an error when navigation fails.

14 years agourlmon: Added basic domain zone support to MapUrlToZone.
Thomas Mullaly [Sun, 13 Mar 2011 23:26:45 +0000 (19:26 -0400)]
urlmon: Added basic domain zone support to MapUrlToZone.

14 years agourlmon: Removed str_last_of in favor of memrchrW.
Thomas Mullaly [Sun, 20 Mar 2011 20:28:59 +0000 (16:28 -0400)]
urlmon: Removed str_last_of in favor of memrchrW.

14 years agogdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP.
Vincent Povirk [Mon, 28 Mar 2011 21:03:29 +0000 (16:03 -0500)]
gdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP.

14 years agowined3d: Move IWineD3DVertexShader::SetLocalConstantsF() to IWineD3DBaseShader.
Henri Verbeet [Mon, 28 Mar 2011 19:58:46 +0000 (21:58 +0200)]
wined3d: Move IWineD3DVertexShader::SetLocalConstantsF() to IWineD3DBaseShader.

14 years agowined3d: Replace "is_srgb" in wined3d_texture with a flag.
Henri Verbeet [Mon, 28 Mar 2011 19:58:45 +0000 (21:58 +0200)]
wined3d: Replace "is_srgb" in wined3d_texture with a flag.

14 years agowined3d: Replace "pow2_matrix_identity" in wined3d_texture with a flag.
Henri Verbeet [Mon, 28 Mar 2011 19:58:44 +0000 (21:58 +0200)]
wined3d: Replace "pow2_matrix_identity" in wined3d_texture with a flag.

14 years agowined3d: Replace "cond_np2" in wined3d_texture with a flag.
Henri Verbeet [Mon, 28 Mar 2011 19:58:43 +0000 (21:58 +0200)]
wined3d: Replace "cond_np2" in wined3d_texture with a flag.

14 years agowined3d: Get rid of IWineD3DBaseTextureClass.
Henri Verbeet [Mon, 28 Mar 2011 19:58:42 +0000 (21:58 +0200)]
wined3d: Get rid of IWineD3DBaseTextureClass.

14 years agowininet: Port numbers are unsigned.
André Hentschel [Mon, 28 Mar 2011 20:47:27 +0000 (22:47 +0200)]
wininet: Port numbers are unsigned.

14 years agowinhttp: Port numbers are unsigned (more).
André Hentschel [Mon, 28 Mar 2011 19:40:43 +0000 (21:40 +0200)]
winhttp: Port numbers are unsigned (more).

14 years agomshtml: Port numbers are unsigned.
André Hentschel [Mon, 28 Mar 2011 19:40:24 +0000 (21:40 +0200)]
mshtml: Port numbers are unsigned.

14 years agocomdlg32: Add stub implementation of the Common Item dialogs.
David Hedberg [Thu, 24 Mar 2011 21:38:51 +0000 (22:38 +0100)]
comdlg32: Add stub implementation of the Common Item dialogs.

14 years agocomdlg32: Add DllGetClassObject and a default class factory.
David Hedberg [Thu, 24 Mar 2011 21:38:50 +0000 (22:38 +0100)]
comdlg32: Add DllGetClassObject and a default class factory.

14 years agowinex11: Improved error handling in pglXMakeCurrent() call.
Joshua Beck [Thu, 24 Mar 2011 06:50:33 +0000 (01:50 -0500)]
winex11: Improved error handling in pglXMakeCurrent() call.

14 years agomsi: Add support for patching files.
David Hedberg [Tue, 22 Mar 2011 19:45:11 +0000 (20:45 +0100)]
msi: Add support for patching files.

14 years agomsi: Generalize media helpers a bit.
David Hedberg [Tue, 22 Mar 2011 19:45:10 +0000 (20:45 +0100)]
msi: Generalize media helpers a bit.

14 years agomsi: Add an offset to sequence numbers belonging to files added by a patch.
David Hedberg [Tue, 22 Mar 2011 19:45:09 +0000 (20:45 +0100)]
msi: Add an offset to sequence numbers belonging to files added by a patch.

14 years agontdll: Add a bunch of NtCreateFile tests.
Dmitry Timoshkov [Tue, 22 Mar 2011 11:38:44 +0000 (19:38 +0800)]
ntdll: Add a bunch of NtCreateFile tests.

14 years agowinex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
Dmitry Timoshkov [Tue, 22 Mar 2011 07:11:40 +0000 (15:11 +0800)]
winex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.

Main window of the Atom Zombie Smasher game has WS_DLGFRAME style set,
but Metacity allows making fullscreen ONLY normal windows, so do not
use any window types except _NET_WM_WINDOW_TYPE_NORMAL.

14 years agomshtml: Avoid shadowing a parameter.
Austin English [Tue, 22 Mar 2011 00:40:33 +0000 (17:40 -0700)]
mshtml: Avoid shadowing a parameter.

14 years agocabinet: Be more verbose.
André Hentschel [Mon, 21 Mar 2011 21:41:00 +0000 (22:41 +0100)]
cabinet: Be more verbose.

14 years agowined3d: Implement WINED3DFMT_YUY2 to WINED3DFMT_B5G6R5_UNORM conversion function.
Konrad Rzepecki [Sun, 20 Mar 2011 10:59:46 +0000 (11:59 +0100)]
wined3d: Implement WINED3DFMT_YUY2 to WINED3DFMT_B5G6R5_UNORM conversion function.

14 years agowined3d: Prevent crash when blit_priv is NULL.
Konrad Rzepecki [Sun, 20 Mar 2011 10:58:08 +0000 (11:58 +0100)]
wined3d: Prevent crash when blit_priv is NULL.

14 years agomsvcrt: Implement _mbslwr_s.
Konrad Rzepecki [Sun, 20 Mar 2011 01:19:02 +0000 (02:19 +0100)]
msvcrt: Implement _mbslwr_s.

14 years agomsvcrt: Implement _mbsupr_s.
Konrad Rzepecki [Sun, 20 Mar 2011 01:17:12 +0000 (02:17 +0100)]
msvcrt: Implement _mbsupr_s.

14 years agowinecoreaudio.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:15:12 +0000 (22:15 +0200)]
winecoreaudio.drv: Remove unnecessary ifdefs.

14 years agowinejoystick.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:14:20 +0000 (22:14 +0200)]
winejoystick.drv: Remove unnecessary ifdefs.

14 years agowinejack.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:14:00 +0000 (22:14 +0200)]
winejack.drv: Remove unnecessary ifdefs.

14 years agowinenas.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:13:38 +0000 (22:13 +0200)]
winenas.drv: Remove unnecessary ifdefs.

14 years agowineesd.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:12:59 +0000 (22:12 +0200)]
wineesd.drv: Remove unnecessary ifdefs.

14 years agowineoss.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:11:45 +0000 (22:11 +0200)]
wineoss.drv: Remove unnecessary ifdefs.

14 years agowinealsa.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:07:26 +0000 (22:07 +0200)]
winealsa.drv: Remove unnecessary ifdefs.

14 years agomsxml3/tests: Avoid size_t in a trace.
Alexandre Julliard [Mon, 28 Mar 2011 19:22:47 +0000 (21:22 +0200)]
msxml3/tests: Avoid size_t in a trace.

14 years agowineqtdecoder: fourCC value needs to be reversed as an OSType.
Aric Stewart [Mon, 28 Mar 2011 16:22:46 +0000 (11:22 -0500)]
wineqtdecoder: fourCC value needs to be reversed as an OSType.

14 years agowined3d: Fix a clipping issue with D3DSPSM_SIGNNEG.
Maarten Lankhorst [Wed, 23 Mar 2011 14:13:18 +0000 (15:13 +0100)]
wined3d: Fix a clipping issue with D3DSPSM_SIGNNEG.

14 years agowined3d: Check for ARB_fragment_program in arbfp_blit_supported.
Roderick Colenbrander [Tue, 22 Mar 2011 19:02:27 +0000 (19:02 +0000)]
wined3d: Check for ARB_fragment_program in arbfp_blit_supported.

14 years agomscoree: Add stub implementation for CreateConfigStream.
André Hentschel [Fri, 25 Mar 2011 20:56:57 +0000 (21:56 +0100)]
mscoree: Add stub implementation for CreateConfigStream.

14 years agourlmon/tests: Add another case to IUri tests.
André Hentschel [Thu, 24 Mar 2011 17:55:33 +0000 (18:55 +0100)]
urlmon/tests: Add another case to IUri tests.

14 years agomsxml3: Allow to create dummy node map for <?xml ?>.
Nikolay Sivov [Sat, 26 Mar 2011 21:17:01 +0000 (00:17 +0300)]
msxml3: Allow to create dummy node map for <?xml ?>.

14 years agomsxml3: More tests for <?xml ?> attributes.
Nikolay Sivov [Sat, 26 Mar 2011 21:16:17 +0000 (00:16 +0300)]
msxml3: More tests for <?xml ?> attributes.

14 years agomsxml3: Initial tests for IObjectWithSite support for httprequest.
Nikolay Sivov [Sat, 26 Mar 2011 21:13:14 +0000 (00:13 +0300)]
msxml3: Initial tests for IObjectWithSite support for httprequest.

14 years agocomctl32/listview: Fix edit box text limit.
Nikolay Sivov [Sat, 26 Mar 2011 21:32:27 +0000 (00:32 +0300)]
comctl32/listview: Fix edit box text limit.

14 years agocomctl32/listview: Adjust dispinfo text buffer length.
Nikolay Sivov [Sat, 26 Mar 2011 21:28:21 +0000 (00:28 +0300)]
comctl32/listview: Adjust dispinfo text buffer length.

14 years agocomctl32/monthcal: Clean day painting function.
Nikolay Sivov [Sat, 26 Mar 2011 19:11:54 +0000 (22:11 +0300)]
comctl32/monthcal: Clean day painting function.

14 years agocomctl32/monthcal: Selection and abbreviations should use title colour.
Nikolay Sivov [Sat, 26 Mar 2011 13:49:21 +0000 (16:49 +0300)]
comctl32/monthcal: Selection and abbreviations should use title colour.