Nikolay Sivov [Wed, 19 Dec 2012 07:18:55 +0000 (11:18 +0400)]
version: Remove 'return' from void function.
Nikolay Sivov [Wed, 19 Dec 2012 07:17:56 +0000 (11:17 +0400)]
scrrun: Implement GetFileVersion().
Nikolay Sivov [Wed, 19 Dec 2012 05:33:03 +0000 (09:33 +0400)]
xmllite: Remove dead code.
Nikolay Sivov [Wed, 19 Dec 2012 05:32:37 +0000 (09:32 +0400)]
xmllite: Support comment nodes.
Nikolay Sivov [Wed, 19 Dec 2012 05:30:44 +0000 (09:30 +0400)]
xmllite: Track internal parser state to select expected node type.
Frédéric Delanoy [Wed, 19 Dec 2012 03:15:58 +0000 (04:15 +0100)]
po: Update French translation.
Andrew Talbot [Tue, 18 Dec 2012 22:52:17 +0000 (22:52 +0000)]
ole2disp.dll16: Indentation fix.
Andrew Talbot [Tue, 18 Dec 2012 22:52:22 +0000 (22:52 +0000)]
ole32: Indentation fix.
Stefan Dösinger [Tue, 18 Dec 2012 21:53:16 +0000 (22:53 +0100)]
wined3d: Remove draw_*_primitive_up.
Note that I can't remove the state->user_stream mess yet, because of
draw_*_primitive_strided. Another patchset will deal with that.
Stefan Dösinger [Tue, 18 Dec 2012 21:53:15 +0000 (22:53 +0100)]
d3d9: Use dynamic buffers for DrawIndexedPrimitiveUP.
Stefan Dösinger [Tue, 18 Dec 2012 21:53:14 +0000 (22:53 +0100)]
d3d9: Use a dynamic buffer for DrawPrimitiveUP.
Stefan Dösinger [Tue, 18 Dec 2012 21:53:13 +0000 (22:53 +0100)]
d3d8: Use dynamic buffers for DrawIndexedPrimitiveUP.
Stefan Dösinger [Tue, 18 Dec 2012 21:53:12 +0000 (22:53 +0100)]
d3d8: Use a dynamic vertex buffer for DrawPrimitiveUP.
Christian Costa [Tue, 18 Dec 2012 08:05:39 +0000 (09:05 +0100)]
dmloader: COM cleanup of IDirectMusicLoader object.
Alexandre Julliard [Tue, 18 Dec 2012 16:52:37 +0000 (17:52 +0100)]
gdi32: Remove from the GetTextExtentExPoint entry points parameters that can't be handled by the driver.
Alexandre Julliard [Tue, 18 Dec 2012 16:41:42 +0000 (17:41 +0100)]
gdi32: Add helper functions for GetTextExtentExPoint and fix handling of text justification.
Jörg Höhle [Thu, 8 Mar 2012 21:47:37 +0000 (22:47 +0100)]
winealsa: Separate read and write pointers.
Jörg Höhle [Sun, 9 Dec 2012 20:39:16 +0000 (21:39 +0100)]
mmdevapi: SetEventHandle is allowed only once.
Jacek Caban [Tue, 18 Dec 2012 10:48:47 +0000 (11:48 +0100)]
atl100: Added AtlWinModuleInit tests.
Jacek Caban [Tue, 18 Dec 2012 10:48:37 +0000 (11:48 +0100)]
atl100: Added AtlWinModuleInit implementation.
Piotr Caban [Tue, 18 Dec 2012 10:57:00 +0000 (11:57 +0100)]
msvcrt: Use CompareString in wcscoll functions.
Piotr Caban [Tue, 18 Dec 2012 10:56:35 +0000 (11:56 +0100)]
msvcrt: Use LC_COLLATE category in strcoll functions.
Piotr Caban [Tue, 18 Dec 2012 10:39:10 +0000 (11:39 +0100)]
msvcrt: Added more setlocale tests.
Piotr Caban [Tue, 18 Dec 2012 10:39:00 +0000 (11:39 +0100)]
msvcrt: Fixed locale matching code.
Piotr Caban [Tue, 18 Dec 2012 10:38:33 +0000 (11:38 +0100)]
msvcrt: Fixed codepage setting code in create_locale.
Piotr Caban [Tue, 18 Dec 2012 10:38:19 +0000 (11:38 +0100)]
wined3d: Recognize Nvidia GT610 card.
Hans Leidekker [Tue, 18 Dec 2012 10:23:20 +0000 (11:23 +0100)]
winhttp: Use the hostname instead of the IPv4 address in the URL returned from WinHttpDetectAutoProxyConfigUrl.
Hans Leidekker [Tue, 18 Dec 2012 10:22:50 +0000 (11:22 +0100)]
winhttp: Check the server response when downloading a PAC script.
Hans Leidekker [Tue, 18 Dec 2012 10:20:53 +0000 (11:20 +0100)]
wbemprox: Avoid a crash in get_propval when the query returned no results.
Jacek Caban [Tue, 18 Dec 2012 10:16:34 +0000 (11:16 +0100)]
jscript: Optimized concatenation of empty strings.
Jacek Caban [Tue, 18 Dec 2012 10:16:24 +0000 (11:16 +0100)]
jscript: Moved string concatenation to helper function.
Stefan Dösinger [Tue, 18 Dec 2012 09:45:01 +0000 (10:45 +0100)]
ddraw: Align user vertex data.
Stefan Dösinger [Tue, 18 Dec 2012 09:45:00 +0000 (10:45 +0100)]
ddraw: Handle DrawIndexedPrimitive via dynamic buffers.
Stefan Dösinger [Tue, 18 Dec 2012 09:44:59 +0000 (10:44 +0100)]
ddraw: Handle DrawPrimitive with a dynamic vertex buffer.
Stefan Dösinger [Tue, 18 Dec 2012 09:44:58 +0000 (10:44 +0100)]
ddraw: Move the index buffer growing code to a separate function.
Stefan Dösinger [Tue, 18 Dec 2012 09:44:57 +0000 (10:44 +0100)]
ddraw: Pass the number of vertices to DrawIndexedPrimitive.
Dmitry Timoshkov [Tue, 18 Dec 2012 08:58:33 +0000 (16:58 +0800)]
wineps.drv: Return ASPECTX/Y which represent current device resolution.
Dmitry Timoshkov [Tue, 18 Dec 2012 08:57:44 +0000 (16:57 +0800)]
wineps.drv: Use device resolution specified at DC creation time.
Dmitry Timoshkov [Tue, 18 Dec 2012 08:57:03 +0000 (16:57 +0800)]
winspool.drv: Correct the DocumentProperties spec entry.
Andrew Talbot [Mon, 17 Dec 2012 22:12:11 +0000 (22:12 +0000)]
msacm32: Indentation fix.
Andrew Talbot [Mon, 17 Dec 2012 22:12:14 +0000 (22:12 +0000)]
msvcrt: Indentation fix.
Piotr Caban [Mon, 17 Dec 2012 14:19:38 +0000 (15:19 +0100)]
msvcrt: Sync spec files.
Piotr Caban [Mon, 17 Dec 2012 14:19:19 +0000 (15:19 +0100)]
msvcrt: Added _atodbl tests.
Piotr Caban [Mon, 17 Dec 2012 14:19:07 +0000 (15:19 +0100)]
msvcrt: Added _atodbl_l implementation.
Piotr Caban [Mon, 17 Dec 2012 14:18:54 +0000 (15:18 +0100)]
msvcrt: Don't duplicate floating-point number parsing code in MSVCRT__atoflt_l.
Christian Costa [Mon, 17 Dec 2012 09:11:51 +0000 (10:11 +0100)]
d3drm: Fix return error code.
Christian Costa [Mon, 17 Dec 2012 09:11:44 +0000 (10:11 +0100)]
d3drm: Check params in IDirect3DRMMeshBuilder2Impl_GetVertices + tests.
Dmitry Timoshkov [Mon, 17 Dec 2012 09:41:18 +0000 (17:41 +0800)]
wineps.drv: Update default DEVMODE to better indicate initialized fields.
Dmitry Timoshkov [Mon, 17 Dec 2012 09:40:38 +0000 (17:40 +0800)]
winspool.drv: Add more traces.
Dmitry Timoshkov [Mon, 17 Dec 2012 09:40:04 +0000 (17:40 +0800)]
wineps.drv: Add a trace to PSDRV_GetDeviceCaps.
Jacek Caban [Mon, 17 Dec 2012 13:53:24 +0000 (14:53 +0100)]
urlmon: Added IWinInetInfo and IWinInetHttpInfo proxy/stub implementation.
Jacek Caban [Mon, 17 Dec 2012 12:36:55 +0000 (13:36 +0100)]
jscript: Fixed deleting property by ID from IDispatchEx interface.
Jacek Caban [Mon, 17 Dec 2012 12:36:44 +0000 (13:36 +0100)]
jscript: Fixed deleting properties by name from IDispatchEx interface.
Jacek Caban [Mon, 17 Dec 2012 12:36:31 +0000 (13:36 +0100)]
jscript: Fixed deleting properties of pure dispatch interface.
Jacek Caban [Mon, 17 Dec 2012 12:36:18 +0000 (13:36 +0100)]
jscript: Fixed deleting nonexistent identifiers.
Jacek Caban [Mon, 17 Dec 2012 12:36:08 +0000 (13:36 +0100)]
jscript: Fixed deleting nonexisting properties from member expression.
Jacek Caban [Mon, 17 Dec 2012 12:35:54 +0000 (13:35 +0100)]
jscript: Fixed Number.toFixed for value 0 with 0 precision.
Ken Thomases [Mon, 17 Dec 2012 00:07:10 +0000 (18:07 -0600)]
winemac: Implement minimal Create[Compatible]DC() and DeleteDC().
Ken Thomases [Mon, 17 Dec 2012 00:06:52 +0000 (18:06 -0600)]
winequartz.drv: Rename to winemac.drv ("the Mac driver").
Nikolay Sivov [Mon, 17 Dec 2012 06:16:41 +0000 (10:16 +0400)]
msxml3: Add custom handling for DISPID_VALUE for node list.
Hwang YunSong [Mon, 17 Dec 2012 02:14:43 +0000 (11:14 +0900)]
po: Update Korean translation.
Detlef Riekenberg [Sun, 16 Dec 2012 12:32:19 +0000 (13:32 +0100)]
comdlg32/tests: Use win8 failure-code as default result.
Alexandre Julliard [Mon, 17 Dec 2012 13:04:28 +0000 (14:04 +0100)]
fonts: Make Tahoma start at character 32.
Alexandre Julliard [Mon, 17 Dec 2012 13:12:02 +0000 (14:12 +0100)]
user32: Fix copy/paste typo.
Alexandre Julliard [Sat, 15 Dec 2012 20:59:09 +0000 (21:59 +0100)]
user32: Properly fixup font system parameters with positive height.
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.
Andrew Talbot [Sat, 15 Dec 2012 18:55:12 +0000 (18:55 +0000)]
gdi32: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:16 +0000 (14:43 +0000)]
comctl32: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:22 +0000 (14:43 +0000)]
comdlg32: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:27 +0000 (14:43 +0000)]
dbghelp: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:30 +0000 (14:43 +0000)]
dsound: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:37 +0000 (14:43 +0000)]
krnl386.exe16: Indentation fix.
Andrew Talbot [Sat, 15 Dec 2012 14:43:41 +0000 (14:43 +0000)]
mapi32: Indentation fix.
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.
Andrew Eikum [Fri, 14 Dec 2012 17:41:53 +0000 (11:41 -0600)]
mmdevapi: Implement (Un)RegisterEndpointNotificationCallback.
Nikolay Sivov [Fri, 14 Dec 2012 20:07:50 +0000 (23:07 +0300)]
oleaut32: Added a test for prop getter invocation with different flags.
Caron Jensen [Fri, 14 Dec 2012 16:36:32 +0000 (10:36 -0600)]
wined3d: Recognize Nvidia GT520 cards.
Andrew Eikum [Fri, 14 Dec 2012 14:47:16 +0000 (08:47 -0600)]
dsound: Always fill wValidBitsPerSample.
Andrew Eikum [Fri, 14 Dec 2012 14:47:11 +0000 (08:47 -0600)]
winealsa.drv: Be less strict about wValidBitsPerSample.
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.
Jacek Caban [Fri, 14 Dec 2012 10:58:10 +0000 (11:58 +0100)]
atl100: Added AtlComModuleGetClassObject implementation (based on AtlModuleGetClassObject).
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.
Francois Gouget [Fri, 14 Dec 2012 10:54:52 +0000 (11:54 +0100)]
winhttp/tests: Make some traces more explicit.
Alexandre Julliard [Fri, 14 Dec 2012 15:56:28 +0000 (16:56 +0100)]
gdi32: Support wrongly ordered rectangles in RectVisible.
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.
Alexandre Julliard [Fri, 14 Dec 2012 12:12:19 +0000 (13:12 +0100)]
gdi32: Fix handling of rotation matrices in GetGlyphOutline.
Erich Hoover [Thu, 13 Dec 2012 21:08:05 +0000 (14:08 -0700)]
advapi32: Support service objects in GetSecurityInfo.
Austin English [Fri, 14 Dec 2012 04:01:48 +0000 (20:01 -0800)]
msvcrt: Implement memcpy 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.
Aurimas Fišeras [Thu, 13 Dec 2012 19:48:37 +0000 (21:48 +0200)]
po: Update Lithuanian translation.
Daniel Jelinski [Thu, 13 Dec 2012 19:31:23 +0000 (20:31 +0100)]
msi: Do not convert MaskedEdit contents to uppercase.
Christian Costa [Fri, 14 Dec 2012 07:37:53 +0000 (08:37 +0100)]
d3drm: Face data size is in number of DWORD.
Christian Costa [Fri, 14 Dec 2012 07:37:38 +0000 (08:37 +0100)]
d3drm: Handle texture load proc when loading mesh data.
Jacek Caban [Fri, 14 Dec 2012 10:06:43 +0000 (11:06 +0100)]
jscript: Allow poping multiple stack values at the time.
Jacek Caban [Fri, 14 Dec 2012 10:06:28 +0000 (11:06 +0100)]
jscript: Properly handle return value evaluation in comma expression.
Piotr Caban [Fri, 14 Dec 2012 09:35:36 +0000 (10:35 +0100)]
msvcrt: Added __getmainargs tests.
Piotr Caban [Fri, 14 Dec 2012 09:33:49 +0000 (10:33 +0100)]
msvcrt: Support expand_wildcards parameter in __wgetmainargs function.
Piotr Caban [Fri, 14 Dec 2012 09:33:14 +0000 (10:33 +0100)]
msvcrt: Fixed wildcard expanding when path is specified in __getmainargs.
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.
Henri Verbeet [Thu, 13 Dec 2012 21:09:00 +0000 (22:09 +0100)]
d3d10core/tests: Add a small test for ID3D10Device_CreateDepthStencilState().