Markus Amsler [Mon, 20 Nov 2006 09:48:16 +0000 (10:48 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetSwapChain.
Markus Amsler [Mon, 20 Nov 2006 09:48:10 +0000 (10:48 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetIndices.
Markus Amsler [Mon, 20 Nov 2006 09:48:03 +0000 (10:48 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetStreamSource.
Markus Amsler [Mon, 20 Nov 2006 09:47:56 +0000 (10:47 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetTexture.
Markus Amsler [Mon, 20 Nov 2006 09:47:49 +0000 (10:47 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetDepthStencilSurface.
Markus Amsler [Mon, 20 Nov 2006 09:47:43 +0000 (10:47 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetRenderTarget.
Markus Amsler [Mon, 20 Nov 2006 09:47:37 +0000 (10:47 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.
Markus Amsler [Mon, 20 Nov 2006 09:47:22 +0000 (10:47 +0100)]
d3d: Remove AddRef from IWineD3DDevice_GetDirect3D.
Mike McCormack [Wed, 22 Nov 2006 08:04:54 +0000 (17:04 +0900)]
msi: Only wait for custom actions that don't have msidbCustomActionTypeContinue specified.
Mike McCormack [Wed, 22 Nov 2006 08:04:42 +0000 (17:04 +0900)]
msi: Split process_action_return_value into two different functions.
Mike McCormack [Wed, 22 Nov 2006 08:04:24 +0000 (17:04 +0900)]
msi: Remove an unused parameter.
Dmitry Timoshkov [Wed, 22 Nov 2006 07:18:07 +0000 (15:18 +0800)]
user32: Restore the len == 0 check which got lost in a previous patch.
Huw Davies [Tue, 21 Nov 2006 20:44:54 +0000 (20:44 +0000)]
ole32: Spelling fixes.
Huw Davies [Tue, 21 Nov 2006 20:40:37 +0000 (20:40 +0000)]
ole32: CoGetInterfaceAndReleaseStream shouldn't crash when passed a NULL stream.
Marcus Meissner [Tue, 21 Nov 2006 19:29:06 +0000 (20:29 +0100)]
shell32: Pass number of wide chars, not bytes as last argument to MBtoWC().
Rob Shearman [Tue, 21 Nov 2006 13:09:53 +0000 (13:09 +0000)]
rpcrt4: RPC_C_AUTHN_LEVEL_NONE and RPC_C_AUTHN_LEVEL_DEFAULT are
handled at the binding level now instead of the message level, so
remove this special handling in RPCRT4_Send.
Rob Shearman [Tue, 21 Nov 2006 13:09:44 +0000 (13:09 +0000)]
rpcrt4: Allow applications to specify authentication levels other than connect in RpcBindingSetAuthInfoA/W.
Map the default authentication level and service to sane values.
Don't create an RpcAuthInfo object if RPC_C_AUTHN_LEVEL_NONE is specified.
Alexandre Julliard [Tue, 21 Nov 2006 21:38:51 +0000 (22:38 +0100)]
ntdll: Setting the needs_close flag in server_get_unix_fd got lost in the previous change.
Dmitry Timoshkov [Tue, 21 Nov 2006 11:45:07 +0000 (19:45 +0800)]
user32: Add a rudimentary WM_SETFONT message test for the static control, make it pass under Wine.
Alexandre Julliard [Tue, 21 Nov 2006 11:40:39 +0000 (12:40 +0100)]
comctl32: Remove invalid NULL check.
Paul Vriens [Tue, 21 Nov 2006 08:24:38 +0000 (09:24 +0100)]
ntdll: Remove unused variables.
Paul Vriens [Tue, 21 Nov 2006 08:24:31 +0000 (09:24 +0100)]
ntdll: Use intended variable.
Paul Vriens [Tue, 21 Nov 2006 08:24:25 +0000 (09:24 +0100)]
ntdll: Remove tests that crash on XP and W2K3.
Paul Vriens [Tue, 21 Nov 2006 08:24:18 +0000 (09:24 +0100)]
ntdll: Remove unused variables.
Paul Vriens [Tue, 21 Nov 2006 08:24:05 +0000 (09:24 +0100)]
ntdll: Remove tests that crash on XP and W2K3.
Vitaliy Margolen [Mon, 20 Nov 2006 02:23:18 +0000 (19:23 -0700)]
winecfg: Remove some old dead code and associated language resources.
Vitaliy Margolen [Mon, 20 Nov 2006 02:22:59 +0000 (19:22 -0700)]
winecfg: Update Russian translation.
Matthew Kehrer [Sun, 19 Nov 2006 22:59:43 +0000 (16:59 -0600)]
mshtml: Add basic support for ITimer interface.
Dmitry Timoshkov [Tue, 21 Nov 2006 06:43:48 +0000 (14:43 +0800)]
user32: Add support for DdeEnableCallback(EC_DISABLE) command.
Mike McCormack [Tue, 21 Nov 2006 04:48:16 +0000 (13:48 +0900)]
riched20: Simplify an array size calculation.
Mike McCormack [Tue, 21 Nov 2006 07:40:14 +0000 (16:40 +0900)]
msi: Fix use of integer fields in MsiFormatRecord.
Mike McCormack [Tue, 21 Nov 2006 06:21:27 +0000 (15:21 +0900)]
msi: Test MsiRecordGetString on an integer record fields with a NULL output buffer.
Mike McCormack [Tue, 21 Nov 2006 06:21:13 +0000 (15:21 +0900)]
msi: Add a test for formatting records with strings.
Mike McCormack [Tue, 21 Nov 2006 04:48:07 +0000 (13:48 +0900)]
msi: Don't access the list of controls after the dialog is destroyed.
Mike McCormack [Tue, 21 Nov 2006 04:47:58 +0000 (13:47 +0900)]
msi: Create a function to free control data.
Mike McCormack [Tue, 21 Nov 2006 04:47:42 +0000 (13:47 +0900)]
msi: Fix an access after freeing memory.
Alexander Nicolaysen Sørnes [Mon, 20 Nov 2006 17:00:58 +0000 (18:00 +0100)]
wineconsole: Updated Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Mon, 20 Nov 2006 17:00:58 +0000 (18:00 +0100)]
regedit: Updated Norwegian Bokmål translation.
Dmitry Timoshkov [Mon, 20 Nov 2006 14:20:54 +0000 (22:20 +0800)]
user32: Add some optional messages to the button message test.
Huw Davies [Mon, 20 Nov 2006 12:21:17 +0000 (12:21 +0000)]
comctl32: Set the result to IDOK on 'Finish'.
Alexandre Julliard [Tue, 21 Nov 2006 11:13:27 +0000 (12:13 +0100)]
winecfg: Don't try to load the arts driver, the arts library is too buggy.
Vitaliy Margolen [Sat, 18 Nov 2006 17:58:21 +0000 (10:58 -0700)]
winecfg: Add ability to change colors and non-client sizes.
Vitaliy Margolen [Sat, 18 Nov 2006 17:57:48 +0000 (10:57 -0700)]
winecfg: Move controls on "Desktop Integration" tab to make more room for the next patch.
Alexandre Julliard [Mon, 20 Nov 2006 13:15:43 +0000 (14:15 +0100)]
ntdll: Don't bother with async I/O on regular files.
Alexandre Julliard [Mon, 20 Nov 2006 13:15:06 +0000 (14:15 +0100)]
ntdll: Store the fd type in the cache and return it in server_get_unix_fd.
Alexandre Julliard [Mon, 20 Nov 2006 13:14:04 +0000 (14:14 +0100)]
server: Return an fd type in the get_handle_fd request.
Alexander Nicolaysen Sørnes [Sun, 19 Nov 2006 20:12:48 +0000 (21:12 +0100)]
Updated Norwegian Bokmål translations.
Ken Thomases [Fri, 17 Nov 2006 20:47:31 +0000 (14:47 -0600)]
winex11.drv: Correct the count of characters matching with layout.
Ken Thomases [Fri, 17 Nov 2006 20:47:16 +0000 (14:47 -0600)]
winex11.drv: Enable code for picking layout-independent vkey as second pass.
Ken Thomases [Fri, 17 Nov 2006 20:46:58 +0000 (14:46 -0600)]
winex11.drv: Changed indenting of some dead code.
Ken Thomases [Fri, 17 Nov 2006 20:46:46 +0000 (14:46 -0600)]
winex11.drv: Move some dead code from inside a loop to just after the loop.
Ken Thomases [Fri, 17 Nov 2006 20:46:31 +0000 (14:46 -0600)]
winex11.drv: Replace no-longer-existent VK_A, VK_Z, VK_0, and VK_9 constants.
Ken Thomases [Fri, 17 Nov 2006 20:46:13 +0000 (14:46 -0600)]
winex11.drv: Track which vkeys have already been assigned to keycodes.
Ken Thomases [Fri, 17 Nov 2006 20:46:00 +0000 (14:46 -0600)]
winex11.drv: Reset the keyc2vkey table to empty before rebuilding it.
Mike McCormack [Mon, 20 Nov 2006 07:27:36 +0000 (16:27 +0900)]
msi: Split msi_set_sourcedir_props into a separate function.
Mike McCormack [Mon, 20 Nov 2006 07:17:03 +0000 (16:17 +0900)]
msi: Spelling fixes.
Mike McCormack [Mon, 20 Nov 2006 07:16:50 +0000 (16:16 +0900)]
msi: Add another test for the SourceDir property.
Mike McCormack [Mon, 20 Nov 2006 07:15:40 +0000 (16:15 +0900)]
msi: Clean up parameters of msi_media_get_disk_info().
Mike McCormack [Mon, 20 Nov 2006 07:15:18 +0000 (16:15 +0900)]
msi: Fix some memory leaks.
Mike McCormack [Mon, 20 Nov 2006 07:15:07 +0000 (16:15 +0900)]
msi: Don't leak row handles.
Detlef Riekenberg [Sun, 19 Nov 2006 15:31:51 +0000 (16:31 +0100)]
kernel32/tests: Avoid crash on Win95 (GetLongPathNameW).
Detlef Riekenberg [Sun, 19 Nov 2006 15:05:47 +0000 (16:05 +0100)]
kernel32/tests: Load tests on Win9x again (VirtualAllocEx+VirtualFreeEx).
Louis Lenders [Sat, 18 Nov 2006 20:32:54 +0000 (20:32 +0000)]
wine.inf: Add setupapi to fake dlls.
H. Verbeet [Sat, 18 Nov 2006 16:08:17 +0000 (17:08 +0100)]
wined3d: Only copy the depth buffer if there is one.
H. Verbeet [Sat, 18 Nov 2006 16:08:03 +0000 (17:08 +0100)]
wined3d: Make sure render target textures aren't bound when we start drawing.
H. Verbeet [Sat, 18 Nov 2006 16:07:47 +0000 (17:07 +0100)]
wined3d: Support cube map FBO attachments.
H. Verbeet [Sat, 18 Nov 2006 16:07:32 +0000 (17:07 +0100)]
wined3d: Fix GL_ARB_texture_cube_map extension support.
Alexandre Julliard [Mon, 20 Nov 2006 10:27:18 +0000 (11:27 +0100)]
winmm: Avoid using sizeof() in traces.
James Hawkins [Sat, 18 Nov 2006 02:13:03 +0000 (18:13 -0800)]
kernel32: Replace magic numbers with descriptive defines.
Andrew Talbot [Sat, 18 Nov 2006 14:23:01 +0000 (14:23 +0000)]
user32: Cast-qual warnings fix.
Andrew Talbot [Sat, 18 Nov 2006 14:22:13 +0000 (14:22 +0000)]
user32: Cast-qual warnings fix.
Andrew Talbot [Sat, 18 Nov 2006 14:21:29 +0000 (14:21 +0000)]
user32: Cast-qual warnings fix.
Andrew Talbot [Sat, 18 Nov 2006 14:24:55 +0000 (14:24 +0000)]
user32: Cast-qual warnings fix.
Marcus Meissner [Sat, 18 Nov 2006 10:09:36 +0000 (11:09 +0100)]
ntdll: Converted bitmask into TRUE/FALSE.
Marcus Meissner [Sat, 18 Nov 2006 10:07:32 +0000 (11:07 +0100)]
kernel32: Added missing shift by 8.
H. Verbeet [Fri, 17 Nov 2006 12:24:04 +0000 (13:24 +0100)]
wined3d: Allow the depth buffer to be shared between onscreen and offscreen rendering modes.
H. Verbeet [Fri, 17 Nov 2006 12:24:00 +0000 (13:24 +0100)]
wined3d: Add FBO support for offscreen rendering.
H. Verbeet [Fri, 17 Nov 2006 12:23:53 +0000 (13:23 +0100)]
wined3d: Make the offscreen render mode a registry setting.
H. Verbeet [Fri, 17 Nov 2006 14:02:02 +0000 (15:02 +0100)]
wined3d: Fix depth buffer formats to use actual depth textures.
H. Verbeet [Fri, 17 Nov 2006 12:23:41 +0000 (13:23 +0100)]
wined3d: Rename renderUpsideDown to render_offscreen.
Huw Davies [Fri, 17 Nov 2006 14:32:17 +0000 (14:32 +0000)]
msxml3: Implement createElement.
Hans Leidekker [Fri, 17 Nov 2006 12:48:38 +0000 (13:48 +0100)]
setupapi: Add tests for SetupGet{SourceFileLocation, SourceInfo, TargetPath}.
Jacek Caban [Fri, 17 Nov 2006 12:08:51 +0000 (13:08 +0100)]
mshtml: Remove nscstring and nscwstring typedefs.
Jacek Caban [Fri, 17 Nov 2006 12:08:09 +0000 (13:08 +0100)]
mshtml: Added semi-stub createStyleSheet implementation.
Jacek Caban [Fri, 17 Nov 2006 12:07:12 +0000 (13:07 +0100)]
mshtml: Added put_fontSize implementation.
Jacek Caban [Fri, 17 Nov 2006 12:06:30 +0000 (13:06 +0100)]
mshtml: Added put_backgroundColor implementation.
Jacek Caban [Fri, 17 Nov 2006 12:05:48 +0000 (13:05 +0100)]
mshtml: Added put_fontFamily implementation.
Jacek Caban [Fri, 17 Nov 2006 12:05:01 +0000 (13:05 +0100)]
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
Jacek Caban [Fri, 17 Nov 2006 12:04:06 +0000 (13:04 +0100)]
mshtml: Added get_style implementation.
Alexandre Julliard [Fri, 17 Nov 2006 14:47:16 +0000 (15:47 +0100)]
include: Install adshlp.h too.
Alexandre Julliard [Fri, 17 Nov 2006 14:29:40 +0000 (15:29 +0100)]
include: Get rid of heap.h.
Alexandre Julliard [Fri, 17 Nov 2006 13:52:07 +0000 (14:52 +0100)]
gdi32: Get rid of the gdi.h include.
Alexandre Julliard [Fri, 17 Nov 2006 13:39:04 +0000 (14:39 +0100)]
gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
Alexandre Julliard [Fri, 17 Nov 2006 13:38:43 +0000 (14:38 +0100)]
winex11.drv: Store the palette mapping in an X context instead of the GDI object.
Alexandre Julliard [Fri, 17 Nov 2006 13:38:11 +0000 (14:38 +0100)]
gdi32: Get rid of the palette mapping handling and leave it up to the driver.
Alexandre Julliard [Fri, 17 Nov 2006 13:36:34 +0000 (14:36 +0100)]
winex11.drv: Abstract accesses to the palette color mapping.
Alexandre Julliard [Fri, 17 Nov 2006 12:47:39 +0000 (13:47 +0100)]
winex11.drv: Avoid some direct accesses to the PALETTEOBJ structure.
Alexandre Julliard [Fri, 17 Nov 2006 12:13:34 +0000 (13:13 +0100)]
gdi32: Moved the system palette flags to winex11.drv.
Alexandre Julliard [Fri, 17 Nov 2006 13:34:20 +0000 (14:34 +0100)]
gdi32: Avoid accessing the internal palette object from dib.c.
Alexandre Julliard [Fri, 17 Nov 2006 11:46:15 +0000 (12:46 +0100)]
d3d9: Include wingdi.h, not gdi.h.