Henri Verbeet
bbfdfb2f1f
wined3d: Introduce surface_gdi_cleanup().
2009-06-15 13:42:28 +02:00
Henri Verbeet
32613eb628
wined3d: Introduce surface_cleanup().
2009-06-15 13:42:28 +02:00
Damjan Jovanovic
36685b0761
winex11.drv: Fix file drops on KDE4 and XFCE.
2009-06-15 13:42:28 +02:00
Rein Klazes
1591e3a762
winedos: int21, function 32h returns data in DS:BX, not DS:DX.
2009-06-15 13:42:28 +02:00
Aurimas Fišeras
7f77207769
hhctrl.ocx: Add Lithuanian translation.
2009-06-15 13:42:28 +02:00
Aurimas Fišeras
e078ad3e2a
wininet: Add Lithuanian translation.
2009-06-15 13:42:28 +02:00
Eric Pouech
b37996305d
dbghelp: Improve speed of our hashtable implementation by remembering the last element added to every bucket.
2009-06-15 13:42:28 +02:00
Austin English
2d7ccb3862
configure: Fix mach-o/dyld_images.h detection on OS X.
2009-06-15 13:42:28 +02:00
Austin English
056131f67e
kernel32: GetConsoleAliasW is a stub, make sure it acts like one.
2009-06-15 13:42:28 +02:00
Paul Vriens
397e7ed31d
shell32/tests: Fix a test failure on some Win95 boxes and NT4.
2009-06-15 13:42:27 +02:00
Paul Vriens
267c39bc9c
user32/tests: Skip some tests on Win9x/WinME.
2009-06-15 13:42:27 +02:00
Paul Vriens
3a5a79ff75
mlang/tests: Fix a test failure on Win95.
2009-06-15 13:42:27 +02:00
Paul Vriens
c5946beccc
riched32/tests: Fix test failures on Win9x, WinMe and NT4.
2009-06-15 13:42:27 +02:00
Juan Lang
9da4d2f3a9
wintrust: Check for the presence of required members of WINTRUST_CERT_INFO rather than requiring callers to be compiled with the same SDK version.
2009-06-15 13:42:26 +02:00
Juan Lang
abacfc0f45
wintrust: Check for the presence of required members of WINTRUST_BLOB_INFO rather than requiring callers to be compiled with the same SDK version.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
e65ebee63f
ntdll: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
d303d9dc29
kernel32: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
5c4612b3fa
ntoskrnl.exe: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
34ac93b78b
hal: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
f2d65b5563
rpcrt4: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
eb08df3a90
riched20: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
2b012c9886
msvcrt: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:41:51 +02:00
Alexandre Julliard
ea9cf9e49d
configure: Add a macro to define an stdcall function in assembly.
2009-06-14 16:06:22 +02:00
Alexandre Julliard
9cebf090af
configure: Add a macro to define an stdcall suffix in assembly code.
2009-06-14 12:12:00 +02:00
Alexandre Julliard
8812d241f0
configure: Make sure that gcc is recent enough for building 64-bit code.
2009-06-14 11:19:54 +02:00
Alexandre Julliard
fd78e6e3a5
server: Restart at the head of the wait queue when we woke a thread, since this can modify the queue.
2009-06-13 12:20:49 +02:00
Alexandre Julliard
3fe51326cd
riched20: Move the textHostVtbl definition to work around Mac OS X breakage with __ASM_GLOBAL_FUNC.
2009-06-13 12:20:10 +02:00
Paul Vriens
45629dc050
riched32/tests: Cater for differences between platforms.
2009-06-12 17:33:16 +02:00
Paul Vriens
5084632864
riched32/tests: Fix a few test failures on Win9x/WinME/NT4.
2009-06-12 17:33:16 +02:00
Dmitry Timoshkov
acb05666bb
user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.
2009-06-12 17:33:16 +02:00
Aric Stewart
3726e38b19
msctf: Define ITfCompartmentMgr for Context.
2009-06-12 17:33:16 +02:00
Aric Stewart
1ffa3515dd
msctf: Add ITfComponentMgr to documentmgr.
2009-06-12 17:33:16 +02:00
Aric Stewart
819518c461
msctf: Define ITfCompartmentMgr for ThreadMgr.
2009-06-12 17:33:16 +02:00
Aric Stewart
2b08041bf1
msctf: Framework for ITfCompartmentMgr.
2009-06-12 17:33:15 +02:00
Hans Leidekker
f0cf772d52
wintrust: Add stub implementations of HTTPSCertificateTrust and HTTPSFinalProv.
2009-06-12 17:33:15 +02:00
Hans Leidekker
e3a7ae8a30
msi: Add some reinstall tests.
2009-06-12 17:33:15 +02:00
Detlef Riekenberg
e51dc8f2d3
mlang: Implement IMultiLanguage_GetRfc1766Info.
2009-06-12 17:33:15 +02:00
Detlef Riekenberg
131ab8d825
shlwapi: Forward DnsRecordSetCompare to dnsapi.
2009-06-12 17:33:15 +02:00
Henri Verbeet
7599520321
wined3d: Avoid checking depth/stencil and compressed formats in init_format_fbo_compat_info().
...
Checking these is somewhat pointless since they should never be
color-renderable according to the FBO spec. This patch also happens to avoid
dereferencing a NULL pointer inside fglrx.
2009-06-12 17:33:15 +02:00
Henri Verbeet
669891c817
wined3d: Respect the "srgb" parameter to IWineD3DSurfaceImpl_BindTexture().
...
This is mostly for consistency, standalone surfaces can't be used for
texturing, so in practice "srgb" should always be FALSE in this path.
2009-06-12 17:33:15 +02:00
Henri Verbeet
4bc6b376e0
wined3d: Remove the useless "resource_type" parameter from IWineD3DDevice::CreateSurface().
2009-06-12 17:33:15 +02:00
Henri Verbeet
8f67918f1d
wined3d: Use WINED3DFMT_FLAG_COMPRESSED instead of checking for specific formats.
2009-06-12 17:33:15 +02:00
Henri Verbeet
71e12ae936
wined3d: Use the compressed format info in IWineD3DBaseSurfaceImpl_LockRect().
2009-06-12 17:33:15 +02:00
Jacek Caban
35798002f8
urlmon: Fixed test on IE8.
2009-06-12 17:33:15 +02:00
Juan Lang
9ae0f7a191
wintrust: Only check the pgKnownSubject member if the struct includes it.
2009-06-12 17:33:14 +02:00
Andrew Talbot
5a981c3a64
crypt32: Constify some variables.
2009-06-12 17:33:14 +02:00
Damjan Jovanovic
f612ed1fcb
shell32: Update file type associations when requested.
2009-06-12 17:33:01 +02:00
Damjan Jovanovic
bd623c2b79
wine.inf: Update file type associations on startup.
2009-06-12 11:59:58 +02:00
Alexandre Julliard
ccea0ae9e2
configure: Add .cfi_startproc/endproc directives to assembly functions if supported.
2009-06-11 20:16:21 +02:00
Dmitry Timoshkov
8e0600221d
user32: Add support for SPI_GETFOCUSBORDERWIDTH and SPI_GETFOCUSBORDERHEIGHT.
2009-06-11 17:36:39 +02:00