wine
13 years agowindowscodecs: Add a stubbed ICNS encoder.
Damjan Jovanovic [Tue, 24 Aug 2010 07:43:54 +0000 (09:43 +0200)] 
windowscodecs: Add a stubbed ICNS encoder.

13 years agomsvcp80: Added stub dll.
Piotr Caban [Mon, 23 Aug 2010 14:36:24 +0000 (16:36 +0200)] 
msvcp80: Added stub dll.

13 years agowinex11: Pass window property to server in 64KB chunks.
Ken Thomases [Tue, 24 Aug 2010 03:40:19 +0000 (22:40 -0500)] 
winex11: Pass window property to server in 64KB chunks.

Large clipboard contents, like images, can exceed the maximum X request size
if sent all at once, which can cause the X server to kill the connection.

13 years agourlmon/tests: Added tests for IUriBuilder_RemoveProperties.
Thomas Mullaly [Mon, 23 Aug 2010 22:59:52 +0000 (18:59 -0400)] 
urlmon/tests: Added tests for IUriBuilder_RemoveProperties.

13 years agourlmon/tests: Added tests for IUriBuilder's IUri property.
Thomas Mullaly [Sun, 22 Aug 2010 19:26:31 +0000 (15:26 -0400)] 
urlmon/tests: Added tests for IUriBuilder's IUri property.

13 years agourlmon/tests: Added tests for IUriBuilder_HasBeenModified.
Thomas Mullaly [Fri, 20 Aug 2010 22:29:43 +0000 (18:29 -0400)] 
urlmon/tests: Added tests for IUriBuilder_HasBeenModified.

13 years agogdiplus: Add a stub for GdipConvertToEmfPlusToFile.
Austin English [Mon, 23 Aug 2010 23:35:13 +0000 (18:35 -0500)] 
gdiplus: Add a stub for GdipConvertToEmfPlusToFile.

13 years agogdiplus: Add a stub for GdipWindingModeOutline.
Austin English [Mon, 23 Aug 2010 21:54:53 +0000 (16:54 -0500)] 
gdiplus: Add a stub for GdipWindingModeOutline.

13 years agocryptnet: Constify a variable.
Andrew Talbot [Mon, 23 Aug 2010 21:22:56 +0000 (22:22 +0100)] 
cryptnet: Constify a variable.

13 years agodevenum: Add Swedish translation.
Anders Jonsson [Mon, 23 Aug 2010 19:19:43 +0000 (21:19 +0200)] 
devenum: Add Swedish translation.

13 years agomsvideo: Forward MCIWndCreate16 to MCIWndCreateA.
Stefan Leichter [Mon, 23 Aug 2010 19:33:00 +0000 (21:33 +0200)] 
msvideo: Forward MCIWndCreate16 to MCIWndCreateA.

13 years agousp10: Add Georgian script.
Aric Stewart [Mon, 23 Aug 2010 18:58:21 +0000 (13:58 -0500)] 
usp10: Add Georgian script.

13 years agousp10: Add Armenian script.
Aric Stewart [Mon, 23 Aug 2010 18:58:13 +0000 (13:58 -0500)] 
usp10: Add Armenian script.

13 years agousp10: Add Cyrillic script.
Aric Stewart [Mon, 23 Aug 2010 18:58:07 +0000 (13:58 -0500)] 
usp10: Add Cyrillic script.

13 years agousp10: Add Greek Script.
Aric Stewart [Mon, 23 Aug 2010 18:58:00 +0000 (13:58 -0500)] 
usp10: Add Greek Script.

13 years agousp10: Add Thaana script.
Aric Stewart [Mon, 23 Aug 2010 18:57:52 +0000 (13:57 -0500)] 
usp10: Add Thaana script.

13 years agod3d8/d3d9: Fix a compiler warning on non-i386/x86_64.
Austin English [Mon, 23 Aug 2010 16:36:57 +0000 (11:36 -0500)] 
d3d8/d3d9: Fix a compiler warning on non-i386/x86_64.

13 years agowined3d: Rename WINED3DFORMAT to wined3d_format_id.
Henri Verbeet [Mon, 23 Aug 2010 16:28:10 +0000 (18:28 +0200)] 
wined3d: Rename WINED3DFORMAT to wined3d_format_id.

13 years agowined3d: Pass floating point colors to IWineD3DDeviceImpl_ColorFill().
Henri Verbeet [Mon, 23 Aug 2010 16:28:09 +0000 (18:28 +0200)] 
wined3d: Pass floating point colors to IWineD3DDeviceImpl_ColorFill().

13 years agowined3d: Use floating point colors in the blitter's color_fill functions.
Henri Verbeet [Mon, 23 Aug 2010 16:28:08 +0000 (18:28 +0200)] 
wined3d: Use floating point colors in the blitter's color_fill functions.

13 years agowined3d: Convert from floating point to specific surface formats.
Henri Verbeet [Mon, 23 Aug 2010 16:28:07 +0000 (18:28 +0200)] 
wined3d: Convert from floating point to specific surface formats.

Instead of from WINED3DFMT_B8G8R8A8_UNORM.

13 years agowined3d: Explicitly pass the draw rect to device_clear_render_targets().
Henri Verbeet [Mon, 23 Aug 2010 16:28:06 +0000 (18:28 +0200)] 
wined3d: Explicitly pass the draw rect to device_clear_render_targets().

For regular clears this is the intersection of the viewport and scissor
rectangles, but color fills shouldn't be affected by those.

13 years agowinhlp32: Update translations.
André Hentschel [Mon, 23 Aug 2010 17:16:20 +0000 (19:16 +0200)] 
winhlp32: Update translations.

13 years agokernel32/tests: Sparc fixes.
Austin English [Mon, 23 Aug 2010 16:11:34 +0000 (11:11 -0500)] 
kernel32/tests: Sparc fixes.

13 years agontdll: Sparc support for map_image().
Austin English [Mon, 23 Aug 2010 16:11:11 +0000 (11:11 -0500)] 
ntdll: Sparc support for map_image().

13 years agontdll: Make sure ill_handler() and bus_handler() are used on Sparc.
Austin English [Mon, 23 Aug 2010 16:09:08 +0000 (11:09 -0500)] 
ntdll: Make sure ill_handler() and bus_handler() are used on Sparc.

13 years agontdll: Add Sparc processor support.
Austin English [Mon, 23 Aug 2010 13:39:09 +0000 (08:39 -0500)] 
ntdll: Add Sparc processor support.

13 years agowinedump: Add Sparc CPU support.
Austin English [Mon, 23 Aug 2010 13:33:19 +0000 (08:33 -0500)] 
winedump: Add Sparc CPU support.

13 years agomsvcp90: Added _String_base::Xinvarg implementation.
Piotr Caban [Mon, 23 Aug 2010 14:34:15 +0000 (16:34 +0200)] 
msvcp90: Added _String_base::Xinvarg implementation.

13 years agomsvcp90/tests: Added basic_string<char> tests.
Piotr Caban [Mon, 23 Aug 2010 14:44:55 +0000 (16:44 +0200)] 
msvcp90/tests: Added basic_string<char> tests.

13 years agoserver: Always free the process handle table even if the process didn't start.
Alexandre Julliard [Tue, 24 Aug 2010 10:10:51 +0000 (12:10 +0200)] 
server: Always free the process handle table even if the process didn't start.

13 years agoserver: Avoid a potential server crash when a thread dies on startup.
Alexandre Julliard [Mon, 23 Aug 2010 17:50:23 +0000 (19:50 +0200)] 
server: Avoid a potential server crash when a thread dies on startup.

13 years agoserver: Change the removable fd flag to a cacheable flag to make it possible for...
Alexandre Julliard [Mon, 23 Aug 2010 15:09:45 +0000 (17:09 +0200)] 
server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically.

13 years agowinmm/tests: Initial tests for CD audio with the MCI.
Jörg Höhle [Thu, 19 Aug 2010 14:05:12 +0000 (16:05 +0200)] 
winmm/tests: Initial tests for CD audio with the MCI.

13 years agomshtml: Provide profile directory to Gecko.
Jacek Caban [Mon, 23 Aug 2010 13:07:30 +0000 (15:07 +0200)] 
mshtml: Provide profile directory to Gecko.

13 years agoregedit: Don't call ungetc() twice consecutively.
Andrew Eikum [Mon, 23 Aug 2010 12:39:26 +0000 (07:39 -0500)] 
regedit: Don't call ungetc() twice consecutively.

Spotted by Sylvain Hitier.

13 years agoshell32: Implement IExplorerBrowser::SetFolderSettings.
David Hedberg [Mon, 23 Aug 2010 10:55:19 +0000 (12:55 +0200)] 
shell32: Implement IExplorerBrowser::SetFolderSettings.

13 years agoshell32: Add some basic support for hosting a shellview in the ExplorerBrowser.
David Hedberg [Mon, 23 Aug 2010 10:55:18 +0000 (12:55 +0200)] 
shell32: Add some basic support for hosting a shellview in the ExplorerBrowser.

13 years agoshell32: Implement IExplorerBrowser::SetOptions and IExplorerBrowser::GetOptions.
David Hedberg [Mon, 23 Aug 2010 10:55:17 +0000 (12:55 +0200)] 
shell32: Implement IExplorerBrowser::SetOptions and IExplorerBrowser::GetOptions.

13 years agogameux/tests: Check presence of GameExplorer registry keys.
Mariusz Pluciński [Mon, 23 Aug 2010 11:13:38 +0000 (13:13 +0200)] 
gameux/tests: Check presence of GameExplorer registry keys.

13 years agogameux/tests: Add tests for AddGame and RemoveGame methods.
Mariusz Pluciński [Mon, 23 Aug 2010 10:47:02 +0000 (12:47 +0200)] 
gameux/tests: Add tests for AddGame and RemoveGame methods.

13 years agojscript: Update Korean resource.
Hwang YunSong [Mon, 23 Aug 2010 01:14:06 +0000 (10:14 +0900)] 
jscript: Update Korean resource.

13 years agoipconfig: New Korean resource.
Hwang YunSong [Mon, 23 Aug 2010 01:13:43 +0000 (10:13 +0900)] 
ipconfig: New Korean resource.

13 years agoconfigure: Check for libicns.
Damjan Jovanovic [Sun, 22 Aug 2010 17:12:45 +0000 (19:12 +0200)] 
configure: Check for libicns.

13 years agontdll: Add a stub for TokenElevation in NtQueryInformationToken.
Detlef Riekenberg [Sun, 22 Aug 2010 09:32:46 +0000 (11:32 +0200)] 
ntdll: Add a stub for TokenElevation in NtQueryInformationToken.

13 years agoinclude: Add more TOKEN_INFORMATION_CLASS result struct.
Detlef Riekenberg [Sun, 22 Aug 2010 09:31:47 +0000 (11:31 +0200)] 
include: Add more TOKEN_INFORMATION_CLASS result struct.

13 years agodbghelp: Add initial Sparc CPU support.
Austin English [Fri, 20 Aug 2010 14:44:25 +0000 (09:44 -0500)] 
dbghelp: Add initial Sparc CPU support.

13 years agod3dx9: Fix an off by one error in point_filter_simple_data.
Tony Wasserka [Sat, 21 Aug 2010 11:07:09 +0000 (13:07 +0200)] 
d3dx9: Fix an off by one error in point_filter_simple_data.

13 years agod3dx9: Black out pixels which are outside the source rect in D3DXLoadSurfaceFromMemor...
Tony Wasserka [Sat, 21 Aug 2010 10:54:38 +0000 (12:54 +0200)] 
d3dx9: Black out pixels which are outside the source rect in D3DXLoadSurfaceFromMemory if no stretching is used.

13 years agowined3d: Fix the wined3d_event_query_supported prototype.
Stefan Dösinger [Thu, 29 Jul 2010 15:13:01 +0000 (17:13 +0200)] 
wined3d: Fix the wined3d_event_query_supported prototype.

13 years agowined3d: Don't return a value from a void function.
Stefan Dösinger [Thu, 29 Jul 2010 15:11:15 +0000 (17:11 +0200)] 
wined3d: Don't return a value from a void function.

13 years agowined3d: Use float functions in drawprim.c.
Stefan Dösinger [Thu, 29 Jul 2010 15:08:59 +0000 (17:08 +0200)] 
wined3d: Use float functions in drawprim.c.

13 years agowined3d: The clipplane mask and texcoords are unsigned.
Stefan Dösinger [Wed, 28 Jul 2010 13:47:22 +0000 (15:47 +0200)] 
wined3d: The clipplane mask and texcoords are unsigned.

13 years agooleaut32/olepicture: No need to check interface pointer in vtable methods.
Nikolay Sivov [Mon, 23 Aug 2010 07:54:07 +0000 (11:54 +0400)] 
oleaut32/olepicture: No need to check interface pointer in vtable methods.

13 years agooleaut32/olepicture: Fix assumptions about S_OK value.
Nikolay Sivov [Mon, 23 Aug 2010 07:17:35 +0000 (11:17 +0400)] 
oleaut32/olepicture: Fix assumptions about S_OK value.

13 years agooleaut32/olepicture: Properly round while performing pixels->himetric units conversion.
Nikolay Sivov [Mon, 23 Aug 2010 06:59:06 +0000 (10:59 +0400)] 
oleaut32/olepicture: Properly round while performing pixels->himetric units conversion.

13 years agocomctl32/imagelist: Fix return value for IImageList_GetIconSize().
Nikolay Sivov [Sat, 21 Aug 2010 15:31:29 +0000 (19:31 +0400)] 
comctl32/imagelist: Fix return value for IImageList_GetIconSize().

13 years agocomctl32/imagelist: Fix return value from IImageList_SetBkColor().
Nikolay Sivov [Sat, 21 Aug 2010 15:22:34 +0000 (19:22 +0400)] 
comctl32/imagelist: Fix return value from IImageList_SetBkColor().

13 years agocomctl32/imagelist: Remove parameter check from IImageList_GetBkColor().
Nikolay Sivov [Sat, 21 Aug 2010 15:20:11 +0000 (19:20 +0400)] 
comctl32/imagelist: Remove parameter check from IImageList_GetBkColor().

13 years agocomctl32/imagelist: Fix reference leak in IImageList_Clone().
Nikolay Sivov [Sat, 21 Aug 2010 15:17:34 +0000 (19:17 +0400)] 
comctl32/imagelist: Fix reference leak in IImageList_Clone().

13 years agocomctl32/imagelist: Remove parameter check from IImageList_Clone().
Nikolay Sivov [Sat, 21 Aug 2010 15:14:23 +0000 (19:14 +0400)] 
comctl32/imagelist: Remove parameter check from IImageList_Clone().

13 years agocomctl32/imagelist: Make IImageList_Merge() crash like it does on native.
Nikolay Sivov [Sat, 21 Aug 2010 15:08:54 +0000 (19:08 +0400)] 
comctl32/imagelist: Make IImageList_Merge() crash like it does on native.

13 years agocomctl32: Remove the last, unused parameter from LISTVIEW_VScroll and all its invocat...
Gerald Pfeifer [Sun, 22 Aug 2010 20:25:34 +0000 (22:25 +0200)] 
comctl32: Remove the last, unused parameter from LISTVIEW_VScroll and all its invocations.

13 years agowined3d: Pass a WINED3DCOLORVALUE structure to IWineD3DDeviceImpl_ClearRendertargetVi...
Henri Verbeet [Sun, 22 Aug 2010 21:35:41 +0000 (23:35 +0200)] 
wined3d: Pass a WINED3DCOLORVALUE structure to IWineD3DDeviceImpl_ClearRendertargetView().

The structure is nicer to work with than the array.

13 years agoddraw: Failing surface creation is not an internal error.
Henri Verbeet [Sun, 22 Aug 2010 21:35:40 +0000 (23:35 +0200)] 
ddraw: Failing surface creation is not an internal error.

13 years agoddraw: Attaching an already attached surface is not a FIXME.
Henri Verbeet [Sun, 22 Aug 2010 21:35:39 +0000 (23:35 +0200)] 
ddraw: Attaching an already attached surface is not a FIXME.

According to the tests it should simply fail.

13 years agowined3d: Make some lookup tables const.
Henri Verbeet [Sun, 22 Aug 2010 21:35:38 +0000 (23:35 +0200)] 
wined3d: Make some lookup tables const.

13 years agoddraw: Make some lookup tables const.
Henri Verbeet [Sun, 22 Aug 2010 21:35:37 +0000 (23:35 +0200)] 
ddraw: Make some lookup tables const.

13 years agogdiplus: Set bitmap has alpha flag based on format.
Vincent Povirk [Fri, 2 Jul 2010 21:12:07 +0000 (17:12 -0400)] 
gdiplus: Set bitmap has alpha flag based on format.

13 years agogdiplus: Stub GdipTranslatePenTransform.
Vincent Povirk [Fri, 2 Jul 2010 20:36:21 +0000 (16:36 -0400)] 
gdiplus: Stub GdipTranslatePenTransform.

13 years agogdiplus: Stub GdipGetPathGradientPresetBlend.
Vincent Povirk [Thu, 24 Jun 2010 22:32:52 +0000 (17:32 -0500)] 
gdiplus: Stub GdipGetPathGradientPresetBlend.

13 years agogdiplus: Stub GdipTranslatePathGradientTransform.
Vincent Povirk [Thu, 24 Jun 2010 22:32:26 +0000 (17:32 -0500)] 
gdiplus: Stub GdipTranslatePathGradientTransform.

13 years agowinemenubuilder: Defer best icon selection to when we generate the native icons.
Damjan Jovanovic [Sun, 22 Aug 2010 17:46:51 +0000 (19:46 +0200)] 
winemenubuilder: Defer best icon selection to when we generate the native icons.

13 years agowinemenubuilder: Decouple opening a Windows icon from generating the native icon.
Damjan Jovanovic [Sun, 22 Aug 2010 17:42:18 +0000 (19:42 +0200)] 
winemenubuilder: Decouple opening a Windows icon from generating the native icon.

13 years agokernel32: Fix GetComputerName errors.
Alexandre Goujon [Sun, 22 Aug 2010 09:40:00 +0000 (11:40 +0200)] 
kernel32: Fix GetComputerName errors.

13 years agosetupapi: Add stubs SetupQueryDrivesInDiskSpaceList{A,W}.
Julius Schwartzenberg [Sat, 21 Aug 2010 20:39:49 +0000 (22:39 +0200)] 
setupapi: Add stubs SetupQueryDrivesInDiskSpaceList{A,W}.

13 years agowineconsole: Fix Italian translation.
Luca Bennati [Sat, 21 Aug 2010 17:33:03 +0000 (19:33 +0200)] 
wineconsole: Fix Italian translation.

13 years agowinhlp32: Fix Italian translation.
Luca Bennati [Sat, 21 Aug 2010 17:36:58 +0000 (19:36 +0200)] 
winhlp32: Fix Italian translation.

13 years agotaskmgr: Fix Italian translation.
Luca Bennati [Sat, 21 Aug 2010 17:27:05 +0000 (19:27 +0200)] 
taskmgr: Fix Italian translation.

13 years agowinecfg: Fix Italian translation.
Luca Bennati [Sat, 21 Aug 2010 17:11:03 +0000 (19:11 +0200)] 
winecfg: Fix Italian translation.

13 years agoshell32: Update Swedish translation.
Anders Jonsson [Fri, 20 Aug 2010 13:18:57 +0000 (15:18 +0200)] 
shell32: Update Swedish translation.

13 years agod3dx9_36: Simplify instr_ps_1_0123_texld.
Gerald Pfeifer [Sat, 21 Aug 2010 09:33:07 +0000 (11:33 +0200)] 
d3dx9_36: Simplify instr_ps_1_0123_texld.

13 years agocrypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.
Juan Lang [Fri, 20 Aug 2010 23:26:35 +0000 (16:26 -0700)] 
crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.

13 years agocrypt32/tests: Test pcbDecoded parameter to CryptVerifyMessageSignature more thoroughly.
Juan Lang [Fri, 20 Aug 2010 23:21:44 +0000 (16:21 -0700)] 
crypt32/tests: Test pcbDecoded parameter to CryptVerifyMessageSignature more thoroughly.

13 years agooleaut32: Implement decoding for complex typedescs.
Andrew Eikum [Fri, 20 Aug 2010 19:59:33 +0000 (14:59 -0500)] 
oleaut32: Implement decoding for complex typedescs.

13 years agooleaut32: Implement ITypeInfo2::GetFuncDesc.
Andrew Eikum [Fri, 20 Aug 2010 19:59:25 +0000 (14:59 -0500)] 
oleaut32: Implement ITypeInfo2::GetFuncDesc.

13 years agooleaut32: Improve MEMBERID assignment in ICreateTypeInfo::LayOut.
Andrew Eikum [Fri, 20 Aug 2010 19:59:17 +0000 (14:59 -0500)] 
oleaut32: Improve MEMBERID assignment in ICreateTypeInfo::LayOut.

13 years agooleaut32: Properly mask size from funcdesc typedata.
Andrew Eikum [Fri, 20 Aug 2010 19:59:09 +0000 (14:59 -0500)] 
oleaut32: Properly mask size from funcdesc typedata.

The high word of a funcdesc's typedata[0] is used for other data and needs
to be masked out.

13 years agooleaut32: Improve ITypeInfo::ReleaseTypeAttr.
Andrew Eikum [Fri, 20 Aug 2010 19:59:01 +0000 (14:59 -0500)] 
oleaut32: Improve ITypeInfo::ReleaseTypeAttr.

13 years agooleaut32: Implement ITypeInfo2::ReleaseFuncDesc.
Andrew Eikum [Fri, 20 Aug 2010 19:58:53 +0000 (14:58 -0500)] 
oleaut32: Implement ITypeInfo2::ReleaseFuncDesc.

13 years agoappwiz.cpl: Removed sign comparison warning.
Marko Nikolic [Fri, 20 Aug 2010 16:04:55 +0000 (18:04 +0200)] 
appwiz.cpl: Removed sign comparison warning.

13 years agourlmon/tests: Added tests for IUriBuilder_GetUserName.
Thomas Mullaly [Fri, 20 Aug 2010 15:36:08 +0000 (11:36 -0400)] 
urlmon/tests: Added tests for IUriBuilder_GetUserName.

13 years agourlmon/tests: Added tests for IUriBuilder_GetSchemeName.
Thomas Mullaly [Fri, 20 Aug 2010 15:30:51 +0000 (11:30 -0400)] 
urlmon/tests: Added tests for IUriBuilder_GetSchemeName.

13 years agourlmon/tests: Added tests for IUriBuilder_GetQuery.
Thomas Mullaly [Fri, 20 Aug 2010 04:46:58 +0000 (00:46 -0400)] 
urlmon/tests: Added tests for IUriBuilder_GetQuery.

13 years agourlmon/tests: Added tests for IUriBuilder_GetPort.
Thomas Mullaly [Fri, 20 Aug 2010 04:40:58 +0000 (00:40 -0400)] 
urlmon/tests: Added tests for IUriBuilder_GetPort.

13 years agourlmon/tests: Added tests for IUriBuilder_GetPath.
Thomas Mullaly [Fri, 20 Aug 2010 03:46:25 +0000 (23:46 -0400)] 
urlmon/tests: Added tests for IUriBuilder_GetPath.

13 years agourlmon/tests: Added tests for IUriBuilder_GetPassword.
Thomas Mullaly [Fri, 20 Aug 2010 03:32:08 +0000 (23:32 -0400)] 
urlmon/tests: Added tests for IUriBuilder_GetPassword.

13 years agourlmon/tests: Added tests for IUriBuilder_GetHost.
Thomas Mullaly [Fri, 20 Aug 2010 01:07:07 +0000 (21:07 -0400)] 
urlmon/tests: Added tests for IUriBuilder_GetHost.

13 years agourlmon/tests: Fixed bug where tests might succeed before the function is implemented.
Thomas Mullaly [Fri, 20 Aug 2010 03:49:24 +0000 (23:49 -0400)] 
urlmon/tests: Fixed bug where tests might succeed before the function is implemented.

13 years agogdi32/tests: Fix the GetObject last error check for most Windows versions.
Alexandre Julliard [Mon, 23 Aug 2010 09:11:16 +0000 (11:11 +0200)] 
gdi32/tests: Fix the GetObject last error check for most Windows versions.