Matteo Bruni
|
a1e718ccab
|
wined3d: Add a setting for the maximum OpenGL version to use.
|
2015-07-09 17:18:22 +09:00 |
Matteo Bruni
|
6521fc78be
|
wined3d: Use the correct texture coordinates in swapchain_blit() in the non-glBlitFramebuffer, NP2 case.
|
2015-07-09 17:18:22 +09:00 |
Alexandre Julliard
|
b45395f589
|
ntoskrnl: Forward IRP_MJ_CREATE and IRP_MJ_CLOSE requests to the loaded driver.
|
2015-07-09 14:48:37 +09:00 |
Alexandre Julliard
|
bf26950194
|
server: Pass the file instead of the device pointer in all IRP requests.
|
2015-07-09 14:48:34 +09:00 |
Alexandre Julliard
|
13499a3d11
|
ntoskrnl: Implement creation and destruction of file objects.
|
2015-07-09 14:48:14 +09:00 |
Alexandre Julliard
|
350ee62ab4
|
server: Queue an IRP_MJ_CLOSE request on file destruction.
|
2015-07-09 14:38:18 +09:00 |
Alexandre Julliard
|
b1fd5955c9
|
server: Queue an IRP_MJ_CREATE request on file creation.
|
2015-07-09 14:38:18 +09:00 |
Alexandre Julliard
|
d087ea6798
|
server: Pass the device client pointer as part of the IRP parameters.
|
2015-07-09 14:38:18 +09:00 |
Jacek Caban
|
47a11ec626
|
wincodec.idl: Added missing GUID_WICPixelFormat32bpp* declarations.
|
2015-07-08 23:27:01 +09:00 |
Jacek Caban
|
530a126139
|
dvdmedia.h: Added AMINTERLACE_* defines.
|
2015-07-08 23:26:59 +09:00 |
Piotr Caban
|
4406762dc2
|
msvcirt: Fix leak in ~ios and ios::init implementation.
|
2015-07-08 19:12:14 +09:00 |
Nikolay Sivov
|
849bb99b76
|
dwrite: Implement GetGdiCompatibleMetrics().
|
2015-07-08 19:12:12 +09:00 |
Zhenbo Li
|
119af47683
|
mshtml: Add IHTMLXMLHttpRequest::send() method implementation.
|
2015-07-08 19:12:08 +09:00 |
Zhenbo Li
|
f2669d6e9f
|
mshtml/tests: Wait for the document to be completely loaded.
|
2015-07-08 19:12:03 +09:00 |
Aric Stewart
|
270790a9df
|
hidclass.sys: Add hidclass.sys.
|
2015-07-08 17:20:13 +09:00 |
André Hentschel
|
7e1c886fbf
|
ntdll: Randomize security cookie when available.
|
2015-07-08 16:20:06 +09:00 |
Bernhard Übelacker
|
eecd136cb7
|
advapi32: Fail in RegEnumValue on missing value or val_count parameters.
|
2015-07-08 16:02:25 +09:00 |
Bernhard Übelacker
|
94c6e3af3a
|
oleview: Call RegEnumValueW with value and val_count parameters.
|
2015-07-08 16:02:25 +09:00 |
Bernhard Übelacker
|
cf6477ab27
|
regedit: Call RegEnumValueW with value and val_count parameters.
|
2015-07-08 16:02:24 +09:00 |
Bernhard Übelacker
|
119501fee8
|
dwrite: Call RegEnumValueW with value and val_count parameters.
|
2015-07-08 16:02:24 +09:00 |
Aric Stewart
|
f9105eac34
|
include: Add IRP_MJ_POWER minor function codes.
|
2015-07-08 16:02:24 +09:00 |
Aric Stewart
|
e485da13ce
|
include: Add HID_XFER_PACKET and HID_REVISION to hidclass.h.
|
2015-07-08 16:02:24 +09:00 |
Aric Stewart
|
b32aaab065
|
include: New ddk/hidtypes.h include file.
|
2015-07-08 16:02:24 +09:00 |
Sebastian Lackner
|
f65f645c3f
|
ntdll: Add missing calls to RtlExitUserThread.
|
2015-07-08 16:02:24 +09:00 |
Huw Davies
|
0b9737b1ea
|
shell32: Fix threading model for the Known Folder Manager and Shell Link objects.
|
2015-07-08 16:02:23 +09:00 |
Alexandre Julliard
|
354688faba
|
include: Add ddk/ prefix when including ddk headers.
|
2015-07-08 15:24:18 +09:00 |
Aric Stewart
|
71e5fdf478
|
include: Add ddk/hidport.h.
|
2015-07-07 21:47:30 +09:00 |
Aric Stewart
|
c77c68599f
|
wine.inf: Add Dev Class for HID devices.
|
2015-07-07 21:45:15 +09:00 |
Matteo Bruni
|
04a195a980
|
wined3d: Use a core-compatible GL format for ATI2N.
|
2015-07-07 21:04:12 +09:00 |
Matteo Bruni
|
8839e7fb94
|
wined3d: Use a lookup table to select the sampler function name.
|
2015-07-07 21:04:05 +09:00 |
Jacek Caban
|
7e83d413a2
|
msscript.ocx: Added support for IDispatch functions.
|
2015-07-07 20:31:53 +09:00 |
Alistair Leslie-Hughes
|
3981205c56
|
d3drm: Add DllCanUnloadNow, DllGetClassObject stubs.
|
2015-07-07 20:31:53 +09:00 |
Michael Stefaniuc
|
4f2a92328e
|
dmstyle: Remove a not very useful macro.
The memory is already zeroed on allocation.
|
2015-07-07 17:16:35 +09:00 |
Michael Stefaniuc
|
0ab95a1ec4
|
dmstyle: Remove an unused variable.
|
2015-07-07 17:16:31 +09:00 |
YongHao Hu
|
61beb57c94
|
msvcp110: Add tr2_sys__Statvfs implementation and test.
|
2015-07-07 16:57:07 +09:00 |
YongHao Hu
|
de571b8a74
|
msvcp110: Add tr2_sys__Rename implementation and test.
|
2015-07-07 16:55:26 +09:00 |
YongHao Hu
|
7692d400c9
|
msvcp110: Add tr2_sys__Copy_file implementation and test.
|
2015-07-07 16:55:26 +09:00 |
Damjan Jovanovic
|
372b0e1e80
|
ole32: Convey the Alt button state to the drop target.
|
2015-07-07 16:52:21 +09:00 |
Vincent Povirk
|
9cf835a947
|
ole32: Use grfLocksSupported to decide when LockRegion is implemented.
|
2015-07-07 16:52:21 +09:00 |
Vincent Povirk
|
8ff3783586
|
ole32: Add a storage test using a custom ILockBytes.
|
2015-07-07 16:52:21 +09:00 |
Thomas Faber
|
360cf273ae
|
shell32/tests: Test that shell view windows reference their shell view.
|
2015-07-07 16:52:21 +09:00 |
Nikolay Sivov
|
9375b06c3a
|
dwrite/tests: Extend GetGdiCompatibleMetrics() test to test DWRITE_FONT_METRICS1 as well.
|
2015-07-07 16:52:21 +09:00 |
Nikolay Sivov
|
50bf5fca34
|
dwrite: Implement GetPanose().
|
2015-07-07 16:52:21 +09:00 |
Nikolay Sivov
|
bb0c6f74a5
|
dwrite: Implement centered text alignment.
|
2015-07-07 16:52:20 +09:00 |
Nikolay Sivov
|
f039e15182
|
dwrite: Remove a couple of useless checks.
|
2015-07-07 16:52:20 +09:00 |
Nikolay Sivov
|
28caa68d41
|
shell32/tests: Try harder to close Open With window.
|
2015-07-07 16:52:20 +09:00 |
Piotr Caban
|
cf20731447
|
msvcrt: Add _mbscat_s_l implementation.
|
2015-07-07 16:52:20 +09:00 |
Piotr Caban
|
0eb112aa6e
|
msvcrt: Add ismbblead_l implementation.
|
2015-07-07 16:52:20 +09:00 |
Huw Davies
|
f5e16e0638
|
shell32/tests: Win 2k doesn't cope with spaces in the path.
|
2015-07-07 16:52:20 +09:00 |
Huw Davies
|
c5053f5712
|
shell32/tests: Win XP splits the args if there are spaces in the path.
This isn't seen on winetest runs, but is when jobs are submitted to
the testbot. Presumably the path of the executable is different in
the two cases.
|
2015-07-07 16:52:19 +09:00 |