wine
11 years agoddraw: Explicitly create a wined3d object without 3D capabilities when creating a...
Henri Verbeet [Sun, 13 Jan 2013 21:08:09 +0000 (22:08 +0100)] 
ddraw: Explicitly create a wined3d object without 3D capabilities when creating a normal wined3d object fails.

11 years agoddraw: Get rid of dump_light().
Henri Verbeet [Sun, 13 Jan 2013 21:08:08 +0000 (22:08 +0100)] 
ddraw: Get rid of dump_light().

11 years agoddraw: Only check dwFlags if we actually have a D3DLIGHT2 structure in d3d_light_SetL...
Henri Verbeet [Sun, 13 Jan 2013 21:08:07 +0000 (22:08 +0100)] 
ddraw: Only check dwFlags if we actually have a D3DLIGHT2 structure in d3d_light_SetLight().

11 years agoddraw: Avoid LPD3DPICKRECORD.
Henri Verbeet [Sun, 13 Jan 2013 21:08:06 +0000 (22:08 +0100)] 
ddraw: Avoid LPD3DPICKRECORD.

11 years agoddraw: Avoid LPD3DINSTRUCTION.
Henri Verbeet [Sun, 13 Jan 2013 21:08:05 +0000 (22:08 +0100)] 
ddraw: Avoid LPD3DINSTRUCTION.

11 years agows2_32: Set SO_REUSEPORT in addition to SO_REUSEADDR on MacOS.
Hans Leidekker [Fri, 11 Jan 2013 16:22:59 +0000 (17:22 +0100)] 
ws2_32: Set SO_REUSEPORT in addition to SO_REUSEADDR on MacOS.

11 years agowbemprox: Implement Win32_Process::GetOwner.
Hans Leidekker [Fri, 11 Jan 2013 16:22:14 +0000 (17:22 +0100)] 
wbemprox: Implement Win32_Process::GetOwner.

11 years agowbemprox: Both signature parameters are optional in IWbemClassObject::GetMethod.
Hans Leidekker [Fri, 11 Jan 2013 16:21:23 +0000 (17:21 +0100)] 
wbemprox: Both signature parameters are optional in IWbemClassObject::GetMethod.

11 years agoshell32: Fix non-BOOL returns in BOOL functions.
Damjan Jovanovic [Thu, 10 Jan 2013 18:54:34 +0000 (20:54 +0200)] 
shell32: Fix non-BOOL returns in BOOL functions.

11 years agoinclude: Add definitions for SHGetStockIconInfo.
Detlef Riekenberg [Thu, 10 Jan 2013 23:49:22 +0000 (00:49 +0100)] 
include: Add definitions for SHGetStockIconInfo.

11 years agowinemac: Implement the Mac "Window" menu.
Ken Thomases [Fri, 11 Jan 2013 12:21:06 +0000 (06:21 -0600)] 
winemac: Implement the Mac "Window" menu.

11 years agowinemac: Translate presence in Windows task bar to participation in Exposé and window...
Ken Thomases [Fri, 11 Jan 2013 12:20:40 +0000 (06:20 -0600)] 
winemac: Translate presence in Windows task bar to participation in Exposé and window cycling.

11 years agowinemac: Implement support for owned windows.
Ken Thomases [Fri, 11 Jan 2013 12:19:36 +0000 (06:19 -0600)] 
winemac: Implement support for owned windows.

11 years agowinemac: Implement support for WS_EX_TOPMOST windows.
Ken Thomases [Fri, 11 Jan 2013 12:18:55 +0000 (06:18 -0600)] 
winemac: Implement support for WS_EX_TOPMOST windows.

11 years agowinemac: Implement support for no-activate windows.
Ken Thomases [Fri, 11 Jan 2013 12:18:36 +0000 (06:18 -0600)] 
winemac: Implement support for no-activate windows.

11 years agowinemac: Implement support for WS_DISABLED windows.
Ken Thomases [Fri, 11 Jan 2013 12:18:05 +0000 (06:18 -0600)] 
winemac: Implement support for WS_DISABLED windows.

11 years agousp10: Fix the offset calculations for rtl display.
Huw Davies [Fri, 11 Jan 2013 11:09:21 +0000 (11:09 +0000)] 
usp10: Fix the offset calculations for rtl display.

11 years agousp10: Handle an offset of the first glyph.
Huw Davies [Fri, 11 Jan 2013 11:09:20 +0000 (11:09 +0000)] 
usp10: Handle an offset of the first glyph.

11 years agousp10: Simplify the reordering of glyphs.
Huw Davies [Fri, 11 Jan 2013 11:09:19 +0000 (11:09 +0000)] 
usp10: Simplify the reordering of glyphs.

11 years agod3d9/tests: Merge surface.c into device.c.
Henri Verbeet [Fri, 11 Jan 2013 11:07:51 +0000 (12:07 +0100)] 
d3d9/tests: Merge surface.c into device.c.

11 years agod3d9/tests: Merge texture.c into device.c.
Henri Verbeet [Fri, 11 Jan 2013 11:07:50 +0000 (12:07 +0100)] 
d3d9/tests: Merge texture.c into device.c.

11 years agod3d9/tests: Merge shader.c into device.c.
Henri Verbeet [Fri, 11 Jan 2013 11:07:49 +0000 (12:07 +0100)] 
d3d9/tests: Merge shader.c into device.c.

11 years agoddraw: Avoid LPD3DLIGHTDATA.
Henri Verbeet [Fri, 11 Jan 2013 11:07:48 +0000 (12:07 +0100)] 
ddraw: Avoid LPD3DLIGHTDATA.

11 years agoddraw: Avoid LPD3DLIGHT2.
Henri Verbeet [Fri, 11 Jan 2013 11:07:47 +0000 (12:07 +0100)] 
ddraw: Avoid LPD3DLIGHT2.

11 years agowindowscodecs: Add a test for CreateBitmapFromHICON.
Dmitry Timoshkov [Fri, 11 Jan 2013 11:56:33 +0000 (19:56 +0800)] 
windowscodecs: Add a test for CreateBitmapFromHICON.

11 years agomsvcrt: Added fwprintf tests.
Piotr Caban [Fri, 11 Jan 2013 10:20:03 +0000 (11:20 +0100)] 
msvcrt: Added fwprintf tests.

11 years agomsvcrt: Fixed ftell behaviour when file is opened for writing in text mode.
Piotr Caban [Fri, 11 Jan 2013 10:19:44 +0000 (11:19 +0100)] 
msvcrt: Fixed ftell behaviour when file is opened for writing in text mode.

11 years agomsvcrt: Don't add '\r' character in fputws function.
Piotr Caban [Fri, 11 Jan 2013 10:19:19 +0000 (11:19 +0100)] 
msvcrt: Don't add '\r' character in fputws function.

write is responsible for adding '\r' characters, don't do it twice.

11 years agomsvcrt: Use fputwc to output characters to file in fprintf functions.
Piotr Caban [Fri, 11 Jan 2013 10:19:08 +0000 (11:19 +0100)] 
msvcrt: Use fputwc to output characters to file in fprintf functions.

11 years agomsvcrt: Added fputwc tests.
Piotr Caban [Fri, 11 Jan 2013 10:18:57 +0000 (11:18 +0100)] 
msvcrt: Added fputwc tests.

11 years agomsvcrt: Make fputwc encoding aware.
Piotr Caban [Fri, 11 Jan 2013 10:18:44 +0000 (11:18 +0100)] 
msvcrt: Make fputwc encoding aware.

11 years agolibwine: Use rpath-based install name and library references for libwine on Mac.
Ken Thomases [Fri, 11 Jan 2013 09:25:07 +0000 (03:25 -0600)] 
libwine: Use rpath-based install name and library references for libwine on Mac.

11 years agocomctl32/listview: Add a special case for deselect all attempt when nothing is selected.
Nikolay Sivov [Thu, 10 Jan 2013 23:06:27 +0000 (03:06 +0400)] 
comctl32/listview: Add a special case for deselect all attempt when nothing is selected.

11 years agocomctl32/listview: Always send LVN_ITEMCHANGING notification even if nothing changed.
Nikolay Sivov [Thu, 10 Jan 2013 22:36:39 +0000 (02:36 +0400)] 
comctl32/listview: Always send LVN_ITEMCHANGING notification even if nothing changed.

11 years agod3dx9: Use lowercase hexadecimal values.
Rico Schüller [Thu, 10 Jan 2013 21:23:31 +0000 (22:23 +0100)] 
d3dx9: Use lowercase hexadecimal values.

11 years agod3dcompiler43/tests: Don't use IUnknown_Release().
Rico Schüller [Thu, 10 Jan 2013 21:23:27 +0000 (22:23 +0100)] 
d3dcompiler43/tests: Don't use IUnknown_Release().

11 years agod3dx9: Add support for D3DFMT_A16B16G16R16F.
Rico Schüller [Thu, 10 Jan 2013 21:18:08 +0000 (22:18 +0100)] 
d3dx9: Add support for D3DFMT_A16B16G16R16F.

11 years agod3dx9: Use all 32 bits as mask.
Rico Schüller [Thu, 10 Jan 2013 16:57:40 +0000 (17:57 +0100)] 
d3dx9: Use all 32 bits as mask.

11 years agod3dx9: Shift only as much as needed.
Rico Schüller [Thu, 10 Jan 2013 16:57:25 +0000 (17:57 +0100)] 
d3dx9: Shift only as much as needed.

11 years agod3dx9: Introduce a function for filling a texture.
Rico Schüller [Thu, 10 Jan 2013 16:57:16 +0000 (17:57 +0100)] 
d3dx9: Introduce a function for filling a texture.

11 years agocomctl32: Initialize SYSTEMTIME structs (Coverity).
Marcus Meissner [Wed, 9 Jan 2013 01:42:13 +0000 (02:42 +0100)] 
comctl32: Initialize SYSTEMTIME structs (Coverity).

11 years agocrypt32: Free the encoded msg (Coverity).
Marcus Meissner [Wed, 9 Jan 2013 01:42:15 +0000 (02:42 +0100)] 
crypt32: Free the encoded msg (Coverity).

11 years agowine.inf: Add HKLM, System\CurrentControlSet\Control\TimeZoneInformation\{StandardNam...
Austin English [Wed, 9 Jan 2013 04:33:33 +0000 (20:33 -0800)] 
wine.inf: Add HKLM, System\CurrentControlSet\Control\TimeZoneInformation\{StandardName, TimeZoneKeyName} registry keys.

11 years agoconfigure: Try readelf before ldd to determine a library soname.
Alexandre Julliard [Thu, 10 Jan 2013 16:52:11 +0000 (17:52 +0100)] 
configure: Try readelf before ldd to determine a library soname.

11 years agomshtml: Added support for non-integer values in get_nsstyle_pixel_val.
Jacek Caban [Thu, 10 Jan 2013 13:20:16 +0000 (14:20 +0100)] 
mshtml: Added support for non-integer values in get_nsstyle_pixel_val.

11 years agocomctl32/listview: Use LVM_SETITEMSTATE directly in tests.
Nikolay Sivov [Thu, 10 Jan 2013 12:45:44 +0000 (16:45 +0400)] 
comctl32/listview: Use LVM_SETITEMSTATE directly in tests.

11 years agocomctl32/listview: Fix focus index update when item is deleted.
Nikolay Sivov [Thu, 10 Jan 2013 12:34:41 +0000 (16:34 +0400)] 
comctl32/listview: Fix focus index update when item is deleted.

11 years agoatl100: Added AtlWaitWithMessageLoop implementation.
Jacek Caban [Thu, 10 Jan 2013 12:27:05 +0000 (13:27 +0100)] 
atl100: Added AtlWaitWithMessageLoop implementation.

11 years agoatl80: Skip NULL map entries in AtlComModuleRegisterServer.
Jacek Caban [Thu, 10 Jan 2013 12:26:46 +0000 (13:26 +0100)] 
atl80: Skip NULL map entries in AtlComModuleRegisterServer.

11 years agoddraw: Don't discard buffers that haven't been used in draws.
Stefan Dösinger [Thu, 10 Jan 2013 10:52:16 +0000 (11:52 +0100)] 
ddraw: Don't discard buffers that haven't been used in draws.

11 years agod3d9/tests: Merge query.c into device.c.
Henri Verbeet [Thu, 10 Jan 2013 10:45:56 +0000 (11:45 +0100)] 
d3d9/tests: Merge query.c into device.c.

11 years agod3d9/tests: Merge buffer.c into device.c.
Henri Verbeet [Thu, 10 Jan 2013 10:45:55 +0000 (11:45 +0100)] 
d3d9/tests: Merge buffer.c into device.c.

11 years agod3d9/tests: Merge volume.c into device.c.
Henri Verbeet [Thu, 10 Jan 2013 10:45:54 +0000 (11:45 +0100)] 
d3d9/tests: Merge volume.c into device.c.

11 years agoddraw: Avoid LPD3DLIGHT7.
Henri Verbeet [Thu, 10 Jan 2013 10:45:53 +0000 (11:45 +0100)] 
ddraw: Avoid LPD3DLIGHT7.

11 years agoddraw: Avoid LPD3DLIGHT.
Henri Verbeet [Thu, 10 Jan 2013 10:45:52 +0000 (11:45 +0100)] 
ddraw: Avoid LPD3DLIGHT.

11 years agomsvcrt: Added read tests on unicode files.
Piotr Caban [Thu, 10 Jan 2013 10:45:50 +0000 (11:45 +0100)] 
msvcrt: Added read tests on unicode files.

11 years agomsvcrt: Added UTF8 support to read function.
Piotr Caban [Thu, 10 Jan 2013 10:45:39 +0000 (11:45 +0100)] 
msvcrt: Added UTF8 support to read function.

11 years agomsvcrt: Added UTF16 support to read function.
Piotr Caban [Thu, 10 Jan 2013 10:45:29 +0000 (11:45 +0100)] 
msvcrt: Added UTF16 support to read function.

11 years agomsvcrt: Added more read tests.
Piotr Caban [Thu, 10 Jan 2013 10:45:20 +0000 (11:45 +0100)] 
msvcrt: Added more read tests.

11 years agomsvcrt: Added _setmode tests.
Piotr Caban [Thu, 10 Jan 2013 10:45:05 +0000 (11:45 +0100)] 
msvcrt: Added _setmode tests.

11 years agomsvcrt: Added unicode modes support _setmode function.
Piotr Caban [Thu, 10 Jan 2013 10:44:48 +0000 (11:44 +0100)] 
msvcrt: Added unicode modes support _setmode function.

11 years agomsvcrt: Improved ftell implementation.
Piotr Caban [Thu, 10 Jan 2013 10:44:18 +0000 (11:44 +0100)] 
msvcrt: Improved ftell implementation.

11 years agomsvcrt: Simplify fseek implementation.
Piotr Caban [Thu, 10 Jan 2013 10:44:02 +0000 (11:44 +0100)] 
msvcrt: Simplify fseek implementation.

11 years agomsvcrt: Call ftell function in fgetpos.
Piotr Caban [Thu, 10 Jan 2013 10:43:49 +0000 (11:43 +0100)] 
msvcrt: Call ftell function in fgetpos.

11 years agomsvcrt: Fixed handling of '\r' when it's the last character in the buffer in read.
Piotr Caban [Thu, 10 Jan 2013 10:43:37 +0000 (11:43 +0100)] 
msvcrt: Fixed handling of '\r' when it's the last character in the buffer in read.

11 years agomsvcrt: Added write tests on unicode files.
Piotr Caban [Thu, 10 Jan 2013 10:43:25 +0000 (11:43 +0100)] 
msvcrt: Added write tests on unicode files.

11 years agomsvcrt: Added support for unicode mode in write function.
Piotr Caban [Thu, 10 Jan 2013 10:43:11 +0000 (11:43 +0100)] 
msvcrt: Added support for unicode mode in write function.

11 years agomsvcrt: Added fopen_s test with ccs option.
Piotr Caban [Thu, 10 Jan 2013 10:42:57 +0000 (11:42 +0100)] 
msvcrt: Added fopen_s test with ccs option.

11 years agomsvcrt: Call _wsopen_s function in _sopen_s.
Piotr Caban [Thu, 10 Jan 2013 10:42:43 +0000 (11:42 +0100)] 
msvcrt: Call _wsopen_s function in _sopen_s.

11 years agomsvcrt: Added support for unicode text mode in open functions family.
Piotr Caban [Thu, 10 Jan 2013 10:42:29 +0000 (11:42 +0100)] 
msvcrt: Added support for unicode text mode in open functions family.

11 years agomsvcrt: Added support for unicode open mode in msvcrt_get_flags function.
Piotr Caban [Thu, 10 Jan 2013 10:42:15 +0000 (11:42 +0100)] 
msvcrt: Added support for unicode open mode in msvcrt_get_flags function.

11 years agomsvcrt: Don't duplicate wfsopen functionality in wfrepopen.
Piotr Caban [Thu, 10 Jan 2013 10:41:55 +0000 (11:41 +0100)] 
msvcrt: Don't duplicate wfsopen functionality in wfrepopen.

11 years agod3dx9_36: Implement ID3DXFileDataImpl_GetType.
Christian Costa [Thu, 10 Jan 2013 08:37:01 +0000 (09:37 +0100)] 
d3dx9_36: Implement ID3DXFileDataImpl_GetType.

11 years agod3dx9_36: Implement ID3DXFileEnumObjectImpl_GetChildren and ID3DXFileEnumObjectImpl_G...
Christian Costa [Thu, 10 Jan 2013 08:36:53 +0000 (09:36 +0100)] 
d3dx9_36: Implement ID3DXFileEnumObjectImpl_GetChildren and ID3DXFileEnumObjectImpl_GetChild.

11 years agoddraw: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Wed, 9 Jan 2013 21:36:17 +0000 (21:36 +0000)] 
ddraw: Avoid signed-unsigned integer comparisons.

11 years agousp10: Implement GPOS MarkToLigature Attachment Positioning Subtable.
Aric Stewart [Wed, 9 Jan 2013 19:48:59 +0000 (13:48 -0600)] 
usp10: Implement GPOS MarkToLigature Attachment Positioning Subtable.

11 years agoieframe: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks.
Andrew Eikum [Wed, 9 Jan 2013 16:41:59 +0000 (10:41 -0600)] 
ieframe: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks.

11 years agomshtml: Wine Gecko 1.9 release.
Jacek Caban [Wed, 9 Jan 2013 13:21:18 +0000 (14:21 +0100)] 
mshtml: Wine Gecko 1.9 release.

11 years agomake_makefiles: Add support for Objective-C sources.
Alexandre Julliard [Wed, 9 Jan 2013 12:07:19 +0000 (13:07 +0100)] 
make_makefiles: Add support for Objective-C sources.

11 years agowinemac: Implement basic window functionality.
Ken Thomases [Mon, 7 Jan 2013 20:44:44 +0000 (14:44 -0600)] 
winemac: Implement basic window functionality.

11 years agowinemac: Convert main thread to Cocoa main loop on process attach.
Ken Thomases [Mon, 7 Jan 2013 20:44:36 +0000 (14:44 -0600)] 
winemac: Convert main thread to Cocoa main loop on process attach.

11 years agowinemac: Add a custom NSApplication subclass, WineApplication.
Ken Thomases [Mon, 7 Jan 2013 20:44:31 +0000 (14:44 -0600)] 
winemac: Add a custom NSApplication subclass, WineApplication.

11 years agopo: Update German translation.
Julian Rüger [Wed, 9 Jan 2013 00:23:19 +0000 (01:23 +0100)] 
po: Update German translation.

11 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Tue, 8 Jan 2013 20:49:12 +0000 (22:49 +0200)] 
po: Update Lithuanian translation.

11 years agodmusic: COM cleanup of IDirectMusicDownload.
Christian Costa [Wed, 9 Jan 2013 09:22:55 +0000 (10:22 +0100)] 
dmusic: COM cleanup of IDirectMusicDownload.

11 years agod3dx9_36: Finish implementation of ID3DXFileImpl_CreateEnumObject and add stubbed...
Christian Costa [Wed, 9 Jan 2013 09:22:33 +0000 (10:22 +0100)] 
d3dx9_36: Finish implementation of ID3DXFileImpl_CreateEnumObject and add stubbed interface for ID3DXFileData.

11 years agoinclude: Add D3D_DRIVER_TYPE to d3dcommon.idl.
Austin English [Wed, 9 Jan 2013 02:58:23 +0000 (18:58 -0800)] 
include: Add D3D_DRIVER_TYPE to d3dcommon.idl.

11 years agovbscript: Added support for a few more constants.
Jacek Caban [Wed, 9 Jan 2013 10:57:07 +0000 (11:57 +0100)] 
vbscript: Added support for a few more constants.

11 years agomsi: Implement MsiQueryFeatureStateExA/W.
Hans Leidekker [Wed, 9 Jan 2013 10:44:19 +0000 (11:44 +0100)] 
msi: Implement MsiQueryFeatureStateExA/W.

11 years agomsi: Extend registry helpers to support opening the features key for a specific user.
Hans Leidekker [Wed, 9 Jan 2013 10:43:48 +0000 (11:43 +0100)] 
msi: Extend registry helpers to support opening the features key for a specific user.

11 years agod3d8/tests: Merge surface.c into device.c.
Henri Verbeet [Wed, 9 Jan 2013 16:29:37 +0000 (17:29 +0100)] 
d3d8/tests: Merge surface.c into device.c.

11 years agod3d8/tests: Merge texture.c into device.c.
Henri Verbeet [Wed, 9 Jan 2013 10:27:16 +0000 (11:27 +0100)] 
d3d8/tests: Merge texture.c into device.c.

11 years agod3d8/tests: Merge buffer.c into device.c.
Henri Verbeet [Wed, 9 Jan 2013 10:27:15 +0000 (11:27 +0100)] 
d3d8/tests: Merge buffer.c into device.c.

11 years agoddraw: Avoid LPD3DMATERIAL7.
Henri Verbeet [Wed, 9 Jan 2013 10:27:14 +0000 (11:27 +0100)] 
ddraw: Avoid LPD3DMATERIAL7.

11 years agoddraw: Avoid LPD3DMATERIAL.
Henri Verbeet [Wed, 9 Jan 2013 10:27:13 +0000 (11:27 +0100)] 
ddraw: Avoid LPD3DMATERIAL.

11 years agocomctl32: Avoid leak of hShell32 (Coverity).
Marcus Meissner [Wed, 9 Jan 2013 01:42:13 +0000 (02:42 +0100)] 
comctl32: Avoid leak of hShell32 (Coverity).

11 years agooleaut32: Mark various symbols as hidden.
Marcus Meissner [Wed, 9 Jan 2013 02:20:24 +0000 (03:20 +0100)] 
oleaut32: Mark various symbols as hidden.

11 years agowindowscodecs: BMP decoder should always return valid image resolution.
Dmitry Timoshkov [Wed, 9 Jan 2013 07:46:52 +0000 (15:46 +0800)] 
windowscodecs: BMP decoder should always return valid image resolution.

11 years agowindowscodecs: Add a test for loading a .bmp file with BITMAPINFOHEADER.
Dmitry Timoshkov [Wed, 9 Jan 2013 07:46:23 +0000 (15:46 +0800)] 
windowscodecs: Add a test for loading a .bmp file with BITMAPINFOHEADER.

11 years agoconfigure: Get rid of the check for strings.h.
Alexandre Julliard [Wed, 9 Jan 2013 11:25:14 +0000 (12:25 +0100)] 
configure: Get rid of the check for strings.h.