Jacek Caban [Tue, 21 Jun 2011 11:48:00 +0000 (13:48 +0200)]
mshtml: Added IHTMLTitleElement stub implementation.
Jacek Caban [Tue, 21 Jun 2011 11:47:40 +0000 (13:47 +0200)]
mshtml.idl: Added title element interfaces.
Jacek Caban [Tue, 21 Jun 2011 11:47:20 +0000 (13:47 +0200)]
mshtml: Added IDispatchEx support to HTMLHeadElement object.
Jacek Caban [Tue, 21 Jun 2011 11:47:09 +0000 (13:47 +0200)]
mshtml: Added IHTMLHeadElement stub implementation.
Jacek Caban [Tue, 21 Jun 2011 11:46:53 +0000 (13:46 +0200)]
mshtml.idl: Added head element interfaces.
Michael Stefaniuc [Tue, 21 Jun 2011 08:38:53 +0000 (10:38 +0200)]
ole32: COM cleanup for the static object ComCatMgrImpl.
Ričardas Barkauskas [Mon, 20 Jun 2011 20:51:01 +0000 (23:51 +0300)]
ddraw: Separate IDirectDrawSurface3 reference count.
Ričardas Barkauskas [Sun, 19 Jun 2011 14:24:32 +0000 (17:24 +0300)]
ddraw: Separate IDirectDrawSurface2 reference count.
Ričardas Barkauskas [Mon, 20 Jun 2011 21:40:54 +0000 (00:40 +0300)]
ddraw: Test ddraw surface reference counts a bit more.
Ričardas Barkauskas [Mon, 20 Jun 2011 20:46:26 +0000 (23:46 +0300)]
ddraw: Use helper function to delete attached surfaces.
Ričardas Barkauskas [Mon, 20 Jun 2011 21:30:12 +0000 (00:30 +0300)]
ddraw: AddRef the surface in AddAttachedSurface instead of helper function.
Ričardas Barkauskas [Sun, 19 Jun 2011 10:18:22 +0000 (13:18 +0300)]
ddraw: Add iface count for IDirectSurfaceImpl.
Ričardas Barkauskas [Mon, 20 Jun 2011 06:30:39 +0000 (09:30 +0300)]
ddraw: Remove ddraw_set_surface_version and set surface version when initialising it.
Piotr Pawlow [Fri, 17 Jun 2011 19:49:38 +0000 (21:49 +0200)]
wined3d: Use a separate mutex for wndproc_table access.
If CreateDevice is called with hFocusWindow belonging to another thread,
then any code that does SendMessage (or equivalent) to the window while
holding the main wined3d mutex causes a deadlock, because wined3d_wndproc
tries to acquire the same mutex for wndproc_table access.
Alexandre Julliard [Tue, 21 Jun 2011 14:12:53 +0000 (16:12 +0200)]
user32: Always pass 0 as item id for WM_MEASUREITEM in menus.
Alexandre Julliard [Tue, 21 Jun 2011 14:07:00 +0000 (16:07 +0200)]
user32: Don't truncate bitmap ids in InsertMenu.
Alexandre Julliard [Tue, 21 Jun 2011 12:50:23 +0000 (14:50 +0200)]
server: Allow setting a zero-size clip rectangle.
Alexandre Julliard [Tue, 21 Jun 2011 11:23:19 +0000 (13:23 +0200)]
winex11: Don't enable XInput for devices reporting absolute coordinates.
André Hentschel [Mon, 20 Jun 2011 21:00:03 +0000 (23:00 +0200)]
ws2_32: Handle null pointer for linger values.
Jörg Höhle [Wed, 15 Jun 2011 22:37:59 +0000 (00:37 +0200)]
winealsa: Avoid deadlock in AudioClient_Stop.
Vincent Povirk [Thu, 26 May 2011 20:52:17 +0000 (15:52 -0500)]
server: Post WM_HOTKEY when a hotkey is pressed.
Vincent Povirk [Thu, 26 May 2011 20:52:17 +0000 (15:52 -0500)]
server: Implement RegisterHotKey/UnregisterHotKey.
Vincent Povirk [Fri, 17 Jun 2011 16:18:47 +0000 (11:18 -0500)]
user32/tests: Test that hotkeys are really replaced when using the same id/hwnd.
Adam Martinson [Mon, 20 Jun 2011 05:26:12 +0000 (00:26 -0500)]
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
Adam Martinson [Mon, 20 Jun 2011 05:25:12 +0000 (00:25 -0500)]
msxml3: Fix a couple incorrect uses of VariantChangeType().
Francois Gouget [Tue, 21 Jun 2011 09:22:41 +0000 (11:22 +0200)]
shell32: Remove the ellipsis on the 'Wine license' button.
Akihiro Sagawa [Mon, 20 Jun 2011 14:02:25 +0000 (23:02 +0900)]
po: Update Japanese translation.
Huw Davies [Tue, 21 Jun 2011 09:04:26 +0000 (10:04 +0100)]
gdi32/tests: Skip the tests if the pen type is not supported.
Huw Davies [Tue, 21 Jun 2011 09:04:00 +0000 (10:04 +0100)]
gdi32: Add more broken behaviour on nt4 sp3.
Michael Stefaniuc [Tue, 21 Jun 2011 08:38:43 +0000 (10:38 +0200)]
quartz: COM cleanup for the ifaces of FilterMapper3Impl.
Henri Verbeet [Mon, 20 Jun 2011 21:21:13 +0000 (23:21 +0200)]
wined3d: Make the device parameter to device_invalidate_state() const.
Henri Verbeet [Mon, 20 Jun 2011 21:21:12 +0000 (23:21 +0200)]
wined3d: Fix the STATE_BASEVERTEXINDEX state entry.
Henri Verbeet [Mon, 20 Jun 2011 21:21:11 +0000 (23:21 +0200)]
wined3d: Validate STATE_BASEVERTEXINDEX in validate_state_table().
Henri Verbeet [Mon, 20 Jun 2011 21:21:10 +0000 (23:21 +0200)]
wined3d: Only bother checking block alignment for compressed surfaces in wined3d_device_update_surface().
Henri Verbeet [Mon, 20 Jun 2011 21:21:09 +0000 (23:21 +0200)]
wined3d: Initialize format block info with sane values for uncompressed formats.
André Hentschel [Mon, 20 Jun 2011 17:52:51 +0000 (19:52 +0200)]
ntdll: Improved implementation of the segv handler on ARM.
Alexandre Julliard [Tue, 21 Jun 2011 08:39:06 +0000 (10:39 +0200)]
kernel32: Avoid using a breakpoint instruction in DebugBreak().
Ričardas Barkauskas [Sun, 12 Jun 2011 10:38:32 +0000 (13:38 +0300)]
ddraw: Fix ddraw4_EnumSurfaces to pass correct iface in callbacks.
Piotr Caban [Mon, 20 Jun 2011 10:47:02 +0000 (12:47 +0200)]
comctl32: Don't redraw whole listview in double buffering mode.
Piotr Caban [Mon, 20 Jun 2011 10:46:49 +0000 (12:46 +0200)]
comctl32: Refresh listview after sorting.
Piotr Caban [Mon, 20 Jun 2011 10:46:37 +0000 (12:46 +0200)]
comctl32: Fix area invalidated by LISTVIEW_SetItemT.
Jacek Caban [Mon, 20 Jun 2011 15:21:31 +0000 (17:21 +0200)]
urlmon.idl: Added URL_MK_NO_CANONICALIZE declaration.
Alexandre Julliard [Mon, 20 Jun 2011 17:31:05 +0000 (19:31 +0200)]
winex11: Try harder to ignore broken raw motions events caused by pointer warping.
Michael Stefaniuc [Sun, 19 Jun 2011 12:40:08 +0000 (14:40 +0200)]
quartz/tests: Simplify the file handling in filtergraph.c.
Michael Stefaniuc [Sun, 19 Jun 2011 12:36:29 +0000 (14:36 +0200)]
quartz/tests: Store the TestFilterImpl instead of its iface in IEnumPinsImpl.
Michael Stefaniuc [Sun, 19 Jun 2011 12:30:39 +0000 (14:30 +0200)]
quatz/tests: Pass back the object instead of the iface in createtestfilter().
Michael Stefaniuc [Sun, 19 Jun 2011 12:25:46 +0000 (14:25 +0200)]
quartz/tests: Finish the COM cleanup in filtergraph.c.
Michael Stefaniuc [Sun, 19 Jun 2011 12:24:43 +0000 (14:24 +0200)]
quartz/tests: COM cleanup for the IClassFactory iface.
Michael Stefaniuc [Sun, 19 Jun 2011 12:21:26 +0000 (14:21 +0200)]
quartz/tests: COM cleanup for the IPin iface.
Alistair Leslie-Hughes [Sun, 19 Jun 2011 11:09:40 +0000 (21:09 +1000)]
xmllite: Added interface IXmlWriter.
Alexandre Julliard [Mon, 20 Jun 2011 12:07:59 +0000 (14:07 +0200)]
rpcrt4: Make sure we don't try to free a pointer twice.
Alexandre Julliard [Mon, 20 Jun 2011 11:51:27 +0000 (13:51 +0200)]
widl: Use NdrPointerFree instead of freeing by hand where possible.
Igor Paliychuk [Fri, 17 Jun 2011 20:38:48 +0000 (23:38 +0300)]
po: Update Ukrainian translation.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)]
wininet: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)]
shlwapi: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)]
shell32: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)]
comdlg32: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)]
comctl32: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)]
avifil32: Convert Ukrainian resources into utf-8.
Aurimas Fišeras [Sat, 18 Jun 2011 12:11:51 +0000 (15:11 +0300)]
cmdlgtst: Update Lithuanian translation.
Aurimas Fišeras [Sat, 18 Jun 2011 12:13:36 +0000 (15:13 +0300)]
shell32: Update Lithuanian translation.
Aurimas Fišeras [Sat, 21 May 2011 07:12:43 +0000 (10:12 +0300)]
po: Update Lithuanian translation.
Michael Stefaniuc [Mon, 20 Jun 2011 09:22:55 +0000 (11:22 +0200)]
ddraw: Use unsafe_impl_from_IDirectDrawClipper for an app provided iface.
Michael Stefaniuc [Mon, 20 Jun 2011 09:20:41 +0000 (11:20 +0200)]
ddraw: COM cleanup for the IDirectDrawClipper iface.
Huw Davies [Mon, 20 Jun 2011 08:57:27 +0000 (09:57 +0100)]
gdi32/tests: Add broken behaviour for nt4 sp3.
Huw Davies [Mon, 20 Jun 2011 08:57:26 +0000 (09:57 +0100)]
gdi32/tests: Add some broken behaviours for winxp sp1 and win2003.
Jerome Leclanche [Mon, 20 Jun 2011 06:01:47 +0000 (07:01 +0100)]
winhttp: Fix a warning when compiling --without-openssl.
Jerome Leclanche [Mon, 20 Jun 2011 05:16:31 +0000 (06:16 +0100)]
wininet: Fix a warning when compiling --without-openssl.
Damjan Jovanovic [Mon, 20 Jun 2011 04:27:41 +0000 (06:27 +0200)]
msvcrt: The time passed to utime functions can be NULL.
Piotr Caban [Sun, 19 Jun 2011 19:43:32 +0000 (21:43 +0200)]
msvcrt: Avoid deadlock when _beginthread is executed inside loader critical section.
Damjan Jovanovic [Sun, 19 Jun 2011 16:06:08 +0000 (18:06 +0200)]
rpcrt4: Implement RpcProtseqVectorFree.
Damjan Jovanovic [Sun, 19 Jun 2011 16:05:13 +0000 (18:05 +0200)]
include: Fix an RPC_PROTSEQ_VECTORW typo.
Francois Gouget [Sun, 19 Jun 2011 12:09:31 +0000 (14:09 +0200)]
explorer: Make explorer_wnd_proc() static.
Jacek Caban [Sat, 18 Jun 2011 13:08:08 +0000 (15:08 +0200)]
include: Don't use idl file for dxgitype.h.
Jacek Caban [Sat, 18 Jun 2011 13:06:13 +0000 (15:06 +0200)]
include: Moved DXGI_FORMAT declaration to dxgiformat.h.
Stefan Dösinger [Sat, 18 Jun 2011 11:47:34 +0000 (13:47 +0200)]
wined3d: Link STATE_BASEVERTEXINDEX to STATE_VDECL.
Stefan Dösinger [Fri, 17 Jun 2011 22:43:06 +0000 (00:43 +0200)]
wined3d: Use base_vertex_index in drawStridedSlow, and only for indexed draws.
Andrew Eikum [Mon, 20 Jun 2011 14:31:51 +0000 (09:31 -0500)]
mmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.
Andrew Eikum [Fri, 17 Jun 2011 20:49:55 +0000 (15:49 -0500)]
winealsa.drv: Be less choosey about sample rates.
Andrew Eikum [Mon, 20 Jun 2011 14:31:22 +0000 (09:31 -0500)]
mmdevapi: Fix refcounts in IAudioClient::GetService.
Andrew Eikum [Fri, 17 Jun 2011 20:49:51 +0000 (15:49 -0500)]
mmdevapi: Don't crash if a driver fails to load.
Andrew Eikum [Fri, 17 Jun 2011 20:49:48 +0000 (15:49 -0500)]
winecoreaudio: Set AudioQueue volume, not AudioDevice volume.
We want to control the volume for each particular stream, not the entire
system-wide device.
Henri Verbeet [Fri, 17 Jun 2011 19:00:06 +0000 (21:00 +0200)]
d3d8: Implement IDirect3DVolumeTexture8 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:05 +0000 (21:00 +0200)]
d3d8: Implement IDirect3DTexture8 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:04 +0000 (21:00 +0200)]
d3d8: Implement IDirect3DCubeTexture8 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:03 +0000 (21:00 +0200)]
d3d9: Implement IDirect3DVolumeTexture9 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:02 +0000 (21:00 +0200)]
d3d9: Implement IDirect3DTexture9 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:01 +0000 (21:00 +0200)]
d3d9: Implement IDirect3DCubeTexture9 private data handling on top of wined3d_resource.
Piotr Caban [Fri, 17 Jun 2011 18:29:57 +0000 (20:29 +0200)]
msvcrt: Fix __p__pctype implementation.
André Hentschel [Fri, 17 Jun 2011 14:53:12 +0000 (16:53 +0200)]
winebuild: Simplify the ARM part of output_import_thunk.
Damjan Jovanovic [Fri, 17 Jun 2011 13:40:33 +0000 (15:40 +0200)]
rpcrt4: Add stubs for RpcNetworkInqProtseqs.
Damjan Jovanovic [Fri, 17 Jun 2011 13:39:34 +0000 (15:39 +0200)]
include: Add RPC_PROTSEQ_VECTOR.
Jacek Caban [Fri, 17 Jun 2011 14:18:05 +0000 (16:18 +0200)]
mshtml: Use replace_node_by_html instead of document.write for conditional comments.
Jacek Caban [Fri, 17 Jun 2011 14:17:45 +0000 (16:17 +0200)]
mshtml: Moved IHTMLElement::put_outerHTML implementation to separated, HTMLElement object independent, function.
Huw Davies [Fri, 17 Jun 2011 15:49:13 +0000 (16:49 +0100)]
gdi32/tests: Add broken behaviour on nt4 sp1 and 2.
Huw Davies [Fri, 17 Jun 2011 13:52:24 +0000 (14:52 +0100)]
gdi32/tests: Add broken behaviour on nt4 sp1-5.
Huw Davies [Fri, 17 Jun 2011 13:52:23 +0000 (14:52 +0100)]
gdi32/tests: Call ReleaseDC not DeleteDC.
Huw Davies [Fri, 17 Jun 2011 11:45:37 +0000 (12:45 +0100)]
gdi32/tests: Add tests for hatched brushes.
Huw Davies [Fri, 17 Jun 2011 11:45:36 +0000 (12:45 +0100)]
gdi32: Add support for hatched brushes.
Stefan Dösinger [Tue, 19 Apr 2011 19:24:26 +0000 (21:24 +0200)]
wined3d: Give GL_ARB_map_buffer_range another try.
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that caused major
performance problems. If the user is using an older driver we now drop the VBO instead of using
doublebuffered loading, which means that we fall back to the current behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for GL_ARB_instanced_arrays.