Andrey Turkin [Sun, 16 May 2010 22:27:14 +0000 (02:27 +0400)]
oleaut32: Implement ITypeInfo::GetDocumentation.
Wolfram Sang [Mon, 17 May 2010 02:57:36 +0000 (04:57 +0200)]
user32: Apply sanity-check in BITMAP_Load.
Michael Stefaniuc [Sun, 16 May 2010 23:12:08 +0000 (01:12 +0200)]
mciavi32: Remove redundant "not NULL" checks of the lpParms arg.
Michael Stefaniuc [Sun, 16 May 2010 23:11:23 +0000 (01:11 +0200)]
riched20: Avoid using long.
Michael Stefaniuc [Sun, 16 May 2010 23:11:43 +0000 (01:11 +0200)]
winhttp: Remove redundant "not 0" test of argument len.
Michael Stefaniuc [Sun, 16 May 2010 23:12:18 +0000 (01:12 +0200)]
mshtml: Remove redundant "not NULL" check for the p arg (coccicheck).
Michael Stefaniuc [Sun, 16 May 2010 23:11:57 +0000 (01:11 +0200)]
dmloader: Remove redundant "not NULL" check of the pDesc arg.
Michael Stefaniuc [Sun, 16 May 2010 23:11:35 +0000 (01:11 +0200)]
winhttp: Remove redundant "not NULL" check for the "server" arg.
Joel Holdsworth [Sun, 16 May 2010 22:10:09 +0000 (23:10 +0100)]
wordpad: Replaced formatbar.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:09:55 +0000 (23:09 +0100)]
wordpad: Replaced toolbar.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:09:37 +0000 (23:09 +0100)]
comctl32: Replaced idb_hist_large.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:09:21 +0000 (23:09 +0100)]
comctl32: Replaced idb_hist_small.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:59 +0000 (23:08 +0100)]
comctl32: Replaced idb_std_large.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:45 +0000 (23:08 +0100)]
comctl32: Replaced idb_std_small.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:30 +0000 (23:08 +0100)]
comctl32: Replaced idb_view_large.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:08:06 +0000 (23:08 +0100)]
comctl32: Replaced idb_view_small.bmp with a Tango compliant tool strip.
Joel Holdsworth [Sun, 16 May 2010 22:07:57 +0000 (23:07 +0100)]
tools: Modified the ICO render script to also render BMPs.
Joel Holdsworth [Sun, 16 May 2010 22:07:46 +0000 (23:07 +0100)]
credui: Added a rendering hint to banner.svg.
Joel Holdsworth [Sun, 16 May 2010 22:07:40 +0000 (23:07 +0100)]
configure: Added a check for ImageMagick v6.6 or newer in maintainer mode.
Joel Holdsworth [Sun, 16 May 2010 22:07:33 +0000 (23:07 +0100)]
configure: Fix for icotool version checking regex.
Joel Holdsworth [Sun, 16 May 2010 22:07:25 +0000 (23:07 +0100)]
msiexec: Reused appwiz.cpl icon in msiexec.
Sven Baars [Sun, 16 May 2010 18:27:12 +0000 (20:27 +0200)]
notepad: Fix Dutch translation.
Alexandre Julliard [Mon, 17 May 2010 09:48:12 +0000 (11:48 +0200)]
winex11: Use the subpixel rendering configuration from fontconfig to override the registry options.
Matteo Bruni [Fri, 14 May 2010 15:21:42 +0000 (17:21 +0200)]
d3dx9: Add DEFB instruction support in the shader assembler.
This completes vs_3_0 assembler language support.
Matteo Bruni [Fri, 14 May 2010 15:21:42 +0000 (17:21 +0200)]
d3dx9: Add DEFI instruction support in the shader assembler.
Matteo Bruni [Fri, 14 May 2010 15:21:42 +0000 (17:21 +0200)]
d3dx9: Add DEF instruction support in the shader assembler.
Rico Schüller [Sat, 15 May 2010 20:04:02 +0000 (22:04 +0200)]
d3d10: Add argument check to ID3D10Effect::GetTechniqueByName().
Alexandre Julliard [Sun, 16 May 2010 15:55:31 +0000 (17:55 +0200)]
ntdll: Avoid a compiler warning on NetBSD.
Octavian Voicu [Sat, 15 May 2010 12:24:16 +0000 (15:24 +0300)]
d3dx9_36: Export D3DXCreateEffectEx stub.
Mike Kaplinskiy [Sat, 15 May 2010 05:18:30 +0000 (01:18 -0400)]
ws2_32/tests: fix test failures on wine and win98.
Gerald Pfeifer [Fri, 14 May 2010 20:06:47 +0000 (22:06 +0200)]
rpcrt4: Remove variable hr which is not really used from NdrInterfacePointerBufferSize.
Gerald Pfeifer [Fri, 14 May 2010 20:04:32 +0000 (22:04 +0200)]
riched20: Remove variables yprev and ys which are not really used from ME_ArrowPageUp.
Gerald Pfeifer [Fri, 14 May 2010 20:01:50 +0000 (22:01 +0200)]
oleaut32: Remove variable rOk which is not really used from VarMod.
Dylan Smith [Sat, 15 May 2010 00:11:28 +0000 (20:11 -0400)]
richedit: Avoid notifying parent window in improper state.
ME_CommitUndo and ME_CommitCoalescingUndo call ME_SendSelChange, which
may notify the parent window that the selection has changed, therefore
should generally be called after wrapping the text. Otherwise, the parent
window may send a message to the editor and cause an assertion failure.
Juan Lang [Fri, 14 May 2010 22:48:18 +0000 (15:48 -0700)]
crypt32: Implement CertAddCertificateLinkToStore on top of CertAddCertificateContextToStore.
Juan Lang [Fri, 14 May 2010 22:44:17 +0000 (15:44 -0700)]
crypt32: Prohibit adding links to collection stores.
Juan Lang [Fri, 14 May 2010 20:49:44 +0000 (13:49 -0700)]
crypt32: Validate add disposition before checking source certificate's properties.
Juan Lang [Fri, 14 May 2010 22:43:12 +0000 (15:43 -0700)]
crypt32/tests: Test CertAddCertificateLinkToStore.
Juan Lang [Fri, 14 May 2010 20:37:26 +0000 (13:37 -0700)]
crypt32: Add stub for CERT_STORE_CTRL_AUTO_RESYNC of registry stores.
Michael Stefaniuc [Fri, 14 May 2010 20:35:48 +0000 (22:35 +0200)]
comdlg32: The Dutch translation uses UTF-8.
Matej Špindler [Sun, 16 May 2010 08:46:28 +0000 (10:46 +0200)]
mapi32: Add Slovenian translation.
Matej Špindler [Fri, 14 May 2010 18:34:04 +0000 (20:34 +0200)]
wordpad: Update Slovenian translation.
Matej Špindler [Fri, 14 May 2010 18:46:31 +0000 (20:46 +0200)]
notepad: Update Slovenian translation.
Matej Špindler [Fri, 14 May 2010 18:46:16 +0000 (20:46 +0200)]
wineboot: Update Slovenian translation.
Matej Špindler [Fri, 14 May 2010 18:54:30 +0000 (20:54 +0200)]
shell32: Update Slovenian translation.
Matej Špindler [Fri, 14 May 2010 18:46:03 +0000 (20:46 +0200)]
winecfg: Update Slovenian translation.
Alexandre Julliard [Sun, 16 May 2010 15:26:46 +0000 (17:26 +0200)]
winedbg: Don't install the man page in a wow64 build.
Alexandre Julliard [Sun, 16 May 2010 15:01:52 +0000 (17:01 +0200)]
configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader.
This provides better backwards compatibility when running with a
32-bit prefix.
Alexandre Julliard [Mon, 17 May 2010 10:42:25 +0000 (12:42 +0200)]
comctl32/imagelist: Fix the allocated size of the has_alpha array.
Alexandre Julliard [Sun, 16 May 2010 10:48:08 +0000 (12:48 +0200)]
comctl32/imagelist: Generate the mask from the alpha channel if present.
Alexandre Julliard [Fri, 14 May 2010 18:19:58 +0000 (20:19 +0200)]
comctl32/imagelist: Pre-multiply the colors by the alpha channel when storing an image with alpha.
Alexandre Julliard [Sun, 16 May 2010 10:34:28 +0000 (12:34 +0200)]
server: Make sure a thread doesn't get freed while it's processing a request.
Alexandre Julliard [Sun, 16 May 2010 10:34:07 +0000 (12:34 +0200)]
ntdll: Preserve registers in call_thread_entry_point on x86_64.
Detlef Riekenberg [Fri, 14 May 2010 15:08:37 +0000 (17:08 +0200)]
kernel32: Move a 16 bit related comment to krnl386.
Jacek Caban [Fri, 14 May 2010 14:50:22 +0000 (16:50 +0200)]
mshtml: Fixed platform test on 64-bit IE6.
Sven Baars [Fri, 14 May 2010 13:58:24 +0000 (15:58 +0200)]
comdlg32: Fix Dutch translation.
Hans Leidekker [Fri, 14 May 2010 13:36:54 +0000 (15:36 +0200)]
ntdll: Add some tests for RtlIsTextUnicode.
Hans Leidekker [Fri, 14 May 2010 13:36:39 +0000 (15:36 +0200)]
winhttp: Support setting security flags on request handles.
Hans Leidekker [Fri, 14 May 2010 13:36:25 +0000 (15:36 +0200)]
fltlib: Add stub implementations of FilterFindFirst and FilterFindClose.
Hans Leidekker [Fri, 14 May 2010 13:36:11 +0000 (15:36 +0200)]
hnetcfg: Return success from fw_port_get_Enabled.
Hans Leidekker [Fri, 14 May 2010 13:35:55 +0000 (15:35 +0200)]
winemenubuilder: Expand environment strings in the shortcut path.
Hans Leidekker [Fri, 14 May 2010 13:35:04 +0000 (15:35 +0200)]
winemenubuilder: Lower case the content type.
Hans Leidekker [Fri, 14 May 2010 14:46:06 +0000 (16:46 +0200)]
winedump: Print the network share name in .lnk files.
Roderick Colenbrander [Fri, 14 May 2010 10:56:44 +0000 (12:56 +0200)]
opengl32: Add 32-bit bitmap rendering test.
Roderick Colenbrander [Fri, 14 May 2010 10:56:43 +0000 (12:56 +0200)]
wined3d: Make sure wglFlush is not between ENTER_GL/LEAVE_GL.
Alexandre Julliard [Fri, 14 May 2010 15:17:46 +0000 (17:17 +0200)]
Fix the bitmap info size computation when masks are present.
Alexandre Julliard [Fri, 14 May 2010 11:50:38 +0000 (13:50 +0200)]
comctl32: Always alpha blend images for 32-bpp imagelists.
Alexandre Julliard [Fri, 14 May 2010 11:44:20 +0000 (13:44 +0200)]
comctl32: Store an alpha channel present flag for each image in an imagelist.
Alexandre Julliard [Fri, 14 May 2010 11:41:35 +0000 (13:41 +0200)]
comctl32: Also generate an alpha channel when replacing an image or icon in an imagelist.
Alexandre Julliard [Fri, 14 May 2010 11:38:54 +0000 (13:38 +0200)]
comctl32: Generate an alpha channel if necessary when adding images to a 32-bit imagelist.
Alexandre Julliard [Fri, 14 May 2010 11:37:04 +0000 (13:37 +0200)]
comctl32: Make ImageList_AddMasked call ImageList_Add instead of duplicating the functionality.
Mike Kaplinskiy [Thu, 13 May 2010 20:42:04 +0000 (16:42 -0400)]
server: Get rid of sock_try_event.
We *might* need to ignore POLLERR messages for UDP sockets, as the
condition is actually temporary and sock_try_event was hiding this.
Mike Kaplinskiy [Thu, 13 May 2010 20:41:58 +0000 (16:41 -0400)]
server: Always treat POLLHUP as a hangup, just special case checking TCP sockets.
Alexandre Julliard [Fri, 14 May 2010 09:42:43 +0000 (11:42 +0200)]
ws2_32/tests: Fix non-portable syntax.
Frédéric Delanoy [Fri, 14 May 2010 07:49:11 +0000 (09:49 +0200)]
winemaker: Add French translation.
Frédéric Delanoy [Thu, 13 May 2010 20:10:02 +0000 (22:10 +0200)]
winemaker: Fix typos in manpage.
Gerald Pfeifer [Fri, 14 May 2010 01:10:32 +0000 (03:10 +0200)]
quartz: Fix return value of DSoundRender_GetState.
Gerald Pfeifer [Fri, 14 May 2010 01:03:36 +0000 (03:03 +0200)]
winecfg: Remove variable lRes which is not really used from configureAudioDriver.
Gerald Pfeifer [Thu, 13 May 2010 21:44:25 +0000 (23:44 +0200)]
comctl32/tests: Check for the outcome of the SendMessage calls in test_monthcal_size.
Gerald Pfeifer [Thu, 13 May 2010 20:10:04 +0000 (22:10 +0200)]
comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow.
Frédéric Delanoy [Thu, 13 May 2010 16:36:24 +0000 (18:36 +0200)]
msi: Update French translation.
Frédéric Delanoy [Thu, 13 May 2010 16:27:53 +0000 (18:27 +0200)]
wordpad: Update French translation.
Jacek Caban [Thu, 13 May 2010 15:57:35 +0000 (17:57 +0200)]
mshtml: Fixed test on some IEs.
Aric Stewart [Thu, 13 May 2010 15:43:26 +0000 (10:43 -0500)]
gdi32: Use usp10 to optionally generate glyphs for bidi strings.
Matteo Bruni [Thu, 13 May 2010 15:21:59 +0000 (17:21 +0200)]
d3dx9: Add sampler dcl instruction support to the shader assembler.
Matteo Bruni [Thu, 13 May 2010 15:21:58 +0000 (17:21 +0200)]
d3dx9: Add input dcl instruction support to the shader assembler.
Matteo Bruni [Thu, 13 May 2010 15:21:58 +0000 (17:21 +0200)]
d3dx9: Complete output dcl instruction support.
Matteo Bruni [Thu, 13 May 2010 15:21:58 +0000 (17:21 +0200)]
d3dx9: Add output dcl instruction partial support to the shader assembler.
Thomas Mullaly [Thu, 13 May 2010 02:35:59 +0000 (22:35 -0400)]
urlmon: CreateUri should return E_INVALIDARG for NULL args.
Mike Kaplinskiy [Wed, 12 May 2010 05:59:06 +0000 (01:59 -0400)]
server: Use a less hackish approach to not POLLIN when we have a hung up socket.
Mike Kaplinskiy [Wed, 12 May 2010 05:59:04 +0000 (01:59 -0400)]
server: Keep polling sockets after we got a 0 recv, but not for POLLIN.
Mike Kaplinskiy [Wed, 12 May 2010 05:59:01 +0000 (01:59 -0400)]
server: Set FD_READ in only 1 place (cleanup).
Mike Kaplinskiy [Wed, 12 May 2010 17:27:32 +0000 (13:27 -0400)]
ws2_32/tests: Add some socket event tests.
Gerald Pfeifer [Wed, 12 May 2010 21:23:45 +0000 (23:23 +0200)]
comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged.
Paul Vriens [Wed, 12 May 2010 20:58:34 +0000 (22:58 +0200)]
kernel32: Return the correct processor arch and type in wow64 mode.
Vincent Povirk [Wed, 12 May 2010 19:08:55 +0000 (14:08 -0500)]
ole32: Use a temporary variable in TransactedSnapshotImpl_EnsureReadEntry.
CreateStubEntry can change the value of This->entries, in which case the
assignment can go to the wrong place. So instead, assign to a temporary
variable, and copy the data back after all CreateStubEntry calls are finished.
Marcus Meissner [Wed, 12 May 2010 15:15:29 +0000 (17:15 +0200)]
msvcrt: Add some missing CDECL.
Marcus Meissner [Wed, 12 May 2010 15:26:33 +0000 (17:26 +0200)]
ntdll: Implement bsearch, lfind to use correct comparator functions.
Gerald Pfeifer [Tue, 11 May 2010 20:29:23 +0000 (22:29 +0200)]
comctl32: Remove unused variable infoPtr from TVIEW_StyleChanging.
Hans Leidekker [Wed, 12 May 2010 12:19:04 +0000 (14:19 +0200)]
msi: Improve some traces.