Rico Schüller
|
e5a9dcf945
|
d3dx9: Introduce a helper function for the annotations.
|
2013-08-16 11:55:24 +02:00 |
Charles Davis
|
d8cd280579
|
winex11.drv: Advertise some legacy WGL extensions in the GL_EXTENSIONS string.
|
2013-08-16 11:55:24 +02:00 |
Charles Davis
|
8a041504c8
|
winemac.drv: Advertise some legacy WGL extensions in the GL_EXTENSIONS string.
|
2013-08-16 11:55:23 +02:00 |
Andrey Turkin
|
2df4caa6a1
|
ntdll/tests: Test FileDispositionInformation file class.
|
2013-08-16 11:55:23 +02:00 |
Daniel Jelinski
|
0ba24895f6
|
comctl32: Do not rearrange treeview when collapsing already collapsed item.
|
2013-08-16 11:55:23 +02:00 |
Bruno Jesus
|
5fa343047f
|
ws2_32: Implement WSAEnumProtocols[A|W] using a helper function.
|
2013-08-16 11:55:23 +02:00 |
André Hentschel
|
3d6ebecedb
|
msvcrt/tests: Fix dynamically loaded functions for ARM.
|
2013-08-16 11:55:23 +02:00 |
Daniel Lehman
|
a0d8d1e223
|
msvcrt: Invoke invalid_handler in _wcscpy_s.
|
2013-08-16 11:55:23 +02:00 |
George Stephanos
|
637257b939
|
quartz: Replace CloseHandle by RegCloseKey.
|
2013-08-16 11:55:23 +02:00 |
Daniel Jelinski
|
1825bddbff
|
shell32/tests: Test context menu contents.
|
2013-08-15 18:04:51 +02:00 |
Daniel Jelinski
|
e6acc695c6
|
shell32: Return command strings for a few more commands.
|
2013-08-15 18:04:40 +02:00 |
Daniel Jelinski
|
6509499fc9
|
shell32: Context menu offset is handled by client.
|
2013-08-15 18:04:24 +02:00 |
Daniel Jelinski
|
c687b4adf4
|
shell32: Fix context menu creation.
|
2013-08-15 18:04:02 +02:00 |
Dmitry Timoshkov
|
fc2309b84b
|
kernel32/tests: Add interactive WaitCommEvent tests.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
507449ee78
|
kernel32/tests: Make test_waittxempty() use overlapped IO to avoid waiting forever when a kernel driver doesn't support TIOCGICOUNT/TIOCSERGETLSR ioctl.
Most of Linux USB-serial drivers don't support these ioctls.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
4654e79776
|
kernel32/tests: Make serial tests self-contained.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
a1b08f39a6
|
kernel32/tests: Constify test data.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
b288f0a879
|
kernel32/tests: Make ClearCommError very first test since it depends on device queue being empty.
|
2013-08-15 17:20:07 +02:00 |
Dmitry Timoshkov
|
ab7dac6886
|
kernel32/tests: Fix some typos.
|
2013-08-15 17:20:07 +02:00 |
Vincent Povirk
|
2c3142f0ee
|
gdiplus: Copy custom dashes in GdipClonePen.
|
2013-08-15 16:25:08 +02:00 |
Vincent Povirk
|
dc047ecdaa
|
gdiplus: Add error checking to GdipClonePen.
|
2013-08-15 16:25:03 +02:00 |
Vincent Povirk
|
814f9cf7e4
|
gdiplus: Only clip strings if rectangle width and height are positive.
|
2013-08-15 16:24:45 +02:00 |
Jacek Caban
|
1c66fdd03b
|
urlmon: Added support for ROT in BindToObject.
|
2013-08-15 16:24:26 +02:00 |
Jacek Caban
|
e61c50f000
|
urlmon: Added more BindToObject tests.
|
2013-08-15 16:24:22 +02:00 |
Jacek Caban
|
f8236c5ac3
|
urlmon: Improved BindToObject failure when MIME handler is not available.
|
2013-08-15 16:24:17 +02:00 |
Henri Verbeet
|
ee6734e848
|
d3drm: Avoid LPDIRECT3DRMLIGHTARRAY.
|
2013-08-15 16:24:13 +02:00 |
Henri Verbeet
|
cf3053f504
|
d3drm: Avoid LPDIRECT3DRMPICKEDARRAY.
|
2013-08-15 16:24:11 +02:00 |
Henri Verbeet
|
cbaa17d3cf
|
wined3d: Assume the buffer has a buffer object in buffer_add_dirty_area().
|
2013-08-15 16:24:09 +02:00 |
Henri Verbeet
|
4eb39ec5f4
|
wined3d: Make buffer_add_dirty_area() never fail.
|
2013-08-15 16:24:07 +02:00 |
Henri Verbeet
|
5e64fd7049
|
wined3d: Don't bother downloading buffer contents on destruction.
|
2013-08-15 16:24:04 +02:00 |
Andrew Eikum
|
6c45e6fea3
|
oleaut32/tests: Test all supported SYSKINDs.
|
2013-08-15 16:23:58 +02:00 |
Andrew Eikum
|
3821eaf391
|
oleaut32/tests: Add save/load tests for created typelibs.
|
2013-08-15 16:23:49 +02:00 |
Andrew Eikum
|
6f5cc0887e
|
oleaut32: Save typelib SYSKIND.
|
2013-08-15 16:23:34 +02:00 |
Andrew Eikum
|
cc29cad2cc
|
oleaut32: 64-bit typelib fixes.
|
2013-08-15 16:23:29 +02:00 |
Andrew Eikum
|
f1398510df
|
oleaut32: Don't prevent 64-bit from loading 32-bit typelibs.
|
2013-08-15 16:23:00 +02:00 |
Nikolay Sivov
|
2a5a8bc4a3
|
ntdll: Implement compatible section for dll redirects.
|
2013-08-15 16:21:45 +02:00 |
Nikolay Sivov
|
cddea89d22
|
ntdll: Support optional 'versioned' attribute for windowClass sections.
|
2013-08-15 16:19:03 +02:00 |
Huw Davies
|
1103a241db
|
ieframe: DdeNameService returns NULL on error.
|
2013-08-15 16:18:01 +02:00 |
Ken Thomases
|
4b24fce4e2
|
winemac: Avoid using display palette API, which was deprecated with the 10.7 SDK.
|
2013-08-15 16:17:49 +02:00 |
Aric Stewart
|
7bd8623810
|
wineps.drv: Handle empty strings when building vertical runs.
|
2013-08-15 16:17:40 +02:00 |
André Hentschel
|
1151546ce0
|
msvcp90/tests: Add dynamically loaded functions for ARM.
|
2013-08-15 16:17:09 +02:00 |
Qian Hong
|
f56edbf537
|
ntdll: Fixed parameter list in spec file for RtlpNtQueryValueKey.
|
2013-08-15 16:16:37 +02:00 |
Jacek Caban
|
b25983ff7e
|
inputscope.idl: Imported from mingw-w64.
|
2013-08-15 16:15:27 +02:00 |
Piotr Caban
|
2e752a115a
|
jscript: Fix compilation issues when dtoa is defined in headers.
|
2013-08-15 16:13:27 +02:00 |
Ken Thomases
|
1f2d556373
|
gdi32: Link against AppKit on the Mac to avoid later crash in the Mac driver.
|
2013-08-15 16:12:58 +02:00 |
Nikolay Sivov
|
5ce01b3597
|
ntdll: Implement compatible FindActCtxSectionString() for window class section.
|
2013-08-02 14:36:12 +02:00 |
Detlef Riekenberg
|
c1f9129d7b
|
faultrep/tests: Fix a test failure when the user has limited access rights.
|
2013-08-02 14:08:35 +02:00 |
Rico Schüller
|
b9b6b0585f
|
d3dx9/tests: Test all registers set by the constant table.
|
2013-08-02 11:38:51 +02:00 |
Rico Schüller
|
fab44cbbfb
|
d3dx9: Use d3dx_parameter instead of D3DXHANDLE.
|
2013-08-02 11:38:35 +02:00 |
Rico Schüller
|
d3b4dc92d9
|
d3dx9: Warn when submitting invalid flags to ID3DXEffect::Begin().
|
2013-08-02 11:37:25 +02:00 |