Hans Leidekker
725797249c
dssenh/tests: Fix test failures on 64-bit Vista.
2013-06-25 18:12:11 +02:00
Hans Leidekker
1d8b70fca4
ws2_32/tests: Avoid races.
2013-06-25 18:12:11 +02:00
Alexandre Julliard
90ca8eb21e
comdlg32: Add support for the CF_NOVERTFONTS flag.
2013-06-25 12:38:52 +02:00
Qian Hong
0c46b06c98
msctf: Added stub TF_CreateLangBarItemMgr.
2013-06-25 12:38:16 +02:00
Marcus Meissner
5ef6f99108
ole32: LeaveCriticalSection in one exit case (Coverity).
2013-06-25 12:38:03 +02:00
Dmitry Timoshkov
c69cc5506b
kernel32/tests: Add more VirtualAlloc and VirtualProtect tests.
2013-06-25 12:35:02 +02:00
André Hentschel
a58e9f0312
oleaut32/tests: Don't use autoheader styled define in vartest.
2013-06-25 12:33:46 +02:00
André Hentschel
18690c833a
oleaut32/tests: Get rid of HAVE_OLEAUT32_RECORD in vartest.
2013-06-25 12:33:45 +02:00
André Hentschel
ca77d6c1da
oleaut32/tests: Get rid of IS_ANCIENT in vartest.
2013-06-25 12:33:43 +02:00
Stefan Leichter
34c5acdd4e
msvcp100/tests: Fix dynamically loaded functions for platform arm.
2013-06-25 12:30:11 +02:00
Dmitry Timoshkov
e5c55c5a5a
kernel32/tests: Add a test for VirtualAlloc called on a mapped PE section.
2013-06-24 23:11:03 +02:00
Alexandre Julliard
de03abd532
kernel32: FormatMessage precision arguments are integers.
2013-06-24 23:11:02 +02:00
Alexandre Julliard
e4300d6165
gdi32: Cache the font smoothing parameters.
2013-06-24 21:52:28 +02:00
Christian Costa
c6106428f6
d3dxof: Add support for case sensitive legacy type indexColor.
2013-06-24 11:57:52 +02:00
Marcus Meissner
cf2c506b1a
msvf32: Fixed incorrect sizeof (Coverity).
2013-06-24 11:47:10 +02:00
Marcus Meissner
ff1bd6da35
gdi32: Close handle in mfdrv (Coverity).
2013-06-24 11:46:40 +02:00
Marcus Meissner
1cf9939dc0
gdi32: Close handle in error path (Coverity).
2013-06-24 11:46:34 +02:00
Marcus Meissner
b3f9747b28
dbghelp: Free srcpath in stabs handling (Coverity).
2013-06-24 11:45:10 +02:00
Marcus Meissner
7a406d0adf
dbghelp: Free root in error case (Coverity).
2013-06-24 11:44:01 +02:00
Andrew Eikum
d3b896358a
oleaut32: Use typelib's pointer size, not system's.
2013-06-24 11:43:33 +02:00
Andrew Eikum
2fa16df551
oleaut32: Load referenced typelibs in the same architecture.
2013-06-24 11:43:00 +02:00
Andrew Eikum
82376431e8
oleaut32: Register the typelib's path without WOW64 redirection.
2013-06-24 11:42:53 +02:00
Stefan Dösinger
248f4b7415
wined3d: Fix the TMP_COLOR optimization with custom fog.
2013-06-21 17:35:07 +02:00
Piotr Caban
bba1db0905
msvcrt: Don't forward memchr to ntdll.
2013-06-21 16:23:35 +02:00
Piotr Caban
eb13a49de9
msvcrt: Add some _mbstok tests.
2013-06-21 16:23:35 +02:00
Piotr Caban
779c1f8049
msvcrt: Don't call invalid parameter handler when string to be tokenized and context are not set in mbstok.
2013-06-21 16:23:35 +02:00
Hans Leidekker
e1b4334f89
wintrust/tests: Replace the self-signed certificate with one that expires in ten years.
2013-06-21 16:23:34 +02:00
Ken Thomases
3c7bc8202c
winemac: Avoid overdriving single-buffered GL if possible; the system throttles us.
...
Use glFlushRenderAPPLE(), if available, instead of glFlush() calls less
than 1/60th of a second since the last.
2013-06-21 11:57:42 +02:00
Ken Thomases
a8efa5271b
winemac: Fix off-by-one errors when indexing into pixel_formats array with 1-based pixel format number.
2013-06-21 11:56:37 +02:00
Marcus Meissner
7bf9743041
wbemprox: Fixed leaking dirstack (Coverity).
2013-06-21 11:53:51 +02:00
Stefan Dösinger
cf1e6a487a
ddraw/tests: Get rid of D3DRENDERSTATE_LIGHTING hacks in ddraw4.c.
2013-06-20 22:14:36 +02:00
Stefan Dösinger
4b93cf707d
ddraw/tests: Test lighting control in different interface versions.
2013-06-20 22:14:36 +02:00
Stefan Dösinger
c1663c5583
ddraw: Device2 and Device3 do not have a lighting render state.
2013-06-20 22:14:36 +02:00
Stefan Dösinger
669611b4be
ddraw: Send device2_Draw* through device3_Draw*.
2013-06-20 22:14:36 +02:00
Stefan Dösinger
05de3f8cee
ddraw: SPECULARENABLE defaults to true in IDirect3DDevice2.
2013-06-20 22:14:36 +02:00
Matteo Bruni
aeade16d62
d3d9/tests: Skip unbound_sampler_test if cube or volume textures aren't supported.
2013-06-20 22:14:36 +02:00
Matteo Bruni
5ffabcdfff
d3d9/tests: Reset texture 0 to NULL at the end of texop_test().
2013-06-20 22:14:35 +02:00
Matteo Bruni
5649746b60
wined3d: Fix NP2 surface repacking in surface_download_data.
2013-06-20 22:14:35 +02:00
Alexandre Julliard
410b728c7b
winemac.drv: Don't register IME classes before the dll is initialized.
2013-06-20 22:14:35 +02:00
Jacek Caban
f98ccb82b9
dwmapi: Added DwmGetCompositionTimingInfo stub.
2013-06-20 22:14:35 +02:00
Aric Stewart
37d216cc56
gdi32/tests: Add a test case for vertical fonts enumeration order.
2013-06-20 22:14:35 +02:00
Alexandre Julliard
e531306f7a
gdi32: Put vertical font families after their horizontal counterpart in the font list.
2013-06-20 22:14:35 +02:00
Alexandre Julliard
102b2785f4
gdi32: Add support for loading name strings in Apple Unicode format.
2013-06-20 22:14:35 +02:00
Alexandre Julliard
3d0f044883
gdi32: Add support for loading name strings in Macintosh format.
2013-06-20 22:14:34 +02:00
Alexandre Julliard
b05b637c91
gdi32: Improve font name localization by not requiring a strict language match.
2013-06-20 22:14:32 +02:00
Marcus Meissner
c60bab330c
wbemprox: Add missing FindClose() (Coverity).
2013-06-20 21:07:56 +02:00
Hans Leidekker
7974b12ab1
msi: Restrict the match on files from cabinets to the disk ID.
2013-06-20 21:07:56 +02:00
Ken Thomases
153f3e27c4
winemac: Forcibly release mouse capture for clicks in Mac menu bar or app deactivation.
2013-06-20 11:31:25 +02:00
Ken Thomases
1d10457aee
winemac: Also activate if a window is ordered front shortly after tray icon clicked.
...
... in addition to if one is focused.
2013-06-20 11:30:16 +02:00
Ken Thomases
92a67d4259
winemac: Don't complain that WM_MACDRV_ACTIVATE_ON_FOLLOWING_FOCUS is unrecognized.
2013-06-20 11:29:58 +02:00
Stefan Leichter
9e3e9b49a5
msvcp100/tests: Fix dynamically loaded functions for platform arm.
2013-06-20 11:29:52 +02:00
Stefan Dösinger
21491c8748
ddraw/tests: Add a test for fog_start == fog_end.
2013-06-19 20:09:53 +02:00
Stefan Dösinger
5f2f2ae9c8
d3d8/tests: Add a test for fog_start == fog_end.
2013-06-19 20:09:53 +02:00
Stefan Dösinger
e030ed3c2f
d3d9/tests: Add a test for fog_start == fog_end.
2013-06-19 20:09:53 +02:00
Stefan Dösinger
22319c7f9e
wined3d: Work around broken FFP fog with ARB shaders.
2013-06-19 20:09:53 +02:00
Stefan Dösinger
b648b74191
wined3d: Pass fogstart==fogend to GL in fog table mode.
2013-06-19 20:09:53 +02:00
Alistair Leslie-Hughes
ba16113dc5
oledb32: Add more database tests.
2013-06-19 20:09:53 +02:00
Alexandre Julliard
28ece74fd8
Use the official Microsoft definitions for Gaelic languages.
2013-06-19 20:09:51 +02:00
Dmitry Timoshkov
84ef3d484c
gdiplus: get_font_hfont() should ask gdi32 to match font height against the character height instead of cell height.
2013-06-19 19:18:39 +02:00
Hans Leidekker
407584fd3e
msi/tests: Avoid test failures caused by broken MsiGetFileVersionA.
2013-06-18 20:33:42 +02:00
Hans Leidekker
cd51d513c4
wbemprox/tests: Mark a test result as broken.
2013-06-18 20:33:40 +02:00
Ken Thomases
300b231107
winemac: Cope with apps which return multiple DROPEFFECTs from IDropTarget::DragEnter() and DragOver().
2013-06-18 13:16:23 +02:00
André Hentschel
f208e9ef07
ws2_32: Don't use autoheader styled define.
2013-06-18 12:57:44 +02:00
André Hentschel
c5e9479b85
dinput: Don't use autoheader styled define.
2013-06-18 12:57:44 +02:00
Alexandre Julliard
8dc7b0d9c2
user32: Use the current DC layout in DrawState when drawing to an intermediate bitmap.
2013-06-18 12:57:44 +02:00
Ken Thomases
f035cc73d0
winemac: Don't give windows focus on click if the click was sent to Wine.
...
Only clicks on the title bar (outside the close or minimize buttons) or the
grow box give windows focus.
2013-06-18 12:57:44 +02:00
Ken Thomases
3faf1a92b0
winemac: Don't bring disabled or no-activate windows forward when clicked.
2013-06-18 12:57:43 +02:00
Dmitry Timoshkov
c14ff4bef0
comctl32: Fix broken logic for retrieving default font properties.
2013-06-18 10:40:38 +02:00
Dmitry Timoshkov
924fad9d25
gdi32: ExtSelectClipRgn(hdc, 0, RGN_DIFF) is supposed to fail.
2013-06-18 10:40:34 +02:00
Aric Stewart
df6115aea6
ole32: Do not fail if partial blocks are read.
2013-06-17 19:30:49 +02:00
Alistair Leslie-Hughes
57d0efa459
oledb32: Properties aren't case sensitive.
2013-06-17 19:30:49 +02:00
Dmitry Timoshkov
705a0f0238
gdi32: Scale default GUI fonts to match screen resolution changes.
2013-06-17 19:30:49 +02:00
Dmitry Timoshkov
6834a44dc4
gdi32/tests: Add a test for default font height scaling with screen resolution changes.
2013-06-17 19:30:49 +02:00
Dmitry Timoshkov
288f3be439
gdi32/tests: Skip the bitmap font max width test on not 96 dpi resolutions.
2013-06-17 19:30:48 +02:00
Alexandre Julliard
094251496c
user32: Center the icon in the caption bar.
2013-06-17 19:30:47 +02:00
Alexandre Julliard
a657e5f6ef
user32: Make the default non-client metrics scalable with the resolution.
2013-06-17 19:30:38 +02:00
Alexandre Julliard
9ac7cc8311
user32: Check the correct id for the close button when setting the font.
2013-06-17 19:30:38 +02:00
Alexandre Julliard
0fc73914e2
windowscodecs/tests: Pass the correct constant to IWICImagingFactory_CreateBitmapFromHBITMAP.
2013-06-17 19:30:38 +02:00
Alexandre Julliard
1020a7b00f
inetcomm: Only set the command type when the command expects a reply.
2013-06-17 19:30:38 +02:00
Rico Schüller
ee66470477
d3dx9: Apply rotationcenter only when a rotation is done.
2013-06-17 19:30:38 +02:00
Alexandre Julliard
4894711768
user.exe: Always pass a resource size to CreateIconFromResourceEx16.
2013-06-17 13:34:40 +02:00
Henri Verbeet
4272d92f93
wined3d: Avoid the position_float4() fixup if the vertex pipe can handle pre-transformed vertices itself.
2013-06-17 13:34:40 +02:00
Dmitry Timoshkov
cc086f09ae
comctl32: Use default GUI font as a fallback instead of a (non-existent) Arial.
2013-06-17 13:34:40 +02:00
André Hentschel
b5bb995e5c
wineoss.drv: Don't use autoheader styled define.
2013-06-17 13:34:40 +02:00
Jacek Caban
2782f36b1d
wininet/tests: Added more cert struct tests.
2013-06-14 16:44:06 +02:00
Karol Herbst
627aebf774
wined3d: Add Nvidia GeForce GTX 770M.
2013-06-14 13:51:37 +02:00
Maxime Lombard
214d6ed0ba
wined3d: Add Nvidia GeForce GTX 670MX.
2013-06-14 13:51:35 +02:00
Hans Leidekker
74cf8f53f0
wbemprox: Implement Win32_SoundDevice.Name.
2013-06-14 11:50:24 +02:00
Hans Leidekker
02ba712a05
wbemprox: Implement Win32_NetworkAdapter.PhysicalAdapter.
2013-06-14 11:50:18 +02:00
Hans Leidekker
861f745033
wbemprox: Implement Win32_VideoController.AdapterDACType.
2013-06-14 11:50:04 +02:00
Hans Leidekker
ad60f235d2
wbemprox: Implement Win32_OperatingSystem.ServicePackMinorVersion.
2013-06-14 11:49:54 +02:00
Hans Leidekker
3c623ef38c
wbemprox: Implement Win32_OperatingSystem.Locale.
2013-06-14 11:49:42 +02:00
Hans Leidekker
f560bb4801
wbemprox: Implement Win32_OperatingSystem.CountryCode.
2013-06-14 11:49:36 +02:00
Hans Leidekker
ba3fe55cd4
wbemprox: Implement Win32_OperatingSystem.CodeSet.
2013-06-14 11:49:29 +02:00
Hans Leidekker
772236fe85
wbemprox: Implement Win32_Processor.NumberOfCores.
2013-06-14 11:49:20 +02:00
Hans Leidekker
38e976acdd
wbemprox: Implement Win32_Processor.AddressWidth.
2013-06-14 11:48:26 +02:00
Hans Leidekker
33c440fb22
wbemprox: Override variant conversion for Win32_VideoController.AdapterRAM.
2013-06-14 11:47:33 +02:00
Hans Leidekker
c9fe6139b5
wbemprox: Always use resize_table to allocate memory for table data.
2013-06-14 11:47:25 +02:00
Henri Verbeet
ffc9f535eb
wined3d: Handle pre-transformed vertices in the GLSL vertex pipe.
...
This also avoids a fallback to drawStridedSlow().
2013-06-14 11:46:31 +02:00
Henri Verbeet
8a7ddfbb53
wined3d: Don't use state_colormat() with the GLSL vertex pipe.
...
None of the code in there should be needed for the GLSL vertex pipe, and the
"untracked materials" counter in particular will trigger an unnecessary
fallback to drawStridedSlow().
2013-06-14 11:46:27 +02:00
Henri Verbeet
4de77fa23f
wined3d: Allow a custom pitch to be specified in wined3d_surface_set_mem().
2013-06-14 11:46:20 +02:00
Dmitry Timoshkov
aa0cc00b48
winspool.drv: Avoid converting garbage if there was no DEVMODE passed in.
2013-06-14 11:46:00 +02:00
Dmitry Timoshkov
08bade6880
oleaut32: Do not rely on vtable placement in the implementation structure.
2013-06-14 11:45:26 +02:00
Francois Gouget
bd97f64d04
user32/tests: Add a trailing '\n' to a few ok() calls.
2013-06-14 11:45:19 +02:00
Alistair Leslie-Hughes
5e42382c31
oledb32: Add remaining INIT Properties.
2013-06-13 17:14:14 +02:00
Christian Costa
fcb72f399d
d3dx9_36: Set compilation_errors to NULL when no error encountered + tests.
2013-06-13 17:14:06 +02:00
Dmitry Timoshkov
eca18b5152
oleaut32: Do not rely on vtable placement in the implementation structure.
2013-06-13 17:13:28 +02:00
Alexandre Julliard
df17007af7
wininet/tests: Use test.winehq.com for invalid certs tests.
2013-06-13 17:10:04 +02:00
Alexandre Julliard
c518801495
secur32: Set the SSL server name to enable the SNI extension.
2013-06-13 17:10:02 +02:00
Alistair Leslie-Hughes
661c2b8a0e
oleaut32/tests: Add DECIMAL tests.
2013-06-13 12:18:49 +02:00
Hans Leidekker
f8c7cd945f
tapi32: Properly implement lineGetCountryW.
2013-06-12 16:49:19 +02:00
Hans Leidekker
50febc4888
winhttp/tests: Test query schemes.
2013-06-12 15:52:53 +02:00
Marcus Meissner
85f3fe735d
winhttp: Initialize schemes (Coverity).
2013-06-12 15:52:36 +02:00
Aric Stewart
b69d67f146
ole32: Not all uses of StorageImpl_ReadBigBlock fail if no bytes are read.
2013-06-12 15:51:07 +02:00
Christian Costa
66414c46c9
d3dxof/tests: Add test for case sensitive 'indexColor' type.
2013-06-12 12:12:10 +02:00
Christian Costa
71986eb109
d3dxof: Fix string handling in binary mode + tests.
2013-06-12 12:11:56 +02:00
Nikolay Sivov
f92caf5ba7
comdlg32: Store client GUID with SetClientGuid().
2013-06-12 12:10:41 +02:00
Nikolay Sivov
ed673ff947
riched20: Use helpers from header instead of internal functions.
2013-06-12 12:09:13 +02:00
Nikolay Sivov
9997ef3fbc
xmllite: It's acceptable to have NULL length pointer in GetLocalName().
2013-06-12 12:09:00 +02:00
Hans Leidekker
97cc8bfcc7
wbemprox/tests: Mark a test result as broken.
2013-06-12 12:08:26 +02:00
Hans Leidekker
697cbc3605
wininet/tests: Avoid proxy test failures on old wininet.
2013-06-12 12:08:24 +02:00
Tatyana Fokina
aaed0e81d5
kernel32: Check the size of the string in CompareStringA.
2013-06-11 19:31:45 +02:00
Tatyana Fokina
28951a0922
kernel32/tests: Add test with a large string for CompareStringA.
2013-06-11 19:31:40 +02:00
Aric Stewart
f5ec65ad8e
gdi32: Update Arabic font defaults.
...
With help from Mosaab Alzoubi <moceap@hotmail.com>.
2013-06-11 18:07:59 +02:00
Hans Leidekker
edee379d81
msi/tests: Move some more tests and remove a useless test.
2013-06-11 18:07:44 +02:00
Alexandre Julliard
57f5a5b372
mshtml/tests: Fix a reference leak.
2013-06-11 18:07:43 +02:00
Alexandre Julliard
ba54de6ed5
winex11: Don't use a surface if there is a client window.
...
We can't get clipping right for child windows if using a surface.
2013-06-11 18:07:42 +02:00
Christian Costa
f054431c63
d3dxof: Add test for standard templates.
2013-06-11 11:52:34 +02:00
André Hentschel
b3f7de8fec
oleaut32/tests: Add tests for VarDecCmpR8 (gcov).
2013-06-11 11:52:28 +02:00
Alexandre Rostovtsev
fee9cd3b24
configure: In gnutls-3.2, gnutls_mac_get_key_size() moved to crypto.h.
...
Based on a patch by Ben Kohler <bkohler@gmail.com>.
2013-06-11 11:37:21 +02:00
Henri Verbeet
e0494afa00
wined3d: Introduce a helper function for printing floats in GLSL shaders.
2013-06-11 11:33:15 +02:00
Dmitry Timoshkov
b02951dfa7
ole32/tests: Make sure that key "Software\\Classes" exists under HKEY_CURRENT_USER.
2013-06-11 11:29:45 +02:00
Dmitry Timoshkov
ac13aa28ad
ole32/tests: Test remaining class, object and server reference counts at server exit.
2013-06-11 11:29:29 +02:00
Hans Leidekker
b82a5ab27a
msi/tests: Move some tests around to avoid timeouts on the testbot.
2013-06-10 19:30:54 +02:00
Hans Leidekker
4df4339f8e
winhttp/tests: Trace certificate errors.
2013-06-10 19:30:47 +02:00
Austin English
936cb4ce7e
api-ms-win-core-processthreads-l1-1-0: Add stub dll.
2013-06-10 14:26:12 +02:00
Nozomi Kodama
b3dff5b354
d3dx9: Fix the case output = input in D3DXVec3Cross.
2013-06-10 14:24:47 +02:00
Alexandre Julliard
699eb85ce0
oleaut32: Remove redundant declaration of CLSID_PSFactoryBuffer.
2013-06-10 14:24:11 +02:00
Dmitry Timoshkov
2daa5367f8
ole32/tests: Add a test for local server interaction using an in-process handler.
2013-06-10 12:38:31 +02:00
Dmitry Timoshkov
289437dc4d
ole32/tests: Remove redundant code.
2013-06-10 12:38:31 +02:00
Marcus Meissner
b853ddc40b
user32/tests: Remove side effects from assert()s.
2013-06-10 11:56:27 +02:00
Marcus Meissner
0bd04d40cf
oleaut32: Avoid memory leaking junk (Coverity).
2013-06-10 11:53:14 +02:00
Marcus Meissner
b22dade1d6
oleaut32: Fixed incorrect pointer deref (Coverity).
2013-06-10 11:53:05 +02:00
Daniel Jelinski
a2307a3339
msi: Update LastSequence for empty media as well.
2013-06-10 11:51:03 +02:00
André Hentschel
749bb1db35
ws2_32/tests: Don't test functions directly when reporting WSAGetLastError().
2013-06-10 11:49:49 +02:00
Francois Gouget
3cefe77667
ddraw: Remove WINAPI on static functions where not needed.
2013-06-10 11:49:43 +02:00
Dmitry Timoshkov
eeca784b70
ole32: Add a basic OLE client/server test suite.
2013-06-07 17:40:41 +02:00
Hans Leidekker
af7062a94f
kernel32/tests: Avoid test failures when running as an unprivileged user.
2013-06-07 17:12:25 +02:00
Christian Costa
65d7a8b3d1
d3dxof: Add test for more complex object.
2013-06-07 12:28:20 +02:00
Alistair Leslie-Hughes
ad008e223a
oledb32: Correct DBPROP_INIT_HWND type for Win64.
2013-06-07 12:26:49 +02:00
Christian Costa
cfe08e719b
d3dx9_36: Simplify code + fix typo.
2013-06-07 12:26:15 +02:00
Detlef Riekenberg
d63a160c24
mpr/tests: Handle result from the AppV virtual drive.
2013-06-07 12:03:06 +02:00
Ken Thomases
d22ac28f5e
winemac: Allow clicks on owned windows to reorder them relative to other owned windows of the same owner.
2013-06-07 11:59:02 +02:00
Ken Thomases
f6924b9603
winemac: Honor requests to order owned windows relative to other owned windows of the same owner.
2013-06-07 11:58:59 +02:00
Ken Thomases
b96b565514
winemac: Command-clicks shouldn't give windows focus.
2013-06-07 11:58:52 +02:00
Hans Leidekker
540370fb03
wmiutils: Fix parsing of relative paths.
2013-06-07 11:58:45 +02:00
Henri Verbeet
29c43e2efc
ddraw: Rename PixelFormat_WineD3DtoDD() to ddrawformat_from_wined3dformat().
2013-06-07 11:58:29 +02:00
Henri Verbeet
86eb211159
ddraw: Rename PixelFormat_DD2WineD3D() to wined3dformat_from_ddrawformat().
...
For consistency with the other D3D dlls.
2013-06-07 11:58:27 +02:00
Henri Verbeet
e8905e360f
wined3d: Don't modify the texcoord mask for "projected" cube textures in shader_glsl_tex().
2013-06-07 11:58:22 +02:00
Henri Verbeet
f52d4044eb
wined3d: Fix a typo in shader_glsl_generate_ffp_fragment_shader().
2013-06-07 11:58:20 +02:00
Henri Verbeet
d97a8b3e83
d3d8: Create textures for swapchain surfaces.
2013-06-07 11:58:17 +02:00
Ken Thomases
e635952459
winemac: Actually switch Win32 focus away from a window that has lost Cocoa focus.
2013-06-07 11:57:50 +02:00
Ken Thomases
220b8b7946
winemac: Add an option to capture the displays for full-screen windows in addition to display mode changes.
...
Under HKCU\Software\Wine\Mac Driver, set string value
CaptureDisplaysForFullscreen to "y" to enable the new behavior.
2013-06-07 11:57:06 +02:00
Hans Leidekker
ba40509f90
user32: Fix icon extraction from non-native PE executables.
2013-06-06 20:05:31 +02:00
Henri Verbeet
861b1053e2
d3drm: Avoid LPDIRECT3DRMVISUALARRAY.
2013-06-06 11:47:26 +02:00
Henri Verbeet
93b76d9a9c
d3d9: Create textures for swapchain surfaces.
2013-06-06 11:47:22 +02:00
Henri Verbeet
d6bc4fe71a
wined3d: Allow surface flags to be passed to texture creation functions.
2013-06-06 11:47:19 +02:00
Henri Verbeet
91096dd7ad
wined3d: Pass a wined3d_resource_desc structure to wined3d_texture_create_3d().
2013-06-06 11:47:07 +02:00
Francois Gouget
145c417e98
wined3d: Make state_fog_vertexpart() static.
2013-06-06 11:47:02 +02:00
Francois Gouget
1e53cb6483
kernel32/tests: Add a trailing '\n' to a skip() call.
2013-06-06 11:46:50 +02:00
Alexandre Julliard
6528aff97b
joy.cpl: Return the correct id for the icon.
2013-06-06 11:33:10 +02:00
Stefan Dösinger
831424ef83
ddraw/tests: Fix a typo.
2013-06-06 10:45:46 +02:00
Stefan Dösinger
410151ca6a
ddraw: Update the SetCooperativeLevel comment.
2013-06-06 10:45:44 +02:00
Stefan Dösinger
89dd55c4a6
ddraw/tests: Add EXCLUSIVE->NORMAL coop level switching tests.
2013-06-06 10:45:42 +02:00
Stefan Dösinger
4e51195e0b
ddraw: Restore resolution on EXCLUSIVE->NORMAL switch.
2013-06-06 10:45:38 +02:00
Stefan Dösinger
6560135c64
ddraw: Update the focus window after recreating the swapchain.
2013-06-06 10:45:34 +02:00
Nikolay Sivov
f8ce7ed978
comctl32/tests: Remove useless message tracing.
2013-06-06 10:43:03 +02:00
Sergey Guralnik
e90418d31c
user32: Bring reference MDI child to bottom when switching to next.
2013-06-06 10:42:51 +02:00
Nikolay Sivov
4ee9aef018
oleaut32: Added proxy/stub body for CreateInstanceLic().
2013-06-06 10:42:18 +02:00
Andrew Eikum
40966b3615
oleaut32: Use the new typelib creation implementation.
2013-06-06 10:41:39 +02:00
Daniel Jelinski
1319515173
mscoree: Search for COM classes by assembly name if CodeBase not found.
2013-06-05 20:30:58 +02:00
Daniel Jelinski
0eaa3ec9fb
mscoree: Extract a helper function for getting file name from assembly.
2013-06-05 20:30:58 +02:00
Aric Stewart
ceb81eee20
gdi32: Turn off tategaki if the unicode code point is outside of the rotated ranges.
2013-06-05 20:30:58 +02:00
Sergey Guralnik
fe2f877678
user32/tests: Test MDI child order changing caused by WM_MDINEXT.
2013-06-05 20:30:58 +02:00
Gurmail Bassi
c34b7b1313
dinput: Use a properly initialized format in SetProperty.
2013-06-05 20:30:56 +02:00
Ričardas Barkauskas
188b39ab2b
wininet/tests: Test some connection closing specifics.
2013-06-05 19:39:38 +02:00
Andrew Eikum
9afd5845e5
oleaut32: Always read all imports from the typelib.
2013-06-05 17:31:40 +02:00
Andrew Eikum
7adad42745
oleaut32: Use implementation bitflag in href.
2013-06-05 17:31:40 +02:00
Andrew Eikum
d983e6d590
oleaut32: Always search external references in GetRefTypeInfo.
2013-06-05 17:31:40 +02:00
Andrew Eikum
3983bbf7d9
oleaut32: Fix ITypeInfo::GetNames for functions.
2013-06-05 17:31:40 +02:00
Andrew Eikum
cee0a726ed
oleaut32: Don't fall back on typelib name for docstring.
2013-06-05 17:31:40 +02:00
Piotr Caban
c9dbef3d96
kernet32: Added DuplicateHandle tests with DUPLICATE_CLOSE_SOURCE flag.
2013-06-05 17:31:40 +02:00
Piotr Caban
76bfbf43e9
server: Don't create new handle when DUP_HANDLE_CLOSE_SOURCE is used if possible.
2013-06-05 17:31:40 +02:00
Henri Verbeet
8c882f6819
d3drm: Avoid LPDIRECT3DRMFRAMEARRAY.
2013-06-05 17:31:40 +02:00
Henri Verbeet
31f9cae2bd
d3drm: Avoid LPDIRECT3DRMVIEWPORTARRAY.
2013-06-05 17:31:39 +02:00
Henri Verbeet
b23739316c
wined3d: Pass a wined3d_resource_desc structure to wined3d_texture_create_cube().
2013-06-05 17:31:39 +02:00
Henri Verbeet
9d4cbd6195
wined3d: Pass a wined3d_resource_desc structure to wined3d_texture_create_2d().
2013-06-05 17:31:39 +02:00
Henri Verbeet
1366e3a5bf
wined3d: Pass a wined3d_resource_desc structure to wined3d_texture_init().
2013-06-05 17:31:39 +02:00
Alistair Leslie-Hughes
7f1473ac59
oledb32: Support more default properties.
2013-06-05 17:31:39 +02:00
Austin English
1648340d09
api-ms-win-core-localregistry-l1-1-0: Add stub dll.
2013-06-05 11:42:40 +02:00
Piotr Caban
f3eb64ec73
msvcrt: Don't detect overflow in atoi implementation.
2013-06-04 21:01:13 +02:00
Andrew Eikum
0210cb9385
oleaut32: Only copy previous function name if both are property accessors.
2013-06-04 21:01:13 +02:00
Andrew Eikum
09d787d2d5
oleaut32: When loading typelibs, skip over function default parameters as well.
2013-06-04 21:01:13 +02:00
Andrew Eikum
af3ae0c4f2
oleaut32: Implement ICreateTypeLib::SaveAllChanges.
2013-06-04 21:01:11 +02:00
Hans Leidekker
97f9d6fd8f
wbemprox: Add a partial implementation of CIM_DataFile.
2013-06-04 15:02:00 +02:00
Hans Leidekker
0f8cbab1a9
wbemprox: Add a function to resize a table.
2013-06-04 15:01:45 +02:00
Hans Leidekker
f4da96bb29
wbemprox: Rewrite IWbemServices::ExecMethod with low-level functions so we can reuse the object instance.
2013-06-04 15:01:42 +02:00
Hans Leidekker
9a14d5d024
wbemprox: Use the right allocator for BSTR values in get_owner.
2013-06-04 15:01:33 +02:00
Hans Leidekker
8e1aa4358a
wbemprox: Optimize a common Win32_Directory query.
2013-06-04 15:01:30 +02:00
Ken Thomases
a6dc4906de
winemac: Ignore window frame changes while minimized but check again when unminimized.
2013-06-04 15:01:15 +02:00
Ken Thomases
62a1907c9e
winemac: Make windows key after unminimizing, if allowed.
...
We generally prevent Cocoa from making our windows key (focused) so that
Wine can be in control. However, after unminimizing, Wine believes the
window is already focused but Cocoa doesn't, so key presses just cause beeps.
2013-06-04 15:01:12 +02:00
Ken Thomases
b15f412e14
winemac: Allow Cocoa to make minimized windows key; it will unminimize them as necessary.
2013-06-04 15:01:08 +02:00
Ken Thomases
f010a930df
winemac: Improve the debug tracing in macdrv_SetWindowStyle().
2013-06-04 15:01:03 +02:00
Ken Thomases
f57db8a3de
winemac: Keep old window surface for minimized windows to allow redrawing.
...
This improves the animation of the window unminimizing from the Dock in some
cases. The window would often be blank or, for shaped windows, invisible
during that animation.
2013-06-04 15:00:59 +02:00
Ken Thomases
b285c5706e
winemac: Defer minimizing hidden windows until they are shown.
...
Minimizing invisible windows causes weird phantoms to appear in
Exposé, the Window menu, and the Dock.
2013-06-04 15:00:54 +02:00
Ken Thomases
841f158d81
winemac: Don't accidentally unminimize a window when trying to change z-order.
2013-06-04 15:00:31 +02:00
Ken Thomases
4c651e39e4
winemac: Don't unminimize a window on first activation during start-up.
2013-06-04 15:00:28 +02:00
Piotr Caban
598ff4dd5a
msvcrt: Reuse FILE object in wfreopen function.
2013-06-04 14:59:20 +02:00
Alistair Leslie-Hughes
6d1db050d2
oleaut32/tests: Correct output arguments.
2013-06-04 10:14:58 +02:00
Henri Verbeet
d6ac5a4b88
d3drm: Avoid LPDIRECT3DRMFACEARRAY.
2013-06-04 10:14:45 +02:00
Henri Verbeet
8550e69af0
d3drm: Avoid LPDIRECT3DRMDEVICEARRAY.
2013-06-04 10:14:43 +02:00
Henri Verbeet
13a38e8d5e
wined3d: Pass a wined3d_resource_desc structure to device_parent_create_swapchain_surface().
2013-06-04 10:14:28 +02:00
Henri Verbeet
a4d2660c9b
wined3d: Pass a wined3d_resource_desc structure to device_parent_create_texture_surface().
2013-06-04 10:14:26 +02:00
Henri Verbeet
1276a3db04
wined3d: Properly set resource dimensions in wined3d_texture_init().
2013-06-04 10:14:24 +02:00
Christian Costa
163943058c
strmbase: Display iface in traces and new ref in AddRef and Release for IEnumPins.
2013-06-04 10:14:20 +02:00
Christian Costa
550415ec78
d3dx9_36: Remove 'relay' in traces for functions that do not forward to another ones.
2013-06-04 10:14:05 +02:00
Christian Costa
539d28a112
d3dx9_36: Fix typo.
2013-06-04 10:13:56 +02:00
Dmitry Timoshkov
f49de6aa08
shlwapi: Correct .spec parameter types for Assoc* APIs.
2013-06-04 10:12:29 +02:00
Alistair Leslie-Hughes
f0806fd68c
ole32/tests: Check function pointer.
2013-06-03 22:55:27 +02:00
Alistair Leslie-Hughes
0f4c77d877
ole32/tests: Fix crash under NT.
2013-06-03 22:55:21 +02:00
Hans Leidekker
b64fabf39e
msi: Don't defer custom actions in the UI sequence if they match the currently running script.
2013-06-03 21:11:51 +02:00
Dmitry Timoshkov
df6c2a8418
server: Mark the process as disconnected from desktop/winstation before closing its handles.
2013-06-03 21:11:38 +02:00
André Hentschel
5bee8b4e40
difxapi: Add stubs for DIFXAPISetLogCallback{A,W}.
2013-06-03 21:09:57 +02:00
André Hentschel
849bbd90ac
difxapi: Add stubs for DriverPackageGetPath{A,W}.
2013-06-03 21:09:53 +02:00
André Hentschel
d57ab7fd11
difxapi: Add stubs for DriverPackageUninstall{A,W}.
2013-06-03 21:09:48 +02:00
André Hentschel
741cb97905
difxapi: Add stubs for DriverPackageInstall{A,W}.
2013-06-03 21:09:40 +02:00
André Hentschel
15cdb51792
difxapi: Add stubs for DriverPackagePreinstall{A,W}.
2013-06-03 21:09:35 +02:00
Christian Costa
c5d01aa6ae
d3dxof: Turn a fixme into warn.
2013-06-03 11:56:24 +02:00
Christian Costa
4102d8a0dc
d3dxof: Fix list of float and integer in binary mode.
2013-06-03 11:56:18 +02:00
Christian Costa
7325b798b4
d3dxof: Move list type and list nb elements into the parse context.
2013-06-03 11:56:09 +02:00
Christian Costa
f39547f5a8
d3dxof: Uncomment some traces and use better name for some variables.
2013-06-03 11:56:00 +02:00
Henri Verbeet
97bc1eb389
d3drm: Avoid LPDIRECT3DRMUSERVISUAL.
2013-06-03 11:30:47 +02:00
Henri Verbeet
a3f59cf618
wined3d: Allow textures as swapchain surfaces.
2013-06-03 11:30:43 +02:00
Henri Verbeet
48d470f60c
wined3d: Add base format info for some typeless formats.
2013-06-03 11:30:34 +02:00
Henri Verbeet
51bbfa5ced
wined3d: Allow 32 bpc UINT formats in vertex declarations.
2013-06-03 11:30:31 +02:00
Akihiro Sagawa
9ab603b033
kernel32: Don't move fixed memory area in GlobalReAlloc.
2013-06-03 11:29:55 +02:00
Akihiro Sagawa
884ead472b
ole32: Use LMEM_MOVEABLE when reallocating memory.
2013-06-03 11:29:41 +02:00
Akihiro Sagawa
1451aa58a6
kernel32: Add more GlobalReAlloc/LocalReAlloc tests.
2013-06-03 11:29:38 +02:00
Nikolay Sivov
842798f846
shell32: Some cleanup for IExplorerBrowser.
2013-06-03 11:29:02 +02:00
Nikolay Sivov
7a5ca2d3d4
shell32: Fix some tests failures on Win8.
2013-06-03 11:28:55 +02:00