Juan Lang [Mon, 28 Sep 2009 15:25:16 +0000 (08:25 -0700)]
ntdll: Don't allow setting a zero thread affinity.
Juan Lang [Mon, 28 Sep 2009 15:24:02 +0000 (08:24 -0700)]
ntdll: Don't allow setting a zero process affinity.
Juan Lang [Mon, 28 Sep 2009 15:21:59 +0000 (08:21 -0700)]
ntdll/tests: Add tests for process and thread affinity.
Alexandre Julliard [Tue, 29 Sep 2009 11:28:15 +0000 (13:28 +0200)]
winetest: Don't run tests on native dlls when running under Wine.
Alexandre Julliard [Tue, 29 Sep 2009 11:06:09 +0000 (13:06 +0200)]
winetest: Use the registry path for COM dlls instead of GetModuleFileName.
This allows to load them with LOAD_LIBRARY_AS_DATAFILE.
Andrew Eikum [Mon, 28 Sep 2009 20:49:16 +0000 (15:49 -0500)]
wininet: Always extract #fragments in InternetCrackUrl.
Peter Oberndorfer [Mon, 28 Sep 2009 20:24:13 +0000 (22:24 +0200)]
shlwapi: Write back data to registry when closing reg stream.
Peter Oberndorfer [Mon, 28 Sep 2009 20:24:12 +0000 (22:24 +0200)]
shlwapi: Allow SHOpenRegStream2 A/W to work with not existing values.
When mode is STGM_WRITE or STGM_READWRITE make sure key key exists.
Only read data in STGM_READ or STGM_READWRITE mode.
Do not depend on value type being REG_BINARY.
Succeed when reading not existing values.
Peter Oberndorfer [Mon, 28 Sep 2009 20:24:10 +0000 (22:24 +0200)]
shlwapi: Remove pointer check in IStream::Clone, it also crashes on Windows.
Add comments to functions that are not implemented.
Peter Oberndorfer [Mon, 28 Sep 2009 20:24:08 +0000 (22:24 +0200)]
shlwapi: Implement IStream::Write, Seek and SetSize.
On Write holes between file size and cursor are filled with 0 bytes.
On SetSize holes caused by increasing file size are filled with 0 bytes.
Peter Oberndorfer [Mon, 28 Sep 2009 20:24:07 +0000 (22:24 +0200)]
shlwapi: Fix IStream::Read for reg/mem stream.
Peter Oberndorfer [Mon, 28 Sep 2009 20:24:05 +0000 (22:24 +0200)]
shlwapi: Fix logic of SHCreateMemStream in combination with NULL pointers.
Peter Oberndorfer [Mon, 28 Sep 2009 20:24:00 +0000 (22:24 +0200)]
shlwapi: Implement IStream::Stat for registry/memory streams.
Peter Oberndorfer [Mon, 28 Sep 2009 20:23:58 +0000 (22:23 +0200)]
shlwapi: Fix prototype of SHCreateMemStream.
Peter Oberndorfer [Mon, 28 Sep 2009 20:23:56 +0000 (22:23 +0200)]
shlwapi: Fix spec file for some unicode functions.
Andrew Eikum [Mon, 28 Sep 2009 18:31:08 +0000 (13:31 -0500)]
mshtml: Check for null pointers in IHTMLLocation_get*.
Aurimas Fišeras [Thu, 24 Sep 2009 16:21:50 +0000 (19:21 +0300)]
jscript: Update Lithuanian translation.
Allan Tong [Mon, 28 Sep 2009 16:50:15 +0000 (12:50 -0400)]
d3d8: Don't release the parent device before destroying its children.
Allan Tong [Sat, 26 Sep 2009 13:56:16 +0000 (09:56 -0400)]
d3d9: Don't release the parent device before destroying its children.
Releasing the device earlier may cause the underlying wineD3D device
to be freed before the child object has had a chance to clean up.
Alexandre Julliard [Mon, 28 Sep 2009 18:00:15 +0000 (20:00 +0200)]
kernel32: Make toolhelp.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 28 Sep 2009 17:59:09 +0000 (19:59 +0200)]
kernel32: Moved private function prototypes out of toolhelp.h.
Alexandre Julliard [Mon, 28 Sep 2009 17:58:45 +0000 (19:58 +0200)]
kernel32: Moved GetThreadSelectorEntry to thread.c.
Alexandre Julliard [Mon, 28 Sep 2009 17:57:56 +0000 (19:57 +0200)]
kernel32: Moved ToolHelpHook16 to kernel16.c, it's not a toolhelp function.
Alexandre Julliard [Mon, 28 Sep 2009 17:57:28 +0000 (19:57 +0200)]
kernel32: Moved MemManInfo16 to toolhelp16.c.
Alexandre Julliard [Mon, 28 Sep 2009 17:56:44 +0000 (19:56 +0200)]
kernel32: Allocate the global arena array only once and store a pointer to it in THHOOK.
Alexandre Julliard [Mon, 28 Sep 2009 17:56:10 +0000 (19:56 +0200)]
kernel32: Make system.drv into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 28 Sep 2009 17:55:39 +0000 (19:55 +0200)]
winedos: Always run the BIOS tick timer.
Stefan Dösinger [Mon, 28 Sep 2009 10:30:48 +0000 (12:30 +0200)]
wined3d: Test if result.clip[] works correctly.
The Mac Nvidia driver doesn't implement the result.clip part of
GL_NV_vertex_program2_option correctly. It complains about a syntax
error if "result.clip[0]" is used. "result.clip" compiles correctly, but
supports only one clipplane, and running the shader results in severe
rendering bugs.
Stefan Dösinger [Mon, 28 Sep 2009 10:24:00 +0000 (12:24 +0200)]
wined3d: Don't use GL_NV_texture_shader on OSX.
Detlef Riekenberg [Mon, 28 Sep 2009 11:32:07 +0000 (13:32 +0200)]
winspool: Use the backend for DeletePortW.
Detlef Riekenberg [Mon, 28 Sep 2009 11:31:18 +0000 (13:31 +0200)]
localspl: Implement fpDeletePort.
Detlef Riekenberg [Mon, 28 Sep 2009 10:48:12 +0000 (12:48 +0200)]
winspool: Use the backend for ConfigurePortW.
Detlef Riekenberg [Mon, 28 Sep 2009 10:44:28 +0000 (12:44 +0200)]
localspl: Implement fpConfigurePort.
Jacek Caban [Mon, 28 Sep 2009 12:36:37 +0000 (14:36 +0200)]
urlmon.idl: Added IInternetHostSecurityManager and CONFIRMSAFETY declarations.
Alexandre Julliard [Mon, 28 Sep 2009 12:55:52 +0000 (14:55 +0200)]
libwine: Don't export wine_ldt_copy for the Windows build.
Ge van Geldorp [Mon, 28 Sep 2009 10:41:50 +0000 (12:41 +0200)]
shell32/tests: Fix shellpath test on Win7.
Ge van Geldorp [Mon, 28 Sep 2009 10:41:09 +0000 (12:41 +0200)]
setupapi/tests: Add acceptable error code for Win7.
André Hentschel [Fri, 25 Sep 2009 14:10:50 +0000 (16:10 +0200)]
widl: Add ARM support.
Dylan Smith [Mon, 28 Sep 2009 07:48:38 +0000 (03:48 -0400)]
secur32: Free schannel handle table.
The table is initialized on process attach, and should be freed on process
detach (which is where SECUR32_deinitSchannelSP gets called).
Dylan Smith [Mon, 28 Sep 2009 07:48:32 +0000 (03:48 -0400)]
secur32: Remove redendant call to gnutls_certificate_get_peers.
Two identical calls are made with the same parameters, and there are no
documented side effects of this function, so I removed one of them.
Damjan Jovanovic [Sat, 26 Sep 2009 15:59:54 +0000 (17:59 +0200)]
sti: Test behavior of creation with the A/W functions versus STI_VERSION_FLAG_UNICODE.
Dylan Smith [Mon, 28 Sep 2009 07:44:19 +0000 (03:44 -0400)]
richedit: Use ITextHost interface in ME_LinkNotify.
Using the ITextHost interface allows this notification to be received
for windowless richedit controls. Windowed richedit conrols have an
ITextHost implementation that will fill in hwndFrom and idFrom, but
these should probably be initialized to 0 for windowless richedit
controls.
Marcus Meissner [Mon, 28 Sep 2009 07:18:49 +0000 (09:18 +0200)]
jscript: Initialize val_str (Coverity).
Nikolay Sivov [Sat, 26 Sep 2009 19:26:53 +0000 (23:26 +0400)]
comctl32/monthcal: Add parameter validation to MCM_HITTEST handler.
Nikolay Sivov [Sat, 26 Sep 2009 16:06:48 +0000 (20:06 +0400)]
comctl32/monthcal: Fix timestamp storing on MCM_SETRANGE/MCM_SETSELRANGE.
Nikolay Sivov [Sat, 26 Sep 2009 13:15:17 +0000 (17:15 +0400)]
comctl32/monthcal: Prevent configured range exceeding with prev/next buttons.
Nikolay Sivov [Sat, 26 Sep 2009 12:03:34 +0000 (16:03 +0400)]
comctl32/monthcal: Move MCN_GETDAYSTATE notification to a helper.
Nikolay Sivov [Sat, 26 Sep 2009 11:55:27 +0000 (15:55 +0400)]
comctl32/monthcal: Fix memory leak on MCN_GETDAYSTATE notification.
Nikolay Sivov [Sat, 26 Sep 2009 11:33:47 +0000 (15:33 +0400)]
comctl32/monthcal: Properly handle Goto Today popup menu (on RButton).
Nikolay Sivov [Sat, 26 Sep 2009 11:23:44 +0000 (15:23 +0400)]
comctl32/monthcal: Store full date info to current date on todaylink with LButton.
Nikolay Sivov [Sat, 26 Sep 2009 11:17:59 +0000 (15:17 +0400)]
comctl32/monthcal: Gather currently selected year and month into a single structure.
Nikolay Sivov [Fri, 25 Sep 2009 23:50:22 +0000 (03:50 +0400)]
comctl32/monthcal: Make year edit box readonly, cleanup LButton handler to be more readable.
Nikolay Sivov [Fri, 25 Sep 2009 23:09:06 +0000 (03:09 +0400)]
comctl32/monthcal: Fix some bugs with date range.
Nikolay Sivov [Fri, 25 Sep 2009 21:20:33 +0000 (01:20 +0400)]
comctl32/monthcal: Store full date info for selection at creation time.
Nikolay Sivov [Fri, 25 Sep 2009 20:51:04 +0000 (00:51 +0400)]
comctl32/monthcal: Make tests not depend on each other.
Nikolay Sivov [Fri, 25 Sep 2009 19:41:08 +0000 (23:41 +0400)]
comctl32/monthcal: Copy SYSTEMTIME with a simple assignment.
Paul Vriens [Mon, 28 Sep 2009 10:03:31 +0000 (12:03 +0200)]
gdiplus/tests: Fix some test failures on older gdiplus versions.
Henri Verbeet [Mon, 28 Sep 2009 08:05:03 +0000 (10:05 +0200)]
wined3d: Just use the actual array size as argument to memcpy() in stateblock_copy().
Henri Verbeet [Mon, 28 Sep 2009 08:05:02 +0000 (10:05 +0200)]
wined3d: Cleanup IWineD3DDeviceImpl_SetTexture() a bit.
Henri Verbeet [Mon, 28 Sep 2009 08:05:01 +0000 (10:05 +0200)]
wined3d: Remove some redundant code in IWineD3DVertexDeclarationImpl_Release().
The situation the code tests for should never happen because either the
stateblock will still have a reference to the vertex declaration, or the
stateblock itself will be released.
Henri Verbeet [Mon, 28 Sep 2009 08:05:00 +0000 (10:05 +0200)]
wined3d: Keep vertex declaration references in the stateblock.
Henri Verbeet [Mon, 28 Sep 2009 08:04:59 +0000 (10:04 +0200)]
wined3d: Properly keep texture references in the stateblock.
Jacek Caban [Sun, 27 Sep 2009 18:59:52 +0000 (20:59 +0200)]
mshtml: Added IHTMLDocument3::attachEvent implementation.
Jacek Caban [Sun, 27 Sep 2009 18:59:28 +0000 (20:59 +0200)]
jscript: Use host global object as default 'this' if available and global object otherwise.
Andrey Turkin [Sun, 27 Sep 2009 17:28:23 +0000 (21:28 +0400)]
user32: Accept SPI_GET/SETMOUSEVANISH parameters in SystemParametersInfo.
Andrey Turkin [Sun, 27 Sep 2009 15:50:29 +0000 (19:50 +0400)]
user32: Accept SPI_GET/SETDROPSHADOW parameters in SystemParametersInfo.
Stefan Leichter [Sun, 27 Sep 2009 08:10:41 +0000 (10:10 +0200)]
kernel32: Check parameter of CheckRemoteDebuggerPresent with tests.
Vincent Povirk [Fri, 25 Sep 2009 21:55:45 +0000 (16:55 -0500)]
user32: Invert y in DrawTextEx in GM_COMPATIBLE mode if y increases up.
Detlef Riekenberg [Fri, 25 Sep 2009 15:55:48 +0000 (17:55 +0200)]
urlmon/tests: Fix sec_mgr tests on win98 (IE 4).
Frédéric Delanoy [Fri, 25 Sep 2009 19:25:36 +0000 (21:25 +0200)]
jscript: Update French translation.
André Hentschel [Fri, 25 Sep 2009 15:54:59 +0000 (17:54 +0200)]
jscript: Update German translation.
Colin Fowler [Fri, 25 Sep 2009 15:53:17 +0000 (16:53 +0100)]
libport: Add generic interlocked instruction support fallback.
Markus Stockhausen [Fri, 25 Sep 2009 14:27:49 +0000 (16:27 +0200)]
ole32/storage32: Fix for reference counters in nested storage.
Alexandre Julliard [Sat, 26 Sep 2009 11:52:52 +0000 (13:52 +0200)]
include: Avoid direct access to wine_ldt_copy outside of kernel.
Alexandre Julliard [Sat, 26 Sep 2009 11:50:37 +0000 (13:50 +0200)]
gdi32: Move the 16-bit DIB pointer support to gdi16.c.
Alexandre Julliard [Sat, 26 Sep 2009 11:32:47 +0000 (13:32 +0200)]
gdi32: Get rid of the 16-bit DC hook support.
It can only work with native user32 anyway.
Alexandre Julliard [Sat, 26 Sep 2009 11:32:25 +0000 (13:32 +0200)]
gdi32: Make wing.dll into a stand-alone 16-bit module.
Alexandre Julliard [Sat, 26 Sep 2009 11:31:45 +0000 (13:31 +0200)]
gdi32: Move remaining 16-bit metafile functions to metafile16.c
Alexandre Julliard [Sat, 26 Sep 2009 11:30:48 +0000 (13:30 +0200)]
winex11.drv: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.
Alexandre Julliard [Sat, 26 Sep 2009 11:30:42 +0000 (13:30 +0200)]
wineps.drv: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.
Alexandre Julliard [Sat, 26 Sep 2009 11:30:06 +0000 (13:30 +0200)]
gdi32: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode.
Alexandre Julliard [Fri, 25 Sep 2009 16:53:43 +0000 (18:53 +0200)]
Release 1.1.30.
Alexandre Julliard [Fri, 25 Sep 2009 14:08:50 +0000 (16:08 +0200)]
user32/tests: Add missing flush_events in ScrollWindow test.
Alexandre Julliard [Fri, 25 Sep 2009 13:57:41 +0000 (15:57 +0200)]
windowscodecs: Fix incorrect overflow check caused by test mistake.
Henri Verbeet [Fri, 25 Sep 2009 11:31:51 +0000 (13:31 +0200)]
ddraw: The ddraw surface is now always the wined3d surface's parent.
This GetParent() trick would now cause infinite recursion.
Henri Verbeet [Fri, 25 Sep 2009 11:31:50 +0000 (13:31 +0200)]
wined3d: Release the stateblock before destroying the GL context.
Henri Verbeet [Fri, 25 Sep 2009 11:31:49 +0000 (13:31 +0200)]
wined3d: Use the DXGI naming convention for all formats.
Henri Verbeet [Fri, 25 Sep 2009 11:31:48 +0000 (13:31 +0200)]
wined3d: Add a state handler for WINED3DRS_SOFTWAREVERTEXPROCESSING.
Henri Verbeet [Fri, 25 Sep 2009 11:31:47 +0000 (13:31 +0200)]
d3d8: It's not an error to have a NULL texture bound to a stage.
Henri Verbeet [Fri, 25 Sep 2009 11:31:46 +0000 (13:31 +0200)]
wined3d: Rename IWineD3DDevice::GetIndices() to IWineD3DDevice::GetIndexBuffer().
Henri Verbeet [Fri, 25 Sep 2009 11:31:45 +0000 (13:31 +0200)]
wined3d: Rename IWineD3DDevice::SetIndices() to IWineD3DDevice::SetIndexBuffer().
Henri Verbeet [Fri, 25 Sep 2009 11:31:44 +0000 (13:31 +0200)]
wined3d: Move common shader fields to IWineD3DBaseShaderClass.
Henri Verbeet [Fri, 25 Sep 2009 11:31:43 +0000 (13:31 +0200)]
wined3d: Remove SetFunction() from the public shader interface.
Henri Verbeet [Fri, 25 Sep 2009 11:31:42 +0000 (13:31 +0200)]
wined3d: Move some common shader functions to the IWineD3DBaseShader interface.
Henri Verbeet [Fri, 25 Sep 2009 11:31:41 +0000 (13:31 +0200)]
d3d8: Set the vertex declaration's shader handle in vertexdeclaration_init().
Alexandre Julliard [Fri, 25 Sep 2009 13:13:55 +0000 (15:13 +0200)]
comctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET/SETPOS32 for compatibility with old versions.
Alexandre Julliard [Fri, 25 Sep 2009 13:13:25 +0000 (15:13 +0200)]
comctl32/tests: Fix some rebar tests on older comctl32 versions.
Hans Leidekker [Fri, 25 Sep 2009 10:01:35 +0000 (12:01 +0200)]
wininet: Add some URL cache tests and make them pass.
Hans Leidekker [Fri, 25 Sep 2009 10:01:10 +0000 (12:01 +0200)]
wininet: Consistently set last error before testing it.
Hans Leidekker [Fri, 25 Sep 2009 10:00:11 +0000 (12:00 +0200)]
wininet: Try harder to find a unique cache file name.