wine
16 years agojscript: Added Math_SQRT1_2 implementations and tests.
Piotr Caban [Sun, 24 May 2009 19:07:22 +0000 (21:07 +0200)] 
jscript: Added Math_SQRT1_2 implementations and tests.

16 years agojscript: Added Math_SQRT2 implementation and tests.
Piotr Caban [Sun, 24 May 2009 19:06:23 +0000 (21:06 +0200)] 
jscript: Added Math_SQRT2 implementation and tests.

16 years agowined3d: Decrement fbo_entry_count when one is removed from the list.
Chris Robinson [Sun, 24 May 2009 12:15:29 +0000 (05:15 -0700)] 
wined3d: Decrement fbo_entry_count when one is removed from the list.

16 years agowined3d: Prevent erroneous FIXMEs on newer cards.
Chris Robinson [Sun, 10 May 2009 21:17:43 +0000 (14:17 -0700)] 
wined3d: Prevent erroneous FIXMEs on newer cards.

Cards that have 12 or more combined samplers can trigger a fixme if they have
the same amount of vertex samplers, even though it's plenty enough.

16 years agodsound: Clarify statement in DSOUND_capture_callback.
Gerald Pfeifer [Sat, 23 May 2009 20:17:08 +0000 (22:17 +0200)] 
dsound: Clarify statement in DSOUND_capture_callback.

16 years agoavifil32: Constify a variable.
Andrew Talbot [Sat, 23 May 2009 21:31:56 +0000 (22:31 +0100)] 
avifil32: Constify a variable.

16 years agowinedbg: Add Russian translation.
Vladimir Pankratov [Fri, 22 May 2009 21:21:03 +0000 (02:21 +0500)] 
winedbg: Add Russian translation.

16 years agocryptui: Added Dutch translations.
Frans Kool [Fri, 22 May 2009 20:41:07 +0000 (22:41 +0200)] 
cryptui: Added Dutch translations.

16 years agoimm32: Use a simpler comparison of a pointer with NULL.
Michael Stefaniuc [Fri, 22 May 2009 20:23:17 +0000 (22:23 +0200)] 
imm32: Use a simpler comparison of a pointer with NULL.

16 years agomsctf: Implement ITextStoreACPSink::OnStatusChange.
Aric Stewart [Fri, 22 May 2009 19:49:30 +0000 (14:49 -0500)] 
msctf: Implement ITextStoreACPSink::OnStatusChange.

Requires changes in the way document locking is implemented and tested.

16 years agocomdlg32/tests: PrintDlgExW returns E_NOTIMPL on some versions of winME.
Huw Davies [Fri, 22 May 2009 14:13:15 +0000 (15:13 +0100)] 
comdlg32/tests: PrintDlgExW returns E_NOTIMPL on some versions of winME.

16 years agoole32/tests: Fix tests on systems without IE installed.
Huw Davies [Fri, 22 May 2009 13:53:21 +0000 (14:53 +0100)] 
ole32/tests: Fix tests on systems without IE installed.

16 years agomsvcrt: Replace long by MSVCRT_long.
Alexandre Julliard [Sat, 23 May 2009 09:49:09 +0000 (11:49 +0200)] 
msvcrt: Replace long by MSVCRT_long.

16 years agoinclude/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility.
Alexandre Julliard [Sat, 23 May 2009 09:38:59 +0000 (11:38 +0200)] 
include/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility.

16 years agomsvcrt/tests: Make all msvcrt function pointers cdecl.
Alexandre Julliard [Sat, 23 May 2009 09:21:28 +0000 (11:21 +0200)] 
msvcrt/tests: Make all msvcrt function pointers cdecl.

16 years agomsvcrt: Fix the stat and finddata structures for 64-bit.
Alexandre Julliard [Sat, 23 May 2009 09:15:19 +0000 (11:15 +0200)] 
msvcrt: Fix the stat and finddata structures for 64-bit.

16 years agomsvcrt: Add explicit 32- and 64-bit versions of the utime functions.
Alexandre Julliard [Sat, 23 May 2009 09:10:05 +0000 (11:10 +0200)] 
msvcrt: Add explicit 32- and 64-bit versions of the utime functions.

16 years agomsvcrt: Add explicit 32- and 64-bit versions of the time functions.
Alexandre Julliard [Sat, 23 May 2009 09:06:29 +0000 (11:06 +0200)] 
msvcrt: Add explicit 32- and 64-bit versions of the time functions.

16 years agoRelease 1.1.22. wine-1.1.22
Alexandre Julliard [Fri, 22 May 2009 15:58:14 +0000 (17:58 +0200)] 
Release 1.1.22.

16 years agokernel32/tests: Fix test failure on older W2K boxes.
Paul Vriens [Fri, 22 May 2009 13:04:53 +0000 (15:04 +0200)] 
kernel32/tests: Fix test failure on older W2K boxes.

16 years agourlmon: Fixed tests on Windows.
Jacek Caban [Fri, 22 May 2009 11:56:38 +0000 (13:56 +0200)] 
urlmon: Fixed tests on Windows.

16 years agogdi32/tests: Fix a test failure on Win9x/WinME.
Paul Vriens [Fri, 22 May 2009 11:54:26 +0000 (13:54 +0200)] 
gdi32/tests: Fix a test failure on Win9x/WinME.

16 years agotraffic: Stub for TcRegisterClient.
Stefan Leichter [Fri, 22 May 2009 12:00:21 +0000 (14:00 +0200)] 
traffic: Stub for TcRegisterClient.

16 years agoole32: Explicitly add the three ULONGs from the METAFILEPICT struct to allow for...
Huw Davies [Fri, 22 May 2009 10:51:31 +0000 (11:51 +0100)] 
ole32: Explicitly add the three ULONGs from the METAFILEPICT struct to allow for padding in the 64-bit version.

16 years agontdll: Implement RtlUnwindEx for x86_64.
Alexandre Julliard [Fri, 22 May 2009 10:47:15 +0000 (12:47 +0200)] 
ntdll: Implement RtlUnwindEx for x86_64.

16 years agontdll: Implement __C_specific_handler for x86_64.
Alexandre Julliard [Fri, 22 May 2009 10:00:43 +0000 (12:00 +0200)] 
ntdll: Implement __C_specific_handler for x86_64.

16 years agontdll: Initial support for dispatching exceptions to stack handlers on x86_64.
Alexandre Julliard [Fri, 22 May 2009 09:52:13 +0000 (11:52 +0200)] 
ntdll: Initial support for dispatching exceptions to stack handlers on x86_64.

16 years agontdll: Implemented RtlLookupFunctionEntry for x86_64.
Alexandre Julliard [Fri, 22 May 2009 09:48:30 +0000 (11:48 +0200)] 
ntdll: Implemented RtlLookupFunctionEntry for x86_64.

16 years agoshell32: Implement ShellItem_GetAttributes.
Vincent Povirk [Thu, 21 May 2009 18:24:32 +0000 (13:24 -0500)] 
shell32: Implement ShellItem_GetAttributes.

16 years agoshell32: Implement IShellItem_GetParent.
Vincent Povirk [Thu, 21 May 2009 18:18:26 +0000 (13:18 -0500)] 
shell32: Implement IShellItem_GetParent.

16 years agoshell32: Handle parent folders in SHCreateShellItem.
Vincent Povirk [Thu, 21 May 2009 18:13:11 +0000 (13:13 -0500)] 
shell32: Handle parent folders in SHCreateShellItem.

16 years agoshell32: Fail properly when no pidl is passed to SHCreateShellItem.
Vincent Povirk [Thu, 21 May 2009 16:24:29 +0000 (11:24 -0500)] 
shell32: Fail properly when no pidl is passed to SHCreateShellItem.

16 years agoshell32: Add test for SHCreateShellItem.
Vincent Povirk [Thu, 21 May 2009 16:19:21 +0000 (11:19 -0500)] 
shell32: Add test for SHCreateShellItem.

16 years agowin87em.dll16: Remove a unnecessary floating point instruction that can cause invalid...
Rein Klazes [Fri, 22 May 2009 07:02:00 +0000 (09:02 +0200)] 
win87em.dll16: Remove a unnecessary floating point instruction that can cause invalid operation exceptions.

16 years agocomctl32/tests: A bunch of ListView hittest tests.
Nikolay Sivov [Thu, 21 May 2009 20:57:30 +0000 (00:57 +0400)] 
comctl32/tests: A bunch of ListView hittest tests.

16 years agopowerprof: Remove a noisy FIXME.
Austin English [Thu, 21 May 2009 20:08:02 +0000 (15:08 -0500)] 
powerprof: Remove a noisy FIXME.

16 years agontdll: Change a noisy FIXME to a WARN.
Austin English [Thu, 21 May 2009 20:07:02 +0000 (15:07 -0500)] 
ntdll: Change a noisy FIXME to a WARN.

16 years agomsctf: Beginning implementation of ITfContext::GetSelection.
Aric Stewart [Thu, 21 May 2009 18:45:57 +0000 (13:45 -0500)] 
msctf: Beginning implementation of ITfContext::GetSelection.

16 years agomsctf: Beginning implementation of ITfContext::GetEnd.
Aric Stewart [Thu, 21 May 2009 18:45:36 +0000 (13:45 -0500)] 
msctf: Beginning implementation of ITfContext::GetEnd.

16 years agomsctf: Beginning implementation of ITfContext::GetStart.
Aric Stewart [Thu, 21 May 2009 18:45:26 +0000 (13:45 -0500)] 
msctf: Beginning implementation of ITfContext::GetStart.

16 years agomsctf: Correct order of dwFlag checking to properly be able to set a ReadWrite lock.
Aric Stewart [Thu, 21 May 2009 18:44:51 +0000 (13:44 -0500)] 
msctf: Correct order of dwFlag checking to properly be able to set a ReadWrite lock.

16 years agoshell32: Remove unnecessary linefeeds in traces.
Alexandre Julliard [Thu, 21 May 2009 15:17:26 +0000 (17:17 +0200)] 
shell32: Remove unnecessary linefeeds in traces.

16 years agocomctl32/listview: Update focus rectangle properly.
Nikolay Sivov [Thu, 21 May 2009 11:55:47 +0000 (15:55 +0400)] 
comctl32/listview: Update focus rectangle properly.

16 years agoole32: Fix remote HMETAFILEPICT marshalling on 64 bit systems.
Huw Davies [Thu, 21 May 2009 11:16:20 +0000 (12:16 +0100)] 
ole32: Fix remote HMETAFILEPICT marshalling on 64 bit systems.

16 years agoole32/tests: Use the current stream position to determine the marshal data size.
Huw Davies [Thu, 21 May 2009 10:27:41 +0000 (11:27 +0100)] 
ole32/tests: Use the current stream position to determine the marshal data size.

16 years agokernel32: Add missing terminator on %wc format conversion.
Alexandre Julliard [Thu, 21 May 2009 11:31:01 +0000 (13:31 +0200)] 
kernel32: Add missing terminator on %wc format conversion.

16 years agomsi: Subscribe to SetProgress event on adding progress bar control to dialog.
Ilya Shpigor [Tue, 19 May 2009 13:16:47 +0000 (17:16 +0400)] 
msi: Subscribe to SetProgress event on adding progress bar control to dialog.

16 years agogdiplus: Implement partially transparent solid fill brushes.
Vincent Povirk [Wed, 20 May 2009 16:24:18 +0000 (11:24 -0500)] 
gdiplus: Implement partially transparent solid fill brushes.

16 years agowined3d: Implement SGN in ARB.
Stefan Dösinger [Fri, 8 May 2009 16:17:03 +0000 (18:17 +0200)] 
wined3d: Implement SGN in ARB.

16 years agowined3d: Support vec4 A0 with NV_vertex_program2_option.
Stefan Dösinger [Fri, 8 May 2009 16:14:34 +0000 (18:14 +0200)] 
wined3d: Support vec4 A0 with NV_vertex_program2_option.

16 years agowined3d: Support ABS and ABSNEG with NV extensions if available.
Stefan Dösinger [Thu, 21 May 2009 10:00:16 +0000 (12:00 +0200)] 
wined3d: Support ABS and ABSNEG with NV extensions if available.

16 years agowined3d: Add NV asm extension support to the ARB backend.
Stefan Dösinger [Fri, 8 May 2009 16:02:27 +0000 (18:02 +0200)] 
wined3d: Add NV asm extension support to the ARB backend.

16 years agowined3d: Support ABS and ABSNEG in ARB.
Stefan Dösinger [Thu, 21 May 2009 09:58:20 +0000 (11:58 +0200)] 
wined3d: Support ABS and ABSNEG in ARB.

16 years agomsctf: Generate TfEditCookies for edit sessions.
Aric Stewart [Wed, 20 May 2009 19:46:50 +0000 (14:46 -0500)] 
msctf: Generate TfEditCookies for edit sessions.

16 years agomsctf: Beginning of TfEditCookie definition and usage.
Aric Stewart [Wed, 20 May 2009 19:46:44 +0000 (14:46 -0500)] 
msctf: Beginning of TfEditCookie definition and usage.

16 years agodbghelp: All parameters of MiniDumpReadDumpStream() except base are optional.
Dmitry Timoshkov [Thu, 21 May 2009 04:31:04 +0000 (13:31 +0900)] 
dbghelp: All parameters of MiniDumpReadDumpStream() except base are optional.

16 years agocomctl32/tests: A basic test for ListView WM_SETREDRAW.
Nikolay Sivov [Wed, 20 May 2009 18:34:48 +0000 (22:34 +0400)] 
comctl32/tests: A basic test for ListView WM_SETREDRAW.

16 years agocomctl32/listview: Don't use uninitialized value.
Nikolay Sivov [Wed, 20 May 2009 18:13:19 +0000 (22:13 +0400)] 
comctl32/listview: Don't use uninitialized value.

16 years agowinex11.drv: Optimize AlphaBlend of 1x1 source bitmaps.
Vincent Povirk [Wed, 20 May 2009 16:23:38 +0000 (11:23 -0500)] 
winex11.drv: Optimize AlphaBlend of 1x1 source bitmaps.

16 years agooleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
Alexandre Julliard [Wed, 20 May 2009 18:19:59 +0000 (20:19 +0200)] 
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.

16 years agowinex11.drv: Use the proper enum value for repeat.
Vincent Povirk [Wed, 20 May 2009 16:22:41 +0000 (11:22 -0500)] 
winex11.drv: Use the proper enum value for repeat.

16 years agourlmon: Fixed buffer size calculation.
Jacek Caban [Wed, 20 May 2009 14:47:32 +0000 (16:47 +0200)] 
urlmon: Fixed buffer size calculation.

16 years agomsctf: Fix an error message.
Francois Gouget [Wed, 20 May 2009 14:03:58 +0000 (16:03 +0200)] 
msctf: Fix an error message.

16 years agokernel32: Fix doc header for SetThreadIdealProcessor.
Lionel Debroux [Wed, 20 May 2009 12:46:58 +0000 (14:46 +0200)] 
kernel32: Fix doc header for SetThreadIdealProcessor.

16 years agowidl: Add support for standard target options to allow building the right typelib...
Alexandre Julliard [Thu, 21 May 2009 09:37:34 +0000 (11:37 +0200)] 
widl: Add support for standard target options to allow building the right typelib kind when cross-compiling.

16 years agowidl: Add support for writing 64-bit format typelibs.
Alexandre Julliard [Thu, 21 May 2009 09:10:22 +0000 (11:10 +0200)] 
widl: Add support for writing 64-bit format typelibs.

16 years agooleaut32/tests: Fix the tmarshal test on 64-bit.
Alexandre Julliard [Wed, 20 May 2009 19:17:05 +0000 (21:17 +0200)] 
oleaut32/tests: Fix the tmarshal test on 64-bit.

16 years agooleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
Alexandre Julliard [Wed, 20 May 2009 18:19:59 +0000 (20:19 +0200)] 
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.

16 years agooleaut32: Add support for registering 64-bit typelibs.
Alexandre Julliard [Thu, 21 May 2009 13:19:16 +0000 (15:19 +0200)] 
oleaut32: Add support for registering 64-bit typelibs.

16 years agomsacm32.drv: Fix some Win64 pointer truncations issues.
Alexandre Julliard [Wed, 20 May 2009 15:52:49 +0000 (17:52 +0200)] 
msacm32.drv: Fix some Win64 pointer truncations issues.

16 years agowinmm: Fix some Win64 pointer truncations issues.
Alexandre Julliard [Wed, 20 May 2009 15:50:54 +0000 (17:50 +0200)] 
winmm: Fix some Win64 pointer truncations issues.

16 years agomsvcrt/tests: Use the _winver etc. variables instead of the __p_ functions that don...
Alexandre Julliard [Wed, 20 May 2009 15:47:43 +0000 (17:47 +0200)] 
msvcrt/tests: Use the _winver etc. variables instead of the __p_ functions that don't exist on 64-bit.

16 years agocomctl32/listview: Fix hittesting for LVS_REPORT subitems.
Nikolay Sivov [Wed, 20 May 2009 12:44:27 +0000 (16:44 +0400)] 
comctl32/listview: Fix hittesting for LVS_REPORT subitems.

16 years agourlmon: Added IUriContainer declaration.
Jacek Caban [Wed, 20 May 2009 09:53:28 +0000 (11:53 +0200)] 
urlmon: Added IUriContainer declaration.

16 years agomsctf: ITfContext::RequestEditSession: dwLockFlags logic corrected.
Joris Huizer [Tue, 19 May 2009 17:50:03 +0000 (19:50 +0200)] 
msctf: ITfContext::RequestEditSession: dwLockFlags logic corrected.

16 years agoqmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.
Tim Wright [Tue, 19 May 2009 15:28:14 +0000 (08:28 -0700)] 
qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.

16 years agosecur32: Don't try to use ntlm_auth --use-cred-cache.
Kai Blin [Wed, 20 May 2009 09:06:05 +0000 (11:06 +0200)] 
secur32: Don't try to use ntlm_auth --use-cred-cache.

If ntlm_auth actually uses the cred cache, it will not give a session key.
As the Wine NTLM code depends on the session key to do transport crypto, don't
attempt to use the winbind cred cache.

This completely reverts my attempted fix 7788c8ed and also parts of Rob's
888a8e27 and 8a2125f9. It does not affect the code using wine's own credential
cache.

16 years agowininet: lpwhr cannot be NULL (Coverity 927).
Marcus Meissner [Wed, 20 May 2009 07:33:21 +0000 (09:33 +0200)] 
wininet: lpwhr cannot be NULL (Coverity 927).

16 years agontdll: Add test cases for the returned frame value in RtlVirtualUnwind.
Alexandre Julliard [Wed, 20 May 2009 11:33:32 +0000 (13:33 +0200)] 
ntdll: Add test cases for the returned frame value in RtlVirtualUnwind.

16 years agontdll: Add support for some function epilogs in RtlVirtualUnwind.
Alexandre Julliard [Wed, 20 May 2009 10:31:28 +0000 (12:31 +0200)] 
ntdll: Add support for some function epilogs in RtlVirtualUnwind.

16 years agontdll/tests: Add more tests for RtlVirtualUnwind.
Alexandre Julliard [Wed, 20 May 2009 10:21:07 +0000 (12:21 +0200)] 
ntdll/tests: Add more tests for RtlVirtualUnwind.

16 years agoddraw: Add tests for DirectDrawSurface reference counting.
Luke Benstead [Tue, 19 May 2009 20:27:08 +0000 (21:27 +0100)] 
ddraw: Add tests for DirectDrawSurface reference counting.

16 years agowinemaker: Read the includes of a dsp project file.
André Hentschel [Tue, 19 May 2009 19:01:55 +0000 (21:01 +0200)] 
winemaker: Read the includes of a dsp project file.

16 years agowined3d: Emulate the 4 component address register in ARB.
Stefan Dösinger [Fri, 15 May 2009 11:56:40 +0000 (13:56 +0200)] 
wined3d: Emulate the 4 component address register in ARB.

16 years agowined3d: Prepare for vec4 address registers in ARB.
Stefan Dösinger [Fri, 15 May 2009 11:55:00 +0000 (13:55 +0200)] 
wined3d: Prepare for vec4 address registers in ARB.

16 years agowined3d: Implement mova rounding in arb.
Stefan Dösinger [Thu, 7 May 2009 17:12:07 +0000 (19:12 +0200)] 
wined3d: Implement mova rounding in arb.

16 years agowined3d: Fix srgb correction.
Stefan Dösinger [Thu, 7 May 2009 17:09:52 +0000 (19:09 +0200)] 
wined3d: Fix srgb correction.

16 years agowined3d: Get rid of the TMP register in fragment shaders.
Stefan Dösinger [Thu, 7 May 2009 17:09:07 +0000 (19:09 +0200)] 
wined3d: Get rid of the TMP register in fragment shaders.

To be able keep the temporary register in the type independent NRM
instruction, the vertex temporary register is renamed to TA to match
the name of a pixel shader register.

16 years agomsctf: Use FAILED instead of !SUCCEDED.
Michael Stefaniuc [Tue, 19 May 2009 21:46:30 +0000 (23:46 +0200)] 
msctf: Use FAILED instead of !SUCCEDED.

16 years agoole32: Process sent and DDE messages in CoWaitForMultipleHandles.
Vincent Povirk [Fri, 15 May 2009 18:35:25 +0000 (13:35 -0500)] 
ole32: Process sent and DDE messages in CoWaitForMultipleHandles.

16 years agogdiplus: Implement GdipTransformPointsI.
Vincent Povirk [Tue, 19 May 2009 20:40:43 +0000 (15:40 -0500)] 
gdiplus: Implement GdipTransformPointsI.

16 years agogdiplus: Implement GdipTransformPoints.
Vincent Povirk [Mon, 23 Mar 2009 21:34:12 +0000 (16:34 -0500)] 
gdiplus: Implement GdipTransformPoints.

16 years agowgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GENERIC_* flags.
Roderick Colenbrander [Tue, 19 May 2009 19:16:58 +0000 (21:16 +0200)] 
wgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GENERIC_* flags.

16 years agowgl: Set PFD_GENERIC_FORMAT on bitmap formats instead of PFD_GENERIC_ACCELERATED.
Roderick Colenbrander [Tue, 19 May 2009 19:42:09 +0000 (21:42 +0200)] 
wgl: Set PFD_GENERIC_FORMAT on bitmap formats instead of PFD_GENERIC_ACCELERATED.

16 years agourlmon/tests: Fix some test failures on IE8.
Paul Vriens [Tue, 19 May 2009 18:55:36 +0000 (20:55 +0200)] 
urlmon/tests: Fix some test failures on IE8.

16 years agoole32/tests: Exercise the HGLOBAL marshaller over a range of block sizes.
Huw Davies [Tue, 19 May 2009 14:55:51 +0000 (15:55 +0100)] 
ole32/tests: Exercise the HGLOBAL marshaller over a range of block sizes.

16 years agowinedbg: Do not print more than 9 characters from pThread->name.
Rico Schüller [Tue, 19 May 2009 14:32:04 +0000 (16:32 +0200)] 
winedbg: Do not print more than 9 characters from pThread->name.

16 years agontdll: Tweak the file mapping permission checks some more, with tests.
Alexandre Julliard [Tue, 19 May 2009 19:36:05 +0000 (21:36 +0200)] 
ntdll: Tweak the file mapping permission checks some more, with tests.

16 years agowinedbg: Add Dutch translations.
Frans Kool [Tue, 19 May 2009 14:03:22 +0000 (16:03 +0200)] 
winedbg: Add Dutch translations.

16 years agontdll/tests: Mark RtlUnicodeStringToInteger("", 16) as broken for nt4.
Huw Davies [Tue, 19 May 2009 13:47:47 +0000 (14:47 +0100)] 
ntdll/tests: Mark RtlUnicodeStringToInteger("", 16) as broken for nt4.