Austin English
f8089da4b3
msi: Add stubs for MsiEnumClientsExA/W.
2015-02-04 21:32:50 +09:00
Jacek Caban
b0632af980
jscript: Added support for VT_UI4 variants.
2015-02-04 21:32:50 +09:00
Jacek Caban
7a89732f73
mshtml: Added IHTMLDocument2::ondblclick property implementation.
2015-02-04 20:32:08 +09:00
Nikolay Sivov
8f9bca9103
dwrite: Implement GetCaretMetrics().
2015-02-03 20:53:07 +09:00
Nikolay Sivov
fbeb829584
dwrite: Forward GetGdiCompatibleMetrics() to newer call.
2015-02-03 20:52:58 +09:00
Nikolay Sivov
d1243bcc85
kernel32/tests: Remove a couple of duplicated constants.
2015-02-03 20:52:51 +09:00
Mark Harmstone
e20307099f
mmdevapi: Do nothing on property store Commit.
2015-02-03 16:30:57 +09:00
Akihiro Sagawa
7b0d86514a
mciqtz32: "status mode" returns resource strings.
2015-02-03 16:30:57 +09:00
Akihiro Sagawa
8f6650cb00
winmm/tests: Add MPEGVideo driver tests using a wave audio file.
2015-02-03 16:30:56 +09:00
YongHao Hu
0d3e739710
msvcp90/tests: Add more tests to ostream_print_complex_float.
2015-02-03 16:30:56 +09:00
Austin English
64ec12df8e
prntvpt: Add a stub for PTQuerySchemaVersionSupport.
2015-02-03 16:30:56 +09:00
Mark Harmstone
1c73ce1ee7
dsound: Fix 3D positioning bug with head-relative buffers.
2015-02-03 16:30:55 +09:00
Ken Thomases
530a039dac
winemac: Prevent interpolation of the window surface image when it's blitted to the actual window.
...
On high-resolution Retina displays, the OS X window backing store has twice the
pixels as Wine's window backing store. So, our images get scaled up. Core
Graphics had been interpolating/smoothing the image, which resulted in
fuzziness. This tells it not to do that.
I had assumed this wouldn't be necessary since we pass FALSE for the
shouldInterpolate parameter of CGImageCreate() when we create the images.
Apparently, that's not sufficient.
2015-02-03 16:30:55 +09:00
Sebastian Lackner
15e609ba5b
slc/tests: Add tests for SLGetWindowsInformationDWORD.
2015-02-03 16:30:49 +09:00
Sebastian Lackner
c6fcb427a2
dbghelp: Don't fill KdHelp structure for usermode applications.
2015-02-03 14:40:50 +09:00
Orion Poplawski
8bf1732962
msvcrt: Bump MSVCRT_MB_LEN_MAX to 5 and use it in MSVCRT__wctomb_l for default buffer lengthSet MB_LEN_MAX to 5 to match MSVCRT_MB_LEN_MAX.
2015-02-03 14:38:40 +09:00
Jacek Caban
f0fc2ba27d
mshtml: Use our submit implementation for all windows, but only for POST method.
2015-02-03 12:45:51 +09:00
Ken Thomases
4a6743e913
opengl32: Fix get_current_context_type() to not shift the type bits down.
...
The result is compared directly with handle type values like HANDLE_CONTEXT
whose meaningful values are in the high nibble.
2015-02-03 12:45:35 +09:00
Matteo Bruni
9defaa53a1
wined3d: Use the core version of the asynchronous queries functions.
2015-02-02 22:39:05 +09:00
Matteo Bruni
1e48bbb7ac
opengl32: Don't use deprecated functions for extension checking purposes on core profile contexts.
2015-02-02 22:37:11 +09:00
Piotr Caban
ae372f53f7
msvcp71: Added basic_string<char>::insert(iterator, char*, char*) implementation.
2015-02-02 22:30:33 +09:00
Piotr Caban
6dac2f7a77
shell32: Add partial support for Mac trash enumeration.
2015-02-02 22:29:46 +09:00
Piotr Caban
8aba9366ed
shell32: Pass trash path to TRASH_EnumItems.
2015-02-02 22:29:32 +09:00
Piotr Caban
d46862b487
shell32: Handle TRASH_EnumItems failures correctly.
2015-02-02 22:29:25 +09:00
Piotr Caban
814ab9ee46
shell32: Create trash test file in temp directory.
2015-02-02 22:29:18 +09:00
Charles Davis
a872c21a48
winemac.drv: Always initialize a closure-captured object pointer.
2015-02-02 22:27:42 +09:00
Ken Thomases
8ec1b4f010
winemac: Tell Wine that Cocoa brought a window forward even if a window is being dragged.
...
When a window is being dragged, we prevent delivery of clicks to Wine. We were
also preventing telling Wine that a window had been brought forward, but this
was incorrect. It prevented clicks in the title bar from activating the window.
2015-02-02 22:27:35 +09:00
Ken Thomases
5fe3c4b89e
winemac: Track which window was brought forward by Cocoa separately from the window receiving the click event.
...
If the mouse is captured, we change which window receives the click event, but
that shouldn't change which window we tell Wine was brought forward by Cocoa.
2015-02-02 22:27:30 +09:00
Ken Thomases
2b97f8c1d1
winemac: When Cocoa brings a window forward, tell Wine even if it's disabled or no-activate.
...
We can't prevent Cocoa from bringing disabled/no-activate windows forward. So,
we need to tell Wine about the z-order change.
We still do avoid telling Wine to activate disabled/no-activate windows, though.
2015-02-02 22:27:19 +09:00
Henri Verbeet
81c51768a5
d2d1: Implement d2d_solid_color_brush_SetTransform().
2015-02-02 22:26:16 +09:00
Henri Verbeet
ecca626948
d2d1: Implement d2d_linear_gradient_brush_SetTransform().
2015-02-02 22:26:14 +09:00
Henri Verbeet
fce8603a39
d2d1: Implement d2d_bitmap_brush_SetTransform().
2015-02-02 22:26:12 +09:00
Henri Verbeet
88edc866ea
d2d1: Implement d2d_solid_color_brush_GetTransform().
2015-02-02 22:26:10 +09:00
Henri Verbeet
bbba52dc34
d2d1: Implement d2d_linear_gradient_brush_GetTransform().
2015-02-02 22:26:07 +09:00
Henri Verbeet
d41ee6e574
d2d1: Implement d2d_bitmap_brush_GetTransform().
2015-02-02 22:26:04 +09:00
Jacek Caban
3873c93891
vbscript: Allow omitting optional function parameters in call expressions.
2015-01-28 21:30:10 +01:00
Jacek Caban
679ddf24d4
mshtml: Added support for _self target in IHTMLWindow2::open.
2015-01-28 21:30:07 +01:00
Nikolay Sivov
fdda480df5
kernel32: Fix writing resource section as a last section in UpdateResource().
2015-01-28 21:30:01 +01:00
Nikolay Sivov
8f2b5653a7
kernel32/tests: Remove todo_wine that doesn't work anymore.
2015-01-28 21:29:57 +01:00
Nikolay Sivov
f670be8ec8
kernel32/tests: Make loader tests independent from each other.
2015-01-28 21:29:53 +01:00
Austin English
ae98c9a42b
kernel32: Sync spec file with windowss 7.
2015-01-28 11:08:21 +01:00
Stefan Dösinger
63d52c7317
d3d/tests: Show that WM_SYSCOMMAND(SC_RESTORE) is delivered only once.
2015-01-28 11:06:56 +01:00
Stefan Dösinger
3ef1d6bcd9
wined3d: Pass WM_SYSCOMMAND(SC_RESTORE) to DefWindowProc.
2015-01-28 11:06:48 +01:00
Daniel Scharrer
4d05cfe577
kernel32: Add stub implementation for EnumResourceLanguagesEx.
2015-01-27 22:03:17 +01:00
Andrew Eikum
bbc5244c0b
winmm: Allow HMIXEROBJ handles in place of device IDs in mixerGetDevCaps.
2015-01-27 21:30:21 +01:00
Mark Harmstone
7b8dbc4776
mmdevapi: Allow PKEY_AudioEndpoint_PhysicalSpeakers to be overridden.
2015-01-27 21:30:15 +01:00
Jacek Caban
e62612b2c3
mshtml: Added URI_ flags declaration and improved debug traces.
2015-01-26 19:37:04 +01:00
Nikolay Sivov
40d9a2b6d2
dwrite: Make sure we don't have duplicates in locale/value pairs for font names.
2015-01-26 12:06:20 +01:00
Nikolay Sivov
6b0623fb2f
dwrite: Initial implementation of GetTypographicFeatures().
2015-01-26 12:06:18 +01:00
Austin English
fa80425242
kernel32: Add GetSystemFirmwareTable stub.
2015-01-26 12:06:04 +01:00
Piotr Caban
ccaf87b2ea
msvcrt: Add _iswpunct_l implementation.
2015-01-26 11:23:12 +01:00
Piotr Caban
ef69ad9f97
msvcrt: Add _iswspace_l implementation.
2015-01-26 11:23:08 +01:00
Piotr Caban
90b68f9964
msvcrt: Reset write direction after flush on read/write stream.
2015-01-26 11:22:58 +01:00
Piotr Caban
7880525f44
msvcrt: Handle read buffer flushing in msvcrt_flush_buffer helper.
2015-01-26 11:22:54 +01:00
Andrew Eikum
7b45103c4a
wined3d: Fix spec file entry for wined3d_texture_create.
2015-01-23 17:28:40 +01:00
Jacek Caban
13d899ec0f
mshtml: Added Exec(OLECMDID_OPTICAL_ZOOM) implementation.
2015-01-23 15:33:19 +01:00
Michael Stefaniuc
971cf70014
wintrust/tests: Remove an unused assignment (PVS-Studio).
2015-01-23 15:33:06 +01:00
Michael Stefaniuc
b32d93a10b
wininet: Remove an unused assignment (PVS-Studio).
2015-01-23 15:33:03 +01:00
Michael Stefaniuc
f256e1476c
winex11.drv: Remove an unused assignment (PVS-Studio).
2015-01-23 15:32:59 +01:00
Matteo Bruni
d360a51f3c
wined3d: Use the core version of the shader object functions.
2015-01-23 12:02:37 +01:00
Matteo Bruni
e192939652
wined3d: Use the core version of GL vertex attribute functions where possible.
2015-01-23 12:02:33 +01:00
Matteo Bruni
584892b692
wined3d: Properly initialize the last two components of R16G16_SINT attributes.
2015-01-23 12:02:28 +01:00
Charles Davis
7ef720f184
msvcrt: Support 64-bit platforms that don't have finitef or isnanf.
2015-01-23 11:58:14 +01:00
Charles Davis
193d15cc3c
kernel32: Don't use %gs on 64-bit Mac OS.
2015-01-23 11:11:37 +01:00
Charles Davis
2ace215b9a
kernel32: Recognize 64-bit Mach-O modules, too.
2015-01-23 11:10:57 +01:00
Vincent Povirk
fd5a8a9db8
xmllite: Length is optional in IXmlReader::GetQualifiedName.
2015-01-23 11:08:15 +01:00
Qian Hong
412a070e49
atl100/tests: Added tests for AtlAxCreateControlEx.
2015-01-22 21:55:07 +01:00
Qian Hong
ec52a1f557
atl: Improved content type handling of AtlAxCreateControlEx.
2015-01-22 21:55:02 +01:00
Erich E. Hoover
8e9e4a657f
winex11.drv: Update the check for broken nVidia RandR to test for the number of resolutions instead of the number of modes.
2015-01-22 21:35:22 +01:00
Jacek Caban
286e4a8655
mshtml: Added OLECMDID_OPTICAL_ZOOM tests and stub.
2015-01-22 20:23:37 +01:00
Jacek Caban
23d74d3b73
mshtml: Improved IOleCommandTarget::QueryStatus implementation.
2015-01-22 20:23:35 +01:00
Jacek Caban
48ea8a1cb4
secur32/tests: Don't call InitializeSecurityContext on an uninitialized buffer.
...
Also documents failure on an invalid buffer.
2015-01-22 17:31:44 +01:00
Nikolay Sivov
711b9f0414
dwrite: Initial implementation of GetGlyphPlacements().
2015-01-22 13:42:34 +01:00
Matteo Bruni
270431c220
wined3d: Don't normalize R8G8B8A8_UINT attributes.
2015-01-22 13:37:55 +01:00
Matteo Bruni
8ddb7e32f8
wined3d: Add separate stencil state setup via GL 2.0+ core functions.
2015-01-22 13:37:53 +01:00
Michael Stefaniuc
7d1203a741
usp10: Remove an unused assignment (PVS-Studio).
2015-01-22 12:04:19 +01:00
Michael Stefaniuc
937146ae33
user32/tests: Remove an unused assignment (PVS-Studio).
2015-01-22 12:04:16 +01:00
Michael Stefaniuc
9fb737de34
strmbase: Handle the failure of CoCreateInstance (PVS-Studio).
2015-01-22 12:04:13 +01:00
Michael Stefaniuc
0f2eca579d
strmbase: Remove an unused assignment (PVS-Studio).
2015-01-22 12:04:10 +01:00
Hao Peng
d5d4c19226
wbemprox: Implement Win32_BaseBoard.Version.
2015-01-22 12:03:47 +01:00
Hao Peng
c0020b3ac3
wbemprox: Implement Win32_DiskDrive.PNPDeviceID.
2015-01-22 12:03:41 +01:00
Hao Peng
fd08da6035
wbemprox: Implement Win32_Processor.ProcessorType.
2015-01-22 12:02:52 +01:00
André Hentschel
b5732b1c2e
odbc32: Add winediag message when no drivers could be found.
2015-01-22 12:02:39 +01:00
André Hentschel
0b811eeabf
user32/tests: Don't test function directly when reporting GetLastError().
2015-01-21 21:36:06 +01:00
André Hentschel
ae1251596e
kernel32/tests: Don't test function directly when reporting GetLastError().
2015-01-21 21:35:57 +01:00
Piotr Caban
ba0d1586ff
msvcrt: Drop read buffer in _flsbuf.
2015-01-21 18:08:11 +01:00
Hans Leidekker
a884d98e99
msi: Add a partial implementation of MsiProvideComponent.
2015-01-21 18:08:10 +01:00
Hans Leidekker
b24b8a507f
wbemprox: Implement Win32_BaseBoard.Product.
2015-01-21 18:08:09 +01:00
Hans Leidekker
f40830b45d
wbemprox: Implement Win32_ComputerSystemProduct.IdentifyingNumber.
2015-01-21 18:08:08 +01:00
Hans Leidekker
27ba8c8343
winhttp: Don't try to read data after a HEAD request.
2015-01-21 18:08:07 +01:00
Hans Leidekker
142ac82490
winhttp/tests: Keep the connection alive in a couple of tests.
2015-01-21 15:31:21 +01:00
Hans Leidekker
faf70e2fbd
ntdll: Fix calculation of process and thread affinity masks on systems with a large number of processors.
2015-01-21 15:31:16 +01:00
Hans Leidekker
b51476ad42
kernel32: Retrieve the system affinity mask from ntdll.
2015-01-21 15:30:37 +01:00
Nikolay Sivov
0258e5319b
dwrite/tests: Basic test for GetTypographicFeatures().
2015-01-21 15:29:17 +01:00
Michael Stefaniuc
4d01e6f3fc
schedsvc/tests: Actually test a return value (PVS-Studio).
2015-01-21 15:29:09 +01:00
Michael Stefaniuc
f0d7765236
scrrun/tests: Actually test the return values (PVS-Studio).
2015-01-21 15:29:06 +01:00
Michael Stefaniuc
33136293ba
quartz: Remove some unused assignments (PVS-Studio).
2015-01-21 15:29:03 +01:00
Michael Stefaniuc
552037c925
qedit: Remove an unused and wrong assignment (PVS-Studio).
2015-01-21 15:28:57 +01:00
Michael Stefaniuc
54aaa16d8f
oleaut32: Remove an unused assignment (PVS-Studio).
2015-01-21 15:28:52 +01:00
Nikolay Sivov
fd925d0e5b
msxml3: Remove child node in one place in node_insert_before().
2015-01-20 17:52:28 +01:00
Nikolay Sivov
4782be7e31
hnetcfg: Release typeinfos and typelib on dll unload.
2015-01-20 17:52:24 +01:00
Nikolay Sivov
aef50786fb
dwrite/tests: Additional test for Draw().
2015-01-20 17:52:20 +01:00
Nikolay Sivov
e292385fcd
dwrite: Implement GetClusterMetrics().
2015-01-20 17:52:18 +01:00
Nikolay Sivov
0ee49eb4c8
dwrite: Initial support of cluster metrics computation.
2015-01-20 17:52:16 +01:00
Aric Stewart
ecbda5686d
gdi32: Do not install fonts with a family name that is too long.
2015-01-20 16:34:22 +01:00
Jacek Caban
7cbb683705
mshtml: Removed TRACEs from dispex_query_interface.
2015-01-20 16:29:35 +01:00
Matteo Bruni
915e0ef0cf
wined3d: Always use the core version of the glPointParameteri function.
...
The state function depends on GL 2.0+ so it's unnecessary to
check for NV_POINT_SPRITE.
2015-01-20 16:09:01 +01:00
Matteo Bruni
aff0c389cc
wined3d: Use the core version of glDrawElementsInstanced.
2015-01-20 16:08:58 +01:00
Matteo Bruni
75b96768e5
wined3d: Use the core version of glDrawBuffers.
2015-01-20 16:08:56 +01:00
Matteo Bruni
6bb32e47ff
wined3d: Use the core gl*CompressedTex* functions.
2015-01-20 16:08:54 +01:00
Matteo Bruni
5883c9ece3
dxgi: Fix a comment typo.
2015-01-20 16:08:52 +01:00
Piotr Caban
bd1428ef50
msvcrt: Add _vscprintf_p implementation.
2015-01-20 16:08:49 +01:00
Francois Gouget
57582b37b3
dsound: Make some DirectSoundDevice_*() functions static.
2015-01-20 11:12:04 +01:00
Francois Gouget
dfaef5306f
dsound: Reorder the interfaces to remove the need for forward declarations.
2015-01-20 11:12:01 +01:00
Francois Gouget
82c298ee6e
dsound: Make DSOUND_FindSpeakerConfig() static.
2015-01-20 11:11:52 +01:00
Bruno Jesus
038399fcdd
ws2_32: getaddrinfo must SetLastError on success or failure.
2015-01-20 11:11:43 +01:00
Michael Stefaniuc
512a814efc
oleaut32: Just stop instead of erroring out on 8 or 9 in octal numbers.
2015-01-20 11:11:13 +01:00
Michael Stefaniuc
9bfd58a5c9
oleaut32/tests: Uncomment and fix a test (PVS-Studio).
2015-01-20 11:11:09 +01:00
Ken Thomases
50cd5b6a57
winemac: Fix conversion of empty RECT to an empty CGRect.
...
For some empty RECTs, such as { INT_MAX, INT_MAX, INT_MIN, INT_MIN }, right
minus left or bottom minus top underflow and wrap around to positive values.
2015-01-20 11:10:36 +01:00
Changhui Liu
5fa7402a36
gdiplus: Fix get_graphics_bounds when window origin point changed.
2015-01-19 18:47:47 +01:00
Bruno Jesus
da8bb1c4a5
user32: Allocate memory based on HICON instead of DWORD to fix 64 bit problems.
2015-01-19 16:02:10 +01:00
Henri Verbeet
525696fe6c
wined3d: Properly cleanup samplers on wined3d_device_reset() / wined3d_device_uninit_3d().
2015-01-19 14:31:53 +01:00
Henri Verbeet
ca06f960ed
wined3d: Use the same flags for wined3d_texture_set_color_key() and the "color_key_flags" field it sets.
...
This fixes a regression introduced by commit a8ab569415
.
2015-01-19 14:31:51 +01:00
Henri Verbeet
6b4623008f
d3d10core/tests: Add a basic texturing test.
2015-01-19 14:31:43 +01:00
Henri Verbeet
2912e2938e
wined3d: Handle the SM4 SV_POSITION pixel shader input semantic in the GLSL shader backend.
...
This is (mostly) equivalent to the vPos register in SM3.
2015-01-19 14:31:38 +01:00
Henri Verbeet
2e5abc156a
wined3d: Implement WINED3DSIH_SAMPLE in the GLSL shader backend.
2015-01-19 14:31:32 +01:00
Michael Stefaniuc
52e665a3bd
ntdll/tests: Remove unused assigments (PVS-Studio).
2015-01-19 14:31:25 +01:00
Michael Stefaniuc
1caf6286f0
msxml3/tests: Actually test the return values (PVS-Studio).
2015-01-19 14:21:00 +01:00
Michael Stefaniuc
fe61400088
msxml3/tests: Remove an unused assignment (PVS-Studio).
2015-01-19 14:20:56 +01:00
Michael Stefaniuc
514951cc11
ole32: Return the buffer pointer when WdtpInterfacePointer_UserMarshal fails.
...
Found by PVS-Studio.
2015-01-19 14:20:50 +01:00
Michael Stefaniuc
139ebf643a
ole32/tests: Remove unused assignments (PVS-Studio).
2015-01-19 14:20:36 +01:00
Michael Stefaniuc
c2da97a5e5
ole32/tests: Actually test some return codes (PVS-Studio).
2015-01-19 14:20:32 +01:00
Akihiro Sagawa
e52cbbcd03
msi: Remove 32-bit component registry keys with KEY_WOW64_32KEY flag.
2015-01-19 14:20:27 +01:00
Akihiro Sagawa
cdf3c23645
msi: Open 32-bit component registry keys with KEY_WOW64_32KEY flag.
2015-01-19 14:20:10 +01:00
Akihiro Sagawa
03f6a6e924
advapi32: Fix HKLM\Software handling when opening with KEY_WOW64_32KEY.
2015-01-19 14:19:32 +01:00
Matteo Bruni
cf92569cdd
opengl32: Store the OpenGL context version in the handle value.
2015-01-16 20:15:57 +01:00
Qian Hong
bfd088dbc6
kernel32: Fixed buffer size on 64bit in IsWow64Process.
2015-01-16 20:15:32 +01:00
Bruno Jesus
2d08038bac
dplayx: Cache GUID values so they persist after enumeration.
2015-01-16 17:36:03 +01:00
Nikolay Sivov
e584edd379
vbscript: Support 'End If' for single line If statements.
2015-01-16 17:33:00 +01:00
Bruno Jesus
ec05998be8
oleaut32: Fix copy & paste issue in VarFormatNumber.
2015-01-16 17:32:17 +01:00
Bruno Jesus
317fd11e85
iphlpapi: Set 0.0.0.0 as the IP and mask of disconnected interfaces.
2015-01-16 16:54:08 +01:00
Michael Stefaniuc
aa808571e6
mciwave: Remove an unused assigment (PVS-Studio).
2015-01-16 16:53:23 +01:00
Michael Stefaniuc
7c60a31c19
mstask/tests: Remove an unused assignment (PVS-Studio).
2015-01-16 16:53:18 +01:00
Michael Stefaniuc
0c91032f3a
gdiplus/tests: Actually test a GdipCreateFromHDC call (PVS-Studio).
2015-01-16 16:52:52 +01:00
Huw Davies
9650f21b2d
user32: Actually use the menu's background brush.
2015-01-16 16:52:40 +01:00
Huw Davies
14f7fd4e23
user32/tests: Add tests for setting and getting the background brush.
2015-01-16 16:52:34 +01:00
Qian Hong
a940718a4d
ole32: Make CoUninitialize and OleUninitialize hotpatchable.
2015-01-16 16:52:25 +01:00
Qian Hong
cffd86f195
ntdll: Make RtlAddVectoredExceptionHandler hotpatchable.
2015-01-16 16:52:20 +01:00
Qian Hong
caa0829d56
kernel32: Make SetUnhandledExceptionFilter hotpatchable.
2015-01-16 16:52:11 +01:00
Matteo Bruni
d6450cfad5
opengl32: Update to GL 4.5.
2015-01-15 22:12:57 +01:00