Alexandre Julliard [Thu, 20 May 2010 12:27:08 +0000 (14:27 +0200)]
user32: Use the stored color and mask bitmaps instead of the raw bits in GetIconInfo.
Alexandre Julliard [Thu, 20 May 2010 12:26:58 +0000 (14:26 +0200)]
user32: Use the stored color and mask bitmaps instead of the raw bits in DrawIconEx.
Alexandre Julliard [Wed, 19 May 2010 10:14:03 +0000 (12:14 +0200)]
user32: Store a pre-computed alpha bitmap for 32-bpp icons with an alpha channel.
Alexandre Julliard [Wed, 19 May 2010 10:03:45 +0000 (12:03 +0200)]
user32: Store color and mask bitmaps in the cursor data.
Alexandre Julliard [Wed, 19 May 2010 09:56:23 +0000 (11:56 +0200)]
user32: Define an explicit structure for storing the cursor data.
Henri Verbeet [Thu, 20 May 2010 07:12:22 +0000 (09:12 +0200)]
wined3d: Translate front buffer coordinates in surface_blt_to_drawable().
Henri Verbeet [Thu, 20 May 2010 07:12:21 +0000 (09:12 +0200)]
wined3d: Merge destination rectangle operations into a single block in IWineD3DBaseSurfaceImpl_Blt().
Henri Verbeet [Thu, 20 May 2010 07:12:20 +0000 (09:12 +0200)]
wined3d: Merge source rectangle operations into a single block in IWineD3DBaseSurfaceImpl_Blt().
Henri Verbeet [Thu, 20 May 2010 07:12:19 +0000 (09:12 +0200)]
wined3d: Split checking for "empty" source and destination rectangles in IWineD3DBaseSurfaceImpl_Blt().
Assuming this is supposed to check for empty source / destination rectangles,
the check doesn't look quite right to me. I'm going to leave that alone for
the time being though.
Henri Verbeet [Thu, 20 May 2010 07:12:18 +0000 (09:12 +0200)]
wined3d: Check for a destination clipper in IWineD3DBaseSurfaceImpl_Blt().
This check was there in the original ddraw code, but apparently got lost
during the ddraw rewrite in 2006.
Juan Lang [Thu, 20 May 2010 01:12:21 +0000 (18:12 -0700)]
crypt32/tests: Test wildcards in subject alternative name.
Juan Lang [Thu, 20 May 2010 01:00:25 +0000 (18:00 -0700)]
crypt32/tests: Allow specifying a chain engine when verifying a chain policy.
Juan Lang [Wed, 19 May 2010 23:49:18 +0000 (16:49 -0700)]
crypt32/tests: Allow specifying a chain engine when creating a certificate chain.
Juan Lang [Wed, 19 May 2010 23:46:11 +0000 (16:46 -0700)]
crypt32: Support hExclusiveRoot when creating a certificate chain engine.
Juan Lang [Thu, 20 May 2010 01:06:54 +0000 (18:06 -0700)]
crypt32: Update definition of CERT_CHAIN_ENGINE_CONFIG.
Michael Stefaniuc [Wed, 19 May 2010 23:14:19 +0000 (01:14 +0200)]
shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck).
Piotr Caban [Thu, 20 May 2010 00:36:44 +0000 (02:36 +0200)]
msvcrt: Fix compilation error (x86_64-pc-mingw32).
Michael Stefaniuc [Wed, 19 May 2010 23:15:33 +0000 (01:15 +0200)]
wininet: Remove redundant "not NULL/0" checks (coccicheck).
Michael Stefaniuc [Wed, 19 May 2010 23:16:55 +0000 (01:16 +0200)]
user32: Avoid a potential NULL pointer dereference in a TRACE.
Michael Stefaniuc [Wed, 19 May 2010 23:16:34 +0000 (01:16 +0200)]
rpcrt4: Remove redundant "non NULL" check of var cred_dst (coccicheck).
Michael Stefaniuc [Wed, 19 May 2010 23:15:56 +0000 (01:15 +0200)]
wineoss.drv: Avoid a potential NULL pointer dereference in a TRACE.
Michael Stefaniuc [Wed, 19 May 2010 23:15:22 +0000 (01:15 +0200)]
msxml3: Remove redundant "not NULL" check of the punk arg.
Michael Stefaniuc [Wed, 19 May 2010 23:14:09 +0000 (01:14 +0200)]
quartz: Avoid using the long type.
Maarten Lankhorst [Wed, 19 May 2010 22:27:25 +0000 (00:27 +0200)]
mciqtz32: Add support for MCI_PAUSE.
Maarten Lankhorst [Wed, 19 May 2010 22:26:44 +0000 (00:26 +0200)]
mciqtz32: Add support for MCI_STATUS_TIME_FORMAT.
Maarten Lankhorst [Wed, 19 May 2010 22:24:28 +0000 (00:24 +0200)]
mciqtz32: Handle window visibility better.
Video Window only needs to be created on play, so defer until then.
Maarten Lankhorst [Wed, 19 May 2010 22:10:00 +0000 (00:10 +0200)]
quartz: Remove invalid check from put_WindowStyleEx in video renderer.
Maarten Lankhorst [Wed, 19 May 2010 22:01:05 +0000 (00:01 +0200)]
quartz: Respect autoshow in video renderer.
Sven Baars [Wed, 19 May 2010 20:57:09 +0000 (22:57 +0200)]
shdoclc: Fix Dutch translation.
Maarten Lankhorst [Wed, 19 May 2010 19:46:50 +0000 (21:46 +0200)]
quartz: Support negative heights in video renderer.
André Hentschel [Wed, 19 May 2010 14:49:25 +0000 (16:49 +0200)]
start: Update German translation.
Louis Lenders [Tue, 11 May 2010 20:59:22 +0000 (22:59 +0200)]
samlib: Add stubbed samlib.dll.
André Hentschel [Wed, 19 May 2010 14:44:56 +0000 (16:44 +0200)]
progman: Remove redundant warranty info.
Alexandre Julliard [Thu, 20 May 2010 07:48:35 +0000 (09:48 +0200)]
user32: Ignore the bitmap offset if it's not set.
Alexandre Julliard [Wed, 19 May 2010 18:11:48 +0000 (20:11 +0200)]
comctl32/imagelist: Clear pixels that fall outside the mask when generating an alpha channel.
Alexandre Julliard [Wed, 19 May 2010 17:49:15 +0000 (19:49 +0200)]
winex11: Add some tracing to the fontconfig subpixel code.
Aric Stewart [Wed, 19 May 2010 14:16:45 +0000 (09:16 -0500)]
usp10: Attempt to do shaping via the font GSUB table first.
Modern fonts expect this and the presentation form B glyphs are a fallback.
Aric Stewart [Wed, 19 May 2010 14:17:00 +0000 (09:17 -0500)]
usp10: Add Arabic shaping.
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.