wine
15 years agomsctf: Stub implementation of ITfCategoryMgr.
Aric Stewart [Tue, 3 Feb 2009 19:18:02 +0000 (13:18 -0600)] 
msctf: Stub implementation of ITfCategoryMgr.

15 years agomsctf: Implement ITfInputProcessorProfiles::AddLanguageProfile.
Aric Stewart [Tue, 3 Feb 2009 19:17:50 +0000 (13:17 -0600)] 
msctf: Implement ITfInputProcessorProfiles::AddLanguageProfile.

15 years agomsctf: Implement ITfInputProcessorProfiles::Register.
Aric Stewart [Tue, 3 Feb 2009 19:17:41 +0000 (13:17 -0600)] 
msctf: Implement ITfInputProcessorProfiles::Register.

15 years agomsctf: Implement InputProcessorProfiles::GetCurrentLanguage.
Aric Stewart [Tue, 3 Feb 2009 19:17:19 +0000 (13:17 -0600)] 
msctf: Implement InputProcessorProfiles::GetCurrentLanguage.

15 years agomsctf: Add stub implementation of ITfInputProcessorProfiles.
Aric Stewart [Tue, 3 Feb 2009 19:17:04 +0000 (13:17 -0600)] 
msctf: Add stub implementation of ITfInputProcessorProfiles.

15 years agoinclude: Define LANGID in wtypes.idl.
Alexandre Julliard [Wed, 4 Feb 2009 14:06:25 +0000 (15:06 +0100)] 
include: Define LANGID in wtypes.idl.

15 years agowinetest: Make sure we can test .NET dlls on Windows.
Paul Vriens [Tue, 3 Feb 2009 19:45:34 +0000 (20:45 +0100)] 
winetest: Make sure we can test .NET dlls on Windows.

15 years agocomctl32/tests: Make the test dpi and theme aware by using SM_CYSIZE.
Detlef Riekenberg [Tue, 3 Feb 2009 23:35:57 +0000 (00:35 +0100)] 
comctl32/tests: Make the test dpi and theme aware by using SM_CYSIZE.

15 years agoshdocvw: Correct OnAmbientPropertyChange regression.
Alistair Leslie-Hughes [Wed, 4 Feb 2009 00:51:59 +0000 (11:51 +1100)] 
shdocvw: Correct OnAmbientPropertyChange regression.

15 years agodbghelp: Moved SymEnumLines to symbol.c to reuse the regex support.
Alexandre Julliard [Wed, 4 Feb 2009 12:13:08 +0000 (13:13 +0100)] 
dbghelp: Moved SymEnumLines to symbol.c to reuse the regex support.

15 years agodbghelp: Fall back to string comparison if regex support is missing.
Alexandre Julliard [Wed, 4 Feb 2009 12:02:08 +0000 (13:02 +0100)] 
dbghelp: Fall back to string comparison if regex support is missing.

15 years agodbghelp: Allocate enough memory initially for regexps instead of growing the buffer.
Alexandre Julliard [Wed, 4 Feb 2009 12:00:31 +0000 (13:00 +0100)] 
dbghelp: Allocate enough memory initially for regexps instead of growing the buffer.

15 years agodbghelp: Fix pool allocation routines to be able to support arbitrary sizes.
Alexandre Julliard [Wed, 4 Feb 2009 11:27:36 +0000 (12:27 +0100)] 
dbghelp: Fix pool allocation routines to be able to support arbitrary sizes.

Also move full arenas to a separate list to avoid searching through
them again and again.

15 years agod3dx9_36: Remove useless traces.
David Adam [Wed, 4 Feb 2009 07:52:52 +0000 (08:52 +0100)] 
d3dx9_36: Remove useless traces.

15 years agowinedos: Improve PIT emulation.
Florian Tobias Schandinat [Tue, 3 Feb 2009 17:26:04 +0000 (18:26 +0100)] 
winedos: Improve PIT emulation.

15 years agomlang: Get rid of ICOM_THIS_MULTI macro.
Dmitry Timoshkov [Wed, 4 Feb 2009 07:25:19 +0000 (15:25 +0800)] 
mlang: Get rid of ICOM_THIS_MULTI macro.

15 years agotwain_32/tests: Don't leak memory on an error path (Smatch).
Michael Stefaniuc [Tue, 3 Feb 2009 23:56:39 +0000 (00:56 +0100)] 
twain_32/tests: Don't leak memory on an error path (Smatch).

15 years agoinclude: Change some DWORD to DWORD_PTR in mmddk.h.
Michael Stefaniuc [Tue, 3 Feb 2009 23:56:28 +0000 (00:56 +0100)] 
include: Change some DWORD to DWORD_PTR in mmddk.h.

This matches the DDK and removes 14 Win64 compile warnings.

15 years agod3dxof: Fix object files size limitation by mapping them into memory.
Christian Costa [Tue, 3 Feb 2009 21:58:34 +0000 (22:58 +0100)] 
d3dxof: Fix object files size limitation by mapping them into memory.

15 years agoadvapi32: Add Security Label sids used by IE7.
Aric Stewart [Tue, 3 Feb 2009 18:55:14 +0000 (12:55 -0600)] 
advapi32: Add Security Label sids used by IE7.

15 years agomapi32/tests: Fix typo.
Juan Lang [Tue, 3 Feb 2009 19:08:22 +0000 (11:08 -0800)] 
mapi32/tests: Fix typo.

15 years agoshell32: Use list of allowed PIDL types rather than assuming there are no more than...
Juan Lang [Tue, 3 Feb 2009 17:45:00 +0000 (09:45 -0800)] 
shell32: Use list of allowed PIDL types rather than assuming there are no more than two.

15 years agoshell32: Fix a couple test failures on NT4.
Juan Lang [Tue, 3 Feb 2009 17:01:59 +0000 (09:01 -0800)] 
shell32: Fix a couple test failures on NT4.

15 years agorsaenh: Fix failing tests on Windows ME.
Juan Lang [Tue, 3 Feb 2009 16:11:33 +0000 (08:11 -0800)] 
rsaenh: Fix failing tests on Windows ME.

15 years agowintrust: Use GetSystemDirectory rather than GetWindowsDirectory to find the CatRoot...
Juan Lang [Tue, 3 Feb 2009 16:04:15 +0000 (08:04 -0800)] 
wintrust: Use GetSystemDirectory rather than GetWindowsDirectory to find the CatRoot directories.

15 years agosecur32: Fix a handful of test failures on Win9x.
Juan Lang [Tue, 3 Feb 2009 15:48:59 +0000 (07:48 -0800)] 
secur32: Fix a handful of test failures on Win9x.

15 years agosetupapi/tests: Don't compare the drive letter of expanded file paths.
Alexandre Julliard [Tue, 3 Feb 2009 21:23:35 +0000 (22:23 +0100)] 
setupapi/tests: Don't compare the drive letter of expanded file paths.

15 years agokernel32/tests: Add another error code in the CreateDirectory test.
Alexandre Julliard [Tue, 3 Feb 2009 21:23:19 +0000 (22:23 +0100)] 
kernel32/tests: Add another error code in the CreateDirectory test.

15 years agoriched32/tests: Skip some tests on Win9x, WinME and NT4.
Paul Vriens [Tue, 3 Feb 2009 12:55:53 +0000 (13:55 +0100)] 
riched32/tests: Skip some tests on Win9x, WinME and NT4.

15 years agokernel32/tests: Don't hardcode C drive for CreateDirectory tests.
Alexandre Julliard [Tue, 3 Feb 2009 14:21:47 +0000 (15:21 +0100)] 
kernel32/tests: Don't hardcode C drive for CreateDirectory tests.

15 years agokernel32/tests: Use a better invalid filename than "foo".
Alexandre Julliard [Tue, 3 Feb 2009 14:15:49 +0000 (15:15 +0100)] 
kernel32/tests: Use a better invalid filename than "foo".

15 years agokernel32/tests: Allow more error codes from GetDiskFreeSpace.
Alexandre Julliard [Tue, 3 Feb 2009 14:04:24 +0000 (15:04 +0100)] 
kernel32/tests: Allow more error codes from GetDiskFreeSpace.

15 years agokernel32/tests: Print some more details on directory test failures.
Alexandre Julliard [Tue, 3 Feb 2009 14:01:41 +0000 (15:01 +0100)] 
kernel32/tests: Print some more details on directory test failures.

15 years agoshdocvw: OnAmbientPropertyChange should refresh all properties with a DISPID_UNKNOWN.
Alistair Leslie-Hughes [Tue, 3 Feb 2009 09:41:16 +0000 (20:41 +1100)] 
shdocvw: OnAmbientPropertyChange should refresh all properties with a DISPID_UNKNOWN.

15 years agomshtml: Add support for IHTMLStyle4 interface.
Alistair Leslie-Hughes [Tue, 3 Feb 2009 08:42:25 +0000 (19:42 +1100)] 
mshtml: Add support for IHTMLStyle4 interface.

15 years agomshtml: Add support for IHTMLStyle3 interface.
Alistair Leslie-Hughes [Tue, 3 Feb 2009 08:21:32 +0000 (19:21 +1100)] 
mshtml: Add support for IHTMLStyle3 interface.

15 years agod3dx9_36: Implement D3DXIntersectTri.
David Adam [Tue, 3 Feb 2009 08:36:08 +0000 (09:36 +0100)] 
d3dx9_36: Implement D3DXIntersectTri.

15 years agod3dx8: Implement D3DXIntersectTri.
David Adam [Tue, 3 Feb 2009 08:41:12 +0000 (09:41 +0100)] 
d3dx8: Implement D3DXIntersectTri.

15 years agosane.ds: Pass MSG_QUERYSUPPORT requests to the capability driver.
Jeremy White [Mon, 2 Feb 2009 22:12:55 +0000 (16:12 -0600)] 
sane.ds: Pass MSG_QUERYSUPPORT requests to the capability driver.

15 years agotwain_32: Add the ability to thoroughly test basic capability types, and add that...
Jeremy White [Mon, 2 Feb 2009 22:12:44 +0000 (16:12 -0600)] 
twain_32: Add the ability to thoroughly test basic capability types, and add that test for the one capability Wine supports, ICAP_XFERMECH.

15 years agowinefile: Don't use child after it has been freed.
Paul TBBle Hampson [Mon, 2 Feb 2009 22:39:32 +0000 (09:39 +1100)] 
winefile: Don't use child after it has been freed.

If winefile is unable to create a window, it frees the child pointer.
However, it then proceeds to use the child pointer.

15 years agomsctf: Add ITfSource interface to DocumentMgr.
Aric Stewart [Mon, 2 Feb 2009 16:25:59 +0000 (10:25 -0600)] 
msctf: Add ITfSource interface to DocumentMgr.

15 years agomsctf: Add ITfSource interface to ThreadMgr.
Aric Stewart [Mon, 2 Feb 2009 16:25:49 +0000 (10:25 -0600)] 
msctf: Add ITfSource interface to ThreadMgr.

15 years agomsctf: Add ITfSource interface to Context.
Aric Stewart [Mon, 2 Feb 2009 16:25:42 +0000 (10:25 -0600)] 
msctf: Add ITfSource interface to Context.

15 years agomsctf: Add definition of ITfSource interface.
Aric Stewart [Mon, 2 Feb 2009 16:25:36 +0000 (10:25 -0600)] 
msctf: Add definition of ITfSource interface.

15 years agomsctf: Implement ITfDocumentMgr::GetBase.
Aric Stewart [Mon, 2 Feb 2009 16:25:30 +0000 (10:25 -0600)] 
msctf: Implement ITfDocumentMgr::GetBase.

15 years agomsctf: Implement ITfDocumentMgr::GetTop.
Aric Stewart [Mon, 2 Feb 2009 16:25:22 +0000 (10:25 -0600)] 
msctf: Implement ITfDocumentMgr::GetTop.

15 years agomsctf: Implement ITfDocumentMgr::Pop.
Aric Stewart [Mon, 2 Feb 2009 16:25:16 +0000 (10:25 -0600)] 
msctf: Implement ITfDocumentMgr::Pop.

15 years agomsctf: Implement ITfDocumentMgr::Push.
Aric Stewart [Mon, 2 Feb 2009 16:25:06 +0000 (10:25 -0600)] 
msctf: Implement ITfDocumentMgr::Push.

15 years agomsctf: Implement stub ITfContext.
Aric Stewart [Mon, 2 Feb 2009 16:24:59 +0000 (10:24 -0600)] 
msctf: Implement stub ITfContext.

15 years agoinclude: Add beginning textstor.idl.
Aric Stewart [Mon, 2 Feb 2009 16:24:53 +0000 (10:24 -0600)] 
include: Add beginning textstor.idl.

15 years agomsctf: Only 1 ITfThreadMgr is created per thread.
Aric Stewart [Mon, 2 Feb 2009 16:24:47 +0000 (10:24 -0600)] 
msctf: Only 1 ITfThreadMgr is created per thread.

15 years agomsctf: Implement SetFocus and GetFocus.
Aric Stewart [Mon, 2 Feb 2009 16:24:41 +0000 (10:24 -0600)] 
msctf: Implement SetFocus and GetFocus.

15 years agogdiplus: Add testing for ObjectBusy in some Graphics methods.
Nikolay Sivov [Mon, 2 Feb 2009 20:48:01 +0000 (23:48 +0300)] 
gdiplus: Add testing for ObjectBusy in some Graphics methods.

15 years agogdiplus: Implemented GdipSetClipHrgn.
Nikolay Sivov [Mon, 2 Feb 2009 20:33:41 +0000 (23:33 +0300)] 
gdiplus: Implemented GdipSetClipHrgn.

15 years agogdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI.
Nikolay Sivov [Mon, 2 Feb 2009 19:58:27 +0000 (22:58 +0300)] 
gdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI.

15 years agogdiplus: Implemented GdipCreateBitmapFromHICON (with tests).
Nikolay Sivov [Mon, 2 Feb 2009 16:15:53 +0000 (19:15 +0300)] 
gdiplus: Implemented GdipCreateBitmapFromHICON (with tests).

15 years agomshtml: Add missing coclass's.
Alistair Leslie-Hughes [Tue, 3 Feb 2009 09:57:09 +0000 (20:57 +1100)] 
mshtml: Add missing coclass's.

15 years agogdi32: Add a test for the MAT2 parameter of GetGlyphOutline, make it pass under Wine.
Dmitry Timoshkov [Tue, 3 Feb 2009 09:55:19 +0000 (17:55 +0800)] 
gdi32: Add a test for the MAT2 parameter of GetGlyphOutline, make it pass under Wine.

15 years agogdi32: The MAT2 parameter of GetGlyphOutline is mandatory.
Dmitry Timoshkov [Tue, 3 Feb 2009 09:55:05 +0000 (17:55 +0800)] 
gdi32: The MAT2 parameter of GetGlyphOutline is mandatory.

15 years agowineps.drv: The MAT2 parameter of GetGlyphOutline is mandatory.
Dmitry Timoshkov [Tue, 3 Feb 2009 09:54:56 +0000 (17:54 +0800)] 
wineps.drv: The MAT2 parameter of GetGlyphOutline is mandatory.

15 years agowinex11.drv: The MAT2 parameter of GetGlyphOutline is mandatory.
Dmitry Timoshkov [Tue, 3 Feb 2009 09:54:48 +0000 (17:54 +0800)] 
winex11.drv: The MAT2 parameter of GetGlyphOutline is mandatory.

15 years agowined3d: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 3 Feb 2009 08:36:07 +0000 (09:36 +0100)] 
wined3d: Remove superfluous pointer casts.

15 years agowined3d: Remove some unused defines.
Michael Stefaniuc [Tue, 3 Feb 2009 08:35:24 +0000 (09:35 +0100)] 
wined3d: Remove some unused defines.

15 years agodinput: Fix effect direction conversion from DIEFF_CARTESIAN coordinates.
Vincent Pelletier [Mon, 2 Feb 2009 22:36:07 +0000 (23:36 +0100)] 
dinput: Fix effect direction conversion from DIEFF_CARTESIAN coordinates.

15 years agouser32: Don't scale draw text margin params by character width units.
Ulrich Czekalla [Mon, 2 Feb 2009 18:47:00 +0000 (13:47 -0500)] 
user32: Don't scale draw text margin params by character width units.

Values passed in DRAWTEXTPARAMS are already in average character width
units.

15 years agocrypt32: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 2 Feb 2009 00:59:34 +0000 (09:59 +0900)] 
crypt32: Updated Korean resource.

15 years agocryptui: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 2 Feb 2009 00:59:07 +0000 (09:59 +0900)] 
cryptui: Updated Korean resource.

15 years agomapi32: Fix a couple more test failures on Win9x.
Juan Lang [Mon, 2 Feb 2009 18:20:58 +0000 (10:20 -0800)] 
mapi32: Fix a couple more test failures on Win9x.

15 years agomapi32: Fix some test failures on Win9x.
Juan Lang [Mon, 2 Feb 2009 18:20:19 +0000 (10:20 -0800)] 
mapi32: Fix some test failures on Win9x.

15 years agoole32: Remove superfluous shadow variables.
Andrew Talbot [Mon, 2 Feb 2009 17:50:12 +0000 (17:50 +0000)] 
ole32: Remove superfluous shadow variables.

15 years agownaspi32: Declare some functions static.
Andrew Talbot [Mon, 2 Feb 2009 15:29:54 +0000 (15:29 +0000)] 
wnaspi32: Declare some functions static.

15 years agojscript: Add IActiveScriptParse64 declaration and use it on Win64.
Jacek Caban [Mon, 2 Feb 2009 14:27:24 +0000 (15:27 +0100)] 
jscript: Add IActiveScriptParse64 declaration and use it on Win64.

15 years agontdll: Add a trace when calling vectored exception handlers too.
Alexandre Julliard [Mon, 2 Feb 2009 15:22:06 +0000 (16:22 +0100)] 
ntdll: Add a trace when calling vectored exception handlers too.

15 years agontoskrnl.exe: Correctly remove the vectored exception handler.
Alexandre Julliard [Mon, 2 Feb 2009 15:21:25 +0000 (16:21 +0100)] 
ntoskrnl.exe: Correctly remove the vectored exception handler.

15 years agomshtml: Add missing StyleSheet interfaces.
Alistair Leslie-Hughes [Mon, 2 Feb 2009 10:18:46 +0000 (21:18 +1100)] 
mshtml: Add missing StyleSheet interfaces.

15 years agocomctl32: toolbar: Only changing TBSTYLE_EX_MIXEDBUTTONS should cause a recalc.
Mikołaj Zalewski [Sun, 1 Feb 2009 12:17:21 +0000 (13:17 +0100)] 
comctl32: toolbar: Only changing TBSTYLE_EX_MIXEDBUTTONS should cause a recalc.

15 years agocomctl32: toolbar: Unlike in listview, TB_SETEXTENDEDSTYLE takes the actual style...
Mikołaj Zalewski [Sun, 1 Feb 2009 12:07:08 +0000 (13:07 +0100)] 
comctl32: toolbar: Unlike in listview, TB_SETEXTENDEDSTYLE takes the actual style, not a mask.

15 years agocomctl32: toolbar: TB_SETBUTTONINFO should do a relayout instead of a recalc.
Mikołaj Zalewski [Sun, 1 Feb 2009 12:05:03 +0000 (13:05 +0100)] 
comctl32: toolbar: TB_SETBUTTONINFO should do a relayout instead of a recalc.

15 years agocomctl32: toolbar: Use different function for dumping of TBUTTON_INFO and TBBUTTON.
Mikołaj Zalewski [Sun, 1 Feb 2009 12:02:26 +0000 (13:02 +0100)] 
comctl32: toolbar: Use different function for dumping of TBUTTON_INFO and TBBUTTON.

15 years agocomctl32: toolbar: Move common TB_ADDBUTTONS and TB_INSERTBUTTONS code into a helper...
Mikołaj Zalewski [Sun, 1 Feb 2009 11:52:58 +0000 (12:52 +0100)] 
comctl32: toolbar: Move common TB_ADDBUTTONS and TB_INSERTBUTTONS code into a helper function, makes TB_INSERTBUTTON with a text perform a recalc (with testcase).

15 years agogdiplus: Implement GdipSetStringFormatFlags with tests.
Aurimas Fischer [Sun, 1 Feb 2009 15:15:57 +0000 (17:15 +0200)] 
gdiplus: Implement GdipSetStringFormatFlags with tests.

15 years agoinclude: Add GdipSetStringFormatFlags prototype.
Aurimas Fischer [Sun, 1 Feb 2009 14:19:05 +0000 (16:19 +0200)] 
include: Add GdipSetStringFormatFlags prototype.

15 years agocomctl32: Make the status control height dpi and theme aware.
Detlef Riekenberg [Sun, 1 Feb 2009 10:59:11 +0000 (11:59 +0100)] 
comctl32: Make the status control height dpi and theme aware.

15 years agodmime: Added missing NULL ptr check (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 22:40:05 +0000 (23:40 +0100)] 
dmime: Added missing NULL ptr check (Coverity).

15 years agoitss: Move buffer initialization a bit up (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 22:50:30 +0000 (23:50 +0100)] 
itss: Move buffer initialization a bit up (Coverity).

15 years agodmstyle: Another NULL ptr check added (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 22:30:59 +0000 (23:30 +0100)] 
dmstyle: Another NULL ptr check added (Coverity).

15 years agowinhlp32: Check hlpfile for being NULL (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 21:24:51 +0000 (22:24 +0100)] 
winhlp32: Check hlpfile for being NULL (Coverity).

15 years agodbghelp: Check for wImageName being NULL (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 12:23:35 +0000 (13:23 +0100)] 
dbghelp: Check for wImageName being NULL (Coverity).

15 years agomsctf: Add ITfDocumentMgr interface.
Aric Stewart [Fri, 30 Jan 2009 20:27:06 +0000 (14:27 -0600)] 
msctf: Add ITfDocumentMgr interface.

15 years agocomctl32: Fix propsheet size calculation.
Vitaliy Margolen [Fri, 30 Jan 2009 16:06:03 +0000 (09:06 -0700)] 
comctl32: Fix propsheet size calculation.

15 years agorichedit: Fixed EM_FINDTEXT to pass todo tests.
Dylan Smith [Mon, 2 Feb 2009 06:32:36 +0000 (01:32 -0500)] 
richedit: Fixed EM_FINDTEXT to pass todo tests.

There was a bug in ME_FindText which would cause the final caracter
offset to be incorrect when a paragraph was crossed while matching
characters.  The problem was the character offset of the wrong
paragraph was used in the calculation of the start offset of the
match.

15 years agorichedit: Implement EM_GETTEXTMODE.
Dylan Smith [Mon, 2 Feb 2009 06:32:29 +0000 (01:32 -0500)] 
richedit: Implement EM_GETTEXTMODE.

The text mode is already stored, and EM_SETTEXTMODE already exists.

There was however a bug in EM_MakeEditor that could cause TM_PLAINTEXT
and TM_RICHEDIT to be set at the same time.  This was corrected to ensure
EM_GETTEXTMODE returned the proper mode being used.

15 years agorichedit: Use width from EM_SETTARGETDEVICE for wrapping.
Dylan Smith [Mon, 2 Feb 2009 06:32:20 +0000 (01:32 -0500)] 
richedit: Use width from EM_SETTARGETDEVICE for wrapping.

The width for EM_SETTARGETDEVICE is used by some applications to set the
wrapping width to a certain distance in twips.  This can be used even
though the target device is ignored.

15 years agod3dx8: Implement D3DXFresnelTerm.
David Adam [Sat, 31 Jan 2009 13:57:13 +0000 (14:57 +0100)] 
d3dx8: Implement D3DXFresnelTerm.

15 years agod3dx8: Simplify some functions.
David Adam [Sat, 31 Jan 2009 10:19:47 +0000 (11:19 +0100)] 
d3dx8: Simplify some functions.

15 years agod3dx8: Allow output pointer to be equal to input pointer.
David Adam [Sat, 31 Jan 2009 10:17:45 +0000 (11:17 +0100)] 
d3dx8: Allow output pointer to be equal to input pointer.

15 years agod3dx9_36: Fix failing tests in Windows.
David Adam [Sat, 31 Jan 2009 11:04:55 +0000 (12:04 +0100)] 
d3dx9_36: Fix failing tests in Windows.

15 years agodinput: Move gain support from effect to device.
Vincent Pelletier [Thu, 29 Jan 2009 20:26:30 +0000 (21:26 +0100)] 
dinput: Move gain support from effect to device.

15 years agojscript: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 2 Feb 2009 10:01:02 +0000 (11:01 +0100)] 
jscript: Remove superfluous pointer casts.