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.
Hans Leidekker [Wed, 12 May 2010 12:18:41 +0000 (14:18 +0200)]
msi: Only extract a file when its disk id matches the media disk id.
This makes sure that an updated file is extracted from the cabinet stream
included in the patch, instead of the original source.
Hans Leidekker [Wed, 12 May 2010 12:18:15 +0000 (14:18 +0200)]
msi: Store the disk id in the MSIFILE structure.
Michael Stefaniuc [Wed, 12 May 2010 09:31:17 +0000 (11:31 +0200)]
jscript: Avoid using long.
Alexandre Julliard [Wed, 12 May 2010 11:48:00 +0000 (13:48 +0200)]
winex11: Update the cursor also for events ignored by a hook.
Marcus Meissner [Wed, 12 May 2010 05:53:39 +0000 (07:53 +0200)]
ntdll: Rename mergesort to NTDLL_mergesort.
Matteo Bruni [Tue, 11 May 2010 18:29:07 +0000 (20:29 +0200)]
d3dx9: Add predicate support to the shader assembler.
Matteo Bruni [Tue, 24 Nov 2009 01:08:32 +0000 (02:08 +0100)]
d3dx9: Add other flow control instructions in the shader assembler.
Matteo Bruni [Tue, 11 May 2010 18:29:07 +0000 (20:29 +0200)]
d3dx9: Support some flow control instructions in the shader assembler.
Gerald Pfeifer [Tue, 11 May 2010 20:30:28 +0000 (22:30 +0200)]
quartz: Remove unused variable pOutputPin from MPEGSplitter_process_sample.
Gerald Pfeifer [Tue, 11 May 2010 20:20:17 +0000 (22:20 +0200)]
user32/tests: Make checks in test_LoadImageFile and test_LoadImage more comprehensive.
Sven Baars [Tue, 11 May 2010 21:11:29 +0000 (23:11 +0200)]
start: Update Dutch translation.
Damjan Jovanovic [Tue, 11 May 2010 20:31:41 +0000 (22:31 +0200)]
winemenubuilder: Fix a char/widechar typo in association .desktop paths.
Thomas Mullaly [Tue, 11 May 2010 18:57:41 +0000 (14:57 -0400)]
urlmon/tests: Fixed IUri tests so they fail gracefully on machines with IE <7.
Michael Stefaniuc [Tue, 11 May 2010 19:28:42 +0000 (21:28 +0200)]
secur32: Avoid using long.
Michael Stefaniuc [Tue, 11 May 2010 19:28:07 +0000 (21:28 +0200)]
oleview: Replace long with LONG.
André Hentschel [Tue, 11 May 2010 19:22:33 +0000 (21:22 +0200)]
wordpad: Update German translation.
Sven Baars [Tue, 11 May 2010 18:35:19 +0000 (20:35 +0200)]
wordpad: Update Dutch translation.
Aurimas Fišeras [Tue, 11 May 2010 18:13:03 +0000 (21:13 +0300)]
wordpad: Update Lithuanian translation.
André Hentschel [Tue, 11 May 2010 18:03:04 +0000 (20:03 +0200)]
winemaker: Add missing linefeed.
Jacek Caban [Tue, 11 May 2010 15:58:40 +0000 (17:58 +0200)]
mshtml: Added IHTMLTextAreaElement::readOnly property implementation.
Jacek Caban [Tue, 11 May 2010 15:58:24 +0000 (17:58 +0200)]
mshtml: Added IHTMLFormElement::action property implementation.
Jacek Caban [Tue, 11 May 2010 15:58:09 +0000 (17:58 +0200)]
mshtml: Added IHTMLFormElement::item implementation.
Jacek Caban [Tue, 11 May 2010 15:57:54 +0000 (17:57 +0200)]
mshtml: Moved getting form's elements by index to separated function.
Jacek Caban [Tue, 11 May 2010 15:57:39 +0000 (17:57 +0200)]
mshtml: Added IHTMLSelectElement::item implementation.
Jacek Caban [Tue, 11 May 2010 15:57:27 +0000 (17:57 +0200)]
mshtml: Moved getting select's option element by index to separated function.
Jacek Caban [Tue, 11 May 2010 15:56:58 +0000 (17:56 +0200)]
mshtml: Added IHTMLTextAreaElement::put_value implementation.
Jacek Caban [Tue, 11 May 2010 15:56:29 +0000 (17:56 +0200)]
mshtml: Added IHTMLOptionElement::selected property implementation.
Huw Davies [Tue, 11 May 2010 14:24:19 +0000 (15:24 +0100)]
comctl32: Fix an hfont leak.
Kai Blin [Tue, 11 May 2010 13:53:02 +0000 (15:53 +0200)]
ws2_32: Stub out WS_SIO_UDP_CONNRESET WSioctl.
Hans Leidekker [Tue, 11 May 2010 12:05:32 +0000 (14:05 +0200)]
msi: Set the SourceDir property to the registered source if the product is installed.
Hans Leidekker [Tue, 11 May 2010 12:03:08 +0000 (14:03 +0200)]
msi: Avoid A->W conversions in msi_publish_install_properties.
Hans Leidekker [Tue, 11 May 2010 12:02:50 +0000 (14:02 +0200)]
msi: Set install properties just once.
Hans Leidekker [Tue, 11 May 2010 12:02:35 +0000 (14:02 +0200)]
msi: Add a test to show that the InstallSource property is unchanged after an upgrade.
Hans Leidekker [Tue, 11 May 2010 13:23:39 +0000 (15:23 +0200)]
msi: Add more patch registration tests.
Hans Leidekker [Tue, 11 May 2010 12:01:47 +0000 (14:01 +0200)]
msi: Add a test to show that patches are not committed to the local package database.
Michael Stefaniuc [Tue, 11 May 2010 08:34:53 +0000 (10:34 +0200)]
mshtml/tests: Replace long with LONG.
Gerald Pfeifer [Sun, 9 May 2010 10:48:34 +0000 (12:48 +0200)]
localspl/tests: Improve the tests in test_XcvDataPort_AddPort by properly checking return values and avoiding a duplicate test.
Gerald Pfeifer [Fri, 7 May 2010 18:40:02 +0000 (20:40 +0200)]
comctl32/tests: Remove variable hwndheader which is not really used from test_redraw.
Damjan Jovanovic [Sat, 8 May 2010 21:20:32 +0000 (23:20 +0200)]
winemenubuilder: Escape freedesktop exec keys properly.
Alexandre Julliard [Tue, 11 May 2010 09:21:03 +0000 (11:21 +0200)]
server: Return the cursor information for a thread input, and use it for GetCursorInfo.
Marcus Meissner [Sun, 9 May 2010 11:09:47 +0000 (13:09 +0200)]
ntdll: Reimplement qsort() using generic mergesort.
Thomas Mullaly [Mon, 10 May 2010 01:23:34 +0000 (21:23 -0400)]
urlmon/tests: Added a new test file for testing the IUri interface.
Katayama Hirofumi MZ [Sat, 8 May 2010 01:23:06 +0000 (10:23 +0900)]
wordpad: Add units (in/inch/pt).
Gerald Pfeifer [Sun, 9 May 2010 13:06:02 +0000 (15:06 +0200)]
comctl32: Remove unused parameter bEnable from LISTVIEW_Enable.
Gerald Pfeifer [Sun, 9 May 2010 13:05:51 +0000 (15:05 +0200)]
comctl32: Remove unused parameter fwKeys from LISTVIEW_MouseHover.
Sven Baars [Mon, 10 May 2010 22:28:15 +0000 (00:28 +0200)]
uninstaller: Fix Dutch translation.
Michael Stefaniuc [Tue, 11 May 2010 08:34:43 +0000 (10:34 +0200)]
qedit: Avoid using long.
Michael Stefaniuc [Mon, 10 May 2010 21:36:12 +0000 (23:36 +0200)]
comctl32: Update some ImageList comments.
André Hentschel [Mon, 10 May 2010 17:59:01 +0000 (19:59 +0200)]
winemaker: Clean up target type handling.
André Hentschel [Mon, 10 May 2010 17:58:12 +0000 (19:58 +0200)]
winemaker: Check for more project files.
Roderick Colenbrander [Mon, 10 May 2010 13:36:31 +0000 (15:36 +0200)]
wined3d: Use surface_prepare_texture for surface allocation in read_from_framebuffer_texture.
Andrey Turkin [Sun, 9 May 2010 19:33:24 +0000 (23:33 +0400)]
oleaut32: Implement ICreateTypeInfo2::SetCustData method.
Andrey Turkin [Sun, 9 May 2010 19:31:31 +0000 (23:31 +0400)]
oleaut32: Add handling of some more VARIANT types in typelibs.
Gerald Pfeifer [Sun, 9 May 2010 16:18:48 +0000 (18:18 +0200)]
shlwapi: Remove variable retval which is not really used from GetAcceptLanguagesW.
Gerald Pfeifer [Sun, 9 May 2010 12:12:05 +0000 (14:12 +0200)]
winmm/tests: Remove two unused variables (and dead code) from check_position.
Gerald Pfeifer [Sun, 9 May 2010 12:09:05 +0000 (14:09 +0200)]
user32/tests: Remove variable atom which is not really used from test_Expose.
Huw Davies [Mon, 10 May 2010 14:01:03 +0000 (15:01 +0100)]
oleaut32: Set the font to dirty when loading a new data.
Wolfram Sang [Mon, 10 May 2010 01:36:27 +0000 (03:36 +0200)]
user32: Honor bfOffBits in BITMAP_Load.
Alexandre Julliard [Mon, 10 May 2010 15:46:05 +0000 (17:46 +0200)]
comctl32: Apply the imagelist mask when alpha blending.
Michael Stefaniuc [Mon, 10 May 2010 08:38:45 +0000 (10:38 +0200)]
oleaut32: Avoid using long.
Stefan Dösinger [Wed, 5 May 2010 11:02:07 +0000 (13:02 +0200)]
wined3d: Don't use GL_ARB_map_buffer_range for now.
There are numerous problems with this extension, and there are no
visible upsides. In the best case dynamic VBOs are just as fast as no
VBO at all.
Gerald Pfeifer [Fri, 7 May 2010 19:31:09 +0000 (21:31 +0200)]
oleaut32/tests: Remove variable changed which is not really used from test_SysReAllocStringLen.
Eric Pouech [Sat, 8 May 2010 19:47:16 +0000 (21:47 +0200)]
dbghelp: Protect PE's COFF table reading against bogus values in NTHEADER.
Mike Kaplinskiy [Sat, 8 May 2010 19:10:58 +0000 (15:10 -0400)]
ws2_32: Improve SIO_GET_EXTENSION_FUNCTION_POINTER stub.
Mike Kaplinskiy [Sat, 8 May 2010 19:23:33 +0000 (15:23 -0400)]
include: Add WSAID_WSASENDMSG extension guid.
Nikolay Sivov [Sat, 8 May 2010 18:10:29 +0000 (22:10 +0400)]
user32: Fix selected brush color for caret bitmap creation.
Alexandre Julliard [Mon, 10 May 2010 10:35:47 +0000 (12:35 +0200)]
winex11: The startscan line is relative to the destination in SetDIBits.
Alexandre Julliard [Mon, 10 May 2010 10:34:17 +0000 (12:34 +0200)]
winex11: Select for EnterNotify events on the desktop window in order to update the cursor.
Alexandre Julliard [Mon, 10 May 2010 10:33:59 +0000 (12:33 +0200)]
winex11: Take into account the cursor show count when setting the initial cursor for a window.
Alexandre Julliard [Mon, 10 May 2010 09:53:37 +0000 (11:53 +0200)]
user32: Fix checking of show count in ShowCursor.
Gerald Pfeifer [Sat, 8 May 2010 18:14:52 +0000 (20:14 +0200)]
user32/tests: Remove SetShellWindowEx from test_shell_window.
Gerald Pfeifer [Sat, 8 May 2010 17:44:22 +0000 (19:44 +0200)]
mountmgr.sys: Remove variable result which is not really used from update_symlink.
Gerald Pfeifer [Fri, 7 May 2010 23:06:30 +0000 (01:06 +0200)]
d3dx9_36/tests: Remove variable scaling which is not really used from D3DXMatrixTest.
Gerald Pfeifer [Sat, 8 May 2010 10:57:01 +0000 (12:57 +0200)]
winecfg: Remove variable drive which is not really used from DriveDlgProc.
Gerald Pfeifer [Fri, 7 May 2010 23:00:51 +0000 (01:00 +0200)]
quartz: Remove variable keyframe which is not really used from AVISplitter_next_request.
Gerald Pfeifer [Fri, 7 May 2010 21:38:35 +0000 (23:38 +0200)]
shell32/tests: Remove variable res which is not really used from init_strings.
Gerald Pfeifer [Fri, 7 May 2010 20:30:39 +0000 (22:30 +0200)]
winefile: Remove variable hChildClass which is not really used from InitInstance.
Gerald Pfeifer [Fri, 7 May 2010 20:50:45 +0000 (22:50 +0200)]
gdi32/tests: Remove two variables which are not really used from test_clipping.
Gerald Pfeifer [Fri, 7 May 2010 20:00:24 +0000 (22:00 +0200)]
taskmgr: Remove variable idctrl which is not really used from TaskManagerWndProc.
Gerald Pfeifer [Fri, 7 May 2010 19:59:08 +0000 (21:59 +0200)]
cmd: Remove variable copyFromDir which is not really used from WCMD_copy.
Gerald Pfeifer [Fri, 7 May 2010 19:57:20 +0000 (21:57 +0200)]
comctl32/tests: Add tests for the return values of TreeView_SelectItem in test_select.
Gerald Pfeifer [Fri, 7 May 2010 19:44:33 +0000 (21:44 +0200)]
user.exe16: Remove variable width which is not really used from listbox_proc16.
Gerald Pfeifer [Fri, 7 May 2010 19:42:04 +0000 (21:42 +0200)]
riched20: Remove variable pCell which is not really used from ME_StreamIn.
Gerald Pfeifer [Fri, 7 May 2010 19:32:26 +0000 (21:32 +0200)]
riched20: Remove variable ys which is not really used from ME_ArrowPageDown.
Gerald Pfeifer [Fri, 7 May 2010 19:22:34 +0000 (21:22 +0200)]
msi: Fix the return value of msi_copy_outval in the error case.
Gerald Pfeifer [Fri, 7 May 2010 19:06:58 +0000 (21:06 +0200)]
gdi32/tests: Remove variable oldPen which is not really used from test_widenpath.
Piotr Caban [Sun, 9 May 2010 21:39:17 +0000 (23:39 +0200)]
msvcrt: Fix synonym handling in setlocale/create_locale.
Piotr Caban [Sun, 9 May 2010 21:38:11 +0000 (23:38 +0200)]
msvcrt: Partial fix for setlocale/create_locale.
Piotr Caban [Sun, 9 May 2010 13:07:33 +0000 (15:07 +0200)]
msvcrt: Fix strtod and wcstod implementation.
Alexander N. Sørnes [Sun, 9 May 2010 21:02:32 +0000 (23:02 +0200)]
wineboot: Update Norwegian Bokmål translation.
Alexander N. Sørnes [Sun, 9 May 2010 20:48:25 +0000 (22:48 +0200)]
shell32: Update Norwegian Bokmål translation.
Sven Baars [Sun, 9 May 2010 13:16:08 +0000 (15:16 +0200)]
wineboot: Fix Dutch translation.
Sven Baars [Sun, 9 May 2010 10:16:14 +0000 (12:16 +0200)]
winecfg: Fix Dutch translation.
Aurimas Fišeras [Thu, 6 May 2010 16:27:43 +0000 (19:27 +0300)]
msi: Update Lithuanian translation.
Sven Baars [Sat, 8 May 2010 22:38:03 +0000 (00:38 +0200)]
wineconsole: Fix Dutch translation.
Nikolay Sivov [Sat, 8 May 2010 22:21:50 +0000 (02:21 +0400)]
kernel32: Fix return code from LocalUnlock for pointer passed to it.
Marcus Meissner [Sat, 8 May 2010 22:10:28 +0000 (00:10 +0200)]
wined3d: fixed a NULL deref in create_arb_blt_fragment_program (Coverity).