wine/eterwine.git
14 years agoserver: Don't pass a thread id to send_hardware_message, determine it from the window.
Alexandre Julliard [Tue, 1 Mar 2011 10:54:55 +0000 (11:54 +0100)]
server: Don't pass a thread id to send_hardware_message, determine it from the window.

14 years agowinex11: Pass a window handle for keyboard hardware messages too.
Alexandre Julliard [Tue, 1 Mar 2011 10:50:29 +0000 (11:50 +0100)]
winex11: Pass a window handle for keyboard hardware messages too.

14 years agouser32: Retrieve the current cursor position from the server.
Alexandre Julliard [Mon, 28 Feb 2011 21:50:21 +0000 (22:50 +0100)]
user32: Retrieve the current cursor position from the server.

14 years agouser32: Retrieve the key state for GetAsyncKeyState from the server.
Alexandre Julliard [Mon, 28 Feb 2011 20:55:01 +0000 (21:55 +0100)]
user32: Retrieve the key state for GetAsyncKeyState from the server.

14 years agoserver: Maintain the "set since last time" bit for the global keystate.
Alexandre Julliard [Mon, 28 Feb 2011 20:43:44 +0000 (21:43 +0100)]
server: Maintain the "set since last time" bit for the global keystate.

14 years agoserver: Fill the key state in mouse events from the server-side state.
Alexandre Julliard [Mon, 28 Feb 2011 20:37:09 +0000 (21:37 +0100)]
server: Fill the key state in mouse events from the server-side state.

14 years agowinex11.drv: Quiet a noisy FIXME.
André Hentschel [Fri, 25 Feb 2011 21:26:07 +0000 (22:26 +0100)]
winex11.drv: Quiet a noisy FIXME.

14 years agocomctl32/tests: Enable statusbar tooltip tests.
Peter Urbanec [Fri, 25 Feb 2011 17:03:33 +0000 (04:03 +1100)]
comctl32/tests: Enable statusbar tooltip tests.

14 years agocomctl32: Use signed indices, so that the number of parts can be set to zero.
Peter Urbanec [Fri, 25 Feb 2011 17:03:30 +0000 (04:03 +1100)]
comctl32: Use signed indices, so that the number of parts can be set to zero.

14 years agomsvcrt: Implement _wfindnext64.
André Hentschel [Sat, 26 Feb 2011 18:49:51 +0000 (19:49 +0100)]
msvcrt: Implement _wfindnext64.

14 years agomsvcrt: Implement _wfindfirst64.
André Hentschel [Sat, 26 Feb 2011 18:49:21 +0000 (19:49 +0100)]
msvcrt: Implement _wfindfirst64.

14 years agontoskrnl.exe: Be more verbose in MmGetSystemRoutineAddress.
André Hentschel [Fri, 25 Feb 2011 16:50:44 +0000 (17:50 +0100)]
ntoskrnl.exe: Be more verbose in MmGetSystemRoutineAddress.

14 years agomshtml: Added onsubmit and event canceling tests.
Jacek Caban [Mon, 28 Feb 2011 12:14:32 +0000 (13:14 +0100)]
mshtml: Added onsubmit and event canceling tests.

14 years agomshtml: Added support for canceling default event behavior.
Jacek Caban [Mon, 28 Feb 2011 12:14:17 +0000 (13:14 +0100)]
mshtml: Added support for canceling default event behavior.

14 years agomshtml: Fixed memory leak.
Jacek Caban [Mon, 28 Feb 2011 12:13:59 +0000 (13:13 +0100)]
mshtml: Fixed memory leak.

14 years agomshtml: Added IHTMLFormElement::onsubmit implementation.
Jacek Caban [Mon, 28 Feb 2011 12:13:49 +0000 (13:13 +0100)]
mshtml: Added IHTMLFormElement::onsubmit implementation.

14 years agomshtml: Added simple filter parser to support opacity.
Jacek Caban [Mon, 28 Feb 2011 12:13:37 +0000 (13:13 +0100)]
mshtml: Added simple filter parser to support opacity.

14 years agomshtml: Store style object in element object.
Jacek Caban [Mon, 28 Feb 2011 12:13:12 +0000 (13:13 +0100)]
mshtml: Store style object in element object.

14 years agomshtml: Store style filter in HTMLStyle object.
Jacek Caban [Mon, 28 Feb 2011 12:12:50 +0000 (13:12 +0100)]
mshtml: Store style filter in HTMLStyle object.

14 years agomshtml: Fixed typos in IHTMLInputElement::value tests.
Jacek Caban [Mon, 28 Feb 2011 12:12:22 +0000 (13:12 +0100)]
mshtml: Fixed typos in IHTMLInputElement::value tests.

14 years agowinedbg: Support setting a breakpoint from a file name and line number.
Alexandre Julliard [Mon, 28 Feb 2011 13:04:20 +0000 (14:04 +0100)]
winedbg: Support setting a breakpoint from a file name and line number.

14 years agojscript: Fixed corner cases in parseInt implementation.
Jacek Caban [Mon, 28 Feb 2011 12:11:48 +0000 (13:11 +0100)]
jscript: Fixed corner cases in parseInt implementation.

14 years agomciwave: Fix a leak when Open fails (valgrind).
Jörg Höhle [Fri, 25 Feb 2011 14:58:47 +0000 (15:58 +0100)]
mciwave: Fix a leak when Open fails (valgrind).

14 years agomsvfw32: Add Japanese translation.
Akihiro Sagawa [Sat, 26 Feb 2011 11:31:23 +0000 (20:31 +0900)]
msvfw32: Add Japanese translation.

14 years agocredui: Add Japanese translation.
Akihiro Sagawa [Sat, 26 Feb 2011 11:31:20 +0000 (20:31 +0900)]
credui: Add Japanese translation.

14 years agowineconsole: Add Japanese translation.
Akihiro Sagawa [Sat, 26 Feb 2011 11:31:18 +0000 (20:31 +0900)]
wineconsole: Add Japanese translation.

14 years agoshdocvw: Add Japanese translation.
Akihiro Sagawa [Sat, 26 Feb 2011 11:31:15 +0000 (20:31 +0900)]
shdocvw: Add Japanese translation.

14 years agohhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.
Akihiro Sagawa [Sat, 26 Feb 2011 11:31:26 +0000 (20:31 +0900)]
hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.

14 years agouser32: Check bitmap info before it is used.
Wolfram Sang [Thu, 24 Feb 2011 21:12:09 +0000 (22:12 +0100)]
user32: Check bitmap info before it is used.

14 years agouser32: Make DIB_GetBitmapInfo checks stricter.
Wolfram Sang [Thu, 24 Feb 2011 21:12:08 +0000 (22:12 +0100)]
user32: Make DIB_GetBitmapInfo checks stricter.

14 years agouser32/tests: Modify proper fields instead of magic offsets.
Wolfram Sang [Thu, 24 Feb 2011 21:12:07 +0000 (22:12 +0100)]
user32/tests: Modify proper fields instead of magic offsets.

14 years agorpcrt4/tests: Remove win9x hacks.
Austin English [Sat, 26 Feb 2011 01:50:35 +0000 (17:50 -0800)]
rpcrt4/tests: Remove win9x hacks.

14 years agocrypt32/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 23:23:52 +0000 (15:23 -0800)]
crypt32/tests: Remove win9x hacks.

14 years agoriched20/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:36:27 +0000 (14:36 -0800)]
riched20/tests: Remove win9x hacks.

14 years agolz32/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:35:19 +0000 (14:35 -0800)]
lz32/tests: Remove win9x hacks.

14 years agogdi32/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:33:17 +0000 (14:33 -0800)]
gdi32/tests: Remove win9x hacks.

14 years agomsi/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:36:03 +0000 (14:36 -0800)]
msi/tests: Remove win9x hacks.

14 years agomlang/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:35:46 +0000 (14:35 -0800)]
mlang/tests: Remove win9x hacks.

14 years agokernel32/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:34:56 +0000 (14:34 -0800)]
kernel32/tests: Remove win9x hacks.

14 years agoinetmib1/tests: Add missing broken().
Austin English [Fri, 25 Feb 2011 22:34:28 +0000 (14:34 -0800)]
inetmib1/tests: Add missing broken().

14 years agohlink/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:33:41 +0000 (14:33 -0800)]
hlink/tests: Remove win9x hacks.

14 years agofusion/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:32:51 +0000 (14:32 -0800)]
fusion/tests: Remove win9x hacks.

14 years agodsound/tests: Remove win9x hack.
Austin English [Fri, 25 Feb 2011 22:32:26 +0000 (14:32 -0800)]
dsound/tests: Remove win9x hack.

14 years agod3d8/tests: Remove win9x hack.
Austin English [Fri, 25 Feb 2011 22:30:46 +0000 (14:30 -0800)]
d3d8/tests: Remove win9x hack.

14 years agocomctl32/tests: Remove win9x hack.
Austin English [Fri, 25 Feb 2011 22:29:08 +0000 (14:29 -0800)]
comctl32/tests: Remove win9x hack.

14 years agocryptnet/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:30:25 +0000 (14:30 -0800)]
cryptnet/tests: Remove win9x hacks.

14 years agocomdlg32/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:29:32 +0000 (14:29 -0800)]
comdlg32/tests: Remove win9x hacks.

14 years agoadvpack/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 22:28:33 +0000 (14:28 -0800)]
advpack/tests: Remove win9x hacks.

14 years agoadvapi32/tests: Remove Win9x hacks.
Austin English [Fri, 25 Feb 2011 22:27:58 +0000 (14:27 -0800)]
advapi32/tests: Remove Win9x hacks.

14 years agod3dcompiler/tests: Improve test_reflection_bound_resources().
Rico Schüller [Sun, 27 Feb 2011 21:51:01 +0000 (22:51 +0100)]
d3dcompiler/tests: Improve test_reflection_bound_resources().

14 years agod3dcompiler/tests: Add constant buffer test.
Rico Schüller [Sun, 27 Feb 2011 21:51:05 +0000 (22:51 +0100)]
d3dcompiler/tests: Add constant buffer test.

14 years agod3dcompiler: Reorder section parsing to reflect the order from the shader blob.
Rico Schüller [Sun, 27 Feb 2011 21:50:58 +0000 (22:50 +0100)]
d3dcompiler: Reorder section parsing to reflect the order from the shader blob.

14 years agod3dcompiler/tests: Add reflection ps output desc test.
Rico Schüller [Sun, 27 Feb 2011 21:50:55 +0000 (22:50 +0100)]
d3dcompiler/tests: Add reflection ps output desc test.

14 years agod3dcompiler: Fix SystemValueType for pixelshader output signature.
Rico Schüller [Sun, 27 Feb 2011 21:50:52 +0000 (22:50 +0100)]
d3dcompiler: Fix SystemValueType for pixelshader output signature.

14 years agowined3d: Remove IWineD3DResource::UnLoad() from the public interface.
Henri Verbeet [Mon, 28 Feb 2011 07:05:39 +0000 (08:05 +0100)]
wined3d: Remove IWineD3DResource::UnLoad() from the public interface.

14 years agowined3d: Merge device_unload_resource() and reset_unload_resources().
Henri Verbeet [Mon, 28 Feb 2011 07:05:38 +0000 (08:05 +0100)]
wined3d: Merge device_unload_resource() and reset_unload_resources().

14 years agowined3d: Recognize some Northern Islands cards in select_card_ati_mesa().
Henri Verbeet [Mon, 28 Feb 2011 07:05:37 +0000 (08:05 +0100)]
wined3d: Recognize some Northern Islands cards in select_card_ati_mesa().

14 years agowined3d: Filter sRGB capabilities during format initialization.
Henri Verbeet [Mon, 28 Feb 2011 07:05:36 +0000 (08:05 +0100)]
wined3d: Filter sRGB capabilities during format initialization.

14 years agomshtml/tests: Make IDispatch Vtbl const.
Thomas Mullaly [Tue, 22 Feb 2011 02:06:52 +0000 (21:06 -0500)]
mshtml/tests: Make IDispatch Vtbl const.

14 years agomsxml3: Reject xmlns attribute to be added to element.
Nikolay Sivov [Sun, 27 Feb 2011 23:27:30 +0000 (02:27 +0300)]
msxml3: Reject xmlns attribute to be added to element.

14 years agomsxml3/tests: Remove broken test and parameter check.
Nikolay Sivov [Sun, 27 Feb 2011 20:38:30 +0000 (23:38 +0300)]
msxml3/tests: Remove broken test and parameter check.

14 years agokernel32: Avoid shadowing "status" variable.
Marcus Meissner [Fri, 25 Feb 2011 16:20:51 +0000 (17:20 +0100)]
kernel32: Avoid shadowing "status" variable.

14 years agoserver: Avoid shadowing a global variable.
Marcus Meissner [Fri, 25 Feb 2011 15:36:07 +0000 (16:36 +0100)]
server: Avoid shadowing a global variable.

14 years agowpp: Add explicit casts when mixing unsigned and signed integers.
Gerald Pfeifer [Sat, 26 Feb 2011 20:01:02 +0000 (21:01 +0100)]
wpp: Add explicit casts when mixing unsigned and signed integers.

14 years agoserver: Work around Mac OS not being able to set global breakpoint flags.
Alexandre Julliard [Sat, 26 Feb 2011 11:41:36 +0000 (12:41 +0100)]
server: Work around Mac OS not being able to set global breakpoint flags.

14 years agogdi32: Fix 64-bit pointer issues when copying upside-down bitmaps.
Peter Urbanec [Fri, 25 Feb 2011 12:41:31 +0000 (23:41 +1100)]
gdi32: Fix 64-bit pointer issues when copying upside-down bitmaps.

14 years agowinemenubuilder: FriendlyDocName isn't part of the association.
Damjan Jovanovic [Fri, 25 Feb 2011 15:20:09 +0000 (17:20 +0200)]
winemenubuilder: FriendlyDocName isn't part of the association.

14 years agomshtml: Added more backgroundPosition* tests.
Jacek Caban [Fri, 25 Feb 2011 13:12:37 +0000 (14:12 +0100)]
mshtml: Added more backgroundPosition* tests.

14 years agomshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position...
Jacek Caban [Fri, 25 Feb 2011 13:12:26 +0000 (14:12 +0100)]
mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property.

14 years agomshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position...
Jacek Caban [Fri, 25 Feb 2011 13:12:13 +0000 (14:12 +0100)]
mshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position property.

14 years agomshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position...
Jacek Caban [Fri, 25 Feb 2011 13:12:02 +0000 (14:12 +0100)]
mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property.

14 years agomshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position...
Jacek Caban [Fri, 25 Feb 2011 13:11:52 +0000 (14:11 +0100)]
mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.

Current implementation can't work because backgroundPositionX is IE
extension, not handled by Gecko.

14 years agomshtml: Moved VARIANT to style value string conversion to separated function.
Jacek Caban [Fri, 25 Feb 2011 13:11:39 +0000 (14:11 +0100)]
mshtml: Moved VARIANT to style value string conversion to separated function.

14 years agomshtml: Fixed buffer handling in set_nsstyle_attr.
Jacek Caban [Fri, 25 Feb 2011 13:11:26 +0000 (14:11 +0100)]
mshtml: Fixed buffer handling in set_nsstyle_attr.

14 years agomshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
Jacek Caban [Fri, 25 Feb 2011 13:11:16 +0000 (14:11 +0100)]
mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.

14 years agomshtml: Moved call_disp_func to htmlevent.c.
Jacek Caban [Fri, 25 Feb 2011 13:11:05 +0000 (14:11 +0100)]
mshtml: Moved call_disp_func to htmlevent.c.

14 years agomshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
Jacek Caban [Fri, 25 Feb 2011 13:10:54 +0000 (14:10 +0100)]
mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.

14 years agouser32: Fixed some more side effect functions in assert() (Coverity).
Marcus Meissner [Thu, 24 Feb 2011 16:53:16 +0000 (17:53 +0100)]
user32: Fixed some more side effect functions in assert() (Coverity).

14 years agoserver: Store the global key state in the server.
Alexandre Julliard [Fri, 25 Feb 2011 11:10:04 +0000 (12:10 +0100)]
server: Store the global key state in the server.

14 years agoserver: Store the cursor clip rectangle in the server.
Alexandre Julliard [Fri, 25 Feb 2011 10:31:47 +0000 (11:31 +0100)]
server: Store the cursor clip rectangle in the server.

14 years agoserver: Store the global cursor position in the server.
Alexandre Julliard [Thu, 24 Feb 2011 16:47:59 +0000 (17:47 +0100)]
server: Store the global cursor position in the server.

14 years agoserver: Make the foreground thread input per-desktop instead of global.
Alexandre Julliard [Thu, 24 Feb 2011 15:45:04 +0000 (16:45 +0100)]
server: Make the foreground thread input per-desktop instead of global.

14 years agooleaut32: Fix sizeof() usage (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 09:22:54 +0000 (12:22 +0300)]
oleaut32: Fix sizeof() usage (Coverity).

14 years agocomctl32/ipaddress: Use array index after range check (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 09:01:12 +0000 (12:01 +0300)]
comctl32/ipaddress: Use array index after range check (Coverity).

14 years agocomctl32/listview: Fix dead condition (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 08:55:50 +0000 (11:55 +0300)]
comctl32/listview: Fix dead condition (Coverity).

14 years agocomctl32/rebar: Don't use local variable with the same name as function parameter...
Nikolay Sivov [Fri, 25 Feb 2011 08:50:01 +0000 (11:50 +0300)]
comctl32/rebar: Don't use local variable with the same name as function parameter (Coverity).

14 years agocomctl32/datetime: Fix use of out-of-scope local buffer (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 08:38:28 +0000 (11:38 +0300)]
comctl32/datetime: Fix use of out-of-scope local buffer (Coverity).

14 years agocomctl32/comboex: Reduce variable scope.
Nikolay Sivov [Fri, 25 Feb 2011 08:34:55 +0000 (11:34 +0300)]
comctl32/comboex: Reduce variable scope.

14 years agomsi: Add a missing va_end() (Coverity).
Paul Vriens [Fri, 25 Feb 2011 08:20:15 +0000 (09:20 +0100)]
msi: Add a missing va_end() (Coverity).

14 years agomsxml3/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 00:08:53 +0000 (16:08 -0800)]
msxml3/tests: Remove win9x hacks.

14 years agomsi/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 00:07:00 +0000 (16:07 -0800)]
msi/tests: Remove win9x hacks.

14 years agooleaut32/tests: Fix a couple of todo_wine's.
Austin English [Fri, 25 Feb 2011 00:08:34 +0000 (16:08 -0800)]
oleaut32/tests: Fix a couple of todo_wine's.

14 years agooleaut32/tests: Remove win9x hacks.
Austin English [Thu, 24 Feb 2011 23:55:45 +0000 (15:55 -0800)]
oleaut32/tests: Remove win9x hacks.

14 years agoshell32/tests: Remove win9x hacks.
Austin English [Thu, 24 Feb 2011 23:40:28 +0000 (15:40 -0800)]
shell32/tests: Remove win9x hacks.

14 years agospoolss/tests: Change skip() to win_skip().
Austin English [Thu, 24 Feb 2011 23:31:42 +0000 (15:31 -0800)]
spoolss/tests: Change skip() to win_skip().

14 years agourlmon/tests: Remove win9x hacks.
Austin English [Thu, 24 Feb 2011 23:31:05 +0000 (15:31 -0800)]
urlmon/tests: Remove win9x hacks.

14 years agouserenv/tests: Remove win9x hacks.
Austin English [Thu, 24 Feb 2011 23:28:13 +0000 (15:28 -0800)]
userenv/tests: Remove win9x hacks.

14 years agogdiplus: Implement ImageLockModeUserInputBuf.
Vincent Povirk [Thu, 24 Feb 2011 22:48:03 +0000 (16:48 -0600)]
gdiplus: Implement ImageLockModeUserInputBuf.

14 years agogdiplus: Copy only the area requested when (un)locking bitmaps.
Vincent Povirk [Thu, 24 Feb 2011 22:32:54 +0000 (16:32 -0600)]
gdiplus: Copy only the area requested when (un)locking bitmaps.

14 years agogdiplus: Don't copy bits into the buffer when a bitmap is locked write-only.
Vincent Povirk [Thu, 24 Feb 2011 22:12:43 +0000 (16:12 -0600)]
gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only.