wine
14 years agoFix unneeded capitalization in user prompts.
Nikolay Sivov [Thu, 27 May 2010 19:23:44 +0000 (23:23 +0400)] 
Fix unneeded capitalization in user prompts.

14 years agousp10: Apply all the GSUB features specified in Microsofts Typesetting documentation...
Aric Stewart [Thu, 27 May 2010 20:03:34 +0000 (15:03 -0500)] 
usp10: Apply all the GSUB features specified in Microsofts Typesetting documentation for Arabic Shaping.

14 years agousp10: Break out a function to apply a GSUB feature to an entire string of glyphs.
Aric Stewart [Thu, 27 May 2010 20:03:21 +0000 (15:03 -0500)] 
usp10: Break out a function to apply a GSUB feature to an entire string of glyphs.

14 years agooledb32: Fix variant to integer conversion.
André Hentschel [Thu, 27 May 2010 18:39:26 +0000 (20:39 +0200)] 
oledb32: Fix variant to integer conversion.

14 years agolibs/port: Add support for amd64-mingw32msvc platform.
André Hentschel [Thu, 27 May 2010 18:32:42 +0000 (20:32 +0200)] 
libs/port: Add support for amd64-mingw32msvc platform.

14 years agowidl: Add support for amd64-mingw32msvc platform.
André Hentschel [Thu, 27 May 2010 18:09:28 +0000 (20:09 +0200)] 
widl: Add support for amd64-mingw32msvc platform.

14 years agowinebuild: Add support for amd64-mingw32msvc platform.
André Hentschel [Thu, 27 May 2010 18:08:31 +0000 (20:08 +0200)] 
winebuild: Add support for amd64-mingw32msvc platform.

14 years agodmusic: Use if(0) instead of #if 0 to make sure code still compiles.
Austin English [Thu, 27 May 2010 16:34:42 +0000 (11:34 -0500)] 
dmusic: Use if(0) instead of #if 0 to make sure code still compiles.

14 years agoloader: Remove mapat from map_so_lib, where it is unused.
Austin English [Thu, 27 May 2010 16:12:34 +0000 (11:12 -0500)] 
loader: Remove mapat from map_so_lib, where it is unused.

14 years agowinenas.drv: Remove oldb from nas_add_buffer, where it's unused.
Austin English [Thu, 27 May 2010 15:53:29 +0000 (10:53 -0500)] 
winenas.drv: Remove oldb from nas_add_buffer, where it's unused.

14 years agouser32: Re-enable the fast code path in CreateIconIndirect.
Alexandre Julliard [Fri, 28 May 2010 09:22:08 +0000 (11:22 +0200)] 
user32: Re-enable the fast code path in CreateIconIndirect.

14 years agokernel32/tests: Restore the stderr handle after the closing test.
Alexandre Julliard [Fri, 28 May 2010 09:21:44 +0000 (11:21 +0200)] 
kernel32/tests: Restore the stderr handle after the closing test.

14 years agokernel32: Unalign the stack on process startup to work around Doom3 bug.
Alexandre Julliard [Fri, 28 May 2010 09:20:28 +0000 (11:20 +0200)] 
kernel32: Unalign the stack on process startup to work around Doom3 bug.

14 years agoRevert "gdi32: Pre-multiply RGB values by alpha for subpixel font rendering."
Alexandre Julliard [Thu, 27 May 2010 22:09:21 +0000 (00:09 +0200)] 
Revert "gdi32: Pre-multiply RGB values by alpha for subpixel font rendering."

This reverts commit aff0eac21b7d66a0ba4869cade6368a988ab34ee. The RGB
values are already alpha values, they don't need to be pre-multiplied.

14 years agowinedump: Don't include winbase16.h.
Alexandre Julliard [Thu, 27 May 2010 15:09:14 +0000 (17:09 +0200)] 
winedump: Don't include winbase16.h.

14 years agoversion: Don't include winbase16.h.
Alexandre Julliard [Thu, 27 May 2010 15:04:12 +0000 (17:04 +0200)] 
version: Don't include winbase16.h.

14 years agouser32: Don't include winbase16.h.
Alexandre Julliard [Thu, 27 May 2010 15:04:08 +0000 (17:04 +0200)] 
user32: Don't include winbase16.h.

14 years agoinclude: Pack NE_NAMEINFO and NE_TYPEINFO pack(1).
Marcus Meissner [Thu, 27 May 2010 13:40:48 +0000 (15:40 +0200)] 
include: Pack NE_NAMEINFO and NE_TYPEINFO pack(1).

14 years agoqedit: Fix return value of DllUnregisterServer.
Austin English [Sat, 22 May 2010 06:23:56 +0000 (01:23 -0500)] 
qedit: Fix return value of DllUnregisterServer.

14 years agowininet: Check for NULL lpwhh (Coverity).
Marcus Meissner [Wed, 26 May 2010 07:53:55 +0000 (09:53 +0200)] 
wininet: Check for NULL lpwhh (Coverity).

14 years agourlmon/tests: Added tests for IUri_GetPropertyDWORD.
Thomas Mullaly [Wed, 26 May 2010 21:42:12 +0000 (17:42 -0400)] 
urlmon/tests: Added tests for IUri_GetPropertyDWORD.

14 years agourlmon/tests: Added tests for IUri_GetPropertyBSTR.
Thomas Mullaly [Wed, 26 May 2010 20:30:32 +0000 (16:30 -0400)] 
urlmon/tests: Added tests for IUri_GetPropertyBSTR.

14 years agows2_32: Update DLL version information to correspond to XP.
Andrew Nguyen [Thu, 27 May 2010 09:14:08 +0000 (04:14 -0500)] 
ws2_32: Update DLL version information to correspond to XP.

The Star Trek: Armada II demo tries to install a Windows 95 winsock
redist if the detected ws2_32.dll version is too old.

14 years agod3d9/tests: Fix a typo.
Henri Verbeet [Thu, 27 May 2010 08:23:20 +0000 (10:23 +0200)] 
d3d9/tests: Fix a typo.

14 years agowined3d: Handle a zero source value for WINED3DSIH_POW.
Henri Verbeet [Thu, 27 May 2010 08:23:19 +0000 (10:23 +0200)] 
wined3d: Handle a zero source value for WINED3DSIH_POW.

14 years agocomctl32: Export subclass calls by names too.
Nikolay Sivov [Wed, 26 May 2010 22:03:09 +0000 (02:03 +0400)] 
comctl32: Export subclass calls by names too.

14 years agowindowscodecs: Account for a NULL pceltFetched in ComponentEnum_Next.
Vincent Povirk [Wed, 26 May 2010 20:28:46 +0000 (15:28 -0500)] 
windowscodecs: Account for a NULL pceltFetched in ComponentEnum_Next.

14 years agouser32/tests: Check return value of GetUpdateRect in test_validatergn.
Austin English [Wed, 26 May 2010 20:19:46 +0000 (15:19 -0500)] 
user32/tests: Check return value of GetUpdateRect in test_validatergn.

14 years agowined3d: Add support for mobile Geforce 3xx GPUs.
Roderick Colenbrander [Wed, 26 May 2010 19:51:36 +0000 (21:51 +0200)] 
wined3d: Add support for mobile Geforce 3xx GPUs.

14 years agowined3d: Mark Geforce GT 140 as a Geforce 9600GT.
Roderick Colenbrander [Wed, 26 May 2010 19:51:35 +0000 (21:51 +0200)] 
wined3d: Mark Geforce GT 140 as a Geforce 9600GT.

14 years agowined3d: Add Geforce 2xx lowend models.
Roderick Colenbrander [Wed, 26 May 2010 19:51:34 +0000 (21:51 +0200)] 
wined3d: Add Geforce 2xx lowend models.

14 years agowined3d: Add Geforce 4x0 cards to GPU database.
Roderick Colenbrander [Wed, 26 May 2010 19:51:33 +0000 (21:51 +0200)] 
wined3d: Add Geforce 4x0 cards to GPU database.

14 years agowined3d: Update Nvidia Geforce6+ driver version to latest 197.45 WHQL version.
Roderick Colenbrander [Wed, 26 May 2010 19:51:32 +0000 (21:51 +0200)] 
wined3d: Update Nvidia Geforce6+ driver version to latest 197.45 WHQL version.

14 years agowined3d: Don't use blit_supported() in d3dfmt_get_conv for now.
Roderick Colenbrander [Wed, 26 May 2010 19:51:31 +0000 (21:51 +0200)] 
wined3d: Don't use blit_supported() in d3dfmt_get_conv for now.

14 years agowined3d: Replace set_shader call with unset_shader in blt_to_drawable.
Roderick Colenbrander [Wed, 26 May 2010 19:51:30 +0000 (21:51 +0200)] 
wined3d: Replace set_shader call with unset_shader in blt_to_drawable.

The blit_shader is activated before draw_textured_quad, so after use
it should be deactivated instead of being activated again.

14 years agoole32: Fix seeking backwards in hglobalstream.
Vincent Povirk [Wed, 26 May 2010 17:15:11 +0000 (12:15 -0500)] 
ole32: Fix seeking backwards in hglobalstream.

14 years agoole32/tests: Add more IStream_Seek tests for hglobalstream.
Vincent Povirk [Wed, 26 May 2010 17:10:53 +0000 (12:10 -0500)] 
ole32/tests: Add more IStream_Seek tests for hglobalstream.

14 years agojscript: Added leftContext and rightCont4ext tests.
Jacek Caban [Wed, 26 May 2010 17:19:34 +0000 (19:19 +0200)] 
jscript: Added leftContext and rightCont4ext tests.

14 years agojscript: Added RegExp.rightContext implementation.
Jacek Caban [Wed, 26 May 2010 17:19:18 +0000 (19:19 +0200)] 
jscript: Added RegExp.rightContext implementation.

14 years agojscript: Added RegExp.leftContext implementation.
Jacek Caban [Wed, 26 May 2010 17:18:32 +0000 (19:18 +0200)] 
jscript: Added RegExp.leftContext implementation.

14 years agojscript: Store match result in script context.
Jacek Caban [Wed, 26 May 2010 17:18:18 +0000 (19:18 +0200)] 
jscript: Store match result in script context.

14 years agojscript: Treat no argument as "undefined" in RegExp.test.
Jacek Caban [Wed, 26 May 2010 17:17:58 +0000 (19:17 +0200)] 
jscript: Treat no argument as "undefined" in RegExp.test.

14 years agojscript: Added RegExp.leftContext and RegExp.rightContext stub implementation.
Jacek Caban [Wed, 26 May 2010 17:17:40 +0000 (19:17 +0200)] 
jscript: Added RegExp.leftContext and RegExp.rightContext stub implementation.

14 years agojscript: Store builtin constructor's length in instance object.
Jacek Caban [Wed, 26 May 2010 17:17:21 +0000 (19:17 +0200)] 
jscript: Store builtin constructor's length in instance object.

14 years agod3dx9: Shader assembler vs_1_0 and vs_1_1 support.
Matteo Bruni [Sat, 15 Aug 2009 23:02:16 +0000 (01:02 +0200)] 
d3dx9: Shader assembler vs_1_0 and vs_1_1 support.

14 years agogdi32: Only 16 and 32 bpp DIB sections can have bitfields.
Alexandre Julliard [Thu, 27 May 2010 11:38:30 +0000 (13:38 +0200)] 
gdi32: Only 16 and 32 bpp DIB sections can have bitfields.

14 years agogdi32: Return the actual DIB section bitfields instead of default values in GetDIBits.
Alexandre Julliard [Thu, 27 May 2010 11:37:37 +0000 (13:37 +0200)] 
gdi32: Return the actual DIB section bitfields instead of default values in GetDIBits.

14 years agokernel32: Reset stdio handles when they are closed.
Alexandre Julliard [Wed, 26 May 2010 20:10:52 +0000 (22:10 +0200)] 
kernel32: Reset stdio handles when they are closed.

14 years agomsvcrt90: Add stat64i32.
Robert Wilhelm [Wed, 26 May 2010 08:39:06 +0000 (10:39 +0200)] 
msvcrt90: Add stat64i32.

14 years agomsvcrt90: Add fstat64i32.
Robert Wilhelm [Wed, 26 May 2010 08:34:51 +0000 (10:34 +0200)] 
msvcrt90: Add fstat64i32.

14 years agoinclude: Add struct _stat32i64 and struct _stat64i32.
Robert Wilhelm [Wed, 26 May 2010 08:13:31 +0000 (10:13 +0200)] 
include: Add struct _stat32i64 and struct _stat64i32.

14 years agocomctl32/listview: Perform ranges validation only when tracing enabled.
Nikolay Sivov [Tue, 25 May 2010 23:01:56 +0000 (03:01 +0400)] 
comctl32/listview: Perform ranges validation only when tracing enabled.

14 years agoshell32: Export lowlevel PIDL manipulation calls by name too.
Nikolay Sivov [Tue, 25 May 2010 23:01:15 +0000 (03:01 +0400)] 
shell32: Export lowlevel PIDL manipulation calls by name too.

14 years agod3d9: Set the FPU control word on device creation.
Henri Verbeet [Wed, 26 May 2010 07:41:38 +0000 (09:41 +0200)] 
d3d9: Set the FPU control word on device creation.

14 years agod3d8: Set the FPU control word on device creation.
Henri Verbeet [Wed, 26 May 2010 07:41:37 +0000 (09:41 +0200)] 
d3d8: Set the FPU control word on device creation.

14 years agouser32: Copy icon bits by hand in CreateIconIndirect if the bitmaps can't be selected...
Alexandre Julliard [Wed, 26 May 2010 13:57:41 +0000 (15:57 +0200)] 
user32: Copy icon bits by hand in CreateIconIndirect if the bitmaps can't be selected into a DC.

14 years agocomctl32/imagelist: Fix a copy/paste typo in ImageList_Merge.
Alexandre Julliard [Wed, 26 May 2010 15:36:23 +0000 (17:36 +0200)] 
comctl32/imagelist: Fix a copy/paste typo in ImageList_Merge.

14 years agocomctl32/imagelist: Add support for 25% and 50% blending when using an alpha channel.
Alexandre Julliard [Wed, 26 May 2010 13:39:17 +0000 (15:39 +0200)] 
comctl32/imagelist: Add support for 25% and 50% blending when using an alpha channel.

14 years agouser32: Check the active window instead of the foreground to show/hide owned popups.
Alexandre Julliard [Wed, 26 May 2010 08:39:01 +0000 (10:39 +0200)] 
user32: Check the active window instead of the foreground to show/hide owned popups.

14 years agowordpad: Remove variable bottom which is not really used from print.
Gerald Pfeifer [Mon, 24 May 2010 20:09:16 +0000 (22:09 +0200)] 
wordpad: Remove variable bottom which is not really used from print.

14 years agodbghelp: Remove variable basic_block which is not really used from dwarf2_parse_line_...
Gerald Pfeifer [Mon, 24 May 2010 20:15:41 +0000 (22:15 +0200)] 
dbghelp: Remove variable basic_block which is not really used from dwarf2_parse_line_numbers.

14 years agorsaenh: Simplify store_key_container_permissions.
Gerald Pfeifer [Mon, 24 May 2010 19:43:15 +0000 (21:43 +0200)] 
rsaenh: Simplify store_key_container_permissions.

14 years agowinebuild: FreeBSD 64-bit binaries are elf_x86_64_fbsd.
Austin English [Wed, 26 May 2010 04:39:34 +0000 (23:39 -0500)] 
winebuild: FreeBSD 64-bit binaries are elf_x86_64_fbsd.

14 years agoconfigure: Don't enable maintainer mode if it is explicitly not requested.
Andrew Nguyen [Wed, 26 May 2010 03:20:14 +0000 (22:20 -0500)] 
configure: Don't enable maintainer mode if it is explicitly not requested.

14 years agoole32: Avoid potential NULL pointer dereferences in a TRACE.
Michael Stefaniuc [Tue, 25 May 2010 23:27:58 +0000 (01:27 +0200)] 
ole32: Avoid potential NULL pointer dereferences in a TRACE.

14 years agod3dx9_36: Fixed off by 1 in the usage_idx check (Coverity).
Marcus Meissner [Tue, 25 May 2010 21:40:59 +0000 (23:40 +0200)] 
d3dx9_36: Fixed off by 1 in the usage_idx check (Coverity).

14 years agooledb32: Add Variant to Integer conversion.
André Hentschel [Tue, 25 May 2010 17:41:11 +0000 (19:41 +0200)] 
oledb32: Add Variant to Integer conversion.

14 years agooledb32: Fix dst_len in DataConvert.
André Hentschel [Tue, 25 May 2010 17:40:36 +0000 (19:40 +0200)] 
oledb32: Fix dst_len in DataConvert.

14 years agocrypt32/tests: Always compare serialized stores in memory.
Juan Lang [Mon, 24 May 2010 21:21:28 +0000 (14:21 -0700)] 
crypt32/tests: Always compare serialized stores in memory.

14 years agocrypt32/tests: Test an otherwise unused return value.
Juan Lang [Mon, 24 May 2010 21:16:22 +0000 (14:16 -0700)] 
crypt32/tests: Test an otherwise unused return value.

14 years agocrypt32/tests: Improve granularity of testing a store's serialized form.
Juan Lang [Mon, 24 May 2010 21:15:34 +0000 (14:15 -0700)] 
crypt32/tests: Improve granularity of testing a store's serialized form.

14 years agowinejack.drv: Use jack_client_open instead of deprecated function.
André Hentschel [Tue, 25 May 2010 17:12:30 +0000 (19:12 +0200)] 
winejack.drv: Use jack_client_open instead of deprecated function.

14 years agowinhlp32: Fix Dutch translation.
Sven Baars [Tue, 25 May 2010 15:49:13 +0000 (17:49 +0200)] 
winhlp32: Fix Dutch translation.

14 years agoatl: Fix formatting of generated class name for 64-bit.
Alexandre Julliard [Tue, 25 May 2010 15:03:35 +0000 (17:03 +0200)] 
atl: Fix formatting of generated class name for 64-bit.

14 years agoatl: Reuse code of AtlModuleRegisterWndClassInfoW for AtlModuleRegisterWndClassInfoA.
André Hentschel [Tue, 25 May 2010 14:51:00 +0000 (16:51 +0200)] 
atl: Reuse code of AtlModuleRegisterWndClassInfoW for AtlModuleRegisterWndClassInfoA.

14 years agouser32/tests: Fix a test failure in desktop mode.
Alexandre Julliard [Tue, 25 May 2010 14:28:04 +0000 (16:28 +0200)] 
user32/tests: Fix a test failure in desktop mode.

14 years agowininet: Add tests for setting and retrieving the context value.
Hans Leidekker [Tue, 25 May 2010 10:19:58 +0000 (12:19 +0200)] 
wininet: Add tests for setting and retrieving the context value.

14 years agowininet: Implement InternetQueryOption(INTERNET_OPTION_CONTEXT_VALUE).
Hans Leidekker [Tue, 25 May 2010 10:19:45 +0000 (12:19 +0200)] 
wininet: Implement InternetQueryOption(INTERNET_OPTION_CONTEXT_VALUE).

14 years agowininet: Pass the object header pointer to INET_QueryOption.
Hans Leidekker [Tue, 25 May 2010 10:19:32 +0000 (12:19 +0200)] 
wininet: Pass the object header pointer to INET_QueryOption.

14 years agowininet: Implement InternetSetOption(INTERNET_OPTION_CONTEXT_VALUE).
Hans Leidekker [Tue, 25 May 2010 10:19:17 +0000 (12:19 +0200)] 
wininet: Implement InternetSetOption(INTERNET_OPTION_CONTEXT_VALUE).

14 years agomsi: End the search for a directory signature if the parent cannot be found.
Hans Leidekker [Tue, 25 May 2010 10:19:02 +0000 (12:19 +0200)] 
msi: End the search for a directory signature if the parent cannot be found.

14 years agomsi: Add a test for properties updated by a patch.
Hans Leidekker [Tue, 25 May 2010 10:18:47 +0000 (12:18 +0200)] 
msi: Add a test for properties updated by a patch.

14 years agomsi: Get rid of the goto in MSI_ApplicablePatchW.
Hans Leidekker [Tue, 25 May 2010 10:18:32 +0000 (12:18 +0200)] 
msi: Get rid of the goto in MSI_ApplicablePatchW.

14 years agoserver: Map EHOSTUNREACH to STATUS_HOST_UNREACHABLE.
Hans Leidekker [Tue, 25 May 2010 10:18:12 +0000 (12:18 +0200)] 
server: Map EHOSTUNREACH to STATUS_HOST_UNREACHABLE.

14 years agowined3d: Get rid of GLINFO_LOCATION.
Henri Verbeet [Tue, 25 May 2010 10:02:04 +0000 (12:02 +0200)] 
wined3d: Get rid of GLINFO_LOCATION.

14 years agowined3d: Set the state.c GLINFO_LOCATION to *gl_info.
Henri Verbeet [Tue, 25 May 2010 10:02:03 +0000 (12:02 +0200)] 
wined3d: Set the state.c GLINFO_LOCATION to *gl_info.

14 years agowined3d: Set the arb_program_shader.c GLINFO_LOCATION to *gl_info.
Henri Verbeet [Tue, 25 May 2010 10:02:02 +0000 (12:02 +0200)] 
wined3d: Set the arb_program_shader.c GLINFO_LOCATION to *gl_info.

14 years agowined3d: Set the ati_fragment_shader.c GLINFO_LOCATION to *gl_info.
Henri Verbeet [Tue, 25 May 2010 10:02:01 +0000 (12:02 +0200)] 
wined3d: Set the ati_fragment_shader.c GLINFO_LOCATION to *gl_info.

14 years agomshtml: Simplify translate_url call.
Jacek Caban [Tue, 25 May 2010 09:48:23 +0000 (11:48 +0200)] 
mshtml: Simplify translate_url call.

14 years agocomctl32: Avoid a potential NULL pointer dereference in a TRACE.
Michael Stefaniuc [Tue, 25 May 2010 08:06:33 +0000 (10:06 +0200)] 
comctl32: Avoid a potential NULL pointer dereference in a TRACE.

14 years agowinemenubuilder: Use the full path to start.exe.
Damjan Jovanovic [Mon, 24 May 2010 19:18:08 +0000 (21:18 +0200)] 
winemenubuilder: Use the full path to start.exe.

14 years agoole32: Implement the IAdviseSink call_as proxies and stubs.
Alexandre Julliard [Tue, 25 May 2010 10:49:08 +0000 (12:49 +0200)] 
ole32: Implement the IAdviseSink call_as proxies and stubs.

Based on a patch by Rob Shearman.

14 years agowinedbg: Allow user to specify length of stack info output.
Andrew Eikum [Mon, 24 May 2010 22:48:36 +0000 (17:48 -0500)] 
winedbg: Allow user to specify length of stack info output.

14 years agod3dx9: Stricter checks for relative addressing in the shader assembler.
Matteo Bruni [Mon, 24 May 2010 15:18:55 +0000 (17:18 +0200)] 
d3dx9: Stricter checks for relative addressing in the shader assembler.

14 years agoinclude: Add ICommDlgBrowser2 and ICommDlgBrowser3 interfaces.
David Hedberg [Mon, 24 May 2010 14:40:43 +0000 (16:40 +0200)] 
include: Add ICommDlgBrowser2 and ICommDlgBrowser3 interfaces.

14 years agoinclude: Add IExplorerBrowserEvents, IExplorerPaneVisibility and IExplorerBrowser...
David Hedberg [Mon, 24 May 2010 14:40:42 +0000 (16:40 +0200)] 
include: Add IExplorerBrowserEvents, IExplorerPaneVisibility and IExplorerBrowser interface declarations and related GUID's.

14 years agooleaut32/tests: Remove variable rValid which is not really used from test_VarMod.
Gerald Pfeifer [Mon, 24 May 2010 20:09:54 +0000 (22:09 +0200)] 
oleaut32/tests: Remove variable rValid which is not really used from test_VarMod.

14 years agomsvcrt/tests: Adjust CHECK_TYPE to avoid some two dozen compiler warnings.
Gerald Pfeifer [Mon, 24 May 2010 19:35:47 +0000 (21:35 +0200)] 
msvcrt/tests: Adjust CHECK_TYPE to avoid some two dozen compiler warnings.

14 years agowinegcc: Add support for amd64-mingw32msvc platform.
André Hentschel [Mon, 24 May 2010 23:04:59 +0000 (01:04 +0200)] 
winegcc: Add support for amd64-mingw32msvc platform.

14 years agoole32: Only read known format ids when attempting to read summary information.
Juan Lang [Mon, 24 May 2010 19:11:22 +0000 (12:11 -0700)] 
ole32: Only read known format ids when attempting to read summary information.