Alexandre Julliard [Wed, 29 Sep 2010 18:13:44 +0000 (20:13 +0200)]
makefiles: Pass target options to wrc.
Alexandre Julliard [Wed, 29 Sep 2010 18:13:28 +0000 (20:13 +0200)]
wrc: Add support for target options, and define _WIN64 for 64-bit builds.
Jacek Caban [Wed, 29 Sep 2010 10:45:59 +0000 (12:45 +0200)]
mshtml: Added nsIURI::GetPath implementation.
Jacek Caban [Wed, 29 Sep 2010 10:45:39 +0000 (12:45 +0200)]
mshtml: Use IUri for nsIURL::GetQuery implementation.
Jacek Caban [Wed, 29 Sep 2010 10:45:13 +0000 (12:45 +0200)]
mshtml: Get rid of use_wine_url.
Jacek Caban [Wed, 29 Sep 2010 10:44:40 +0000 (12:44 +0200)]
mshtml: Use IUri for nsIURI::GetScheme implementation.
Alexandre Julliard [Wed, 29 Sep 2010 12:49:48 +0000 (14:49 +0200)]
winmm: Add support for the MCI_INTEGER64 type.
Based on a patch by Octavian Voicu.
Alexandre Julliard [Wed, 29 Sep 2010 12:47:55 +0000 (14:47 +0200)]
winmm: Use proper structure where possible to fix command string parsing on 64-bit.
Henri Verbeet [Wed, 29 Sep 2010 10:20:47 +0000 (12:20 +0200)]
wined3d: Pass a wined3d_state structure to find_arb_ps_compile_args().
Henri Verbeet [Wed, 29 Sep 2010 10:20:46 +0000 (12:20 +0200)]
wined3d: Pass a wined3d_state structure to find_arb_vs_compile_args().
Henri Verbeet [Wed, 29 Sep 2010 10:20:45 +0000 (12:20 +0200)]
wined3d: Pass a wined3d_state structure to find_ps_compile_args().
Henri Verbeet [Wed, 29 Sep 2010 10:20:44 +0000 (12:20 +0200)]
wined3d: Pass a wined3d_state structure to find_vs_compile_args().
Alexandre Julliard [Wed, 29 Sep 2010 10:19:34 +0000 (12:19 +0200)]
winmm/tests: Skip tests if MIDI cannot be opened.
Alexandre Julliard [Wed, 29 Sep 2010 09:57:42 +0000 (11:57 +0200)]
kernel32/tests: Use a real console handle in the VerifyConsoleIoHandle test.
Anders Jonsson [Tue, 28 Sep 2010 22:19:40 +0000 (00:19 +0200)]
inetcpl.cpl: Update Swedish translation.
Anders Jonsson [Tue, 28 Sep 2010 22:20:44 +0000 (00:20 +0200)]
ipconfig: Update Swedish translation.
Cheer Xiao [Wed, 29 Sep 2010 06:24:54 +0000 (14:24 +0800)]
wordpad: Update simplified Chinese translation.
Cheer Xiao [Wed, 29 Sep 2010 06:24:24 +0000 (14:24 +0800)]
winemine: Update simplified Chinese translation.
Cheer Xiao [Wed, 29 Sep 2010 06:23:51 +0000 (14:23 +0800)]
wineboot: Update simplified Chinese translation.
Cheer Xiao [Wed, 29 Sep 2010 06:23:15 +0000 (14:23 +0800)]
view: Update simplified Chinese translation.
Cheer Xiao [Wed, 29 Sep 2010 06:22:39 +0000 (14:22 +0800)]
uninstaller: Update simplified Chinese translation.
Cheer Xiao [Wed, 29 Sep 2010 06:21:26 +0000 (14:21 +0800)]
regedit: Update simplified Chinese translation.
Cheer Xiao [Wed, 29 Sep 2010 06:19:59 +0000 (14:19 +0800)]
oleview: Update simplified Chinese translation.
Nikolay Sivov [Tue, 28 Sep 2010 22:50:37 +0000 (02:50 +0400)]
msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader().
Nikolay Sivov [Tue, 28 Sep 2010 20:27:12 +0000 (00:27 +0400)]
msxml3/httprequest: Store passed data for IXMLHttpRequest::open().
Louis Lenders [Tue, 28 Sep 2010 16:56:40 +0000 (18:56 +0200)]
user32: UpdateWindow doesn't accept a NULL hwnd.
Adam Martinson [Tue, 28 Sep 2010 00:59:51 +0000 (19:59 -0500)]
msxml3: Move domdoc properties into their own struct.
Unhooks domdoc properties from both the domdoc and xmlDoc.
After the domdoc <-> xmlDoc connection is no longer an open question,
the domdoc::properties pointer can be removed and rerouted through
xmlDoc::_private::properties as long as it's impossible to have a domdoc
with domdoc::node.node == NULL. With all of the checks for this, the
current code suggests that it's perfectly possible.
Adam Martinson [Tue, 28 Sep 2010 19:35:48 +0000 (14:35 -0500)]
msxml3: Implement SelectionNamespaces property.
André Hentschel [Tue, 28 Sep 2010 15:49:02 +0000 (17:49 +0200)]
ipconfig: Update German translation.
Hans Leidekker [Wed, 29 Sep 2010 07:57:34 +0000 (09:57 +0200)]
programs: Add a stub implementation of mofcomp.exe.
Hans Leidekker [Wed, 29 Sep 2010 07:57:52 +0000 (09:57 +0200)]
msvcrt: Implement wcsnlen.
Hans Leidekker [Wed, 29 Sep 2010 07:58:12 +0000 (09:58 +0200)]
msi: Treat empty string as NULL in MsiGetSummaryInformationW.
Hans Leidekker [Wed, 29 Sep 2010 07:58:02 +0000 (09:58 +0200)]
msi: Always check the return value of msi_string2idW.
Hans Leidekker [Wed, 29 Sep 2010 07:57:44 +0000 (09:57 +0200)]
include: Define IEnumWbemClassObject and IWbemServices.
Michael Stefaniuc [Tue, 28 Sep 2010 20:43:50 +0000 (22:43 +0200)]
ole32: Allocate a small temp variable on the stack instead of the heap.
Michael Stefaniuc [Tue, 28 Sep 2010 20:44:14 +0000 (22:44 +0200)]
ddraw: Add missing unlock on an error path (Smatch).
Michael Stefaniuc [Tue, 28 Sep 2010 20:45:21 +0000 (22:45 +0200)]
user32: Simplify the error handling in BITMAP_Load().
This fixes a memleak on an error path (Smatch).
Michael Stefaniuc [Tue, 28 Sep 2010 20:44:02 +0000 (22:44 +0200)]
crypt32: Remove redundant NULL check before CryptMemFree (Smatch).
Juan Lang [Tue, 28 Sep 2010 20:18:12 +0000 (13:18 -0700)]
ws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY.
Thomas Mullaly [Mon, 27 Sep 2010 22:00:21 +0000 (18:00 -0400)]
urlmon: Improve IUri support for mk: URIs.
Francois Gouget [Tue, 28 Sep 2010 18:12:39 +0000 (20:12 +0200)]
ws2_32: Make WS2_AcceptEx() and WS2_GetAcceptExSockaddrs() static.
Francois Gouget [Tue, 28 Sep 2010 18:12:49 +0000 (20:12 +0200)]
gameux/tests: Make test_install_uninstall_game() and _isFileExists() static.
Francois Gouget [Tue, 28 Sep 2010 18:12:44 +0000 (20:12 +0200)]
mscoree: Make find_mono_dll() static.
Francois Gouget [Tue, 28 Sep 2010 18:12:24 +0000 (20:12 +0200)]
ktmw32: The ktm debug channel is unused so remove it.
Francois Gouget [Tue, 28 Sep 2010 18:12:18 +0000 (20:12 +0200)]
taskkill: The taskkill debug channel is unused so remove it.
Francois Gouget [Tue, 28 Sep 2010 18:12:10 +0000 (20:12 +0200)]
winetest: Add the '-i' option so one can specify a test environment description.
Francois Gouget [Tue, 28 Sep 2010 18:10:46 +0000 (20:10 +0200)]
winetest: Add the '-n' option so one can specify a list of tests to exclude.
Alexandre Julliard [Tue, 28 Sep 2010 20:44:36 +0000 (22:44 +0200)]
gdi32: Copy a DIB section as a DIB section in BITMAP_CopyBitmap.
Andrew Eikum [Fri, 24 Sep 2010 15:53:32 +0000 (10:53 -0500)]
ole32: Create a FORMATETC if one is not given in OleCreate.
Erich Hoover [Sun, 26 Sep 2010 18:26:23 +0000 (12:26 -0600)]
user32: Add support for multiple frames in cursor format.
Erich Hoover [Sun, 26 Sep 2010 03:37:23 +0000 (21:37 -0600)]
user32: Prepare for multi-frame storing of icons and cursors.
Juan Lang [Sat, 25 Sep 2010 01:38:29 +0000 (18:38 -0700)]
iphlpapi: Fix inverted logic in mask comparison.
Juan Lang [Sat, 25 Sep 2010 00:21:33 +0000 (17:21 -0700)]
ws2_32/tests: Test SIO_ROUTING_INTERFACE_QUERY.
Aric Stewart [Mon, 27 Sep 2010 18:29:39 +0000 (13:29 -0500)]
mciqtz32: Do not allow MCIQTZ_mciUpdate to interrupt a playing video.
Aric Stewart [Mon, 27 Sep 2010 16:11:22 +0000 (11:11 -0500)]
quartz: Improve video window sizing on first sample.
Preserve sizes set by the application and defer erasing as it is not
needed and can cause deadlock between threads with child video windows.
Mike Kaplinskiy [Tue, 28 Sep 2010 02:59:58 +0000 (22:59 -0400)]
ws2_32: Implement SO_UPDATE_ACCEPT_CONTEXT.
Jacek Caban [Tue, 28 Sep 2010 11:26:21 +0000 (13:26 +0200)]
mshtml: Added nsIURI::GetUserPass implementation.
Jacek Caban [Tue, 28 Sep 2010 11:26:01 +0000 (13:26 +0200)]
mshtml: Added nsIURI::GetHostPort implementation.
Jacek Caban [Tue, 28 Sep 2010 11:25:40 +0000 (13:25 +0200)]
mshtml: Added nsIURI::GetPort implementation.
Jacek Caban [Tue, 28 Sep 2010 11:25:24 +0000 (13:25 +0200)]
mshtml: Added nsIURI::GetHost implementation based on IUri API.
Jacek Caban [Tue, 28 Sep 2010 11:24:57 +0000 (13:24 +0200)]
mshtml: Renamed uri to nsuri.
Hwang YunSong [Tue, 28 Sep 2010 07:35:24 +0000 (16:35 +0900)]
ipconfig: Update Korean resource.
Hwang YunSong [Tue, 28 Sep 2010 07:35:07 +0000 (16:35 +0900)]
inetcpl.cpl: Update Korean resource.
Adam Martinson [Mon, 27 Sep 2010 18:54:39 +0000 (13:54 -0500)]
msxml3/tests: Prevent a double-free in test_get_ownerDocument().
Huw Davies [Tue, 28 Sep 2010 09:48:23 +0000 (10:48 +0100)]
ole32: Call the draw_continue function.
Huw Davies [Tue, 28 Sep 2010 09:39:54 +0000 (10:39 +0100)]
ole32/tests: Mark the draw_continue callbacks as optional. Win9x can skip calls under low-load conditions.
Frédéric Delanoy [Mon, 27 Sep 2010 20:56:47 +0000 (22:56 +0200)]
ipconfig: Update French translation.
Misha Koshelev [Mon, 27 Sep 2010 20:19:22 +0000 (15:19 -0500)]
d3dx9_36: Implement D3DXCreateCylinder.
Henri Verbeet [Tue, 28 Sep 2010 10:00:24 +0000 (12:00 +0200)]
wined3d: Pass a wined3d_state structure to use_ps().
Henri Verbeet [Tue, 28 Sep 2010 10:00:23 +0000 (12:00 +0200)]
wined3d: Pass a wined3d_state structure to use_vs().
Henri Verbeet [Tue, 28 Sep 2010 10:00:22 +0000 (12:00 +0200)]
wined3d: Simply refuse to create shaders if they're disabled.
The functionality is a bit questionable in the first place, but there is some
use in the part that limits the maximum reported shader versions.
Henri Verbeet [Tue, 28 Sep 2010 10:00:21 +0000 (12:00 +0200)]
wined3d: Remove IWineD3DStateBlock::InitStartupStateBlock() from the public wined3d interface.
Andrew Nguyen [Tue, 28 Sep 2010 08:49:03 +0000 (03:49 -0500)]
msvcrt: Implement _set_doserrno.
Andrew Nguyen [Tue, 28 Sep 2010 08:48:52 +0000 (03:48 -0500)]
msvcrt: Implement _set_errno.
Andrew Nguyen [Tue, 28 Sep 2010 08:48:42 +0000 (03:48 -0500)]
msvcrt: Implement _get_doserrno.
Andrew Nguyen [Tue, 28 Sep 2010 08:48:24 +0000 (03:48 -0500)]
msvcrt: Implement _get_errno.
Andrew Nguyen [Tue, 28 Sep 2010 08:48:13 +0000 (03:48 -0500)]
msvcrt: Implement strerror_s.
Andrew Nguyen [Tue, 28 Sep 2010 08:47:56 +0000 (03:47 -0500)]
msvcrt: Convert the Unix asctime string from CP_UNIXCP to CP_ACP.
Luca Bennati [Mon, 27 Sep 2010 14:05:47 +0000 (16:05 +0200)]
msacm32: Update Italian translation.
Luca Bennati [Mon, 27 Sep 2010 14:20:24 +0000 (16:20 +0200)]
comctl32: Update Italian translation.
Luca Bennati [Mon, 27 Sep 2010 13:59:41 +0000 (15:59 +0200)]
mpr: Update Italian translation.
Luca Bennati [Mon, 27 Sep 2010 13:52:30 +0000 (15:52 +0200)]
serialui: Update Italian translation.
Luca Bennati [Mon, 27 Sep 2010 13:36:02 +0000 (15:36 +0200)]
browseui: Convert Italian translation to UTF-8.
Luca Bennati [Mon, 27 Sep 2010 13:33:47 +0000 (15:33 +0200)]
oleaut32: Update Italian translation.
Luca Bennati [Mon, 27 Sep 2010 13:31:44 +0000 (15:31 +0200)]
msrle32: Update Italian translation.
Luca Bennati [Mon, 27 Sep 2010 13:02:44 +0000 (15:02 +0200)]
inetcpl.cpl: Update Italian translation.
Luca Bennati [Mon, 27 Sep 2010 12:55:01 +0000 (14:55 +0200)]
ipconfig: Update Italian translation.
Nikolay Sivov [Mon, 27 Sep 2010 21:40:32 +0000 (01:40 +0400)]
comctl32/tab: Add a test for TCM_SETITEMEXTRA.
Thomas Mullaly [Wed, 22 Sep 2010 23:23:37 +0000 (19:23 -0400)]
urlmon: Finished validation for the remaining components of a IUriBuilder.
Thomas Mullaly [Wed, 22 Sep 2010 21:32:46 +0000 (17:32 -0400)]
urlmon: Can't set the host of a IUriBuilder to NULL.
Thomas Mullaly [Wed, 22 Sep 2010 02:25:24 +0000 (22:25 -0400)]
urlmon: Implemented support for determining what port value to use in IUriBuilder.
Thomas Mullaly [Tue, 21 Sep 2010 22:03:07 +0000 (18:03 -0400)]
urlmon: Fixed TRACE's which sometimes output garbage.
Thomas Mullaly [Tue, 21 Sep 2010 02:45:57 +0000 (22:45 -0400)]
urlmon: Implemented validation of the host name component of a IUriBuilder.
Aurimas Fišeras [Mon, 27 Sep 2010 17:20:25 +0000 (20:20 +0300)]
inetcpl.cpl: Update Lithuanian translation.
Aurimas Fišeras [Mon, 27 Sep 2010 17:13:04 +0000 (20:13 +0300)]
ipconfig: Update Lithuanian translation.
Alexandre Julliard [Mon, 27 Sep 2010 19:12:49 +0000 (21:12 +0200)]
server: Pass the rectangle in client coordinates for update_window_zorder.
Alexandre Julliard [Mon, 27 Sep 2010 18:46:41 +0000 (20:46 +0200)]
server: Mirror the window region for RTL windows in get/set_window_region and redraw_window.
Alexandre Julliard [Mon, 27 Sep 2010 19:06:43 +0000 (21:06 +0200)]
user32: Free the window region once it has been set.
Alexandre Julliard [Mon, 27 Sep 2010 19:06:38 +0000 (21:06 +0200)]
winex11: Mirror the window region for RTL windows.
Alexandre Julliard [Mon, 27 Sep 2010 18:45:56 +0000 (20:45 +0200)]
gdi32: Implement MirrorRgn.