Alexandre Julliard
|
7f64b8a9a9
|
ntdll: Don't switch from small to large block when HEAP_REALLOC_IN_PLACE_ONLY is specified.
|
2009-08-05 20:35:36 +02:00 |
Alistair Leslie-Hughes
|
31dab8f0db
|
shlwapi: Correct AssocCreate tests.
|
2009-08-05 15:30:16 +02:00 |
Austin English
|
0bbb924db2
|
wine.inf: Add HKCU\AppEvents\Schemes registry key.
|
2009-08-05 15:30:16 +02:00 |
Jeff Latimer
|
f40cbb3d77
|
ws2_32: Add the scope_id to the IPv6 address string if present.
|
2009-08-05 15:30:16 +02:00 |
Jeff Latimer
|
4028a0e9f0
|
ws2_32: Add the port to the IPv6 address string if present.
|
2009-08-05 15:30:16 +02:00 |
Austin English
|
4814d67ed5
|
userenv: Add a stub for LoadUserProfileW.
|
2009-08-05 15:30:16 +02:00 |
Alexandre Julliard
|
66e83d2156
|
comctl32/tests: Fix some test failures on older versions.
|
2009-08-05 15:30:10 +02:00 |
Alexandre Julliard
|
8c700d2b3b
|
kernel32/tests: Add one more possible error code.
|
2009-08-05 13:52:42 +02:00 |
Vladimir Pankratov
|
148551f900
|
winspool.drv: Convert the Russian resources to UTF-8.
|
2009-08-05 13:11:08 +02:00 |
Vladimir Pankratov
|
c574f6c421
|
wldap32: Convert the Russian resources to UTF-8.
|
2009-08-05 13:11:01 +02:00 |
Vladimir Pankratov
|
590bb35079
|
winmm: Convert the Russian resources to UTF-8.
|
2009-08-05 13:10:56 +02:00 |
Juan Lang
|
90d7172bcb
|
crypt32: Fix leak on error path.
Spotted by Chris Ahrendt.
|
2009-08-05 11:40:33 +02:00 |
Vincent Povirk
|
100546686c
|
windowscodecs: Add test for IWICImagingFactory::CreateDecoderFromStream.
|
2009-08-05 11:40:24 +02:00 |
Vincent Povirk
|
219b8c64ac
|
windowscodecs: Implement IWICImagingFactory::CreateDecoderFromStream.
|
2009-08-05 11:40:02 +02:00 |
Vincent Povirk
|
9dd3c209c6
|
include: Add definitions for CreateDecoderFromStream.
|
2009-08-05 11:39:55 +02:00 |
Vincent Povirk
|
cd4fdb9587
|
windowscodecs: Implement IWICImagingFactory::CreateComponentEnumerator.
|
2009-08-05 11:39:47 +02:00 |
Vincent Povirk
|
d8c926d79e
|
windowscodecs: Implement GetDecoderInfo for BMP decoder.
|
2009-08-05 11:39:38 +02:00 |
Vincent Povirk
|
220edb7900
|
windowscodecs: Add tests for IWICBitmapDecoderInfo.
|
2009-08-05 11:39:31 +02:00 |
Vincent Povirk
|
a13899cc90
|
windowscodecs: Implement IWICBitmapDecoderInfo::MatchesPattern.
|
2009-08-05 11:39:21 +02:00 |
Vincent Povirk
|
4e5ee3699f
|
windowscodecs: Implement IWICBitmapDecoderInfo::CreateInstance.
|
2009-08-05 11:39:14 +02:00 |
Vincent Povirk
|
6c5d1b2f63
|
windowscodecs: Implement IWICBitmapDecoderInfo::GetPatterns.
|
2009-08-05 11:39:07 +02:00 |
Vincent Povirk
|
3f2ff08803
|
windowscodecs: Implement IWICBitmapDecoderInfo::GetComponentType.
|
2009-08-05 11:39:01 +02:00 |
Vincent Povirk
|
f24834f486
|
windowscodecs: Add stub implementation of IWICBitmapDecoderInfo.
|
2009-08-05 11:38:53 +02:00 |
Vincent Povirk
|
d89b470e18
|
include: Add IWICBitmapDecoderInfo to headers.
|
2009-08-05 11:37:59 +02:00 |
Stefan Leichter
|
a14256f621
|
shell32: Make the tests of the value returned from function SHGetFileInfoA more strick, fix wine to pass the tests.
|
2009-08-05 11:23:41 +02:00 |
Alexandre Julliard
|
b76dc21b82
|
ntdll: Ignore activation context entries that don't specify a path.
|
2009-08-05 11:23:16 +02:00 |
Alexandre Julliard
|
c10bdbefd6
|
ntdll: Don't free low address space for large address aware applications.
Many games set the LARGE_ADDRESS_AWARE flag but don't pass the
appropriate flags to d3dx9 to make it cope with it.
|
2009-08-05 11:23:02 +02:00 |
Alexandre Julliard
|
6aa4d2e562
|
mshtml: Never try to unload the Gecko libraries.
|
2009-08-05 11:21:33 +02:00 |
Henri Verbeet
|
7165bd19c1
|
wined3d: WINED3DTEXF_NONE only makes sense as a mip filter.
|
2009-08-05 11:20:43 +02:00 |
Henri Verbeet
|
9e8f7898c9
|
wined3d: Get rid of the ANISOTROPIC entry from the filter lookup tables.
Anisotropy and texture filters are orthogonal in GL. In D3D
D3DTEXF_ANISOTROPIC just selects the best (linear) filter type and enables
anisotropy.
|
2009-08-05 11:20:36 +02:00 |
Henri Verbeet
|
62ac872b36
|
wined3d: Remove a redundant check from basetexture_get_autogen_filter_type().
This is already initialized to an appropriate value in basetexture_init().
Also fix the indentation while we're at it.
|
2009-08-05 11:20:24 +02:00 |
Henri Verbeet
|
a86f31658b
|
wined3d: Move texture filter lookup table initialization to basetexture_init().
|
2009-08-05 11:20:19 +02:00 |
Henri Verbeet
|
351d6de818
|
wined3d: Add functions to lookup texture filters.
|
2009-08-05 11:20:09 +02:00 |
Henri Verbeet
|
0f161dc10f
|
wined3d: Remove some unused code.
|
2009-08-05 11:19:59 +02:00 |
Dmitry Timoshkov
|
5b90101e2e
|
user32/tests: Use symbol charset when creating Marlett font.
|
2009-08-05 11:19:54 +02:00 |
Stefan Dösinger
|
2858f67a2a
|
wined3d: Enable WINED3DFMT_R16G16B16A16_UNORM.
|
2009-08-05 11:19:46 +02:00 |
Stefan Dösinger
|
f3b39d9085
|
wined3d: Preload the correct texture location.
|
2009-08-05 11:19:35 +02:00 |
Stefan Dösinger
|
f53451ddac
|
wined3d: Only use WINE_normalized_texrect if ARB_texture_np2 is supported.
|
2009-08-05 11:19:26 +02:00 |
Stefan Dösinger
|
2e9362d0fb
|
wined3d: ARB clipplane init needs the helper constant.
|
2009-08-05 11:19:14 +02:00 |
Roderick Colenbrander
|
5b5401064a
|
opengl32: Add opengl 3.2 extensions.
|
2009-08-05 11:19:03 +02:00 |
Jacek Caban
|
d97cc15608
|
mshtml: Wine Gecko 1.0.0 release.
|
2009-08-04 15:33:01 +02:00 |
Jacek Caban
|
870f508c98
|
mshtml: Install Gecko in system directory.
|
2009-08-04 15:32:57 +02:00 |
Hans Leidekker
|
508322a8bf
|
advapi32: LsaFreeMemory returns NTSTATUS.
|
2009-08-04 15:25:12 +02:00 |
Alistair Leslie-Hughes
|
7b2292fac1
|
gdiplus: Add GdipRecordMetafileI stub.
|
2009-08-04 15:21:00 +02:00 |
Maarten Lankhorst
|
a89ba9e47e
|
msgsm32.acm: Add support for encoding and decoding.
Also makes the code only load the libgsm library only when it is used
instead of on initialization of the dll.
|
2009-08-04 15:20:14 +02:00 |
Maarten Lankhorst
|
37a89ff073
|
msgsm32.acm: Add support for format enumeration.
|
2009-08-04 15:19:49 +02:00 |
Maarten Lankhorst
|
58b5a3f6be
|
msgsm32.acm: Implement a stub dll.
|
2009-08-04 15:19:32 +02:00 |
Huw Davies
|
b8e97560fb
|
msdaps: Initial stub.
|
2009-08-04 13:51:07 +02:00 |
Huw Davies
|
69091ef569
|
widl: Store the pointer description in the type rather than base type so that it gets re-written when the type is re-written.
|
2009-08-04 13:50:07 +02:00 |
Alistair Leslie-Hughes
|
ccb23e8897
|
mshtml: Add missing interfaces.
|
2009-08-04 13:47:36 +02:00 |