Kusanagi Kouichi [Fri, 18 Apr 2008 12:52:20 +0000 (21:52 +0900)]
winex11.drv: Generate WM_IME_ENDCOMPOSITION when preedit ends.
Stefan Leichter [Thu, 17 Apr 2008 21:31:05 +0000 (23:31 +0200)]
shell32: Implement SHGetFolderPathAndSubDirA/W.
Maarten Lankhorst [Sat, 19 Apr 2008 22:19:32 +0000 (15:19 -0700)]
quartz: Add some more tests and fix wine to pass them.
Maarten Lankhorst [Sat, 19 Apr 2008 05:23:19 +0000 (22:23 -0700)]
quartz: Change longlong printfs.
Maarten Lankhorst [Sat, 19 Apr 2008 05:21:59 +0000 (22:21 -0700)]
quartz: Add more seek entries and fix a time continuity bug.
Maarten Lankhorst [Sat, 19 Apr 2008 05:04:55 +0000 (22:04 -0700)]
quartz: Only drop Preroll samples after obtaining its time.
Maarten Lankhorst [Fri, 18 Apr 2008 23:14:41 +0000 (16:14 -0700)]
quartz: Drop preroll frames in directsound renderer too.
Maarten Lankhorst [Fri, 18 Apr 2008 23:13:25 +0000 (16:13 -0700)]
quartz: No longer drop packets on discontinuities.
Maarten Lankhorst [Fri, 18 Apr 2008 23:07:40 +0000 (16:07 -0700)]
quartz: Set media time in the file source.
Maarten Lankhorst [Fri, 18 Apr 2008 23:07:05 +0000 (16:07 -0700)]
quartz: Make acmwrapper respect preroll samples.
Maarten Lankhorst [Thu, 17 Apr 2008 20:24:51 +0000 (13:24 -0700)]
quartz: Flux AsyncReader in PullPin_BeginFlush.
Maarten Lankhorst [Thu, 17 Apr 2008 20:11:05 +0000 (13:11 -0700)]
quartz: Fix sample leak in file source on failure path.
Maarten Lankhorst [Thu, 17 Apr 2008 18:33:35 +0000 (11:33 -0700)]
quartz: Fix theoretical memory leak.
Maarten Lankhorst [Thu, 17 Apr 2008 18:16:13 +0000 (11:16 -0700)]
quartz: Make the video renderer drop preroll samples.
Eric Pouech [Fri, 18 Apr 2008 19:34:48 +0000 (21:34 +0200)]
winhelp: Silencing the copyright system record entry while parsing help files.
Eric Pouech [Fri, 18 Apr 2008 19:34:42 +0000 (21:34 +0200)]
winhelp: When no help file is passed on command line, we should open then file pickup dialog.
Eric Pouech [Fri, 18 Apr 2008 19:34:36 +0000 (21:34 +0200)]
winhelp: Instead of loading all pages at once, allow to browse them one by one.
Eric Pouech [Fri, 18 Apr 2008 19:34:29 +0000 (21:34 +0200)]
winhelp: Removed a couple of internal windows' handle and replaced them with control IDs.
Eric Pouech [Fri, 18 Apr 2008 19:34:23 +0000 (21:34 +0200)]
winhelp: No longer store the WINHELP_WINDOW* inside the button box.
Eric Pouech [Fri, 18 Apr 2008 19:34:17 +0000 (21:34 +0200)]
winhelp: Always create a main window, even for popups.
Eric Pouech [Fri, 18 Apr 2008 19:34:11 +0000 (21:34 +0200)]
winhelp: Fixed the parsing of a link containing both a .hlp file and a window name.
Eric Pouech [Fri, 18 Apr 2008 19:34:05 +0000 (21:34 +0200)]
winhelp: Removed no longer needed field (wStringTableOffset) in Globals.
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.
Eric Pouech [Fri, 18 Apr 2008 19:33:51 +0000 (21:33 +0200)]
winhelp: Get rid of the WM_USER message.
Eric Pouech [Fri, 18 Apr 2008 19:33:45 +0000 (21:33 +0200)]
winhelp: Add an (ugly) icon.
ByeongSik Jeon [Mon, 21 Apr 2008 01:58:15 +0000 (10:58 +0900)]
winecfg: Update Korean translation.
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.
Rob Shearman [Sun, 20 Apr 2008 21:16:10 +0000 (22:16 +0100)]
widl: Add support for '%' operator in expressions.
Rob Shearman [Sun, 20 Apr 2008 21:16:00 +0000 (22:16 +0100)]
widl: Add support for arrays in expressions.
Rob Shearman [Sun, 20 Apr 2008 21:15:43 +0000 (22:15 +0100)]
widl: Add support for "->" and "." operators in expressions.
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.
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.
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.)
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.
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.
James Hawkins [Mon, 21 Apr 2008 01:59:51 +0000 (20:59 -0500)]
shdocvw: Fix a test that fails on all platforms.
James Hawkins [Mon, 21 Apr 2008 01:49:44 +0000 (20:49 -0500)]
imm32: Fix a test that fails on all systems.
James Hawkins [Sun, 20 Apr 2008 20:40:25 +0000 (15:40 -0500)]
kernel32: Fix two tests that fail in win9x.
James Hawkins [Sun, 20 Apr 2008 20:33:27 +0000 (15:33 -0500)]
kernel32: Fix a test that fails in win9x.
James Hawkins [Sun, 20 Apr 2008 08:00:42 +0000 (03:00 -0500)]
advapi32: Fix a test that fails in win2k3.
James Hawkins [Sun, 20 Apr 2008 08:07:15 +0000 (03:07 -0500)]
msi: Fix a few tests that fail in win9x.
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 "".
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.
James Hawkins [Sun, 20 Apr 2008 03:06:10 +0000 (22:06 -0500)]
inetcomm: Fix a test that fails 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.
James Hawkins [Sat, 19 Apr 2008 05:01:56 +0000 (00:01 -0500)]
advpack: Fix a few failing tests in win95.
James Hawkins [Sat, 19 Apr 2008 04:14:05 +0000 (23:14 -0500)]
advapi32: Remove a test that fails on some systems.
James Hawkins [Sat, 19 Apr 2008 04:21:14 +0000 (23:21 -0500)]
advapi32: Fix a test that fails on some versions of win2k.
James Hawkins [Sat, 19 Apr 2008 04:06:25 +0000 (23:06 -0500)]
advpack: Remove a test that fails inconsistently on several platforms.
Paul Vriens [Mon, 21 Apr 2008 06:14:20 +0000 (08:14 +0200)]
tools/wine.inf.in: Fix a typo.
Vitaliy Margolen [Mon, 21 Apr 2008 01:27:47 +0000 (19:27 -0600)]
Update Russian translation.
Vitaliy Margolen [Mon, 21 Apr 2008 01:27:34 +0000 (19:27 -0600)]
shdoclc: Add Russian translation.
Alistair Leslie-Hughes [Sat, 19 Apr 2008 14:09:58 +0000 (00:09 +1000)]
msxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function.
Alistair Leslie-Hughes [Fri, 18 Apr 2008 11:23:22 +0000 (21:23 +1000)]
msxml3: Implement get_prefix.
Alistair Leslie-Hughes [Sat, 19 Apr 2008 11:26:53 +0000 (21:26 +1000)]
msxml3: Add tests for get_prefix and get_namespaceURI.
Alistair Leslie-Hughes [Fri, 18 Apr 2008 11:29:59 +0000 (21:29 +1000)]
msxml3: Implement get_namespaceURI.
Alexandre Julliard [Mon, 21 Apr 2008 09:58:20 +0000 (11:58 +0200)]
user32: Remove redundant LocalUnlock calls.
Alexandre Julliard [Mon, 21 Apr 2008 09:57:30 +0000 (11:57 +0200)]
gdi32: Return bitmask for 32-bit bitmaps too in GetDIBits.
Andrew Talbot [Sat, 19 Apr 2008 14:17:42 +0000 (15:17 +0100)]
mcicda: Remove unused variable.
Andrew Talbot [Sat, 19 Apr 2008 14:17:39 +0000 (15:17 +0100)]
mciavi32: Remove unused variables.
Andrew Talbot [Sat, 19 Apr 2008 14:17:47 +0000 (15:17 +0100)]
mciseq: Remove unused variable.
Andrew Talbot [Sat, 19 Apr 2008 14:17:36 +0000 (15:17 +0100)]
kernel32: Remove unused variables.
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.
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).
Jacek Caban [Sat, 19 Apr 2008 16:41:44 +0000 (18:41 +0200)]
mshtml: Forward window IDispatch methods.
Jacek Caban [Sat, 19 Apr 2008 16:41:25 +0000 (18:41 +0200)]
mshtml: Added window IDispatchEx implementation.
Jacek Caban [Fri, 18 Apr 2008 20:33:44 +0000 (22:33 +0200)]
mshtml: Forward IOmNavigator's IDispatch method to IDispatchEx implementation.
Jacek Caban [Fri, 18 Apr 2008 20:00:22 +0000 (22:00 +0200)]
mshtml: Added IDispatchEx::GetIDsOfNames implementation.
Jacek Caban [Fri, 18 Apr 2008 20:00:00 +0000 (22:00 +0200)]
mshtml: Added IDispatchEx::Invoke implementation.
Jacek Caban [Fri, 18 Apr 2008 19:59:46 +0000 (21:59 +0200)]
mshtml: Added IDispatchEx::InvokeEx implementation.
Jacek Caban [Sat, 19 Apr 2008 10:55:24 +0000 (12:55 +0200)]
mshtml: Added IDispEx::GetDispID implementation.
Jacek Caban [Sun, 20 Apr 2008 22:48:18 +0000 (00:48 +0200)]
mshtml: Added load event support.
Jacek Caban [Fri, 18 Apr 2008 18:16:35 +0000 (20:16 +0200)]
mshtml: Parse and store onload attributes.
Frans Kool [Fri, 18 Apr 2008 14:27:17 +0000 (16:27 +0200)]
winecfg: Added missing Dutch translation.
Dmitry Timoshkov [Fri, 18 Apr 2008 13:42:43 +0000 (22:42 +0900)]
gdi32: Add a test for ExtCreateRegion, make it pass under Wine.
Dmitry Timoshkov [Fri, 18 Apr 2008 13:42:15 +0000 (22:42 +0900)]
winedump: Print contents of EMR_INTERSECTCLIPRECT and EMR_EXTSELECTCLIPRGN.
Alexandre Julliard [Fri, 18 Apr 2008 15:47:52 +0000 (17:47 +0200)]
Release 0.9.60.
Louis Lenders [Fri, 18 Apr 2008 11:44:47 +0000 (11:44 +0000)]
wininet: Improve stub for FindNextUrlCacheEntryW a tiny bit.
Marcus Meissner [Wed, 16 Apr 2008 06:41:54 +0000 (08:41 +0200)]
advapi32: Initialize hLock.
Nikolay Sivov [Fri, 18 Apr 2008 00:39:03 +0000 (04:39 +0400)]
gdiplus: Implemented GdipVectorTransformMatrixPoints.
Nikolay Sivov [Thu, 17 Apr 2008 19:11:15 +0000 (23:11 +0400)]
gdiplus: Implemented GdipGetCustomLineCapBaseCap.
Anatoly Lyutin [Thu, 17 Apr 2008 17:27:25 +0000 (21:27 +0400)]
user32/tests: Add test for switching not maximized mdi children.
Anatoly Lyutin [Thu, 17 Apr 2008 17:29:15 +0000 (21:29 +0400)]
user32/tests: Get rid of magic number.
Lei Zhang [Thu, 17 Apr 2008 20:00:22 +0000 (13:00 -0700)]
msxml3: Check for xsltInit before calling it.
Kusanagi Kouichi [Fri, 18 Apr 2008 00:48:31 +0000 (09:48 +0900)]
winex11: Update caret position.
Kusanagi Kouichi [Thu, 17 Apr 2008 23:39:31 +0000 (08:39 +0900)]
user32: Handle IME messages more gracefully.
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.
Andrew Talbot [Thu, 17 Apr 2008 21:43:49 +0000 (22:43 +0100)]
ddraw: Remove unused variables.
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.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:43:56 +0000 (09:43 +0900)]
winefile: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:43:33 +0000 (09:43 +0900)]
winecfg: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:43:12 +0000 (09:43 +0900)]
user32: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:42:45 +0000 (09:42 +0900)]
shell32: Updated Korean resource.
Hwang YunSong(황윤성 [Fri, 18 Apr 2008 00:41:31 +0000 (09:41 +0900)]
comdlg32: Updated Korean resource.
Jacek Caban [Thu, 17 Apr 2008 20:53:52 +0000 (22:53 +0200)]
mshtml: Store IActiveScriptParseProcedure in ScriptHost.
Jacek Caban [Thu, 17 Apr 2008 20:53:31 +0000 (22:53 +0200)]
mshtml: Added IHTMLWindow3 stub implementation.
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.
Eric Pouech [Thu, 17 Apr 2008 19:35:59 +0000 (21:35 +0200)]
winhelp: Fix regression introduced by Win64 warning fixes.
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.
Rhys McGuckin [Thu, 17 Apr 2008 17:41:22 +0000 (03:41 +1000)]
wintrust: Check for null CleanupPolicy function pointer.