wine/eterwine.git
17 years agowinhelp: Removed no longer needed field (wStringTableOffset) in Globals.
Eric Pouech [Fri, 18 Apr 2008 19:34:05 +0000 (21:34 +0200)]
winhelp: Removed no longer needed field (wStringTableOffset) in Globals.

17 years agowinhelp: Moved all static data used when parsing HLP files into the internal structures.
Eric Pouech [Fri, 18 Apr 2008 19:33:57 +0000 (21:33 +0200)]
winhelp: Moved all static data used when parsing HLP files into the internal structures.

17 years agowinhelp: Get rid of the WM_USER message.
Eric Pouech [Fri, 18 Apr 2008 19:33:51 +0000 (21:33 +0200)]
winhelp: Get rid of the WM_USER message.

17 years agowinhelp: Add an (ugly) icon.
Eric Pouech [Fri, 18 Apr 2008 19:33:45 +0000 (21:33 +0200)]
winhelp: Add an (ugly) icon.

17 years agowinecfg: Update Korean translation.
ByeongSik Jeon [Mon, 21 Apr 2008 01:58:15 +0000 (10:58 +0900)]
winecfg: Update Korean translation.

17 years agowined3d: Add palette re-upload support for cards with hardware palette support.
Roderick Colenbrander [Sun, 20 Apr 2008 14:50:00 +0000 (14:50 +0000)]
wined3d: Add palette re-upload support for cards with hardware palette support.

Before it was broken and when it worked it was slow due to unneeded
gpu -> cpu -> gpu copying.

17 years agowidl: Add support for '%' operator in expressions.
Rob Shearman [Sun, 20 Apr 2008 21:16:10 +0000 (22:16 +0100)]
widl: Add support for '%' operator in expressions.

17 years agowidl: Add support for arrays in expressions.
Rob Shearman [Sun, 20 Apr 2008 21:16:00 +0000 (22:16 +0100)]
widl: Add support for arrays in expressions.

17 years agowidl: Add support for "->" and "." operators in expressions.
Rob Shearman [Sun, 20 Apr 2008 21:15:43 +0000 (22:15 +0100)]
widl: Add support for "->" and "." operators in expressions.

17 years agowidl: Issue an error instead of crashing for dividing by zero in a constant expression.
Rob Shearman [Sun, 20 Apr 2008 21:15:36 +0000 (22:15 +0100)]
widl: Issue an error instead of crashing for dividing by zero in a constant expression.

17 years agowidl: Automatically add "handle_t IDL_handle" parameter to functions with no explicit...
Rob Shearman [Sun, 20 Apr 2008 21:15:29 +0000 (22:15 +0100)]
widl: Automatically add "handle_t IDL_handle" parameter to functions with no explicit handle specified whose containing interface has the explicit_handle attribute.

17 years agowidl: The implicit_handle attribute is allowed with a handle explicitly specified...
Rob Shearman [Sun, 20 Apr 2008 21:15:24 +0000 (22:15 +0100)]
widl: The implicit_handle attribute is allowed with a handle explicitly specified in the function parameters.

In that case, that handle is used instead of the implicit handle.

Fix the check for the explicit_handle attribute being specified without
a handle being specified in the function parameters, even though issuing
an error is wrong. (Thanks to Marcus Meissner & Coverity for spotting
that the check didn't do what it was supposed to do.)

17 years agowidl: Check that fields in structures and unions referenced by non-local functions...
Rob Shearman [Sun, 20 Apr 2008 21:15:16 +0000 (22:15 +0100)]
widl: Check that fields in structures and unions referenced by non-local functions can be marshalled and that their attributes are consistent.

17 years agowidl: Stop looping in check_remoting_args when a context_handle or wire_marshal type...
Rob Shearman [Sun, 20 Apr 2008 21:15:06 +0000 (22:15 +0100)]
widl: Stop looping in check_remoting_args when a context_handle or wire_marshal type is found as they are in effect fundamental types.

17 years agoshdocvw: Fix a test that fails on all platforms.
James Hawkins [Mon, 21 Apr 2008 01:59:51 +0000 (20:59 -0500)]
shdocvw: Fix a test that fails on all platforms.

17 years agoimm32: Fix a test that fails on all systems.
James Hawkins [Mon, 21 Apr 2008 01:49:44 +0000 (20:49 -0500)]
imm32: Fix a test that fails on all systems.

17 years agokernel32: Fix two tests that fail in win9x.
James Hawkins [Sun, 20 Apr 2008 20:40:25 +0000 (15:40 -0500)]
kernel32: Fix two tests that fail in win9x.

17 years agokernel32: Fix a test that fails in win9x.
James Hawkins [Sun, 20 Apr 2008 20:33:27 +0000 (15:33 -0500)]
kernel32: Fix a test that fails in win9x.

17 years agoadvapi32: Fix a test that fails in win2k3.
James Hawkins [Sun, 20 Apr 2008 08:00:42 +0000 (03:00 -0500)]
advapi32: Fix a test that fails in win2k3.

17 years agomsi: Fix a few tests that fail in win9x.
James Hawkins [Sun, 20 Apr 2008 08:07:15 +0000 (03:07 -0500)]
msi: Fix a few tests that fail in win9x.

17 years agodsound: Skip the sound checks on the primary module and change its driver module...
Maarten Lankhorst [Sun, 20 Apr 2008 05:01:36 +0000 (22:01 -0700)]
dsound: Skip the sound checks on the primary module and change its driver module to "".

17 years agokernel32: Skip the screen buffer tests if codepage 866 is not available.
James Hawkins [Sun, 20 Apr 2008 07:26:12 +0000 (02:26 -0500)]
kernel32: Skip the screen buffer tests if codepage 866 is not available.

17 years agoinetcomm: Fix a test that fails on all systems.
James Hawkins [Sun, 20 Apr 2008 03:06:10 +0000 (22:06 -0500)]
inetcomm: Fix a test that fails on all systems.

17 years agocrypt32: Remove tests for properties not present on all systems.
James Hawkins [Sun, 20 Apr 2008 03:04:29 +0000 (22:04 -0500)]
crypt32: Remove tests for properties not present on all systems.

17 years agoadvpack: Fix a few failing tests in win95.
James Hawkins [Sat, 19 Apr 2008 05:01:56 +0000 (00:01 -0500)]
advpack: Fix a few failing tests in win95.

17 years agoadvapi32: Remove a test that fails on some systems.
James Hawkins [Sat, 19 Apr 2008 04:14:05 +0000 (23:14 -0500)]
advapi32: Remove a test that fails on some systems.

17 years agoadvapi32: Fix a test that fails on some versions of win2k.
James Hawkins [Sat, 19 Apr 2008 04:21:14 +0000 (23:21 -0500)]
advapi32: Fix a test that fails on some versions of win2k.

17 years agoadvpack: Remove a test that fails inconsistently on several platforms.
James Hawkins [Sat, 19 Apr 2008 04:06:25 +0000 (23:06 -0500)]
advpack: Remove a test that fails inconsistently on several platforms.

17 years agotools/wine.inf.in: Fix a typo.
Paul Vriens [Mon, 21 Apr 2008 06:14:20 +0000 (08:14 +0200)]
tools/wine.inf.in: Fix a typo.

17 years agoUpdate Russian translation.
Vitaliy Margolen [Mon, 21 Apr 2008 01:27:47 +0000 (19:27 -0600)]
Update Russian translation.

17 years agoshdoclc: Add Russian translation.
Vitaliy Margolen [Mon, 21 Apr 2008 01:27:34 +0000 (19:27 -0600)]
shdoclc: Add Russian translation.

17 years agomsxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function.
Alistair Leslie-Hughes [Sat, 19 Apr 2008 14:09:58 +0000 (00:09 +1000)]
msxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function.

17 years agomsxml3: Implement get_prefix.
Alistair Leslie-Hughes [Fri, 18 Apr 2008 11:23:22 +0000 (21:23 +1000)]
msxml3: Implement get_prefix.

17 years agomsxml3: Add tests for get_prefix and get_namespaceURI.
Alistair Leslie-Hughes [Sat, 19 Apr 2008 11:26:53 +0000 (21:26 +1000)]
msxml3: Add tests for get_prefix and get_namespaceURI.

17 years agomsxml3: Implement get_namespaceURI.
Alistair Leslie-Hughes [Fri, 18 Apr 2008 11:29:59 +0000 (21:29 +1000)]
msxml3: Implement get_namespaceURI.

17 years agouser32: Remove redundant LocalUnlock calls.
Alexandre Julliard [Mon, 21 Apr 2008 09:58:20 +0000 (11:58 +0200)]
user32: Remove redundant LocalUnlock calls.

17 years agogdi32: Return bitmask for 32-bit bitmaps too in GetDIBits.
Alexandre Julliard [Mon, 21 Apr 2008 09:57:30 +0000 (11:57 +0200)]
gdi32: Return bitmask for 32-bit bitmaps too in GetDIBits.

17 years agomcicda: Remove unused variable.
Andrew Talbot [Sat, 19 Apr 2008 14:17:42 +0000 (15:17 +0100)]
mcicda: Remove unused variable.

17 years agomciavi32: Remove unused variables.
Andrew Talbot [Sat, 19 Apr 2008 14:17:39 +0000 (15:17 +0100)]
mciavi32: Remove unused variables.

17 years agomciseq: Remove unused variable.
Andrew Talbot [Sat, 19 Apr 2008 14:17:47 +0000 (15:17 +0100)]
mciseq: Remove unused variable.

17 years agokernel32: Remove unused variables.
Andrew Talbot [Sat, 19 Apr 2008 14:17:36 +0000 (15:17 +0100)]
kernel32: Remove unused variables.

17 years agoinclude: Fix wingdi.h to define AW version of wglUseFontBitmaps and wglUseFontOutlines.
Alam Arias [Fri, 18 Apr 2008 23:30:03 +0000 (19:30 -0400)]
include: Fix wingdi.h to define AW version of wglUseFontBitmaps and wglUseFontOutlines.

17 years agoshlwapi/tests: Fix the return codes for Windows 2000 (without IE6 installed).
Reece Dunn [Fri, 18 Apr 2008 20:03:29 +0000 (21:03 +0100)]
shlwapi/tests: Fix the return codes for Windows 2000 (without IE6 installed).

17 years agomshtml: Forward window IDispatch methods.
Jacek Caban [Sat, 19 Apr 2008 16:41:44 +0000 (18:41 +0200)]
mshtml: Forward window IDispatch methods.

17 years agomshtml: Added window IDispatchEx implementation.
Jacek Caban [Sat, 19 Apr 2008 16:41:25 +0000 (18:41 +0200)]
mshtml: Added window IDispatchEx implementation.

17 years agomshtml: Forward IOmNavigator's IDispatch method to IDispatchEx implementation.
Jacek Caban [Fri, 18 Apr 2008 20:33:44 +0000 (22:33 +0200)]
mshtml: Forward IOmNavigator's IDispatch method to IDispatchEx implementation.

17 years agomshtml: Added IDispatchEx::GetIDsOfNames implementation.
Jacek Caban [Fri, 18 Apr 2008 20:00:22 +0000 (22:00 +0200)]
mshtml: Added IDispatchEx::GetIDsOfNames implementation.

17 years agomshtml: Added IDispatchEx::Invoke implementation.
Jacek Caban [Fri, 18 Apr 2008 20:00:00 +0000 (22:00 +0200)]
mshtml: Added IDispatchEx::Invoke implementation.

17 years agomshtml: Added IDispatchEx::InvokeEx implementation.
Jacek Caban [Fri, 18 Apr 2008 19:59:46 +0000 (21:59 +0200)]
mshtml: Added IDispatchEx::InvokeEx implementation.

17 years agomshtml: Added IDispEx::GetDispID implementation.
Jacek Caban [Sat, 19 Apr 2008 10:55:24 +0000 (12:55 +0200)]
mshtml: Added IDispEx::GetDispID implementation.

17 years agomshtml: Added load event support.
Jacek Caban [Sun, 20 Apr 2008 22:48:18 +0000 (00:48 +0200)]
mshtml: Added load event support.

17 years agomshtml: Parse and store onload attributes.
Jacek Caban [Fri, 18 Apr 2008 18:16:35 +0000 (20:16 +0200)]
mshtml: Parse and store onload attributes.

17 years agowinecfg: Added missing Dutch translation.
Frans Kool [Fri, 18 Apr 2008 14:27:17 +0000 (16:27 +0200)]
winecfg: Added missing Dutch translation.

17 years agogdi32: Add a test for ExtCreateRegion, make it pass under Wine.
Dmitry Timoshkov [Fri, 18 Apr 2008 13:42:43 +0000 (22:42 +0900)]
gdi32: Add a test for ExtCreateRegion, make it pass under Wine.

17 years agowinedump: Print contents of EMR_INTERSECTCLIPRECT and EMR_EXTSELECTCLIPRGN.
Dmitry Timoshkov [Fri, 18 Apr 2008 13:42:15 +0000 (22:42 +0900)]
winedump: Print contents of EMR_INTERSECTCLIPRECT and EMR_EXTSELECTCLIPRGN.

17 years agoRelease 0.9.60. wine-0.9.60
Alexandre Julliard [Fri, 18 Apr 2008 15:47:52 +0000 (17:47 +0200)]
Release 0.9.60.

17 years agowininet: Improve stub for FindNextUrlCacheEntryW a tiny bit.
Louis Lenders [Fri, 18 Apr 2008 11:44:47 +0000 (11:44 +0000)]
wininet: Improve stub for FindNextUrlCacheEntryW a tiny bit.

17 years agoadvapi32: Initialize hLock.
Marcus Meissner [Wed, 16 Apr 2008 06:41:54 +0000 (08:41 +0200)]
advapi32: Initialize hLock.

17 years agogdiplus: Implemented GdipVectorTransformMatrixPoints.
Nikolay Sivov [Fri, 18 Apr 2008 00:39:03 +0000 (04:39 +0400)]
gdiplus: Implemented GdipVectorTransformMatrixPoints.

17 years agogdiplus: Implemented GdipGetCustomLineCapBaseCap.
Nikolay Sivov [Thu, 17 Apr 2008 19:11:15 +0000 (23:11 +0400)]
gdiplus: Implemented GdipGetCustomLineCapBaseCap.

17 years agouser32/tests: Add test for switching not maximized mdi children.
Anatoly Lyutin [Thu, 17 Apr 2008 17:27:25 +0000 (21:27 +0400)]
user32/tests: Add test for switching not maximized mdi children.

17 years agouser32/tests: Get rid of magic number.
Anatoly Lyutin [Thu, 17 Apr 2008 17:29:15 +0000 (21:29 +0400)]
user32/tests: Get rid of magic number.

17 years agomsxml3: Check for xsltInit before calling it.
Lei Zhang [Thu, 17 Apr 2008 20:00:22 +0000 (13:00 -0700)]
msxml3: Check for xsltInit before calling it.

17 years agowinex11: Update caret position.
Kusanagi Kouichi [Fri, 18 Apr 2008 00:48:31 +0000 (09:48 +0900)]
winex11: Update caret position.

17 years agouser32: Handle IME messages more gracefully.
Kusanagi Kouichi [Thu, 17 Apr 2008 23:39:31 +0000 (08:39 +0900)]
user32: Handle IME messages more gracefully.

17 years agogdi32: Fixed initialization of bit masks in GetDIBits for 16-bit bitmaps.
Alexandre Julliard [Fri, 18 Apr 2008 10:08:12 +0000 (12:08 +0200)]
gdi32: Fixed initialization of bit masks in GetDIBits for 16-bit bitmaps.

Fix and improve the test cases.

17 years agoddraw: Remove unused variables.
Andrew Talbot [Thu, 17 Apr 2008 21:43:49 +0000 (22:43 +0100)]
ddraw: Remove unused variables.

17 years agodinput/tests: Add test to show dinput does not use user defined data format for keyboard.
Sergey Khodych [Thu, 17 Apr 2008 21:29:24 +0000 (00:29 +0300)]
dinput/tests: Add test to show dinput does not use user defined data format for keyboard.

17 years agowinefile: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:43:56 +0000 (09:43 +0900)]
winefile: Updated Korean resource.

17 years agowinecfg: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:43:33 +0000 (09:43 +0900)]
winecfg: Updated Korean resource.

17 years agouser32: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:43:12 +0000 (09:43 +0900)]
user32: Updated Korean resource.

17 years agoshell32: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:42:45 +0000 (09:42 +0900)]
shell32: Updated Korean resource.

17 years agocomdlg32: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:41:31 +0000 (09:41 +0900)]
comdlg32: Updated Korean resource.

17 years agomshtml: Store IActiveScriptParseProcedure in ScriptHost.
Jacek Caban [Thu, 17 Apr 2008 20:53:52 +0000 (22:53 +0200)]
mshtml: Store IActiveScriptParseProcedure in ScriptHost.

17 years agomshtml: Added IHTMLWindow3 stub implementation.
Jacek Caban [Thu, 17 Apr 2008 20:53:31 +0000 (22:53 +0200)]
mshtml: Added IHTMLWindow3 stub implementation.

17 years agomshtml: Added possibility to get node object from nsIDOMNode only if available.
Jacek Caban [Thu, 17 Apr 2008 20:52:49 +0000 (22:52 +0200)]
mshtml: Added possibility to get node object from nsIDOMNode only if available.

17 years agowinhelp: Fix regression introduced by Win64 warning fixes.
Eric Pouech [Thu, 17 Apr 2008 19:35:59 +0000 (21:35 +0200)]
winhelp: Fix regression introduced by Win64 warning fixes.

17 years agowininet: Correct the case where Content-Length is set as well as Transfer-Encoding...
Aric Stewart [Thu, 17 Apr 2008 18:05:41 +0000 (13:05 -0500)]
wininet: Correct the case where Content-Length is set as well as Transfer-Encoding == chunked.

17 years agowintrust: Check for null CleanupPolicy function pointer.
Rhys McGuckin [Thu, 17 Apr 2008 17:41:22 +0000 (03:41 +1000)]
wintrust: Check for null CleanupPolicy function pointer.

17 years agontdll: Don't create a temporary dir, run wineprefixcreate directly in the final dir.
Alexandre Julliard [Thu, 17 Apr 2008 18:40:25 +0000 (20:40 +0200)]
ntdll: Don't create a temporary dir, run wineprefixcreate directly in the final dir.

17 years agowineprefixcreate: Moved creation of directories to wine.inf.
Alexandre Julliard [Thu, 17 Apr 2008 18:37:00 +0000 (20:37 +0200)]
wineprefixcreate: Moved creation of directories to wine.inf.

17 years agosetupapi: Add support for creating directories from the FakeDlls section.
Alexandre Julliard [Thu, 17 Apr 2008 18:34:06 +0000 (20:34 +0200)]
setupapi: Add support for creating directories from the FakeDlls section.

17 years agokernel32: Create the windows and system directories if necessary.
Alexandre Julliard [Thu, 17 Apr 2008 18:33:47 +0000 (20:33 +0200)]
kernel32: Create the windows and system directories if necessary.

17 years agosetupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INVALID_DATA when...
Alexander Morozov [Thu, 17 Apr 2008 16:28:14 +0000 (20:28 +0400)]
setupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INVALID_DATA when buffer size is not 0 but buffer is NULL.

17 years agosetupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INSUFFICIENT_BUFFER...
Alexander Morozov [Thu, 17 Apr 2008 16:28:09 +0000 (20:28 +0400)]
setupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INSUFFICIENT_BUFFER when buffer size is insufficient.

17 years agosetupapi: Add a test for SetupDiGetDeviceRegistryProperty and SetupDiSetDeviceRegistr...
Alexander Morozov [Thu, 17 Apr 2008 16:28:04 +0000 (20:28 +0400)]
setupapi: Add a test for SetupDiGetDeviceRegistryProperty and SetupDiSetDeviceRegistryProperty.

17 years agohhctrl.ocx: Remove unused variable.
Andrew Talbot [Thu, 17 Apr 2008 16:39:42 +0000 (17:39 +0100)]
hhctrl.ocx: Remove unused variable.

17 years agogphoto2.ds: Remove unused variable.
Andrew Talbot [Thu, 17 Apr 2008 16:39:39 +0000 (17:39 +0100)]
gphoto2.ds: Remove unused variable.

17 years agogdi32: Remove unused variable.
Andrew Talbot [Thu, 17 Apr 2008 16:39:36 +0000 (17:39 +0100)]
gdi32: Remove unused variable.

17 years agowinedump: Decipher contents of a couple EMF records.
Dmitry Timoshkov [Thu, 17 Apr 2008 12:11:16 +0000 (21:11 +0900)]
winedump: Decipher contents of a couple EMF records.

17 years agoquartz: Avoid sizeof in traces.
Alexandre Julliard [Thu, 17 Apr 2008 18:17:03 +0000 (20:17 +0200)]
quartz: Avoid sizeof in traces.

17 years agouser32: Added support for WS_EX_RIGHT in the static control.
Alexandre Julliard [Thu, 17 Apr 2008 17:26:43 +0000 (19:26 +0200)]
user32: Added support for WS_EX_RIGHT in the static control.

17 years agouser32: Added support for WS_EX_RIGHT in the edit control.
Alexandre Julliard [Thu, 17 Apr 2008 17:26:39 +0000 (19:26 +0200)]
user32: Added support for WS_EX_RIGHT in the edit control.

17 years agouser32: Added support for WS_EX_RIGHT in the button control.
Alexandre Julliard [Thu, 17 Apr 2008 17:26:34 +0000 (19:26 +0200)]
user32: Added support for WS_EX_RIGHT in the button control.

17 years agowinex11: Moved the WM_SYSCOMMAND handling to window.c.
Alexandre Julliard [Thu, 17 Apr 2008 14:13:34 +0000 (16:13 +0200)]
winex11: Moved the WM_SYSCOMMAND handling to window.c.

17 years agowinex11: Moved the MapNotify handler to event.c.
Alexandre Julliard [Thu, 17 Apr 2008 14:13:12 +0000 (16:13 +0200)]
winex11: Moved the MapNotify handler to event.c.

17 years agowinex11: Moved the ExposeEvent handler to event.c.
Alexandre Julliard [Thu, 17 Apr 2008 14:07:06 +0000 (16:07 +0200)]
winex11: Moved the ExposeEvent handler to event.c.

Use consistent naming for all event handlers.

17 years agoserver: Make enum_desktop enumerate all the desktops on the window station with the...
Maarten Lankhorst [Tue, 15 Apr 2008 23:38:58 +0000 (16:38 -0700)]
server: Make enum_desktop enumerate all the desktops on the window station with the DESKTOP_ENUMERATE right.

17 years agoserver: Make enum_winstations enumerate all the window stations with WINSTA_ENUMERATE...
Maarten Lankhorst [Tue, 15 Apr 2008 21:32:43 +0000 (14:32 -0700)]
server: Make enum_winstations enumerate all the window stations with WINSTA_ENUMERATE right.

17 years agoshlwapi/tests: Enumerate the STGM sharing modes in the SHCreateStreamOnFile tests.
Reece Dunn [Sun, 13 Apr 2008 13:05:07 +0000 (14:05 +0100)]
shlwapi/tests: Enumerate the STGM sharing modes in the SHCreateStreamOnFile tests.