Nikolay Sivov
43d5d86716
ole32: Fix IClassFactory initialization and QueryInterface behavior for GIT.
2013-08-22 10:28:17 +02:00
Vincent Povirk
5f2e48f737
msvcrt: _[w]access_s returns an error code.
2013-08-22 10:27:54 +02:00
Henri Verbeet
6ea59b9157
d3dx9: Get rid of the ID3DXMatrixStack_Vtbl forward declaration.
2013-08-22 10:26:53 +02:00
Henri Verbeet
c2eabf9e68
d3dx9: Get rid of some unused vtbl forward declarations.
2013-08-22 10:26:51 +02:00
Henri Verbeet
6501f2e215
wined3d: Read from stateBlock instead of updateStateBlock in wined3d_device_get_texture_stage_state().
2013-08-22 10:26:49 +02:00
Henri Verbeet
9b721da9a5
wined3d: Read from stateBlock instead of updateStateBlock in wined3d_device_get_scissor_rect().
2013-08-22 10:26:46 +02:00
Henri Verbeet
7638e550b9
wined3d: Read from stateBlock instead of updateStateBlock in wined3d_device_get_material().
2013-08-22 10:26:42 +02:00
Jacek Caban
8ef3a14226
crypt32: Added a test showing that CertGetCertificateChain should use global store.
2013-08-21 19:56:07 +02:00
Andrew Eikum
d5e648dc2f
dsound: For capture, use MMDevAPI event API instead of timers.
2013-08-21 19:55:59 +02:00
Andrew Eikum
927324ce8f
winecoreaudio.drv: Rewrite capture mode.
2013-08-21 19:55:32 +02:00
Andrew Eikum
fdfff7cf60
winmm: Increase mmdevapi buffer sizes.
...
The tiny buffer size caused audio capture glitches on OSX, where the OS
often returns audio in half-second chunks.
2013-08-21 19:55:25 +02:00
Stefan Dösinger
7e7ee52486
wined3d: Move volume booleans into a flags field.
2013-08-21 19:53:38 +02:00
Stefan Dösinger
6e4e1ad392
wined3d: Properly allocate heap memory for volumes.
2013-08-21 19:53:28 +02:00
Stefan Dösinger
4dd4a6913b
wined3d: Add a function for allocating aligned resource memory.
2013-08-21 19:53:20 +02:00
Stefan Dösinger
9d75a517c2
wined3d: Improve volume size calculation.
2013-08-21 19:53:15 +02:00
Piotr Caban
089cc78182
msvcrt: Fix lookahead buffer usage on pipes.
2013-08-21 19:52:51 +02:00
Piotr Caban
f42c631d6e
msvcrt: Improve setting standard handles flags.
2013-08-21 19:52:37 +02:00
André Hentschel
8e5b8600b2
schannel/tests: Fix test on win8.1.
2013-08-21 19:49:45 +02:00
Hans Leidekker
d799a664f4
wbemprox: Accept the root\default namespace.
2013-08-21 14:24:22 +02:00
Jacek Caban
00bbc62010
ieframe/tests: Use winehq snapshot instead of the main page.
2013-08-21 14:24:15 +02:00
Nikolay Sivov
db79c6bd89
msxml3: Fix a warning accessing internal buffer of xmlOutputBuffer.
2013-08-21 14:24:06 +02:00
Nikolay Sivov
9554dfb13c
msxml3: Fix a warning in DTD dumping code on recent libxml2 versions.
2013-08-21 14:24:06 +02:00
Alexandre Julliard
dbf9d71ef8
server: Add support for keyed event objects.
2013-08-21 14:24:06 +02:00
Alexandre Julliard
bf3e23bb36
ntdll: Add the keyed events entry points.
2013-08-21 14:24:06 +02:00
George Stephanos
babc072471
advapi32/tests: RegEnumKey and RegEnumValue tests for merged view of HKCR.
2013-08-21 13:08:35 +02:00
George Stephanos
4bdba5c402
advapi32/tests: delete_key() permissions fix.
2013-08-21 13:08:35 +02:00
Dmitry Timoshkov
2192745042
kernel32/tests: Revert inadvertent change.
2013-08-21 13:08:35 +02:00
Dmitry Timoshkov
aa14c2daa5
ntdll/tests: Add the tests for some error cases.
2013-08-21 13:08:35 +02:00
Dmitry Timoshkov
8ec8d70ada
ntdll/tests: Use NtWriteFile instead of WriteFile in order to detect broken overlapped IO implementation.
2013-08-21 13:08:35 +02:00
Dmitry Timoshkov
b45ec4607b
ntdll/tests: Fix the typos.
2013-08-21 13:08:35 +02:00
Henri Verbeet
1cb70eb07a
d3dx9: ID3DXBaseEffectImpl doesn't need to be a COM implementation.
2013-08-21 12:13:56 +02:00
Henri Verbeet
3b4b61f03a
d3dx9: Avoid LPD3DXMATRIX.
2013-08-21 12:13:56 +02:00
Henri Verbeet
a2e1a3d4f1
wined3d: Read from stateBlock instead of updateStateBlock in wined3d_device_get_stream_source_freq().
2013-08-21 12:13:56 +02:00
Henri Verbeet
69e1100c0c
wined3d: Handle NP2 fixup updates in shader_load_constants().
2013-08-21 12:13:56 +02:00
Henri Verbeet
62859daf0b
wined3d: Avoid looking up shaders for shader stages that didn't change.
2013-08-21 12:13:56 +02:00
Ken Thomases
251160fef9
winemac: Always trace arguments in macdrv_ShowWindow().
2013-08-21 12:13:56 +02:00
Ken Thomases
121eb08bae
winemac: Improve tracing in sync_window_position() to include adjusted frame.
2013-08-21 12:13:56 +02:00
Ken Thomases
d6624ee9f6
winemac: Remove a redundant memset of a struct.
2013-08-21 12:13:56 +02:00
Ken Thomases
20c3c80257
winemac: Create 1x1 Cocoa window with empty shape for zero-sized Win32 window.
2013-08-21 12:13:55 +02:00
Ken Thomases
87dd13150a
winemac: Make cgrect_from_rect() preserve origin of empty rectangles.
2013-08-21 12:13:55 +02:00
Fabrice Bauzac
21e0f739be
winmm: Fix WOD_Open() WID_Open() WAVE_MAPPER no-device case.
2013-08-21 12:13:55 +02:00
Dmitry Timoshkov
fbe4012eaf
ntdll/tests: Add a bunch of overlapped IO tests for files.
2013-08-20 20:52:18 +02:00
Dmitry Timoshkov
fca3231914
ntdll/tests: Use official path for temporary files instead of current directory.
2013-08-20 20:52:18 +02:00
Dmitry Timoshkov
87db683aad
ntdll/tests: Check WriteFile return values.
2013-08-20 20:52:18 +02:00
Dmitry Timoshkov
7cab2e99c3
ntdll: Last parameter of NtSetIoCompletion is 64-bit on 64-bit platforms.
2013-08-20 20:52:18 +02:00
Alexandre Julliard
c2d7347e2a
ntdll: Silence some printf format warnings.
2013-08-20 20:52:17 +02:00
Alexandre Julliard
2810c5647f
ntdll: Add a magic number to validate timer queue pointers.
2013-08-20 20:13:58 +02:00
Hans Leidekker
d5b2c8e943
rpcrt4: Try to authorize with the first HTTP request instead of waiting for a challenge.
2013-08-20 13:01:28 +02:00
Hans Leidekker
1cef6a2322
rpcrt4: Trace the first authentication scheme in RpcBindingSetAuthInfoExA/W.
2013-08-20 13:01:11 +02:00
Hans Leidekker
1e3186c6c7
rpcrt4: Include authentication schemes in the quality of service match.
2013-08-20 13:01:07 +02:00
Hans Leidekker
4557e50575
rpcrt4: Accept NULL server principal name in RpcBindingSetAuthInfoExA.
2013-08-20 13:01:04 +02:00
Nikolay Sivov
c75726ba76
xmllite: Support predefined xml entities.
2013-08-20 13:01:00 +02:00
Nikolay Sivov
610320864b
msxml3: Apostrophe is never escaped by writer.
2013-08-20 13:00:57 +02:00
Charles Davis
3a2247f7d3
iphlpapi: Implement find_owning_pid() on FreeBSD.
2013-08-20 12:31:12 +02:00
Charles Davis
e3b9167335
iphlpapi: Implement find_owning_pid() for Mac OS.
2013-08-20 12:29:44 +02:00
Daniel Jelinski
b49c9ac923
shell32: Simplify cut/copy operations.
2013-08-20 12:02:29 +02:00
Nikolay Sivov
ba999f05e1
ole32: Test HRESULT values using proper success code.
2013-08-20 12:01:38 +02:00
Nikolay Sivov
2f21130f2e
ole32: Fix standard GIT initialization.
2013-08-20 12:01:35 +02:00
Alistair Leslie-Hughes
e1c34221b3
oledb32: Implement IErrorRecord::AddErrorRecord.
2013-08-20 11:53:36 +02:00
Henri Verbeet
be6b54f52f
d3drm: Avoid LPUNKNOWN.
2013-08-20 11:50:41 +02:00
Henri Verbeet
19b8ba0cb9
d3drm: Avoid LPDIRECTXFILEDATA.
2013-08-20 11:50:38 +02:00
Henri Verbeet
133bfe29e4
d3d8: Always create textures for surfaces.
2013-08-20 11:50:36 +02:00
Henri Verbeet
d0c9dbe763
d3d9: Always create textures for surfaces.
2013-08-20 11:50:34 +02:00
Henri Verbeet
7e7bd87b2c
wined3d: Store the original display mode in the swapchain.
2013-08-20 11:50:28 +02:00
Vincent Povirk
d04d1c1736
riched20: Use \ulnone instead of \ul0 for no underline.
2013-08-20 11:50:14 +02:00
Hans Leidekker
fe678927dd
winhttp: Fix invalid parameter handling in WinHttpQueryAuthSchemes.
2013-08-19 19:04:23 +02:00
Hans Leidekker
78fc21cdb5
winhttp: Allow setting NULL username and password for NTLM, Passport and Negotiate.
2013-08-19 19:04:17 +02:00
Alistair Leslie-Hughes
368cff7a59
oledb32: Implement DataConvert DBTYPE_I2 -> VARIANT.
2013-08-19 19:04:05 +02:00
Alistair Leslie-Hughes
cdcea0e8af
mshtml: Implement IHTMLStorage GetTypeInfoCount.
2013-08-19 19:03:08 +02:00
Stefan Dösinger
a4f009d847
wined3d: Keep GL_UNPACK_CLIENT_STORAGE_APPLE off by default.
...
This is cleaner than the other way around and avoids side effects in
code that wasn't written with client storage in mind. Contrary to the
original intention, it also means fewer client storage toggle calls.
2013-08-19 18:07:45 +02:00
Jacek Caban
3172d35188
mshtml: Added IDispatchEx support to HTMLStyleSheet object.
2013-08-19 13:48:44 +02:00
Michael Stefaniuc
4f94913e04
gdi32/tests: Replace FIELD_OFFSET with offsetof for the sake of consistency.
2013-08-19 13:48:43 +02:00
Michael Stefaniuc
14e20162f9
gdi32/tests: Use offsetof instead of sizeof on structs with VLA.
2013-08-19 13:30:43 +02:00
Michael Stefaniuc
da425748bb
gdi32/tests: Use the standard way of allocating a struct with VLA on the stack.
2013-08-19 13:30:11 +02:00
Henri Verbeet
db2d54ffd0
d3drm: Avoid LPDIRECTXFILEENUMOBJECT.
2013-08-19 12:53:21 +02:00
Henri Verbeet
34743e7044
d3drm: Avoid LPDIRECTXFILE.
2013-08-19 12:53:21 +02:00
Henri Verbeet
390543dd02
wined3d: Use the "adapter" local variable in swapchain_init().
2013-08-19 12:53:21 +02:00
Henri Verbeet
b2721d5f9c
wined3d: Store the immediate mode fixed function attribute submission function pointers in struct wined3d_d3d_info.
2013-08-19 12:53:21 +02:00
Henri Verbeet
c1a7323fac
wined3d: Avoid some redundant state_pscale() calls.
2013-08-19 12:53:21 +02:00
Nikolay Sivov
a04064b886
xmllite: Improve attribute value parsing.
2013-08-19 12:53:21 +02:00
Nikolay Sivov
e51ab3c03a
xmllite: Support reporting of a local name and value for attributes.
2013-08-19 12:53:21 +02:00
Jacek Caban
36d999527b
mshtml: Use winehq snapshot instead of the main page in tests.
2013-08-19 12:53:21 +02:00
Francois Gouget
120e24431d
imm32/tests: Fix a trailing '\n' in an ok() call.
2013-08-19 12:53:20 +02:00
Francois Gouget
1dbc3d0924
ntdll/tests: Add a trailing '\n' to an ok() call.
2013-08-19 12:53:20 +02:00
Marcus Meissner
90117bd175
usp10: Added missing break (Coverity).
2013-08-19 12:53:20 +02:00
Marcus Meissner
1cefdf3f66
scrrun: Added missing FindClose in error case (Coverity).
2013-08-19 12:53:20 +02:00
Andrew Eikum
b6bfd6d32e
oleaut32: Assign MEMBERIDs to vardescs without one.
2013-08-19 11:29:27 +02:00
Andrew Eikum
341ff65b95
oleaut32: Run LayOut on typeinfos that require it before saving.
2013-08-19 11:29:16 +02:00
Andrew Eikum
f66523abee
oleaut32: Correct version byte order.
2013-08-19 11:29:09 +02:00
Alexandre Julliard
fe64e21e3b
kernel32: Don't call from A to W function in Get/SetCurrentDirectory.
2013-08-18 19:57:05 +02:00
Álvaro Nieto
e3e1284557
msvrct: Fix strncpy to fill the buffer.
2013-08-16 20:49:36 +02:00
Qian Hong
af058929ca
imm32/tests: Added tests for ImmDestroyContext.
2013-08-16 20:49:36 +02:00
Qian Hong
b5b52371d1
imm32/tests: Added more IMC lock count tests.
2013-08-16 20:49:36 +02:00
Qian Hong
134935e714
imm32: Fixed IMCC implementation.
2013-08-16 20:49:36 +02:00
Qian Hong
1448d95fa4
imm32/tests: Added tests for ImmDestroyIMCC.
2013-08-16 20:49:34 +02:00
Qian Hong
7822398d27
imm32/tests: Added more IMCC lock count tests.
2013-08-16 19:17:45 +02:00
Alexandre Julliard
87c2581c54
gdi32: Use Microsoft and Unicode encodings in priority for font names.
2013-08-16 19:11:33 +02:00
Hans Leidekker
537d809189
wbemdisp: Add a typelib.
2013-08-16 18:05:41 +02:00
Hans Leidekker
05b146349f
wbemdisp: Add a class factory implementation.
2013-08-16 18:05:26 +02:00
Hans Leidekker
5928f54ab0
wbemdisp: Add a stub implementation of ISWbemLocator.
2013-08-16 18:05:16 +02:00