Piotr Caban [Mon, 12 Mar 2012 19:41:32 +0000 (20:41 +0100)]
msxml3/tests: Skip tests when XMLView object fails to create.
Alistair Leslie-Hughes [Sat, 10 Mar 2012 08:42:43 +0000 (19:42 +1100)]
mssign32: Add stubs PvkFreeCryptProv, PvkGetCryptProv, PvkPrivateKeyAcquireContextFromMemory.
André Hentschel [Sat, 10 Mar 2012 16:57:49 +0000 (17:57 +0100)]
d3drm/tests: Add GetParent NULL pointer test.
André Hentschel [Sat, 10 Mar 2012 16:55:33 +0000 (17:55 +0100)]
d3drm/tests: Add tests for IDirect3DRMFrameArray_GetElement.
Jozef Kucia [Fri, 9 Mar 2012 17:43:25 +0000 (18:43 +0100)]
d3dx9/tests: Don't leak D3DXBuffer in D3DXWeldVertices tests.
Christian Costa [Fri, 9 Mar 2012 10:54:00 +0000 (11:54 +0100)]
d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.
André Hentschel [Thu, 8 Mar 2012 21:32:00 +0000 (22:32 +0100)]
inetcpl: Add stub for DllInstall.
Austin English [Sun, 4 Mar 2012 22:41:18 +0000 (14:41 -0800)]
kernel32: Add a stub for WerRegisterRuntimeExceptionModule.
Austin English [Sat, 4 Feb 2012 03:54:14 +0000 (21:54 -0600)]
advapi32: Add a stub for RegDisableReflectionKey.
Austin English [Thu, 8 Mar 2012 21:14:28 +0000 (13:14 -0800)]
ntoskrnl.exe: Add a stub for IoStartNextPacket.
André Hentschel [Thu, 8 Mar 2012 20:03:11 +0000 (21:03 +0100)]
ddraw: Fix a typo.
Kusanagi Kouichi [Thu, 8 Mar 2012 13:33:27 +0000 (22:33 +0900)]
gdi32: Remove unused parameters and code, and a useless wrapper function.
Kusanagi Kouichi [Thu, 8 Mar 2012 13:33:20 +0000 (22:33 +0900)]
gdi32: Simplify font replacement loading.
Kusanagi Kouichi [Thu, 8 Mar 2012 13:33:15 +0000 (22:33 +0900)]
gdi32: Add a helper function to get face list from family.
Kusanagi Kouichi [Thu, 8 Mar 2012 13:33:08 +0000 (22:33 +0900)]
gdi32: Add a helper function to create a full name from a family name and a style name.
Kusanagi Kouichi [Thu, 8 Mar 2012 13:33:02 +0000 (22:33 +0900)]
gdi32: Move font signature of font link from Face to SYSTEM_LINKS.
Kusanagi Kouichi [Thu, 8 Mar 2012 13:32:49 +0000 (22:32 +0900)]
gdi32: Add a helper function to find font link.
Jacek Caban [Mon, 12 Mar 2012 18:24:34 +0000 (19:24 +0100)]
jscript: Removed no longer needed ref counting in parser_ctx_t.
Jacek Caban [Mon, 12 Mar 2012 18:24:22 +0000 (19:24 +0100)]
jscript: Store parser_ctx_t in bytecode_t instead of other way around.
Jacek Caban [Mon, 12 Mar 2012 18:23:56 +0000 (19:23 +0100)]
jscript: Store script context in exec_ctx_t.
Jacek Caban [Mon, 12 Mar 2012 18:23:19 +0000 (19:23 +0100)]
jscript: Don't store compiler_ctx_t in parser_ctx_t.
Jacek Caban [Mon, 12 Mar 2012 18:22:59 +0000 (19:22 +0100)]
jscript: Call script_parse from compile_script, not the other way around.
Jacek Caban [Mon, 12 Mar 2012 18:22:36 +0000 (19:22 +0100)]
jscript: Compile all function from given source in one run.
Jacek Caban [Mon, 12 Mar 2012 18:21:42 +0000 (19:21 +0100)]
jscript: Simplify compile_subscript_stat.
Jacek Caban [Mon, 12 Mar 2012 18:21:27 +0000 (19:21 +0100)]
jscript: Store bytecode_t in exec_ctx_t.
Nikolay Sivov [Tue, 13 Mar 2012 07:47:41 +0000 (10:47 +0300)]
comctl32: Update thumb position on autopage instead of deferring it.
Ken Thomases [Tue, 13 Mar 2012 03:50:09 +0000 (22:50 -0500)]
ntdll: Fix status returned for too-long registry value names.
Vincent Povirk [Mon, 20 Feb 2012 21:04:07 +0000 (15:04 -0600)]
gdiplus: Add tests for path gradient center point functions.
Vincent Povirk [Mon, 20 Feb 2012 21:02:39 +0000 (15:02 -0600)]
gdiplus: Set path gradient center points based on the path's bounding rect.
Vincent Povirk [Mon, 20 Feb 2012 20:02:37 +0000 (14:02 -0600)]
gdiplus: Add stub GdipGetPathGradientPath with tests.
Vincent Povirk [Mon, 20 Feb 2012 17:54:38 +0000 (11:54 -0600)]
gdiplus: Store a real path in path gradient brushes.
Vincent Povirk [Tue, 14 Feb 2012 19:50:59 +0000 (13:50 -0600)]
gdiplus: Rewrite SOFTWARE_GdipFillRegion to call brush_fill_pixels less.
Henri Verbeet [Mon, 12 Mar 2012 18:56:10 +0000 (19:56 +0100)]
ddraw: Get rid of IDirectDrawPaletteImpl.
Henri Verbeet [Mon, 12 Mar 2012 18:56:09 +0000 (19:56 +0100)]
ddraw/tests: Fix a couple of return value checks.
Henri Verbeet [Mon, 12 Mar 2012 18:56:08 +0000 (19:56 +0100)]
d3d8/tests: Fix a couple of return value checks.
Henri Verbeet [Mon, 12 Mar 2012 18:56:07 +0000 (19:56 +0100)]
d3d9/tests: Fix a couple of return value checks.
Henri Verbeet [Mon, 12 Mar 2012 18:56:06 +0000 (19:56 +0100)]
d3d9: Cleanup IDirect3D9Impl_QueryInterface().
Piotr Caban [Mon, 12 Mar 2012 18:49:11 +0000 (19:49 +0100)]
msvcrt: Fixed printf behaviour on hexadecimal, zero-padded numbers.
Piotr Caban [Mon, 12 Mar 2012 13:45:59 +0000 (14:45 +0100)]
urlmon: Added missing memcpy in CopyBindInfo.
Alexandre Julliard [Mon, 12 Mar 2012 18:18:37 +0000 (19:18 +0100)]
ntdll: Add support for jump instructions in function epilogs.
Alexandre Julliard [Mon, 12 Mar 2012 17:59:45 +0000 (18:59 +0100)]
ntdll: Add support for rep;ret instruction in function epilogs.
Jacek Caban [Mon, 12 Mar 2012 12:02:32 +0000 (13:02 +0100)]
msident: Added IUserIdentityManager::EnumIdentities implementation.
Jacek Caban [Mon, 12 Mar 2012 12:02:17 +0000 (13:02 +0100)]
msident: Added CLSID_UserIdentityManager object stub implementation.
Jacek Caban [Mon, 12 Mar 2012 12:02:03 +0000 (13:02 +0100)]
msident: Added DLL registration implementation.
Dmitry Timoshkov [Mon, 12 Mar 2012 09:02:51 +0000 (17:02 +0800)]
gdiplus: Implement GdipCreateMetafileFromEmf.
Dmitry Timoshkov [Mon, 12 Mar 2012 05:40:43 +0000 (13:40 +0800)]
server: OpenMutex should perform a real access check instead of validating access flags.
This reverts
7b63fa658ac28e715f98876f790cb0de2bc9ac17.
Hans Leidekker [Mon, 12 Mar 2012 11:26:34 +0000 (12:26 +0100)]
msi: Perform a case insensitive match on filenames from cabinets.
Hans Leidekker [Mon, 12 Mar 2012 11:26:10 +0000 (12:26 +0100)]
msi: Reimplement MsiEnumProducts on top of MsiEnumProductsEx.
Hans Leidekker [Mon, 12 Mar 2012 11:25:50 +0000 (12:25 +0100)]
msi: Implement MsiEnumProductsEx.
Hans Leidekker [Mon, 12 Mar 2012 11:25:33 +0000 (12:25 +0100)]
msi: Deformat the description field of INSTALLMESSAGE_ACTIONDATA messages.
Hans Leidekker [Mon, 12 Mar 2012 11:24:55 +0000 (12:24 +0100)]
msiexec: Support the "b!" UI option.
Hans Leidekker [Mon, 12 Mar 2012 11:25:14 +0000 (12:25 +0100)]
winhttp: Fix up headers with wrong termination.
Jacek Caban [Mon, 12 Mar 2012 11:14:51 +0000 (12:14 +0100)]
jscript: Removed no longer needed caller argument from jsdisp_get_idx.
Jacek Caban [Mon, 12 Mar 2012 11:14:38 +0000 (12:14 +0100)]
jscript: Removed no longer needed caller argument from jsdisp_propget_name.
Jacek Caban [Mon, 12 Mar 2012 11:14:25 +0000 (12:14 +0100)]
jscript: Removed no longer needed caller argument from jsdisp_propput_idx.
Jacek Caban [Mon, 12 Mar 2012 11:14:10 +0000 (12:14 +0100)]
jscript: Removed no longer needed caller argument from jsdisp_propput_name and jsdisp_propget.
Jacek Caban [Mon, 12 Mar 2012 11:13:25 +0000 (12:13 +0100)]
jscript: Removed no longer needed caller argument from jsdisp_call_name.
Jacek Caban [Mon, 12 Mar 2012 11:13:10 +0000 (12:13 +0100)]
jscript: Removed no longer needed caller argument from jsdisp_call_value.
Jacek Caban [Mon, 12 Mar 2012 11:12:55 +0000 (12:12 +0100)]
jscript: Added VARIANT conversion tests.
Jacek Caban [Mon, 12 Mar 2012 11:12:40 +0000 (12:12 +0100)]
jscript: Added QueryService(SID_VariantConversion) implementation.
Jacek Caban [Mon, 12 Mar 2012 11:12:26 +0000 (12:12 +0100)]
jscript: Added ChangeType implementation.
Piotr Caban [Mon, 12 Mar 2012 09:56:59 +0000 (10:56 +0100)]
msxml3: Added internal function for loading xml from IMoniker.
Piotr Caban [Mon, 12 Mar 2012 09:56:45 +0000 (10:56 +0100)]
msxml3/tests: Added XMLView QueryInterface tests.
Piotr Caban [Mon, 12 Mar 2012 09:56:29 +0000 (10:56 +0100)]
msxml3: Added XMLView class stub.
Alexandre Julliard [Mon, 12 Mar 2012 10:27:19 +0000 (11:27 +0100)]
ntdll: Add support for the special STATUS_UNWIND_CONSOLIDATE exception code.
Alexandre Julliard [Mon, 12 Mar 2012 10:27:00 +0000 (11:27 +0100)]
ntdll: Trace the exception extra information also in RtlUnwindEx.
Alexandre Julliard [Mon, 12 Mar 2012 10:20:29 +0000 (11:20 +0100)]
ntdll: Set the TARGET_UNWIND flag when calling the unwind handler for the target frame.
Alexandre Julliard [Mon, 12 Mar 2012 10:11:36 +0000 (11:11 +0100)]
ntdll: Restore the original context for the last frame instead of the result of the unwind handler.
Alexandre Julliard [Mon, 12 Mar 2012 10:08:10 +0000 (11:08 +0100)]
ntdll: Use the context argument as working variable instead of making a copy in RtlUnwindEx.
Petr Kočandrle [Tue, 6 Mar 2012 22:13:25 +0000 (23:13 +0100)]
po: Update Czech translation.
Eduardo García [Mon, 12 Mar 2012 10:07:36 +0000 (11:07 +0100)]
po: Update Spanish translation.
Keith Bowes [Thu, 8 Mar 2012 18:07:11 +0000 (13:07 -0500)]
po: Update Esperanto Translation.
Igor Paliychuk [Thu, 8 Mar 2012 22:06:36 +0000 (00:06 +0200)]
po: Update Ukrainian translation.
Hasan Kiran [Thu, 8 Mar 2012 21:30:03 +0000 (21:30 +0000)]
po: Update Turkish translation.
André Hentschel [Thu, 8 Mar 2012 21:12:30 +0000 (22:12 +0100)]
ntdll: Add support for dynamically generated stub entry points on ARM.
André Hentschel [Thu, 8 Mar 2012 21:11:40 +0000 (22:11 +0100)]
kernel32: Forward RtlRaiseException to ntdll on ARM.
André Hentschel [Thu, 8 Mar 2012 21:10:52 +0000 (22:10 +0100)]
kernel32: Forward RtlPcToFileHeader to ntdll also on ARM.
Owen Rudge [Thu, 8 Mar 2012 11:34:38 +0000 (11:34 +0000)]
comctl32/datetime: Fix AM/PM handling with 12-hour fields.
Owen Rudge [Thu, 8 Mar 2012 11:34:33 +0000 (11:34 +0000)]
comctl32/datetime: Allow entering 'AM' or 'PM' via keyboard.
Owen Rudge [Thu, 8 Mar 2012 11:34:28 +0000 (11:34 +0000)]
comctl32/datetime: Don't check box if no valid date set.
Owen Rudge [Thu, 8 Mar 2012 11:34:23 +0000 (11:34 +0000)]
comctl32/datetime: Don't allow an invalid year to be typed in.
Owen Rudge [Thu, 8 Mar 2012 11:34:19 +0000 (11:34 +0000)]
comctl32/datetime: Ensure up/down/home/end increments remain within bounds.
Owen Rudge [Thu, 8 Mar 2012 11:34:13 +0000 (11:34 +0000)]
comctl32/datetime: Check dates are within range in SetSystemTime.
Owen Rudge [Thu, 8 Mar 2012 11:34:08 +0000 (11:34 +0000)]
comctl32/tests: Add test for DTM_SETSYSTEMTIME outside range limit.
Owen Rudge [Thu, 8 Mar 2012 11:34:01 +0000 (11:34 +0000)]
comctl32/monthcal: Check both min and max ranges in IsDateInValidRange.
Alistair Leslie-Hughes [Sat, 3 Mar 2012 05:32:47 +0000 (16:32 +1100)]
mscoree: Add CoEEShutDownCOM stub.
Frédéric Delanoy [Wed, 7 Mar 2012 17:30:23 +0000 (18:30 +0100)]
winecfg: Avoid unneeded ellipsis in combo box item.
Alexandre Julliard [Mon, 12 Mar 2012 09:33:52 +0000 (10:33 +0100)]
winex11: Never try to clip the cursor if we don't have XInput2.
Alexandre Julliard [Mon, 12 Mar 2012 09:33:32 +0000 (10:33 +0100)]
kernel32: Implement the memory resource notification functions.
Alexandre Julliard [Mon, 12 Mar 2012 09:27:40 +0000 (10:27 +0100)]
server: Create some kernel notification events.
Henri Verbeet [Sun, 11 Mar 2012 21:03:12 +0000 (22:03 +0100)]
ddraw: Get rid of IDirectDrawSurfaceImpl.
Henri Verbeet [Sun, 11 Mar 2012 21:03:11 +0000 (22:03 +0100)]
wined3d: GL_MAX_TEXTURE_COORDS_ARB is not available without ARB_fragment_program.
Henri Verbeet [Sun, 11 Mar 2012 21:03:10 +0000 (22:03 +0100)]
wined3d: Also recognise the "classic" Mesa Nouveau driver for GeForce 4 and earlier cards.
Henri Verbeet [Sun, 11 Mar 2012 21:03:09 +0000 (22:03 +0100)]
wined3d: surface_cpu_blt() should always receive valid source and destination rectangles.
Henri Verbeet [Sun, 11 Mar 2012 21:03:08 +0000 (22:03 +0100)]
wined3d: Pass correctly offset pointers to surface_cpu_blt_compressed().
This was debugged by Alexey Loukianov.
Dmitry Timoshkov [Sun, 11 Mar 2012 06:58:08 +0000 (14:58 +0800)]
gdiplus: Create GDI bitmap only when needed.
Dmitry Timoshkov [Sun, 11 Mar 2012 05:41:31 +0000 (13:41 +0800)]
kernel32: Make CreateFile called with creation == 0 work when opening a vxd in win9x mode.
Józef Kucia [Sat, 10 Mar 2012 18:58:44 +0000 (19:58 +0100)]
d3dcompiler/tests: Add test for comments containing quotation marks.
Józef Kucia [Sat, 10 Mar 2012 18:58:43 +0000 (19:58 +0100)]
wpp: Reset lexer state after unexpected end of file.
André Hentschel [Sat, 10 Mar 2012 17:26:05 +0000 (18:26 +0100)]
winedbg: Respect Thumb mode when adjusting PC on ARM.