Alexandre Julliard [Wed, 19 May 2010 15:52:42 +0000 (17:52 +0200)]
libwine: Generate Unicode data for Arabic shaping.
Matteo Bruni [Wed, 19 May 2010 12:57:38 +0000 (14:57 +0200)]
d3dx9: Shader assembler ps_3_0 support.
Matteo Bruni [Wed, 19 May 2010 12:57:38 +0000 (14:57 +0200)]
d3dx9: Add ps_3_0 instructions parsing to the shader assembler.
Mike Kaplinskiy [Wed, 19 May 2010 05:38:29 +0000 (01:38 -0400)]
server: Don't poll for events when there are async operations queued.
Michael Stefaniuc [Wed, 19 May 2010 10:55:49 +0000 (12:55 +0200)]
qcap: Use the proper types.
Henri Verbeet [Wed, 19 May 2010 09:13:38 +0000 (11:13 +0200)]
user32: Verify we got a valid window handle in GetDCEx().
Henri Verbeet [Wed, 19 May 2010 09:13:37 +0000 (11:13 +0200)]
wined3d: Fix a comment.
Henri Verbeet [Wed, 19 May 2010 09:13:36 +0000 (11:13 +0200)]
wined3d: Use wine_dbgstr_rect() for tracing the rectangle in IWineD3DSurfaceImpl_LockRect().
Henri Verbeet [Wed, 19 May 2010 09:13:35 +0000 (11:13 +0200)]
wined3d: Explicitly pass the FBO target to context_clean_fbo_attachments().
This should have been part of
e01d56f33169aa314d5488e03f8c0d651cd58c2a.
Henri Verbeet [Wed, 19 May 2010 09:13:34 +0000 (11:13 +0200)]
wined3d: Make context_attach_surface_fbo() static.
Piotr Caban [Tue, 18 May 2010 23:50:46 +0000 (01:50 +0200)]
wininet: Combine certificate errors in HTTP_OpenConnection.
Piotr Caban [Wed, 19 May 2010 10:29:09 +0000 (12:29 +0200)]
wininet: Added INTERNET_OPTION_ERROR_MASK flag handling to InternetSetOptionW.
Piotr Caban [Tue, 18 May 2010 23:48:58 +0000 (01:48 +0200)]
wininet: Fix callbacks sent on connection error.
Damjan Jovanovic [Tue, 18 May 2010 19:34:53 +0000 (21:34 +0200)]
wine.desktop: Associate with winemenubuilder's application/x-ms-shortcut.
Damjan Jovanovic [Tue, 18 May 2010 19:33:03 +0000 (21:33 +0200)]
winemenubuilder: associate .lnk files with wine.
Maarten Lankhorst [Tue, 18 May 2010 18:17:53 +0000 (20:17 +0200)]
quartz: Add support for windowstate in video renderer.
Maarten Lankhorst [Tue, 18 May 2010 18:16:57 +0000 (20:16 +0200)]
mciqtz32: Add support for mciUpdate.
Maarten Lankhorst [Tue, 18 May 2010 18:16:18 +0000 (20:16 +0200)]
mciqtz32: Add support for MCI_DGV_WHERE_SOURCE.
Maarten Lankhorst [Tue, 18 May 2010 18:14:07 +0000 (20:14 +0200)]
mciqtz32: Handle mciOpen better.
Alexandre Julliard [Wed, 19 May 2010 09:52:47 +0000 (11:52 +0200)]
configure: Add a compatibility macro for AS_VAR_IF.
Alexandre Julliard [Wed, 19 May 2010 09:26:44 +0000 (11:26 +0200)]
winex11: Make sure that all fontconfig support is properly #ifdef'ed.
Alexandre Julliard [Wed, 19 May 2010 09:26:29 +0000 (11:26 +0200)]
winecfg: Don't crash when DllOverrides contain invalid values.
Maarten Lankhorst [Mon, 17 May 2010 17:58:28 +0000 (19:58 +0200)]
winmm: Make timer keep a ref on winmm while it's running.
Ilya Shpigor [Tue, 18 May 2010 13:17:29 +0000 (17:17 +0400)]
shdocvw: Added IDataObject stub implementation.
Dylan Smith [Wed, 19 May 2010 06:33:02 +0000 (02:33 -0400)]
richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE.
The call to ME_SendSelChange cannot be done in ME_CommitUndo like it was
before, because it must be done after wrapping. Native richedit controls
send EN_CHANGE first, which is sent in ME_UpdateRepaint, so
ME_SendSelChange must be before this notification in ME_UpdateRepaint.
Dylan Smith [Wed, 19 May 2010 06:32:23 +0000 (02:32 -0400)]
richedit: Revert commit that caused a regression. (Bug 22758).
Revert commit
049cf5aca0a2daafe0ce078757ad60f1a1cadc9e
richedit: Avoid notifying parent window in improper state.
The commit was meant to fix a problem caused by ME_SendSelChange being
called in ME_SendSelChange, but moving the calls to ME_CommitUndo caused
a regression. So this patch reverts the previous commit, and my
following patch will instead fix the bug by moving the call to
ME_SendSelChange out of ME_CommitUndo.
Michael Stefaniuc [Tue, 18 May 2010 22:50:08 +0000 (00:50 +0200)]
ntdll: Remove superfluous "not NULL" check for the count arg.
Michael Stefaniuc [Tue, 18 May 2010 22:50:14 +0000 (00:50 +0200)]
user32: Remove superfluous "not NULL" check of the atom variable.
Andrew Eikum [Tue, 18 May 2010 21:02:41 +0000 (16:02 -0500)]
Revert "user32: Don't use DLGTEMPLATE's ExStyle when creating dialogs.".
This reverts commit
897f11d33178f1c5b591ba1a516e79ec8834055e.
Vincent Povirk [Tue, 18 May 2010 20:45:17 +0000 (15:45 -0500)]
shlwapi: Implement SHRegEnumUSValue.
Jörg Höhle [Tue, 9 Mar 2010 21:20:55 +0000 (22:20 +0100)]
winmm: More MIDI boundary tests & fixes.
Jörg Höhle [Tue, 9 Mar 2010 21:07:22 +0000 (22:07 +0100)]
winmm: A NULL CALLBACK_FUNCTION is acceptable since w2k.
Jörg Höhle [Tue, 9 Mar 2010 20:47:52 +0000 (21:47 +0100)]
winmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16.
Dmitry Timoshkov [Tue, 18 May 2010 11:53:18 +0000 (20:53 +0900)]
gdi32: Do not use VDMX for mapping of negative font heights, based on a test case.
Dmitry Timoshkov [Tue, 18 May 2010 05:29:23 +0000 (14:29 +0900)]
user32: Paint button focus in the ODA_SELECT case too.
André Hentschel [Tue, 18 May 2010 15:49:14 +0000 (17:49 +0200)]
progman: Remove redundant license info.
André Hentschel [Tue, 18 May 2010 15:29:28 +0000 (17:29 +0200)]
wmc: Remove 10 year old unmaintained file.
Andrew Eikum [Tue, 18 May 2010 15:38:23 +0000 (10:38 -0500)]
comctl32/listview: Derive subitem rect from listview origin.
Sven Baars [Tue, 18 May 2010 14:38:49 +0000 (16:38 +0200)]
setupapi: Fix Dutch translation.
Maarten Lankhorst [Tue, 18 May 2010 13:08:31 +0000 (15:08 +0200)]
mciqtz32: Implement MCI_STATUS_LENGTH.
Maarten Lankhorst [Tue, 18 May 2010 13:07:34 +0000 (15:07 +0200)]
mciqtz32: Add command table from mciavi32.
Jörg Höhle [Tue, 13 Oct 2009 21:12:02 +0000 (23:12 +0200)]
imaadp32: Refine size checks.
Jörg Höhle [Wed, 14 Apr 2010 16:43:45 +0000 (18:43 +0200)]
winealsa: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.
Jörg Höhle [Thu, 28 Jan 2010 16:39:29 +0000 (17:39 +0100)]
winealsa: Supply
FFFFFFFF for midiOutGetVolume, no garbage.
Matteo Bruni [Tue, 18 May 2010 12:11:42 +0000 (14:11 +0200)]
d3dx9: Add some version-specific checks in the shader assembler.
Nikolay Sivov [Tue, 18 May 2010 10:47:25 +0000 (14:47 +0400)]
comctl32: Fix SysLink debug channel name, add a trace.
Michael Stefaniuc [Tue, 18 May 2010 07:47:10 +0000 (09:47 +0200)]
dinput: Remove explicit cast to long as it happens implicitly.
LPDIEFFECT->rglDirection is a LPLONG.
Henri Verbeet [Tue, 18 May 2010 07:53:09 +0000 (09:53 +0200)]
wined3d: Correctly translate between coordinate systems in swapchain_blit().
Henri Verbeet [Tue, 18 May 2010 07:53:08 +0000 (09:53 +0200)]
wined3d: Check for offscreen contexts inside context_validate_onscreen_formats() itself.
Henri Verbeet [Tue, 18 May 2010 07:53:07 +0000 (09:53 +0200)]
wined3d: Explicitly pass the depth/stencil surface to context_validate_onscreen_formats().
This avoids switching to offscreen rendering in context_apply_blit_state() for
a depth buffer that isn't going to be used anyway. This switch would be
problematic for blits to the frontbuffer, since it's always onscreen. I.e.,
we'd be blitting to the screen, but with offscreen transforms.
Henri Verbeet [Tue, 18 May 2010 07:53:06 +0000 (09:53 +0200)]
wined3d: context_validate_onscreen_formats() may modify context->render_offscreen.
I merged this by accident in
be43c867a5fd06dc6b9f5b686abb22a1e17a712e.
Michael Stefaniuc [Tue, 18 May 2010 07:46:52 +0000 (09:46 +0200)]
cmdlgtst: Replace long with LONG.
Alexandre Julliard [Tue, 18 May 2010 14:02:11 +0000 (16:02 +0200)]
krnl386.exe: Call the 32-bit string functions that contain exception handlers.
Alexandre Julliard [Tue, 18 May 2010 12:11:51 +0000 (14:11 +0200)]
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower depth.
Michael Stefaniuc [Mon, 17 May 2010 23:31:10 +0000 (01:31 +0200)]
winex11.drv: Remove redundant "not NULL" check of cfgs (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:32:34 +0000 (01:32 +0200)]
mciwave: Remove redundant "not NULL" checks of the variables lpParms.
Found by coccicheck.
Michael Stefaniuc [Mon, 17 May 2010 23:31:01 +0000 (01:31 +0200)]
avifil32: Remove some redundant "not NULL" checks (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:32:45 +0000 (01:32 +0200)]
ddraw: Remove redundant "not NULL" check of This (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:32:11 +0000 (01:32 +0200)]
user32: Remove redundant not NULL check of variable item (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:31:40 +0000 (01:31 +0200)]
shell32: Remove redundant "not NULL" check of ppidl (coccicheck).
Michael Stefaniuc [Mon, 17 May 2010 23:30:51 +0000 (01:30 +0200)]
taskmgr: Avoid using long.
Alexandre Julliard [Tue, 18 May 2010 10:44:35 +0000 (12:44 +0200)]
comctl32/imagelist: Don't pre-multiply the stored image, do it only at blending time.
Nikolay Sivov [Mon, 17 May 2010 22:21:49 +0000 (02:21 +0400)]
ole32: Use window property to store registered drop target.
Maarten Lankhorst [Mon, 17 May 2010 19:34:11 +0000 (21:34 +0200)]
quartz: Forward IMediaFilter to IMediaControl.
Maarten Lankhorst [Mon, 17 May 2010 19:32:32 +0000 (21:32 +0200)]
quartz: Implement IBasicVideo get_AvgTimePerFrame.
Maarten Lankhorst [Fri, 14 May 2010 21:19:35 +0000 (23:19 +0200)]
includes: Fix typo.
Matej Špindler [Mon, 17 May 2010 18:02:31 +0000 (20:02 +0200)]
jscript: Add Slovenian translation.
Matej Špindler [Mon, 17 May 2010 16:40:15 +0000 (18:40 +0200)]
wininet: Update Slovenian translation.
Jacek Caban [Mon, 17 May 2010 18:16:30 +0000 (20:16 +0200)]
shobjidl.idl: Added NWMF declaration.
Jacek Caban [Mon, 17 May 2010 18:15:42 +0000 (20:15 +0200)]
exdisp.idl: Added missing DWebBrowserEvents2 methods.
Juan Lang [Mon, 17 May 2010 17:44:11 +0000 (10:44 -0700)]
wintrust/tests: Fix test failures when not running as administrator.
Juan Lang [Mon, 17 May 2010 17:13:13 +0000 (10:13 -0700)]
winhttp: Honor security flags when verifying a certificate.
Juan Lang [Mon, 17 May 2010 17:29:23 +0000 (10:29 -0700)]
winhttp: Store a pointer to the netconn_t in the SSL context.
Juan Lang [Mon, 17 May 2010 17:04:18 +0000 (10:04 -0700)]
winhttp: Store security flags in netconn_t.
Sven Baars [Mon, 17 May 2010 17:04:02 +0000 (19:04 +0200)]
wineps.drv: Fix Dutch translation.
Julius Schwartzenberg [Mon, 17 May 2010 15:59:03 +0000 (17:59 +0200)]
wined3d: Cope with the new Intel renderer string.
Owen Rudge [Mon, 17 May 2010 15:50:41 +0000 (10:50 -0500)]
d3dx9: Implement CreateEffectFromFile/Resource functions.
Owen Rudge [Mon, 17 May 2010 15:50:29 +0000 (10:50 -0500)]
d3dx9: Implement D3DXCreateEffectCompilerFromFile/Resource.
Michael Stefaniuc [Sun, 16 May 2010 23:11:09 +0000 (01:11 +0200)]
rpcrt4: Avoid using long.
Dmitry Timoshkov [Wed, 21 Apr 2010 11:29:55 +0000 (20:29 +0900)]
user32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under Wine.
Roderick Colenbrander [Mon, 17 May 2010 11:11:40 +0000 (13:11 +0200)]
wined3d: Use BltFast in UpdateSurface when desc.convert is set.
Roderick Colenbrander [Mon, 17 May 2010 11:11:39 +0000 (13:11 +0200)]
wined3d: Remove unneeded d3dfmt_get_conv conversion constants.
Roderick Colenbrander [Mon, 17 May 2010 11:11:38 +0000 (13:11 +0200)]
wined3d: Set conversion flags for format descriptors having a convert function.
Andrey Turkin [Sun, 16 May 2010 22:28:56 +0000 (02:28 +0400)]
kernel32: Implement CreateHardLink.
Mike Kaplinskiy [Sat, 15 May 2010 05:18:20 +0000 (01:18 -0400)]
server: Move socket async activation to sock_poll_event.
Piotr Caban [Fri, 14 May 2010 10:14:12 +0000 (12:14 +0200)]
msvcrt: Added $I10_OUTPUT implementation.
Alexandre Julliard [Mon, 17 May 2010 12:25:14 +0000 (14:25 +0200)]
gdi32: Pre-multiply RGB values by alpha for subpixel font rendering.
Piotr Caban [Mon, 17 May 2010 09:55:24 +0000 (11:55 +0200)]
wininet: Deal with reading over the end in NETCON_recv.
Piotr Caban [Mon, 17 May 2010 09:54:29 +0000 (11:54 +0200)]
wininet: Fix dwStatusInfoLength value in INTERNET_SendCallback.
Henri Verbeet [Mon, 17 May 2010 09:14:50 +0000 (11:14 +0200)]
d3d9/tests: Add a shadow sampler test.
Henri Verbeet [Mon, 17 May 2010 09:14:49 +0000 (11:14 +0200)]
d3d8/tests: Add a shadow sampler test.
Henri Verbeet [Mon, 17 May 2010 09:14:48 +0000 (11:14 +0200)]
wined3d: Add support for shadow samplers.
Henri Verbeet [Mon, 17 May 2010 09:14:47 +0000 (11:14 +0200)]
wined3d: Add support for ARB_shadow.
Henri Verbeet [Mon, 17 May 2010 09:14:46 +0000 (11:14 +0200)]
wined3d: Remove some unused winetexturestates elements.
Henri Verbeet [Mon, 17 May 2010 09:14:45 +0000 (11:14 +0200)]
wined3d: Handle depth/stencil surfaces in IWineD3DSurfaceImpl_LoadLocation().
Michael Stefaniuc [Sun, 16 May 2010 23:09:05 +0000 (01:09 +0200)]
msvfw32: Replace long with LONG.
Andrey Turkin [Sun, 16 May 2010 22:28:11 +0000 (02:28 +0400)]
oleaut32: Set flag for retval params in ICreateTypeInfo::AddFuncDesc.
Andrey Turkin [Sun, 16 May 2010 22:28:01 +0000 (02:28 +0400)]
oleaut32: Distinguish between variables and functions in ICreateTypeInfo functions.
Andrey Turkin [Sun, 16 May 2010 22:27:50 +0000 (02:27 +0400)]
oleaut32: Implement ICreateTypeInfo2::SetFuncCustData.
Andrey Turkin [Sun, 16 May 2010 22:27:34 +0000 (02:27 +0400)]
oleaut32: Fix ICreateTypeLib2::SetFuncAndParamNames.
Getters and setters for same property can have an identical name