Michael Stefaniuc [Tue, 4 Jan 2011 23:46:15 +0000 (00:46 +0100)]
windowscodecs: Use an iface instead of a vtbl pointer in BmpFrameEncode.
Michael Stefaniuc [Tue, 4 Jan 2011 23:43:29 +0000 (00:43 +0100)]
mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory.
Michael Stefaniuc [Tue, 4 Jan 2011 23:41:05 +0000 (00:41 +0100)]
mshtml: COM cleanup for the nsIInputStream iface.
Michael Stefaniuc [Tue, 4 Jan 2011 23:39:25 +0000 (00:39 +0100)]
mshtml: COM cleanup for the nsIURL iface.
Michael Stefaniuc [Tue, 4 Jan 2011 23:37:45 +0000 (00:37 +0100)]
atl: Use ifaces instead of vtbl pointers in IOCS.
Michael Stefaniuc [Tue, 4 Jan 2011 23:36:48 +0000 (00:36 +0100)]
hlink: Use ifaces instead of vtbl pointers in ExtensionService.
Michael Stefaniuc [Tue, 4 Jan 2011 23:35:12 +0000 (00:35 +0100)]
mshtml: COM cleanup for the IHTMLEmbedElement iface.
André Hentschel [Tue, 4 Jan 2011 21:43:01 +0000 (22:43 +0100)]
winemaker: Add def file support.
Vincent Povirk [Tue, 4 Jan 2011 20:01:45 +0000 (14:01 -0600)]
windowscodecs: Store an impl pointer instead of an iface pointer.
Lauri Kenttä [Tue, 4 Jan 2011 16:03:21 +0000 (18:03 +0200)]
readme: Add Finnish translation.
Henri Verbeet [Tue, 4 Jan 2011 16:42:03 +0000 (17:42 +0100)]
wined3d: Remove IWineD3DBaseTexture::BindTexture() from the public interface.
Henri Verbeet [Tue, 4 Jan 2011 16:42:02 +0000 (17:42 +0100)]
wined3d: Pass an IWineD3DDeviceImpl pointer to create_primary_opengl_context().
Henri Verbeet [Tue, 4 Jan 2011 16:42:01 +0000 (17:42 +0100)]
wined3d: Pass an IWineD3DDeviceImpl pointer to delete_opengl_contexts().
Henri Verbeet [Tue, 4 Jan 2011 16:42:00 +0000 (17:42 +0100)]
wined3d: Use surface_modify_location() to manipulate location flags in IWineD3DSurfaceImpl_Unmap().
Directly setting SFLAG_INFRAWABLE breaks for offscreen render targets, where
the drawable and texture are the same thing. Before commit
d3fd7b247b35d7c8c453afa2fc07e121ea75214b the explicit load of the texture
location with the default RTL_READTEX render target lock mode would have
prevented the flags from becomming inconsistent.
Alexandre Julliard [Tue, 4 Jan 2011 19:26:13 +0000 (20:26 +0100)]
wrc: Do not use translations that are marked fuzzy.
Alexandre Julliard [Tue, 4 Jan 2011 19:15:50 +0000 (20:15 +0100)]
xcopy: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 18:43:36 +0000 (19:43 +0100)]
write: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 18:38:45 +0000 (19:38 +0100)]
uninstaller: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 18:30:25 +0000 (19:30 +0100)]
taskkill: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 18:24:34 +0000 (19:24 +0100)]
start: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 17:03:01 +0000 (18:03 +0100)]
reg: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 16:55:21 +0000 (17:55 +0100)]
net: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 09:49:45 +0000 (10:49 +0100)]
ipconfig: Convert translations to po files.
Alexandre Julliard [Mon, 3 Jan 2011 23:03:40 +0000 (00:03 +0100)]
cmd: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 16:05:21 +0000 (17:05 +0100)]
makefiles: Add rules to rebuild the po files in maintainer mode.
Alexandre Julliard [Tue, 4 Jan 2011 15:55:54 +0000 (16:55 +0100)]
makefiles: Add dependencies on all po files for po-translated resources.
Mikhail Maroukhine [Mon, 3 Jan 2011 15:04:40 +0000 (21:04 +0600)]
user32: Add constness to params and variables.
Francois Gouget [Tue, 4 Jan 2011 14:58:22 +0000 (15:58 +0100)]
winemenubuilder: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Tue, 4 Jan 2011 14:58:02 +0000 (15:58 +0100)]
shdocvw/tests: Fix compilation on systems that don't support nameless unions.
Greg Geldorp [Tue, 4 Jan 2011 14:57:29 +0000 (15:57 +0100)]
msi/tests: Fix remaining Wow64 failures for action test set.
Nikolay Sivov [Tue, 4 Jan 2011 11:38:41 +0000 (14:38 +0300)]
oleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
Nikolay Sivov [Tue, 4 Jan 2011 11:30:47 +0000 (14:30 +0300)]
oleaut32: Use VARENUM members instead of hardcoded values.
Nikolay Sivov [Tue, 4 Jan 2011 11:15:53 +0000 (14:15 +0300)]
oleaut32: Use alloc/free helpers for typelib creation part too.
Nikolay Sivov [Tue, 4 Jan 2011 11:00:13 +0000 (14:00 +0300)]
oleaut32: Use IDispatch vtable size instead of hardcoded value.
Nikolay Sivov [Mon, 3 Jan 2011 15:18:06 +0000 (18:18 +0300)]
oleaut32: Use implementation pointer to avoid casts.
Andrew Nguyen [Tue, 4 Jan 2011 10:47:13 +0000 (04:47 -0600)]
reg: Accept full names of the standard registry hives.
Michael Stefaniuc [Tue, 4 Jan 2011 09:59:54 +0000 (10:59 +0100)]
urlmon: Don't use DEFINE_THIS2 for the Protocol vtbl functions.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:47 +0000 (21:25 -0600)]
kernel32: Improve parameter validation for FillConsoleOutputAttribute.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:44 +0000 (21:25 -0600)]
kernel32/tests: Add tests for FillConsoleOutputCharacterA.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:39 +0000 (21:25 -0600)]
kernel32: Improve parameter validation for FillConsoleOutputCharacterW.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:34 +0000 (21:25 -0600)]
kernel32: Improve parameter validation for WriteConsoleOutputAttribute.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:29 +0000 (21:25 -0600)]
kernel32: Improve parameter validation for WriteConsoleOutputCharacterA.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:26 +0000 (21:25 -0600)]
kernel32: Improve parameter validation for WriteConsoleOutputCharacterW.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:21 +0000 (21:25 -0600)]
kernel32: Improve parameter validation for WriteConsoleInputA.
Andrew Nguyen [Tue, 4 Jan 2011 03:25:16 +0000 (21:25 -0600)]
kernel32: Improve parameter validation for WriteConsoleInputW.
Andrew Nguyen [Tue, 4 Jan 2011 03:27:40 +0000 (21:27 -0600)]
kernel32: Fail with an invalid output parameter in GetNumberOfConsoleInputEvents.
Thomas Mullaly [Sun, 2 Jan 2011 22:13:43 +0000 (17:13 -0500)]
normaliz: Added normaliz.dll stub.
Thomas Mullaly [Sun, 2 Jan 2011 21:54:32 +0000 (16:54 -0500)]
kernel32: Added stubs for IDN functions.
André Hentschel [Mon, 3 Jan 2011 19:27:00 +0000 (20:27 +0100)]
ntdll: Respect multiple CPUs when faking values.
Alexandre Julliard [Tue, 4 Jan 2011 10:20:30 +0000 (11:20 +0100)]
clock: Convert translations to po files.
Alexandre Julliard [Tue, 4 Jan 2011 10:18:45 +0000 (11:18 +0100)]
wrc: Add support for loading translations from po files.
Alexandre Julliard [Tue, 4 Jan 2011 10:18:10 +0000 (11:18 +0100)]
wrc: Add support for generating .po files from existing resources.
Alexandre Julliard [Tue, 4 Jan 2011 10:16:50 +0000 (11:16 +0100)]
configure: Add a check for the gettextpo library.
Andrew Nguyen [Tue, 4 Jan 2011 08:15:06 +0000 (02:15 -0600)]
mmsystem.dll16: Correctly map the MCI_SYSINFO_PARMS structure when MCI_SYSINFO_QUANTITY is set.
Hwang YunSong [Tue, 4 Jan 2011 01:54:18 +0000 (10:54 +0900)]
view: Update Korean resource.
Hwang YunSong [Tue, 4 Jan 2011 01:52:49 +0000 (10:52 +0900)]
setupapi: Update Korean resource.
Michael Stefaniuc [Tue, 4 Jan 2011 00:58:16 +0000 (01:58 +0100)]
ole32: COM cleanup for the IEnumSTATSTG iface.
Michael Stefaniuc [Tue, 4 Jan 2011 01:05:27 +0000 (02:05 +0100)]
mshtml: COM cleanup for the IHTMLStyle4 iface.
Michael Stefaniuc [Tue, 4 Jan 2011 01:03:57 +0000 (02:03 +0100)]
mshtml: COM cleanup for the IHTMLStyle3 iface.
Michael Stefaniuc [Tue, 4 Jan 2011 01:02:40 +0000 (02:02 +0100)]
mshtml: COM cleanup for the IHTMLStyle2 iface.
Michael Stefaniuc [Tue, 4 Jan 2011 01:00:53 +0000 (02:00 +0100)]
mshtml: COM cleanup for the IHTMLStyle iface.
Michael Stefaniuc [Tue, 4 Jan 2011 00:59:26 +0000 (01:59 +0100)]
mshtml: COM cleanup for the IHTMLStyleElement iface.
Michael Stefaniuc [Tue, 4 Jan 2011 00:56:46 +0000 (01:56 +0100)]
mshtml: COM cleanup for the IActiveScriptSite* ifaces.
Michael Stefaniuc [Tue, 4 Jan 2011 00:55:10 +0000 (01:55 +0100)]
mshtml: COM cleanup for the IHTMLCurrentStyle iface.
Michael Stefaniuc [Tue, 4 Jan 2011 00:53:03 +0000 (01:53 +0100)]
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
Michael Stefaniuc [Tue, 4 Jan 2011 00:51:47 +0000 (01:51 +0100)]
mshtml: COM cleanup for the IHTMLTable iface.
Michael Stefaniuc [Tue, 4 Jan 2011 00:50:04 +0000 (01:50 +0100)]
mshtml: COM cleanup for the IHTMLStyleSheet* ifaces.
Michael Stefaniuc [Tue, 4 Jan 2011 00:48:22 +0000 (01:48 +0100)]
mshtml: COM cleanup for the IHTMLCommentElement iface.
Michael Stefaniuc [Tue, 4 Jan 2011 00:46:39 +0000 (01:46 +0100)]
mshtml: COM cleanup for the nsIFactory iface.
Michael Stefaniuc [Tue, 4 Jan 2011 00:44:12 +0000 (01:44 +0100)]
mshtml: COM cleanup for the IHTMLFormElement iface.
Jacek Caban [Mon, 3 Jan 2011 22:48:29 +0000 (23:48 +0100)]
mshtml: Make nsIURI::Resolve implementation IUri-based.
Jacek Caban [Mon, 3 Jan 2011 22:48:18 +0000 (23:48 +0100)]
urlmon: Fixed IUriBuilderFactory declaration.
Henri Verbeet [Mon, 3 Jan 2011 17:51:41 +0000 (18:51 +0100)]
wined3d: Pass an IWineD3DBaseTextureImpl pointer to internal_preload().
Henri Verbeet [Mon, 3 Jan 2011 17:51:40 +0000 (18:51 +0100)]
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_apply_state_changes().
Henri Verbeet [Mon, 3 Jan 2011 17:51:39 +0000 (18:51 +0100)]
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_bind().
Henri Verbeet [Mon, 3 Jan 2011 17:51:38 +0000 (18:51 +0100)]
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_generate_mipmaps().
Alexandre Julliard [Mon, 3 Jan 2011 18:31:43 +0000 (19:31 +0100)]
Revert "wined3d: Update detection of vertex blend capabilities."
This reverts commit
f41fdb225cf1e1df494237664ce92e51179f3725.
It's wrong and was committed by mistake.
Alexandre Julliard [Mon, 3 Jan 2011 17:28:27 +0000 (18:28 +0100)]
configure: Fix the bin install rule in wow64 mode.
Greg Geldorp [Sun, 2 Jan 2011 14:41:22 +0000 (15:41 +0100)]
ole32/tests: Disable target device clipboard tests.
Nikolay Sivov [Mon, 3 Jan 2011 14:32:43 +0000 (17:32 +0300)]
oleaut32: Use alloc/free helpers for all typelib parse methods.
Vitaliy Margolen [Mon, 3 Jan 2011 14:25:11 +0000 (07:25 -0700)]
dinput: Pass interface instead of this pointer to joystick poll callback.
Vitaliy Margolen [Mon, 3 Jan 2011 14:25:07 +0000 (07:25 -0700)]
dinput: Rename IDirectInputDevice2AImpl into IDirectInputDeviceImpl.
Vitaliy Margolen [Mon, 3 Jan 2011 14:24:34 +0000 (07:24 -0700)]
dinput: COM cleanup - use interface instead of lpvtbl in joystick effects.
Jacek Caban [Mon, 3 Jan 2011 13:52:51 +0000 (14:52 +0100)]
mshtml: Don't prefer to forward a few more calls in nsIURL implementation.
Jacek Caban [Mon, 3 Jan 2011 13:52:34 +0000 (14:52 +0100)]
mshtml: Use IUri for nsURL::[Get|Set]Password implementation.
Nikolay Sivov [Sun, 2 Jan 2011 14:26:44 +0000 (17:26 +0300)]
oleaut32/tests: Cleanup some test macros.
Nikolay Sivov [Sun, 2 Jan 2011 10:41:44 +0000 (13:41 +0300)]
oleaut32: Use structure size instead of hardcoded values.
Nikolay Sivov [Sun, 2 Jan 2011 13:05:10 +0000 (16:05 +0300)]
oleview: Fix some crashes on unnamed methods/arguments.
Nikolay Sivov [Fri, 31 Dec 2010 20:36:08 +0000 (23:36 +0300)]
oleview: Fix some crashes on unnamed variables.
Michael Stefaniuc [Mon, 3 Jan 2011 11:19:35 +0000 (12:19 +0100)]
mshtml: COM cleanup for the nsIDOMEventListener iface.
Damian Dixon [Sat, 1 Jan 2011 20:19:55 +0000 (20:19 +0000)]
advapi32: Implement SetEntriesInAclA by calling SetEntriesInAclW.
Hwang YunSong [Mon, 3 Jan 2011 01:37:55 +0000 (10:37 +0900)]
serialui: Update Korean resource.
Hwang YunSong [Mon, 3 Jan 2011 01:36:32 +0000 (10:36 +0900)]
regedit: Update Korean resource.
Andrew Nguyen [Mon, 3 Jan 2011 03:18:36 +0000 (21:18 -0600)]
kernel32/tests: Avoid an input buffer overrun in the empty console write test.
Greg Geldorp [Mon, 3 Jan 2011 00:06:08 +0000 (01:06 +0100)]
msi/tests: Fix some failures on Wow64.
Thomas Mullaly [Sun, 2 Jan 2011 21:20:20 +0000 (16:20 -0500)]
include: Added IDN support functions and types.
David Hedberg [Mon, 3 Jan 2011 02:47:38 +0000 (03:47 +0100)]
urlmon: Add new on_error function to protocol vtbl.
David Hedberg [Mon, 3 Jan 2011 02:47:37 +0000 (03:47 +0100)]
urlmon: Move protocol flags for wininet based protocols into a common header.
Michael Stefaniuc [Mon, 3 Jan 2011 00:13:16 +0000 (01:13 +0100)]
mshtml: Use ifaces instead of vtbl pointers in BSCallback.
Michael Stefaniuc [Mon, 3 Jan 2011 00:12:05 +0000 (01:12 +0100)]
mshtml: COM cleanup for the IHTMLLocation iface.