Bruno Jesus
edb5e2b7d5
rsaenh/tests: Add SHA-256 tests.
2014-08-05 16:37:06 +02:00
Michael Müller
e38d1c9aa1
shell32: Create profile directories available in Vista and above.
2014-08-04 19:28:42 +02:00
Andreas Mohr
6a86e2e983
kernel32: Fix naming/spelling/typo of macro to HasOverlappedIoCompleted().
2014-08-04 19:28:04 +02:00
Austin English
bb25986702
hid: Add HidD_GetProductString stub.
2014-08-04 16:20:15 +02:00
Piotr Caban
7aa53f036c
msvcp110: Add _Xbad_alloc implementation.
2014-08-04 16:20:00 +02:00
Austin English
12fd631fe1
wine.inf: Use full path to msiexec.
2014-08-04 16:19:37 +02:00
Nikolay Sivov
c9b8a31c24
dwrite: Implement Resize() for bitmap render target.
2014-08-04 16:19:22 +02:00
Nikolay Sivov
ece85fad22
include: Added IDWriteLocalFontFileLoader.
2014-08-04 16:19:04 +02:00
Nikolay Sivov
66b5dd71e9
msxml3/saxreader: Fix attributes array growing size.
2014-08-04 16:18:50 +02:00
Jacek Caban
bf10dd3ee4
mshtml: Added IHTMLElement:scrollIntoView implementation.
2014-08-04 16:18:30 +02:00
Nikolay Sivov
edf74c0b0d
dwrite/tests: Added some tests for inline object and ranges handling.
2014-08-04 16:18:24 +02:00
Nikolay Sivov
289043f4de
dwrite: Store maximum width/height for text layout.
2014-08-04 16:18:20 +02:00
Piotr Caban
d3a48ee342
msvcrt: Only check for flag presence in isatty function.
2014-08-04 16:18:10 +02:00
David Hedberg
3cf2fb3a9c
comdlg32: Support browsing for folders.
2014-08-04 14:32:59 +02:00
David Hedberg
27b45807a7
shell32: Implement IShellItemArray::GetAttributes.
2014-08-04 14:27:48 +02:00
David Hedberg
a79be28e8c
shell32: Implement SHCreateShellItemFromIDLists.
2014-08-04 14:27:46 +02:00
David Hedberg
815b532b64
shell32: Always initialize shellitem to NULL in SHCreateShellItem.
2014-08-04 14:27:25 +02:00
David Hedberg
9ff6853478
shell32: Return S_OK only if the flags matches the result exactly.
2014-08-04 14:27:23 +02:00
David Hedberg
678434539e
shell32: Mask out attributes we didn't ask for in ShellItem::GetAttributes.
2014-08-04 14:27:21 +02:00
David Hedberg
955b487b20
shell32/tests: Tests for IShellItemGetAttributes.
2014-08-04 14:27:19 +02:00
Bruno Jesus
86dd877f4e
rsaenh: The RC2 algorithm from Base provider supports only 40 bit keys.
2014-08-04 14:24:26 +02:00
Bruno Jesus
a8b1fee2ea
rsaenh: Use a helper to get the key container.
2014-08-04 14:24:18 +02:00
Henri Verbeet
5ef8e97414
wined3d: Move the "draw_binding" field from struct wined3d_surface to struct wined3d_resource.
2014-08-04 14:23:52 +02:00
Henri Verbeet
d079066f5d
wined3d: Get rid of the get_drawable_size() callback in struct wined3d_surface.
2014-08-04 14:23:49 +02:00
Henri Verbeet
9020ef9675
wined3d: Make the "desc" parameter to wined3d_buffer_create() const.
2014-08-04 14:23:40 +02:00
Henri Verbeet
6a1a18e7e2
d3d10core: Implement d3d10_device_CopyResource().
2014-08-04 14:23:36 +02:00
Henri Verbeet
80bca9bc9c
wined3d: Add constant buffer support to the GLSL shader backend.
2014-08-04 14:23:29 +02:00
Piotr Caban
c654b7be68
msvcp100: Add basic_streambuf::swap implementation.
2014-07-30 16:18:40 -05:00
Piotr Caban
cbdc014f41
msvcp100: Add basic_iostream::swap implementation.
2014-07-30 16:18:27 -05:00
Piotr Caban
4d3b23f6cd
msvcp100: Add basic_ostream::swap implementaiton.
2014-07-30 16:18:13 -05:00
Piotr Caban
fe93ebd830
msvcp100: Add basic_istream::swap implementation.
2014-07-30 16:18:01 -05:00
Piotr Caban
bcee8a0ec3
msvcp100: Add basic_ios::swap implementation.
2014-07-30 16:17:45 -05:00
Piotr Caban
8c865c8cca
msvcp100: Add ios_base::swap implementation.
2014-07-30 16:17:34 -05:00
Stefan Dösinger
3e993bf1d8
user32: Make GetRegisteredRawInputDevices hotpatchable.
2014-07-30 16:17:14 -05:00
Bruno Jesus
d429e602af
rsaenh/tests: Run the tests in the Base and Strong providers too.
2014-07-30 16:17:02 -05:00
Bruno Jesus
1697eb6ee2
winhttp/tests: Add a no-content header test.
2014-07-30 11:50:05 -05:00
Ken Thomases
c3d7f5b7ec
winemac: Use new API when available to list all display modes available on Retina Macs.
2014-07-30 11:33:00 -05:00
Ken Thomases
a14ed527d8
ntdll: In find_file_in_dir(), don't test directory entries' short names if the target name isn't a short name.
...
hash_short_file_name() will always create a short name of at least 8 characters
with the 5th being a tilde (~). If the target name isn't of that form, then it
can never match any short name constructed from the directory entries.
2014-07-30 11:31:55 -05:00
Nikolay Sivov
1c23bf04c7
dwrite: Added some layout tests, simplify debug output for text ranges.
2014-07-30 11:27:14 -05:00
Andrei Slăvoiu
01b2b3074d
wined3d: Replace vendor specific callbacks with generic code that uses vendor specific renderer string tables.
2014-07-30 11:15:24 -05:00
Andrei Slăvoiu
1e7c5d8ca4
wined3d: Make the card selection for AMD binary driver use arrays only.
2014-07-30 11:14:42 -05:00
Andrei Slăvoiu
47bec5eba0
wined3d: Make the card selection for Nvidia binary driver use arrays only.
2014-07-30 11:14:26 -05:00
Thomas Faber
0c9b832229
quartz: Destroy BaseRenderer in NullRendererInner_Release.
2014-07-29 14:32:54 -05:00
Thomas Faber
1236f52d19
quartz: Fix IEnumFiltersImpl memory leak.
2014-07-29 14:32:47 -05:00
Gerald Pfeifer
3b8e7d4dac
scrrun: Add a check for empty string in start_enumeration.
2014-07-29 14:32:04 -05:00
Jacek Caban
be2128fd05
mshtml: Added IHTMLWindow2::navigate implementation.
2014-07-28 17:23:42 -05:00
Thomas Faber
7c5d0789d0
quartz: Destroy BaseOutputPin in FileAsyncReaderPin_Release.
2014-07-28 17:23:22 -05:00
Thomas Faber
f0200b6d25
qcap: Destroy BaseOutputPin in VfwPin_Release.
2014-07-28 17:23:14 -05:00
Thomas Faber
4ea1f35777
strmbase: Separate BasePin destructors from Release.
2014-07-28 17:23:06 -05:00
Thomas Faber
33e0e6867f
qcap: Reference module only on successful object creation.
2014-07-28 17:22:56 -05:00