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.
Detlef Riekenberg [Mon, 27 Sep 2010 11:08:39 +0000 (13:08 +0200)]
inetcpl: German translation for the content property sheet.
Detlef Riekenberg [Mon, 27 Sep 2010 11:08:38 +0000 (13:08 +0200)]
inetcpl: Add content property sheet.
Vincent Povirk [Sun, 26 Sep 2010 21:38:44 +0000 (16:38 -0500)]
ktmw32: Add stub dll.
Mariusz Pluciński [Sun, 26 Sep 2010 13:04:58 +0000 (15:04 +0200)]
gameux: Finished implementation of saving game statistics.
Mariusz Pluciński [Sun, 26 Sep 2010 13:04:04 +0000 (15:04 +0200)]
gameux: Add implementation of IGameStatisticsMgr::RemoveGameStatistics.
Mariusz Pluciński [Sun, 26 Sep 2010 13:02:43 +0000 (15:02 +0200)]
gameux: IGameStatistics::Save initial implementation.
Mariusz Pluciński [Sun, 26 Sep 2010 13:00:40 +0000 (15:00 +0200)]
gameux: Add implementation of IGameStatistics::SetStatistic.
Mariusz Pluciński [Sun, 26 Sep 2010 13:17:41 +0000 (15:17 +0200)]
gameux: Add implementation of IGameStatistics::SetCategoryTitle.
Vincent Pelletier [Sat, 25 Sep 2010 10:16:20 +0000 (12:16 +0200)]
msvcp90: Direct basic_string::operator=(char const *) to existing implementation.
Vitaly Perov [Thu, 23 Sep 2010 12:53:21 +0000 (15:53 +0300)]
comdlg32: Add basic implementation of PrintDlgExA.
Alexandre Julliard [Mon, 27 Sep 2010 12:09:41 +0000 (14:09 +0200)]
kernel32/nls: Define the neutral and reading layout locale values.
Alexandre Julliard [Mon, 27 Sep 2010 12:03:12 +0000 (14:03 +0200)]
kernel32: Implemented EnumSystemLocalesEx.
Austin Lund [Sun, 26 Sep 2010 22:42:03 +0000 (08:42 +1000)]
comctl32/listview: Fix test failures for subitem returned with negative coordinates.
Nikolay Sivov [Sun, 26 Sep 2010 19:14:20 +0000 (23:14 +0400)]
comctl32/listview: Use proper A/W call to measure item text string.
Nikolay Sivov [Sun, 26 Sep 2010 09:06:46 +0000 (13:06 +0400)]
comctl32/treeview: Erase background when painting over supplied hdc.
Misha Koshelev [Sat, 25 Sep 2010 19:36:52 +0000 (14:36 -0500)]
d3dx9_36/tests: Add tests for D3DXCreateCylinder.
Misha Koshelev [Sat, 25 Sep 2010 19:36:49 +0000 (14:36 -0500)]
d3dx9_36: Add stub for D3DXCreateCylinder.
Misha Koshelev [Sat, 25 Sep 2010 19:36:45 +0000 (14:36 -0500)]
d3dx9_36: Add D3DXCreateTeapot to d3dx9shape.h.
Hans Leidekker [Mon, 27 Sep 2010 10:18:55 +0000 (12:18 +0200)]
comctl32: Add a stub implementation of TaskDialogIndirect.
Hans Leidekker [Mon, 27 Sep 2010 10:18:39 +0000 (12:18 +0200)]
wuapi: Return success from automatic_updates_Resume.
Hans Leidekker [Mon, 27 Sep 2010 10:18:30 +0000 (12:18 +0200)]
explorerframe: Bump version.
Hans Leidekker [Mon, 27 Sep 2010 10:18:19 +0000 (12:18 +0200)]
winecfg: Update Windows 7 version to Service Pack 1.
Hans Leidekker [Mon, 27 Sep 2010 10:18:08 +0000 (12:18 +0200)]
msi: Use more descriptive variable names for installer properties.
Hans Leidekker [Mon, 27 Sep 2010 10:18:00 +0000 (12:18 +0200)]
propsys: Add a stub implementation of PSGetPropertyDescription.
Henri Verbeet [Mon, 27 Sep 2010 10:07:56 +0000 (12:07 +0200)]
wined3d: Set initial stateblock state directly on a wined3d_state structure.
Henri Verbeet [Mon, 27 Sep 2010 10:07:55 +0000 (12:07 +0200)]
wined3d: Capture stateblock state from a wined3d_state structure.
Henri Verbeet [Mon, 27 Sep 2010 10:07:54 +0000 (12:07 +0200)]
wined3d: Pass a wined3d_state structure to apply_lights().
Henri Verbeet [Mon, 27 Sep 2010 10:07:53 +0000 (12:07 +0200)]
wined3d: Pass a wined3d_state structure to record_lights().
Piotr Caban [Mon, 27 Sep 2010 10:03:08 +0000 (12:03 +0200)]
oleaut32: Set dialog size in dialog box units in OleCreatePropertyFrame.
Piotr Caban [Mon, 27 Sep 2010 10:02:58 +0000 (12:02 +0200)]
oleaut32: Added OleCreatePropertyFrameIndirect implementation.
Based on patch written by Geoffrey Hausheer.
Piotr Caban [Mon, 27 Sep 2010 10:02:48 +0000 (12:02 +0200)]
oleaut32: Execute OleCreatePropertyFrameIndirect in OleCreatePropertyFrame.
Based on patch written by Geoffrey Hausheer.
Piotr Caban [Mon, 27 Sep 2010 10:00:19 +0000 (12:00 +0200)]
oleaut32: Rename stubs.c file.
Andrew Nguyen [Mon, 27 Sep 2010 09:30:59 +0000 (04:30 -0500)]
ipconfig: Implement gateway address output.
Andrew Nguyen [Mon, 27 Sep 2010 09:30:49 +0000 (04:30 -0500)]
ipconfig: Move socket address string generation to a helper function.
Andrew Nguyen [Mon, 27 Sep 2010 09:30:38 +0000 (04:30 -0500)]
iphlpapi: Remove useless loop and initialize gateway linked list next member to NULL.
Anders Jonsson [Mon, 27 Sep 2010 07:33:58 +0000 (09:33 +0200)]
winecfg: Update Swedish translation.
Luca Bennati [Sun, 26 Sep 2010 19:15:45 +0000 (21:15 +0200)]
winmm: Update Italian translation.
Igor Paliychuk [Sun, 26 Sep 2010 21:49:42 +0000 (00:49 +0300)]
taskkill: Added Ukrainian translation.
Anders Jonsson [Sun, 26 Sep 2010 20:08:58 +0000 (22:08 +0200)]
oleacc: Add Swedish translation.
Rico Schüller [Sun, 26 Sep 2010 07:47:59 +0000 (09:47 +0200)]
dxgi: Fix IWineD3DSwapChain_GetParent() call.
Alasdair Sinclair [Sat, 25 Sep 2010 22:14:44 +0000 (23:14 +0100)]
shell32/test: Prevent crash on cleanup if tests fail.
Juan Lang [Fri, 24 Sep 2010 21:20:14 +0000 (14:20 -0700)]
ws2_32: Unpack ioctl codes in WSAIoctl trace.
Eric Pouech [Fri, 24 Sep 2010 19:25:06 +0000 (21:25 +0200)]
kernel32: Only reset the console mode when it has been previously changed.
Lauri Kenttä [Sat, 25 Sep 2010 20:40:55 +0000 (23:40 +0300)]
shell32: Update Finnish translation.
Lauri Kenttä [Fri, 24 Sep 2010 18:57:04 +0000 (21:57 +0300)]
comdlg32: Update Finnish translation.
Alexandre Julliard [Sat, 25 Sep 2010 10:19:31 +0000 (12:19 +0200)]
configure: Support specifying a .rules.in file as dependency.
Alexandre Julliard [Sat, 25 Sep 2010 10:01:14 +0000 (12:01 +0200)]
configure: Make the ac_dir variable contain the full directory name for all types of make rules.
Alexandre Julliard [Sat, 25 Sep 2010 09:56:33 +0000 (11:56 +0200)]
configure: Automatically append the makedep dependency to all makefile rules.
Lauri Kenttä [Fri, 24 Sep 2010 16:17:33 +0000 (19:17 +0300)]
msi: Update Finnish translation.
Lauri Kenttä [Fri, 24 Sep 2010 16:15:49 +0000 (19:15 +0300)]
wininet: Update Finnish translation.
Lauri Kenttä [Fri, 24 Sep 2010 15:41:49 +0000 (18:41 +0300)]
shlwapi: Update Finnish translation.
Hans Leidekker [Fri, 24 Sep 2010 15:09:38 +0000 (17:09 +0200)]
msi: Set some missing system folder properties.
Hans Leidekker [Fri, 24 Sep 2010 15:09:16 +0000 (17:09 +0200)]
msi: Use binary search to find the insert index for a row.
Hans Leidekker [Fri, 24 Sep 2010 15:09:04 +0000 (17:09 +0200)]
msi: Avoid accessing memory before the left hand string in compare_substring.