Francois Gouget [Mon, 14 Nov 2011 08:58:14 +0000 (09:58 +0100)]
include: Add some more sublanguages and sort orders.
Francois Gouget [Mon, 14 Nov 2011 08:54:01 +0000 (09:54 +0100)]
dlls: Remove unneeded include directives in resource files.
Nikolay Sivov [Sat, 12 Nov 2011 14:14:11 +0000 (17:14 +0300)]
msxml3: Fix getNamedItem() for qualified node names.
Hwang YunSong [Sun, 13 Nov 2011 13:54:49 +0000 (22:54 +0900)]
po: Updated Korean translation.
Hwang YunSong [Sun, 13 Nov 2011 13:57:43 +0000 (22:57 +0900)]
cmdlgtst: Updated Korean translation.
Daniel Scharrer [Sat, 12 Nov 2011 01:08:23 +0000 (02:08 +0100)]
include: Don't use min/max in d3dx9math.inl as they might not be defined at this point.
Henri Verbeet [Sun, 13 Nov 2011 18:52:28 +0000 (19:52 +0100)]
wined3d: Get rid of the winetexturestates typedef.
Henri Verbeet [Sun, 13 Nov 2011 18:52:27 +0000 (19:52 +0100)]
wined3d: Get rid of the WINED3DSHADER_PARAM_REGISTER_TYPE typedef.
Henri Verbeet [Sun, 13 Nov 2011 18:52:26 +0000 (19:52 +0100)]
wined3d: Introduce a "state" variable in shader_glsl_load_constants().
Henri Verbeet [Sun, 13 Nov 2011 18:52:25 +0000 (19:52 +0100)]
wined3d: x11_copy_to_screen() shouldn't be called on mapped surfaces.
Henri Verbeet [Sun, 13 Nov 2011 18:52:24 +0000 (19:52 +0100)]
ddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock() for locking.
André Hentschel [Sun, 13 Nov 2011 16:24:46 +0000 (17:24 +0100)]
po: Update German translation.
Andrew Talbot [Sat, 12 Nov 2011 22:49:32 +0000 (22:49 +0000)]
dinput: Remove unused Wine debug channel.
Andrew Talbot [Sat, 12 Nov 2011 22:49:26 +0000 (22:49 +0000)]
dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
Andrew Talbot [Sat, 12 Nov 2011 22:49:20 +0000 (22:49 +0000)]
cryptnet: Remove unused file-static variable.
Francois Gouget [Sat, 12 Nov 2011 18:09:51 +0000 (19:09 +0100)]
ddraw/tests: Fix compilation on systems that don't support nameless unions.
Jacek Caban [Sat, 12 Nov 2011 18:48:06 +0000 (19:48 +0100)]
urlmon: Fixed some failures on IE9.
Jacek Caban [Sat, 12 Nov 2011 17:25:23 +0000 (18:25 +0100)]
mshtml: Improved debug traces in nsIChannel::AsyncOpen implementation.
Jacek Caban [Sat, 12 Nov 2011 14:00:32 +0000 (15:00 +0100)]
urlmon: Improved IUri debug traces.
Jacek Caban [Sat, 12 Nov 2011 13:54:09 +0000 (14:54 +0100)]
mshtml: Moved QueryService(IID_IShellBrowser) call to the right place.
Jacek Caban [Sat, 12 Nov 2011 13:33:39 +0000 (14:33 +0100)]
mshtml: Get rid of an unused parameter in prepare_for_binding.
Jacek Caban [Sat, 12 Nov 2011 13:32:47 +0000 (14:32 +0100)]
mshtml: Fixed HTMLPrivateWindow_GetAddressBarUrl function name.
Jacek Caban [Sat, 12 Nov 2011 13:32:31 +0000 (14:32 +0100)]
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_height implementation.
Marcus Meissner [Sat, 12 Nov 2011 11:09:33 +0000 (12:09 +0100)]
gdi32: Fixed loop end setting (Coverity).
Marcus Meissner [Sat, 12 Nov 2011 08:04:51 +0000 (09:04 +0100)]
wmc: Increate allocated size to match \0 (Coverity).
André Hentschel [Fri, 11 Nov 2011 18:13:26 +0000 (19:13 +0100)]
unicows: Add GetRoleTextW from oleacc.
Andrew Talbot [Thu, 10 Nov 2011 22:11:48 +0000 (22:11 +0000)]
atl: Remove an unused variable.
Andrew Talbot [Thu, 10 Nov 2011 22:11:24 +0000 (22:11 +0000)]
appwiz.cpl: Remove an unused function.
Andrew Talbot [Thu, 10 Nov 2011 22:10:50 +0000 (22:10 +0000)]
advapi32: Remove an unused variable.
Francois Gouget [Thu, 10 Nov 2011 13:38:27 +0000 (14:38 +0100)]
kernel32: Declare more TimerQueue functions in winbase.h.
Jacek Caban [Thu, 10 Nov 2011 13:35:59 +0000 (14:35 +0100)]
mshtml: Fixed memory leak in nsIURL::GetDirectory implementation.
Jacek Caban [Thu, 10 Nov 2011 13:35:50 +0000 (14:35 +0100)]
mshtml: Use IUri in use_gecko_script.
Jacek Caban [Thu, 10 Nov 2011 13:35:41 +0000 (14:35 +0100)]
mshtml: Use IUri in set_current_mon if possible and store it in window object.
Jacek Caban [Thu, 10 Nov 2011 13:35:11 +0000 (14:35 +0100)]
mshtml: Store window URL as BSTR.
Hans Leidekker [Thu, 10 Nov 2011 10:38:47 +0000 (11:38 +0100)]
msi: Trace the exit code from custom action processes.
Hans Leidekker [Thu, 10 Nov 2011 10:38:28 +0000 (11:38 +0100)]
msi: Process messages while waiting for custom actions to complete.
Hans Leidekker [Thu, 10 Nov 2011 10:38:00 +0000 (11:38 +0100)]
scrrun: Add stub implementations of DllRegisterServer and DllUnregisterServer.
Hans Leidekker [Thu, 10 Nov 2011 10:37:31 +0000 (11:37 +0100)]
winhttp: Convert string data to UTF-8 and add a corresponding content type header.
Frédéric Delanoy [Thu, 10 Nov 2011 01:35:06 +0000 (02:35 +0100)]
dxdiag: Avoid dead increment (clang).
Michael Stefaniuc [Thu, 10 Nov 2011 00:44:04 +0000 (01:44 +0100)]
include: Make "long" numeric constants LP64/LLP64 proof (shlwapi.h).
Michael Stefaniuc [Thu, 10 Nov 2011 00:42:55 +0000 (01:42 +0100)]
include: Make "long" numeric constants LP64/LLP64 proof (tapi.h).
Michael Stefaniuc [Thu, 10 Nov 2011 00:39:59 +0000 (01:39 +0100)]
include: Drop "l" modifiers from numeric constants in winternl.h.
Luca Bennati [Wed, 9 Nov 2011 09:27:50 +0000 (10:27 +0100)]
po: Update Italian translation.
Nikolay Sivov [Sat, 5 Nov 2011 10:42:41 +0000 (13:42 +0300)]
msxml3: Implement get_nodeTypeValue() for attributes without a type.
Jacek Caban [Wed, 9 Nov 2011 17:11:42 +0000 (18:11 +0100)]
mshtml: Wine Gecko 1.4 release.
Octavian Voicu [Wed, 9 Nov 2011 15:17:13 +0000 (17:17 +0200)]
ddraw: Make IDirectDrawClipperImpl_[GS]etHWnd function names consistent with SDK.
Hans Leidekker [Wed, 9 Nov 2011 14:06:49 +0000 (15:06 +0100)]
imm32: Validate the window handle passed to ImmGetContext.
Hans Leidekker [Wed, 9 Nov 2011 14:05:07 +0000 (15:05 +0100)]
winhttp: Use a separate function to set request parameters.
Hans Leidekker [Wed, 9 Nov 2011 14:04:41 +0000 (15:04 +0100)]
winhttp: Fix sending data with synchronous requests.
Hans Leidekker [Wed, 9 Nov 2011 14:04:15 +0000 (15:04 +0100)]
scrrun: Add a version resource.
Hans Leidekker [Wed, 9 Nov 2011 14:03:53 +0000 (15:03 +0100)]
scrrun: New dll.
Alexandre Julliard [Wed, 9 Nov 2011 14:45:13 +0000 (15:45 +0100)]
winex11: Still process all MotionNotify events when using XInput2.
Alexandre Julliard [Wed, 9 Nov 2011 13:53:34 +0000 (14:53 +0100)]
winex11: Use the motion event time to decide when to update the cursor.
Alexandre Julliard [Wed, 9 Nov 2011 13:26:34 +0000 (14:26 +0100)]
winex11: Don't allow setting the cursor across processes while clipping.
Vitaliy Margolen [Tue, 8 Nov 2011 17:59:20 +0000 (10:59 -0700)]
dinput: Return correct key names for num_lock and pause.
Scan codes and DIK codes for num_lock and pause are reversed.
Dmitry Timoshkov [Wed, 9 Nov 2011 04:50:27 +0000 (12:50 +0800)]
gdi32: Remove a duplicated line of code.
Vincent Povirk [Tue, 8 Nov 2011 19:33:49 +0000 (13:33 -0600)]
include: Add definition of IWICComponentFactory and its dependencies.
Michael Stefaniuc [Tue, 8 Nov 2011 22:33:03 +0000 (23:33 +0100)]
include: Fixup "long" numeric constants in vfw.h.
Michael Stefaniuc [Tue, 8 Nov 2011 22:28:01 +0000 (23:28 +0100)]
include: Make "long" numeric constants LP64/LLP64 proof (mmddk.h).
Michael Stefaniuc [Tue, 8 Nov 2011 22:25:00 +0000 (23:25 +0100)]
include: Fixup "long" numeric constants in commctrl.h.
Andrew Talbot [Tue, 8 Nov 2011 22:23:49 +0000 (22:23 +0000)]
user32: Suppress sign-extension through integer promotion.
Andrew Talbot [Tue, 8 Nov 2011 22:23:45 +0000 (22:23 +0000)]
shlwapi: Suppress sign-extension through integer promotion.
Aric Stewart [Tue, 8 Nov 2011 20:41:53 +0000 (14:41 -0600)]
usp10: Better understand and handle numbers level in RTL runs.
Aric Stewart [Tue, 8 Nov 2011 20:41:42 +0000 (14:41 -0600)]
usp10: Better handle the absorption of whitespace in bidi runs.
Henri Verbeet [Tue, 8 Nov 2011 19:48:59 +0000 (20:48 +0100)]
wined3d: Get rid of the COMPARISON_TYPE typedef.
Henri Verbeet [Tue, 8 Nov 2011 19:48:58 +0000 (20:48 +0100)]
wined3d: Get rid of the WINED3DSAMPLER_TEXTURE_TYPE typedef.
Henri Verbeet [Tue, 8 Nov 2011 19:48:57 +0000 (20:48 +0100)]
wined3d: Simplify context_choose_pixel_format().
Simply rank the formats instead of doing multiple passes over the list.
Henri Verbeet [Tue, 8 Nov 2011 19:48:56 +0000 (20:48 +0100)]
wined3d: Get rid of RTL_DISABLE.
Henri Verbeet [Tue, 8 Nov 2011 19:48:55 +0000 (20:48 +0100)]
wined3d: Don't print FIXMEs for misaligned surface maps.
Thomas Faber [Tue, 8 Nov 2011 18:42:18 +0000 (19:42 +0100)]
kernel32/tests: Add tests for GetDllDirectory.
Alexandre Julliard [Mon, 7 Nov 2011 21:21:37 +0000 (22:21 +0100)]
gdi32: Don't set the bitmap owner when selecting a pattern brush.
Alexandre Julliard [Mon, 7 Nov 2011 21:06:57 +0000 (22:06 +0100)]
gdi32: Use the CopyBitmap entry point to copy the bitmap of a pattern brush.
Alexandre Julliard [Mon, 7 Nov 2011 21:04:00 +0000 (22:04 +0100)]
winex11: Implement the CopyBitmap entry point.
Alexandre Julliard [Mon, 7 Nov 2011 21:14:50 +0000 (22:14 +0100)]
gdi32: Implement the CopyBitmap entry point in the null driver.
Alexandre Julliard [Mon, 7 Nov 2011 20:46:25 +0000 (21:46 +0100)]
gdi32: Add a CopyBitmap driver entry point.
Alexandre Julliard [Thu, 3 Nov 2011 20:14:42 +0000 (21:14 +0100)]
gdi32: Grab the bits directly for DIB pattern brushes instead of duplicating the bitmap.
Alexandre Julliard [Wed, 2 Nov 2011 10:06:32 +0000 (11:06 +0100)]
gdi32: Get rid of the get_bitmap_image helper.
Austin English [Tue, 8 Nov 2011 16:41:00 +0000 (10:41 -0600)]
apphelp: Add a stub for ApphelpCheckShellObject.
Vincent Povirk [Tue, 8 Nov 2011 16:18:22 +0000 (10:18 -0600)]
gdiplus: Fix center point calculation in GdipAddPathPie.
Aric Stewart [Tue, 8 Nov 2011 16:33:37 +0000 (10:33 -0600)]
usp10/tests: Add Kannada shaping test.
Aric Stewart [Tue, 8 Nov 2011 16:33:43 +0000 (10:33 -0600)]
usp10: Add a few chars that Windows itemizes as punctuation.
Aric Stewart [Tue, 8 Nov 2011 15:31:57 +0000 (09:31 -0600)]
usp10: Avoid an end of buffer overrun when seeking non space characters at an end of a BiDi string.
Jacek Caban [Tue, 8 Nov 2011 15:17:40 +0000 (16:17 +0100)]
mshtml: Always use IUri-based nsIRI::GetAsciiHost implementation.
Jacek Caban [Tue, 8 Nov 2011 15:17:31 +0000 (16:17 +0100)]
mshtml: Make nsIURL::GetParam a stub.
Stefan Dösinger [Fri, 14 Oct 2011 11:23:59 +0000 (13:23 +0200)]
ddraw/tests: Add a partial block lock test.
Alexandre Julliard [Tue, 8 Nov 2011 17:16:55 +0000 (18:16 +0100)]
user32/tests: Flush events before the key flags test.
Alexandre Julliard [Tue, 8 Nov 2011 15:40:14 +0000 (16:40 +0100)]
progman: Convert dialogs to po files.
Alexandre Julliard [Tue, 8 Nov 2011 14:27:07 +0000 (15:27 +0100)]
regedit: Convert dialogs to po files.
Octavian Voicu [Mon, 7 Nov 2011 22:27:04 +0000 (00:27 +0200)]
ddraw/tests: Fix a couple of copy-paste typos in test messages.
Bernhard Loos [Tue, 1 Nov 2011 12:03:22 +0000 (13:03 +0100)]
mountmgr: Also call IoCompleteRequest in case of an error.
Bernhard Loos [Tue, 1 Nov 2011 12:03:12 +0000 (13:03 +0100)]
mountmgr, ntoskrnl: METHOD_BUFFERED uses irp->AssociatedIrp.SystemBuffer for both input and output.
Frédéric Delanoy [Mon, 7 Nov 2011 09:52:22 +0000 (10:52 +0100)]
cmd: Avoid comparison between signed and unsigned values.
Stefan Dösinger [Fri, 14 Oct 2011 10:57:52 +0000 (12:57 +0200)]
d3d8/tests: Port the block lock test to d3d8.
Stefan Dösinger [Fri, 14 Oct 2011 10:53:29 +0000 (12:53 +0200)]
d3d8/tests: Port the double unlock test to d3d8.
Alexandre Julliard [Tue, 8 Nov 2011 12:32:36 +0000 (13:32 +0100)]
gdi32: Avoid copying the brush pattern if the format matches the DC.
Alexandre Julliard [Tue, 8 Nov 2011 12:18:01 +0000 (13:18 +0100)]
gdi32: Reselect the pattern brush on every use if it's mapped with DIB_PAL_COLORS.
Dmitry Timoshkov [Tue, 8 Nov 2011 09:10:05 +0000 (17:10 +0800)]
kernel32: Add a bunch of tests for protections accepted by VirtualAlloc, make it pass under Wine.
Dmitry Timoshkov [Tue, 8 Nov 2011 09:09:17 +0000 (17:09 +0800)]
ntdll: Use PAGE_EXECUTE_READWRITE protection when allocating stubs.
Alexandre Julliard [Tue, 8 Nov 2011 08:51:59 +0000 (09:51 +0100)]
spoolss: Remove an unused variable.
Alexandre Julliard [Tue, 8 Nov 2011 08:51:31 +0000 (09:51 +0100)]
setupapi: Add a trace for the install mode value.