André Hentschel [Wed, 3 Oct 2012 19:22:29 +0000 (21:22 +0200)]
winedbg: Add enhanced Coprocessor move operators to Thumb2 disassembler.
André Hentschel [Wed, 3 Oct 2012 19:18:50 +0000 (21:18 +0200)]
winedbg: Add Coprocessor data operators for Thumb2 disassembler.
Erich Hoover [Wed, 3 Oct 2012 15:22:11 +0000 (09:22 -0600)]
hhctrl.ocx: Add support for specifying window names with HH_HELP_CONTEXT.
Erich Hoover [Wed, 3 Oct 2012 15:19:53 +0000 (09:19 -0600)]
hhctrl.ocx: Recognize the embedded window name for finding existing windows.
Erich Hoover [Wed, 3 Oct 2012 15:18:52 +0000 (09:18 -0600)]
hhctrl.ocx: Fix removing a window from the help list when window creation fails.
Qian Hong [Wed, 3 Oct 2012 15:25:52 +0000 (23:25 +0800)]
findstr: Added stub exe.
Alexandre Julliard [Thu, 4 Oct 2012 08:34:41 +0000 (10:34 +0200)]
winex11: Hold a reference to the surface in UpdateLayeredWindow.
Alexandre Julliard [Wed, 3 Oct 2012 21:01:43 +0000 (23:01 +0200)]
user32: Add a Wine-specific entry point to set the pixel format of a window.
Alexandre Julliard [Wed, 3 Oct 2012 21:01:19 +0000 (23:01 +0200)]
winex11: Add a helper function to get a pixel format index.
Jacek Caban [Wed, 3 Oct 2012 15:54:14 +0000 (17:54 +0200)]
jscript: Removed useless return statement in jsval_number.
Jacek Caban [Wed, 3 Oct 2012 15:26:46 +0000 (17:26 +0200)]
mshtml: Added ActiveX event binding test.
Jacek Caban [Wed, 3 Oct 2012 15:26:28 +0000 (17:26 +0200)]
mshtml: Added support for binding ActiveX events with script event attribute.
Marcus Meissner [Wed, 3 Oct 2012 14:52:05 +0000 (16:52 +0200)]
advapi32: Avoid memory leak on pipe read failure (Coverity).
Marcus Meissner [Wed, 3 Oct 2012 14:21:35 +0000 (16:21 +0200)]
advapi32: Free wstr in error case to avoid leak (Coverity).
Marcus Meissner [Wed, 3 Oct 2012 14:01:25 +0000 (16:01 +0200)]
dsound: Skip unknown sizes in tests (Coverity).
Marcus Meissner [Wed, 3 Oct 2012 13:51:15 +0000 (15:51 +0200)]
shell32: Check return value of SHGetSpecialFolderPathW (Coverity).
Marcus Meissner [Wed, 3 Oct 2012 13:49:00 +0000 (15:49 +0200)]
mshtml: Removed duplicate condition (Coverity).
Huw Davies [Wed, 3 Oct 2012 11:56:02 +0000 (12:56 +0100)]
user32: If the value doesn't exist under the volatile key fallback to the permanent key.
Aric Stewart [Wed, 3 Oct 2012 12:12:44 +0000 (07:12 -0500)]
imm32: Explicitly handle all WM_IME_XXX messages in the IME class.
Aric Stewart [Wed, 3 Oct 2012 11:54:39 +0000 (06:54 -0500)]
imm32: Have IMM class use DefWindowProc.
Alexandre Julliard [Wed, 3 Oct 2012 13:26:08 +0000 (15:26 +0200)]
winex11: Use the XShm extension to copy window surfaces.
Alexandre Julliard [Wed, 3 Oct 2012 13:30:37 +0000 (15:30 +0200)]
Revert "winex11: Remove some leftover X Shm code."
This reverts commit
515329d58cbe692b17108f8b2ea74e91edd06481.
We'll want to use XShm again for window surfaces.
Alexandre Julliard [Wed, 3 Oct 2012 11:09:00 +0000 (13:09 +0200)]
winex11: Maintain a separate copy of the surface image bits when we need byte swapping.
Alexandre Julliard [Wed, 3 Oct 2012 10:43:44 +0000 (12:43 +0200)]
winex11: Split copy_image_bits into a couple of helper functions.
Alistair Leslie-Hughes [Tue, 25 Sep 2012 02:43:58 +0000 (12:43 +1000)]
oledb32: Add support for IDBInitialize interface in IDataInitialize.
Alistair Leslie-Hughes [Wed, 3 Oct 2012 06:00:28 +0000 (16:00 +1000)]
include: Add threading attribute to MSDAINITIALIZE.
Nikolay Sivov [Wed, 3 Oct 2012 11:57:25 +0000 (15:57 +0400)]
vbscript: Support vb* constants for message box return value.
Nikolay Sivov [Wed, 3 Oct 2012 11:53:42 +0000 (15:53 +0400)]
vbscript: Support vb* constants for message box buttons.
Piotr Caban [Wed, 3 Oct 2012 10:29:15 +0000 (12:29 +0200)]
wininet: Fixed failing test.
Erich Hoover [Tue, 2 Oct 2012 21:13:14 +0000 (15:13 -0600)]
hhctrl.ocx: Store all the parameters the first time the WinType is filled in.
Nozomi Kodama [Tue, 2 Oct 2012 06:14:12 +0000 (14:14 +0800)]
d3dx9_36/tests: Remove useless casts.
Nozomi Kodama [Tue, 2 Oct 2012 06:13:11 +0000 (14:13 +0800)]
d3dx9_36/tests: Relax an equality between floats.
Nozomi Kodama [Tue, 2 Oct 2012 06:12:27 +0000 (14:12 +0800)]
d3dx9_36/tests: Avoid a potential out of bound access.
Nozomi Kodama [Tue, 2 Oct 2012 06:11:10 +0000 (14:11 +0800)]
d3dx9_36/tests: Speed up some tests.
Nozomi Kodama [Tue, 2 Oct 2012 06:10:17 +0000 (14:10 +0800)]
d3dx9_36: Implement D3DXSHMultiply4.
Christian Costa [Wed, 3 Oct 2012 06:55:14 +0000 (08:55 +0200)]
ntoskrnl.exe: Don't try to copy back data in buffered mode when we don't expect any in process_ioctl.
Christian Costa [Wed, 3 Oct 2012 06:55:06 +0000 (08:55 +0200)]
ntoskrnl.exe: Add stub for ExCreateCallback.
Piotr Caban [Wed, 3 Oct 2012 09:24:37 +0000 (11:24 +0200)]
wininet: Correctly set headers size in CommitUrlCacheEntryW function.
Piotr Caban [Wed, 3 Oct 2012 09:17:07 +0000 (11:17 +0200)]
cryptnet: Fixed cache functions usage in CRYPT_CacheURL function.
Bruno Jesus [Wed, 3 Oct 2012 00:17:43 +0000 (21:17 -0300)]
ws2_32: Fix some style issues.
Jason Edmeades [Tue, 2 Oct 2012 23:50:13 +0000 (00:50 +0100)]
cmd: Change command line parsing away from argv/argc.
André Hentschel [Tue, 2 Oct 2012 23:17:49 +0000 (01:17 +0200)]
inetcpl.cpl: Reuse Internet icon.
André Hentschel [Tue, 2 Oct 2012 22:23:21 +0000 (00:23 +0200)]
winedbg: Add control operators to Thumb2 disassembler.
André Hentschel [Tue, 2 Oct 2012 22:21:38 +0000 (00:21 +0200)]
winedbg: Add hint operators to Thumb2 disassembler.
André Hentschel [Tue, 2 Oct 2012 22:21:17 +0000 (00:21 +0200)]
winedbg: Add special register processing operators to Thumb2 disassembler.
André Hentschel [Tue, 2 Oct 2012 22:20:40 +0000 (00:20 +0200)]
winedbg: Improve and add branch operators for Thumb2 disassembler.
Henri Verbeet [Tue, 2 Oct 2012 20:15:40 +0000 (22:15 +0200)]
wined3d: Handle WINED3DSPR_CONSTBUFFER registers in the GLSL shader backend.
Henri Verbeet [Tue, 2 Oct 2012 20:15:39 +0000 (22:15 +0200)]
wined3d: wined3d_swapchain_set_window() never fails.
Henri Verbeet [Tue, 2 Oct 2012 20:15:38 +0000 (22:15 +0200)]
wined3d: Just return the surface from wined3d_device_get_surface_from_dc().
Henri Verbeet [Tue, 2 Oct 2012 20:15:37 +0000 (22:15 +0200)]
d3d10core: Implement d3d10_device_OMGetDepthStencilState().
Henri Verbeet [Tue, 2 Oct 2012 20:15:36 +0000 (22:15 +0200)]
d3d10core: Implement d3d10_device_OMSetDepthStencilState().
Alexandre Julliard [Wed, 3 Oct 2012 07:59:00 +0000 (09:59 +0200)]
winex11: Don't try to change the window visual if we don't have a valid ARGB visual.
Alexandre Julliard [Tue, 2 Oct 2012 22:09:01 +0000 (00:09 +0200)]
winex11: Fix a typo in the surface region computation with an alpha channel.
Alexandre Julliard [Tue, 2 Oct 2012 22:08:30 +0000 (00:08 +0200)]
winex11: Copy the existing surface bits when a dirty rectangle is specified in UpdateLayeredWindow.
Alexandre Julliard [Wed, 3 Oct 2012 09:19:10 +0000 (11:19 +0200)]
winex11: Allow changing the pixel format of a window from a different thread.
Alexandre Julliard [Tue, 2 Oct 2012 20:05:57 +0000 (22:05 +0200)]
winex11: Get rid of the OpenGL GDI driver.
Alexandre Julliard [Tue, 2 Oct 2012 19:56:43 +0000 (21:56 +0200)]
winex11: Move the FLUSH_GL_DRAWABLE implementation to the main ExtEscape routine.
Alexandre Julliard [Tue, 2 Oct 2012 19:50:54 +0000 (21:50 +0200)]
winex11: Pass the source drawable to the FLUSH_GL_DRAWABLE escape.
Alistair Leslie-Hughes [Fri, 21 Sep 2012 00:53:51 +0000 (10:53 +1000)]
scrrun: Correct Invoke parameter.
Alexandre Julliard [Tue, 2 Oct 2012 16:37:28 +0000 (18:37 +0200)]
ntoskrnl.exe: Add missing WINAPIs.
Alexandre Julliard [Tue, 2 Oct 2012 17:52:31 +0000 (19:52 +0200)]
user32: Don't redraw anything when WS_VISIBLE is toggled manually.
Alexandre Julliard [Tue, 2 Oct 2012 16:14:15 +0000 (18:14 +0200)]
winex11: Refuse to set the pixel format for HWND_MESSAGE windows.
Jacek Caban [Tue, 2 Oct 2012 13:47:06 +0000 (15:47 +0200)]
mshtml: Added script 'for' and 'event' attributes tests.
Jacek Caban [Tue, 2 Oct 2012 13:46:20 +0000 (15:46 +0200)]
mshtml: Added support for script 'for' and 'event' attributes.
Jacek Caban [Tue, 2 Oct 2012 13:45:40 +0000 (15:45 +0200)]
mshtml: Store information if script was already parsed in script element object.
Jacek Caban [Tue, 2 Oct 2012 13:45:15 +0000 (15:45 +0200)]
mshtml: Simplify get_node_obj.
Jacek Caban [Tue, 2 Oct 2012 13:44:56 +0000 (15:44 +0200)]
mshtml: Defer event script evaluation.
Jacek Caban [Tue, 2 Oct 2012 13:44:27 +0000 (15:44 +0200)]
mshtml: Moved getElementById implementation to separated function.
Jacek Caban [Tue, 2 Oct 2012 13:44:10 +0000 (15:44 +0200)]
mshtml: Store nsIDOMNodeSelector in HTMLDocumentNode.
Christian Costa [Mon, 1 Oct 2012 22:10:38 +0000 (00:10 +0200)]
ntoskrnl.exe: Add stub for PsImpersonateClient.
Christian Costa [Mon, 1 Oct 2012 22:09:51 +0000 (00:09 +0200)]
ntoskrnl.exe: Implement IoAllocateMdl.
Christian Costa [Tue, 2 Oct 2012 04:23:49 +0000 (06:23 +0200)]
scsiport.sys: Add stub implementation of scsiport.sys.
Christian Costa [Tue, 2 Oct 2012 04:36:52 +0000 (06:36 +0200)]
ntoskrnl.exe: Add stub for IoAcquireCancelSpinLock and IoReleaseCancelSpinLock.
Erich Hoover [Wed, 26 Sep 2012 22:38:29 +0000 (16:38 -0600)]
ws2_32: Permit broadcast packets on interface-bound sockets for systems with IP_UNICAST_IF and SO_ATTACH_FILTER.
Erich Hoover [Wed, 26 Sep 2012 22:38:09 +0000 (16:38 -0600)]
ws2_32: Permit broadcast packets on interface-bound sockets for systems with IP_BOUND_IF.
Alexandre Julliard [Mon, 1 Oct 2012 13:59:49 +0000 (15:59 +0200)]
winex11: Use ARGB layered windows for system tray icons when supported.
Alexandre Julliard [Thu, 27 Sep 2012 18:47:08 +0000 (20:47 +0200)]
winex11: Take the alpha channel into account to compute the region of layered windows.
Alexandre Julliard [Wed, 26 Sep 2012 11:12:17 +0000 (13:12 +0200)]
winex11: Switch to an ARGB visual for layered windows with per-pixel alpha.
Alexandre Julliard [Wed, 26 Sep 2012 10:19:37 +0000 (12:19 +0200)]
winex11: Add support for per-window visuals.
Alexandre Julliard [Tue, 2 Oct 2012 11:51:56 +0000 (13:51 +0200)]
winex11: Don't put window manager decorations on layered windows.
Nikolay Sivov [Mon, 1 Oct 2012 11:06:32 +0000 (15:06 +0400)]
mshtml: Implement IHTMLFrameBase_put_name().
Bruno Jesus [Mon, 1 Oct 2012 03:30:06 +0000 (00:30 -0300)]
ws2_32: Fix TRACE format in WS_getsockname.
Dan Kegel [Sun, 30 Sep 2012 03:20:41 +0000 (20:20 -0700)]
vcomp: Better stub for omp_get_thread_num.
Dan Kegel [Sun, 30 Sep 2012 03:20:40 +0000 (20:20 -0700)]
vcomp: Better stubs for omp_get_nested, omp_set_nested.
Dan Kegel [Sun, 30 Sep 2012 03:20:39 +0000 (20:20 -0700)]
vcomp: Better stubs for omp_get_dynamic, omp_set_dynamic.
Dan Kegel [Sun, 30 Sep 2012 03:20:38 +0000 (20:20 -0700)]
vcomp: Better stub for omp_get_max_threads.
Dan Kegel [Sun, 30 Sep 2012 03:20:37 +0000 (20:20 -0700)]
vcomp: Better stub for omp_set_num_threads.
Dan Kegel [Sun, 30 Sep 2012 03:20:36 +0000 (20:20 -0700)]
vcomp: Better stub for omp_get_num_threads.
Jacek Caban [Tue, 2 Oct 2012 08:34:07 +0000 (10:34 +0200)]
vbscript: Added RTrim implementation.
Jacek Caban [Tue, 2 Oct 2012 08:33:50 +0000 (10:33 +0200)]
vbscript: Added LTrim() implementation.
Jacek Caban [Tue, 2 Oct 2012 08:33:30 +0000 (10:33 +0200)]
vbscript: Added Trim() implementation.
Jason Edmeades [Mon, 1 Oct 2012 23:35:47 +0000 (00:35 +0100)]
cmd: Fix basic cmd.exe /c "echo hello" type syntax.
Add checks for existance of command to run in order to keep the
new quote handling capabilities of cmd.exe /C or /K. If the command
cannot be found, drop back to /S processing mode as per cmd.exe help.
Jason Edmeades [Mon, 1 Oct 2012 21:37:17 +0000 (22:37 +0100)]
cmd: cmd.exe /c or /k should suppress copy overwrite prompts.
Henri Verbeet [Mon, 1 Oct 2012 20:48:13 +0000 (22:48 +0200)]
wined3d: Recognize the SM4 dcl_constantBuffer opcode.
Henri Verbeet [Mon, 1 Oct 2012 20:48:12 +0000 (22:48 +0200)]
wined3d: wined3d_device_get_creation_parameters() never fails.
Henri Verbeet [Mon, 1 Oct 2012 20:48:11 +0000 (22:48 +0200)]
wined3d: wined3d_device_set_depth_stencil() never fails.
Henri Verbeet [Mon, 1 Oct 2012 20:48:10 +0000 (22:48 +0200)]
d3d10core: Implement d3d10_device_RSGetState().
Henri Verbeet [Mon, 1 Oct 2012 20:48:09 +0000 (22:48 +0200)]
d3d10core: Implement d3d10_device_RSSetState().
Rico Schüller [Mon, 1 Oct 2012 10:40:51 +0000 (12:40 +0200)]
d3dx9: Fix D3DXMatrixAffineTransformation() and add some tests.
Piotr Caban [Mon, 1 Oct 2012 12:23:10 +0000 (14:23 +0200)]
wininet: Make cookies functions thread-safe.