wine
12 years agojscript: Fixed deleting nonexisting properties from member expression.
Jacek Caban [Mon, 17 Dec 2012 12:36:08 +0000 (13:36 +0100)] 
jscript: Fixed deleting nonexisting properties from member expression.

12 years agojscript: Fixed Number.toFixed for value 0 with 0 precision.
Jacek Caban [Mon, 17 Dec 2012 12:35:54 +0000 (13:35 +0100)] 
jscript: Fixed Number.toFixed for value 0 with 0 precision.

12 years agowinemac: Implement minimal Create[Compatible]DC() and DeleteDC().
Ken Thomases [Mon, 17 Dec 2012 00:07:10 +0000 (18:07 -0600)] 
winemac: Implement minimal Create[Compatible]DC() and DeleteDC().

12 years agowinequartz.drv: Rename to winemac.drv ("the Mac driver").
Ken Thomases [Mon, 17 Dec 2012 00:06:52 +0000 (18:06 -0600)] 
winequartz.drv: Rename to winemac.drv ("the Mac driver").

12 years agomsxml3: Add custom handling for DISPID_VALUE for node list.
Nikolay Sivov [Mon, 17 Dec 2012 06:16:41 +0000 (10:16 +0400)] 
msxml3: Add custom handling for DISPID_VALUE for node list.

12 years agopo: Update Korean translation.
Hwang YunSong [Mon, 17 Dec 2012 02:14:43 +0000 (11:14 +0900)] 
po: Update Korean translation.

12 years agocomdlg32/tests: Use win8 failure-code as default result.
Detlef Riekenberg [Sun, 16 Dec 2012 12:32:19 +0000 (13:32 +0100)] 
comdlg32/tests: Use win8 failure-code as default result.

12 years agofonts: Make Tahoma start at character 32.
Alexandre Julliard [Mon, 17 Dec 2012 13:04:28 +0000 (14:04 +0100)] 
fonts: Make Tahoma start at character 32.

12 years agouser32: Fix copy/paste typo.
Alexandre Julliard [Mon, 17 Dec 2012 13:12:02 +0000 (14:12 +0100)] 
user32: Fix copy/paste typo.

12 years agouser32: Properly fixup font system parameters with positive height.
Alexandre Julliard [Sat, 15 Dec 2012 20:59:09 +0000 (21:59 +0100)] 
user32: Properly fixup font system parameters with positive height.

12 years agoinclude: Force stack alignment also on Linux to work around the ABI breakage.
Alexandre Julliard [Sat, 15 Dec 2012 15:49:47 +0000 (16:49 +0100)] 
include: Force stack alignment also on Linux to work around the ABI breakage.

12 years agogdi32: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 18:55:12 +0000 (18:55 +0000)] 
gdi32: Indentation fix.

12 years agocomctl32: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:16 +0000 (14:43 +0000)] 
comctl32: Indentation fix.

12 years agocomdlg32: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:22 +0000 (14:43 +0000)] 
comdlg32: Indentation fix.

12 years agodbghelp: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:27 +0000 (14:43 +0000)] 
dbghelp: Indentation fix.

12 years agodsound: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:30 +0000 (14:43 +0000)] 
dsound: Indentation fix.

12 years agokrnl386.exe16: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:37 +0000 (14:43 +0000)] 
krnl386.exe16: Indentation fix.

12 years agomapi32: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:41 +0000 (14:43 +0000)] 
mapi32: Indentation fix.

12 years agommdevapi: Send notifications to clients when the user-selected default device changes.
Andrew Eikum [Fri, 14 Dec 2012 17:41:56 +0000 (11:41 -0600)] 
mmdevapi: Send notifications to clients when the user-selected default device changes.

12 years agommdevapi: Implement (Un)RegisterEndpointNotificationCallback.
Andrew Eikum [Fri, 14 Dec 2012 17:41:53 +0000 (11:41 -0600)] 
mmdevapi: Implement (Un)RegisterEndpointNotificationCallback.

12 years agooleaut32: Added a test for prop getter invocation with different flags.
Nikolay Sivov [Fri, 14 Dec 2012 20:07:50 +0000 (23:07 +0300)] 
oleaut32: Added a test for prop getter invocation with different flags.

12 years agowined3d: Recognize Nvidia GT520 cards.
Caron Jensen [Fri, 14 Dec 2012 16:36:32 +0000 (10:36 -0600)] 
wined3d: Recognize Nvidia GT520 cards.

12 years agodsound: Always fill wValidBitsPerSample.
Andrew Eikum [Fri, 14 Dec 2012 14:47:16 +0000 (08:47 -0600)] 
dsound: Always fill wValidBitsPerSample.

12 years agowinealsa.drv: Be less strict about wValidBitsPerSample.
Andrew Eikum [Fri, 14 Dec 2012 14:47:11 +0000 (08:47 -0600)] 
winealsa.drv: Be less strict about wValidBitsPerSample.

12 years agomsxml3: Some tests to show that DISPID_VALUE properties are handled specially.
Nikolay Sivov [Fri, 14 Dec 2012 16:30:11 +0000 (19:30 +0300)] 
msxml3: Some tests to show that DISPID_VALUE properties are handled specially.

12 years agoatl100: Added AtlComModuleGetClassObject implementation (based on AtlModuleGetClassOb...
Jacek Caban [Fri, 14 Dec 2012 10:58:10 +0000 (11:58 +0100)] 
atl100: Added AtlComModuleGetClassObject implementation (based on AtlModuleGetClassObject).

12 years agod3dx9_36/tests: Use software vertex processing so the tests can run on Intel GM950...
Francois Gouget [Fri, 14 Dec 2012 10:55:40 +0000 (11:55 +0100)] 
d3dx9_36/tests: Use software vertex processing so the tests can run on Intel GM950 graphics cards.

12 years agowinhttp/tests: Make some traces more explicit.
Francois Gouget [Fri, 14 Dec 2012 10:54:52 +0000 (11:54 +0100)] 
winhttp/tests: Make some traces more explicit.

12 years agogdi32: Support wrongly ordered rectangles in RectVisible.
Alexandre Julliard [Fri, 14 Dec 2012 15:56:28 +0000 (16:56 +0100)] 
gdi32: Support wrongly ordered rectangles in RectVisible.

12 years agogdi32: Add a helper function to order the points of a rectangle.
Alexandre Julliard [Fri, 14 Dec 2012 15:55:56 +0000 (16:55 +0100)] 
gdi32: Add a helper function to order the points of a rectangle.

12 years agogdi32: Fix handling of rotation matrices in GetGlyphOutline.
Alexandre Julliard [Fri, 14 Dec 2012 12:12:19 +0000 (13:12 +0100)] 
gdi32: Fix handling of rotation matrices in GetGlyphOutline.

12 years agoadvapi32: Support service objects in GetSecurityInfo.
Erich Hoover [Thu, 13 Dec 2012 21:08:05 +0000 (14:08 -0700)] 
advapi32: Support service objects in GetSecurityInfo.

12 years agomsvcrt: Implement memcpy in msvcrt instead of forwarding to ntdll.
Austin English [Fri, 14 Dec 2012 04:01:48 +0000 (20:01 -0800)] 
msvcrt: Implement memcpy in msvcrt instead of forwarding to ntdll.

12 years agomsvcrt: Implement _ftol in msvcrt instead of forwarding to ntdll.
Austin English [Fri, 14 Dec 2012 04:01:26 +0000 (20:01 -0800)] 
msvcrt: Implement _ftol in msvcrt instead of forwarding to ntdll.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Thu, 13 Dec 2012 19:48:37 +0000 (21:48 +0200)] 
po: Update Lithuanian translation.

12 years agomsi: Do not convert MaskedEdit contents to uppercase.
Daniel Jelinski [Thu, 13 Dec 2012 19:31:23 +0000 (20:31 +0100)] 
msi: Do not convert MaskedEdit contents to uppercase.

12 years agod3drm: Face data size is in number of DWORD.
Christian Costa [Fri, 14 Dec 2012 07:37:53 +0000 (08:37 +0100)] 
d3drm: Face data size is in number of DWORD.

12 years agod3drm: Handle texture load proc when loading mesh data.
Christian Costa [Fri, 14 Dec 2012 07:37:38 +0000 (08:37 +0100)] 
d3drm: Handle texture load proc when loading mesh data.

12 years agojscript: Allow poping multiple stack values at the time.
Jacek Caban [Fri, 14 Dec 2012 10:06:43 +0000 (11:06 +0100)] 
jscript: Allow poping multiple stack values at the time.

12 years agojscript: Properly handle return value evaluation in comma expression.
Jacek Caban [Fri, 14 Dec 2012 10:06:28 +0000 (11:06 +0100)] 
jscript: Properly handle return value evaluation in comma expression.

12 years agomsvcrt: Added __getmainargs tests.
Piotr Caban [Fri, 14 Dec 2012 09:35:36 +0000 (10:35 +0100)] 
msvcrt: Added __getmainargs tests.

12 years agomsvcrt: Support expand_wildcards parameter in __wgetmainargs function.
Piotr Caban [Fri, 14 Dec 2012 09:33:49 +0000 (10:33 +0100)] 
msvcrt: Support expand_wildcards parameter in __wgetmainargs function.

12 years agomsvcrt: Fixed wildcard expanding when path is specified in __getmainargs.
Piotr Caban [Fri, 14 Dec 2012 09:33:14 +0000 (10:33 +0100)] 
msvcrt: Fixed wildcard expanding when path is specified in __getmainargs.

12 years agod3dx9_36/tests: Skip some tests when DXT5 textures are not supported.
Francois Gouget [Thu, 13 Dec 2012 23:48:12 +0000 (00:48 +0100)] 
d3dx9_36/tests: Skip some tests when DXT5 textures are not supported.

12 years agod3d10core/tests: Add a small test for ID3D10Device_CreateDepthStencilState().
Henri Verbeet [Thu, 13 Dec 2012 21:09:00 +0000 (22:09 +0100)] 
d3d10core/tests: Add a small test for ID3D10Device_CreateDepthStencilState().

12 years agod3d10core: Only create unique depthstencil state objects.
Henri Verbeet [Thu, 13 Dec 2012 21:08:59 +0000 (22:08 +0100)] 
d3d10core: Only create unique depthstencil state objects.

12 years agod3d10core: Implement d3d10_depthstencil_state_GetDesc().
Henri Verbeet [Thu, 13 Dec 2012 21:08:58 +0000 (22:08 +0100)] 
d3d10core: Implement d3d10_depthstencil_state_GetDesc().

12 years agoddraw: Avoid LPD3DMATERIALHANDLE.
Henri Verbeet [Thu, 13 Dec 2012 21:08:57 +0000 (22:08 +0100)] 
ddraw: Avoid LPD3DMATERIALHANDLE.

12 years agoddraw: Avoid LPD3DVALUE.
Henri Verbeet [Thu, 13 Dec 2012 21:08:56 +0000 (22:08 +0100)] 
ddraw: Avoid LPD3DVALUE.

12 years agod3drm: Handle all materials in material list and create corresponding mesh groups...
Christian Costa [Thu, 13 Dec 2012 09:03:11 +0000 (10:03 +0100)] 
d3drm: Handle all materials in material list and create corresponding mesh groups + tests.

12 years agouser32: Always call ScrollWindowEx in the listbox WM_VSCROLL handler.
Daniel Jelinski [Wed, 12 Dec 2012 19:34:31 +0000 (20:34 +0100)] 
user32: Always call ScrollWindowEx in the listbox WM_VSCROLL handler.

12 years agoole32: Added IMoniker::BindToStorage proxy/stub implementation.
Jacek Caban [Thu, 13 Dec 2012 16:25:03 +0000 (17:25 +0100)] 
ole32: Added IMoniker::BindToStorage proxy/stub implementation.

12 years agomsi: Use FIELD_OFFSET for the size of structs with a varlength array.
Michael Stefaniuc [Thu, 13 Dec 2012 15:56:42 +0000 (16:56 +0100)] 
msi: Use FIELD_OFFSET for the size of structs with a varlength array.

12 years agomsvcrt: Support expand_wildcards parameter in __getmainargs function.
Piotr Caban [Thu, 13 Dec 2012 12:45:24 +0000 (13:45 +0100)] 
msvcrt: Support expand_wildcards parameter in __getmainargs function.

12 years agomsvcrt: Don't flush stream in fputs function.
Piotr Caban [Thu, 13 Dec 2012 12:45:00 +0000 (13:45 +0100)] 
msvcrt: Don't flush stream in fputs function.

12 years agojscript: Ensure correct stack state for non-returning expression evaluation in compil...
Jacek Caban [Thu, 13 Dec 2012 11:08:59 +0000 (12:08 +0100)] 
jscript: Ensure correct stack state for non-returning expression evaluation in compile_expression.

12 years agojscript: Moved eval return value logic to specific statement handlers.
Jacek Caban [Thu, 13 Dec 2012 11:08:34 +0000 (12:08 +0100)] 
jscript: Moved eval return value logic to specific statement handlers.

12 years agoatl: Merge registrar.c into atl_main.c.
Jacek Caban [Thu, 13 Dec 2012 11:00:41 +0000 (12:00 +0100)] 
atl: Merge registrar.c into atl_main.c.

12 years agoatl100: Added AtlRegisterClassCategoriesHelper stub.
Jacek Caban [Thu, 13 Dec 2012 11:00:23 +0000 (12:00 +0100)] 
atl100: Added AtlRegisterClassCategoriesHelper stub.

12 years agopo: Update German translation.
Julian Rüger [Thu, 13 Dec 2012 01:31:56 +0000 (02:31 +0100)] 
po: Update German translation.

12 years agoatl80: Fix typos in spec file.
Austin English [Thu, 13 Dec 2012 01:47:11 +0000 (17:47 -0800)] 
atl80: Fix typos in spec file.

12 years agod3d10core/tests: Add a small test for ID3D10Device_CreateBlendState().
Henri Verbeet [Wed, 12 Dec 2012 22:10:43 +0000 (23:10 +0100)] 
d3d10core/tests: Add a small test for ID3D10Device_CreateBlendState().

12 years agod3d10core: Only create unique blend state objects.
Henri Verbeet [Wed, 12 Dec 2012 22:10:42 +0000 (23:10 +0100)] 
d3d10core: Only create unique blend state objects.

12 years agod3d10core: Implement d3d10_blend_state_GetDesc().
Henri Verbeet [Wed, 12 Dec 2012 22:10:41 +0000 (23:10 +0100)] 
d3d10core: Implement d3d10_blend_state_GetDesc().

12 years agoddraw: Avoid LPD3DEXECUTEBUFFERDESC.
Henri Verbeet [Wed, 12 Dec 2012 22:10:40 +0000 (23:10 +0100)] 
ddraw: Avoid LPD3DEXECUTEBUFFERDESC.

12 years agoddraw: Avoid LPD3DFINDDEVICESEARCH.
Henri Verbeet [Wed, 12 Dec 2012 22:10:39 +0000 (23:10 +0100)] 
ddraw: Avoid LPD3DFINDDEVICESEARCH.

12 years agoamstream: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Wed, 12 Dec 2012 20:51:53 +0000 (20:51 +0000)] 
amstream: Avoid signed-unsigned integer comparisons.

12 years agoservicemodelreg: Keep debug channel name to 14 characters or fewer.
Ken Thomases [Wed, 12 Dec 2012 20:32:37 +0000 (14:32 -0600)] 
servicemodelreg: Keep debug channel name to 14 characters or fewer.

12 years agod3d11: Add a stub dll.
Austin English [Tue, 11 Dec 2012 22:11:49 +0000 (14:11 -0800)] 
d3d11: Add a stub dll.

12 years agowinemapi: List ignored attachments.
André Hentschel [Wed, 12 Dec 2012 19:14:36 +0000 (20:14 +0100)] 
winemapi: List ignored attachments.

12 years agommdevapi/test: Fix tests on win8.
André Hentschel [Wed, 12 Dec 2012 15:51:13 +0000 (16:51 +0100)] 
mmdevapi/test: Fix tests on win8.

12 years agoatl80: Fixed some spec file entries.
Jacek Caban [Wed, 12 Dec 2012 13:56:26 +0000 (14:56 +0100)] 
atl80: Fixed some spec file entries.

12 years agoatl100: Added AtlWinModuleAddCreateWndData implementation (based on AtlModuleAddCreat...
Jacek Caban [Wed, 12 Dec 2012 13:56:11 +0000 (14:56 +0100)] 
atl100: Added AtlWinModuleAddCreateWndData implementation (based on AtlModuleAddCreateWndData).

12 years agoatl: Added locking to AtlModuleAddCreateWndData.
Jacek Caban [Wed, 12 Dec 2012 13:55:58 +0000 (14:55 +0100)] 
atl: Added locking to AtlModuleAddCreateWndData.

12 years agojscript: Added SCRIPTTEXT_ISEXPRESSION tests.
Jacek Caban [Wed, 12 Dec 2012 12:12:39 +0000 (13:12 +0100)] 
jscript: Added SCRIPTTEXT_ISEXPRESSION tests.

12 years agojscript: Added support for SCRIPTTEXT_ISEXPRESSION.
Jacek Caban [Wed, 12 Dec 2012 12:12:17 +0000 (13:12 +0100)] 
jscript: Added support for SCRIPTTEXT_ISEXPRESSION.

12 years agojscript: Throw an error if return statement is in eval code.
Jacek Caban [Wed, 12 Dec 2012 12:12:04 +0000 (13:12 +0100)] 
jscript: Throw an error if return statement is in eval code.

12 years agod3drm: Load object only if it is top level and requested or if it is part of another...
Christian Costa [Wed, 12 Dec 2012 08:36:37 +0000 (09:36 +0100)] 
d3drm: Load object only if it is top level and requested or if it is part of another object.

12 years agouser32: Start checking for driver events more often when the app doesn't consume...
Alexandre Julliard [Wed, 12 Dec 2012 19:17:21 +0000 (20:17 +0100)] 
user32: Start checking for driver events more often when the app doesn't consume messages properly.

12 years agoole32: Limit the number of messages processed at once in CoWaitForMultipleObjects.
Alexandre Julliard [Wed, 12 Dec 2012 13:06:46 +0000 (14:06 +0100)] 
ole32: Limit the number of messages processed at once in CoWaitForMultipleObjects.

12 years agomsvcrt: Added _mbsnbcoll_l implementation.
Piotr Caban [Wed, 12 Dec 2012 10:17:10 +0000 (11:17 +0100)] 
msvcrt: Added _mbsnbcoll_l implementation.

12 years agomsvcrt: Added _mbsnbicoll_l implementation.
Piotr Caban [Wed, 12 Dec 2012 10:16:57 +0000 (11:16 +0100)] 
msvcrt: Added _mbsnbicoll_l implementation.

12 years agomsvcrt: Added _fwprintf_l implementation.
Piotr Caban [Wed, 12 Dec 2012 10:16:43 +0000 (11:16 +0100)] 
msvcrt: Added _fwprintf_l implementation.

12 years agomsvcrt: Added _vfwprintf_l implementation.
Piotr Caban [Wed, 12 Dec 2012 10:16:32 +0000 (11:16 +0100)] 
msvcrt: Added _vfwprintf_l implementation.

12 years agomsvcrt: Added _atoi_l implementation.
Piotr Caban [Wed, 12 Dec 2012 10:16:19 +0000 (11:16 +0100)] 
msvcrt: Added _atoi_l implementation.

12 years agomsvcrt: Added _wtoi_l implementation.
Piotr Caban [Wed, 12 Dec 2012 10:16:05 +0000 (11:16 +0100)] 
msvcrt: Added _wtoi_l implementation.

12 years agomsvcr100: Added _get_timezone implementation.
Piotr Caban [Wed, 12 Dec 2012 10:15:51 +0000 (11:15 +0100)] 
msvcr100: Added _get_timezone implementation.

12 years agomsvcr100: Added _sprintf_p implementation.
Piotr Caban [Wed, 12 Dec 2012 10:15:33 +0000 (11:15 +0100)] 
msvcr100: Added _sprintf_p implementation.

12 years agomsvcrt: Fixed floating point numbers printing when flags.Sign=' '.
Piotr Caban [Wed, 12 Dec 2012 10:15:12 +0000 (11:15 +0100)] 
msvcrt: Fixed floating point numbers printing when flags.Sign=' '.

12 years agomsvcr100: Added fread_s implementation.
Piotr Caban [Wed, 12 Dec 2012 10:14:48 +0000 (11:14 +0100)] 
msvcr100: Added fread_s implementation.

12 years agowinspool: Close read end of pipe in parent so we can detect child termination.
Ken Thomases [Wed, 12 Dec 2012 04:54:05 +0000 (22:54 -0600)] 
winspool: Close read end of pipe in parent so we can detect child termination.

12 years agod3d10core/tests: Add a small test for ID3D10Device_CreateSamplerState().
Henri Verbeet [Tue, 11 Dec 2012 21:27:32 +0000 (22:27 +0100)] 
d3d10core/tests: Add a small test for ID3D10Device_CreateSamplerState().

12 years agod3d10core: Only create unique sampler state objects.
Henri Verbeet [Tue, 11 Dec 2012 21:27:31 +0000 (22:27 +0100)] 
d3d10core: Only create unique sampler state objects.

12 years agod3d10core: Implement d3d10_sampler_state_GetDesc().
Henri Verbeet [Tue, 11 Dec 2012 21:27:30 +0000 (22:27 +0100)] 
d3d10core: Implement d3d10_sampler_state_GetDesc().

12 years agoddraw: Avoid LPD3DDEVICEDESC7.
Henri Verbeet [Tue, 11 Dec 2012 21:27:29 +0000 (22:27 +0100)] 
ddraw: Avoid LPD3DDEVICEDESC7.

12 years agoddraw: Avoid LPD3DDEVICEDESC.
Henri Verbeet [Tue, 11 Dec 2012 21:27:28 +0000 (22:27 +0100)] 
ddraw: Avoid LPD3DDEVICEDESC.

12 years agocomctl32/tests: Get rid of a temp buffer.
Michael Stefaniuc [Tue, 11 Dec 2012 21:18:15 +0000 (22:18 +0100)] 
comctl32/tests: Get rid of a temp buffer.

12 years agoinclude: Assorted spelling fixes.
Frédéric Delanoy [Tue, 11 Dec 2012 21:16:38 +0000 (22:16 +0100)] 
include: Assorted spelling fixes.

12 years agomsvcp100: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Mon, 10 Dec 2012 18:00:25 +0000 (18:00 +0000)] 
msvcp100: Avoid signed-unsigned integer comparisons.

12 years agoadvapi32/tests: Accept win8 failure code.
Detlef Riekenberg [Tue, 11 Dec 2012 17:10:29 +0000 (18:10 +0100)] 
advapi32/tests: Accept win8 failure code.