Austin English
2618bd1a4d
include/shlwapi: Fix some typos.
2008-11-13 11:49:47 +01:00
Alexandre Julliard
c1d2d86be7
kernel32: Implemented the Ex variants of CreateEvent/Mutex/Semaphore/WaitableTimer.
2008-11-11 14:03:00 +01:00
Reece Dunn
6a78ea4d6c
uxtheme: Add stubs for the double buffer drawing API in Vista.
2008-11-10 12:58:49 +01:00
Alistair Leslie-Hughes
8c57a6ef8b
advapi32: Correct spelling of SE_CHANGE_NOTIFY_PRIVILEGE.
2008-11-10 11:08:01 +01:00
Nikolay Sivov
71264731a4
gdiplus: Added GdipSetTextContrast.
2008-11-10 11:07:32 +01:00
Nikolay Sivov
56173d4005
gdiplus: Added GdipGetTextContrast.
2008-11-10 11:07:26 +01:00
Alexandre Julliard
e21cbfe7e8
include: Add extern "C" to the exported Wine headers.
2008-11-06 10:43:31 +01:00
Alexandre Julliard
5e2ed6bfe9
ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile.
2008-11-05 20:32:32 +01:00
Alexandre Julliard
cdce50f5be
ntdll: Store the per-page committed status in the server for anonymous file mappings.
2008-11-05 12:31:37 +01:00
Hans Leidekker
157d18bbf8
inetcomm: Advertise support for a couple more interfaces.
2008-11-04 14:08:36 +01:00
Alexandre Julliard
7e94787948
ntdll: Add a noexec flag for memory views where we don't want to force exec permission.
2008-11-04 13:16:01 +01:00
Alexandre Julliard
0b0b6c351a
ntdll: Store the per-view flags in the high word of the page protection bits.
2008-11-04 13:05:37 +01:00
Stefan Dösinger
620a423b22
wined3d: Kill the GL_ATI_envmap_bumpmap code.
...
GL_ATI_envmap_bumpmap provides two things: Signed V8U8 pixel formats,
and bump mapping. The extension is only supported on fglrx, and this
driver also supports GL_ARB_fragment_program. Thus the bump mapping
code is never used on any driver out there. Furthermore, if it is
used, it tends to crash the driver
The signed pixel format is used, as it can be used by pixel shaders or
the ARBfp replacement. However, the format is broken in fglrx, and
negative values are clamped to 0.0. This results in test
failures. WineD3D has an alternative codepath using scale+bias to
enable V8U8 using a standard signed RGB which works correctly on
fglrx.
2008-11-04 11:41:14 +01:00
Nikolay Sivov
1cca99dc23
gdiplus: Added CachedBitmap calls.
2008-11-04 11:25:40 +01:00
Andrew Fenn
cefa1e883f
xinput: Added header file that defines a lot of the functionality of the library.
2008-11-03 15:22:07 +01:00
Stefan Dösinger
93af8d3631
d3d: Do not restore the display mode in ddraw.
2008-11-03 13:34:13 +01:00
Nikolay Sivov
59dde0d9a7
gdiplus: Add a structure to header for easier navigation (by wrapper class).
2008-10-30 15:40:12 +01:00
Henri Verbeet
3eac8afba5
d3dx8: Correct some ID3DXMatrixStack prototypes.
2008-10-30 11:27:53 +01:00
Bobby Bingham
a900f5e065
gdi32: Add support for the GGO_UNHINTED flag in GetGlyphOutline.
2008-10-28 15:46:29 +01:00
Henri Verbeet
092b51e82a
wined3d: Rename CreateAdditionalSwapChain to CreateSwapChain.
2008-10-28 12:46:46 +01:00
Dmitry Timoshkov
fc48f7743d
user32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.
2008-10-27 12:38:57 +01:00
Roderick Colenbrander
35f58e92dd
Opengl32: Add defines for WGL_/GLX_ARB_create_context.
2008-10-27 11:43:40 +01:00
Stefan Leichter
6a262ac74f
include: Fix prototype of SCardReleaseStartedEvent.
2008-10-24 14:24:59 +02:00
Reece Dunn
7a1e721205
include/mlang: Added a missing out attribute.
2008-10-24 14:24:59 +02:00
Jacek Caban
2ef724113a
urlmon: Added IsLoggingEnabled[AW] stub implementation.
2008-10-24 14:24:59 +02:00
Henri Verbeet
7142754820
wined3d: Remove the SDKVersion parameter to WineDirect3DCreate().
2008-10-24 14:24:59 +02:00
Henri Verbeet
5d6b7e4c45
d3d10: Implement D3D10CreateDeviceAndSwapChain().
2008-10-24 14:24:58 +02:00
Alexandre Julliard
bc32b857ab
mountmgr: Add a Wine-specific ioctl to query the Unix information about a drive.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
8faceff2f9
mountmgr: Add a Wine-specific ioctl to define a drive for a Unix path.
2008-10-24 14:24:53 +02:00
Juan Lang
5a36d48926
include: Fix typos.
2008-10-23 12:13:21 +02:00
Henri Verbeet
5f2b9fafce
dxgi: Add the IDXGIDevice interface.
2008-10-23 12:10:21 +02:00
Henri Verbeet
d756cc73d8
dxgi: Fix a typo.
2008-10-23 12:10:13 +02:00
Nikolay Sivov
37bbe9d4bc
gdiplus: Added Gdip[Get/Set]TextureWrapMode.
2008-10-22 13:54:53 +02:00
Henri Verbeet
6a517b7851
dxgi: Add the IDXGIFactory interface.
2008-10-22 11:56:30 +02:00
Henri Verbeet
39cd9f7448
d3d10: Add an initial implementation of D3D10CreateDevice().
2008-10-22 11:53:49 +02:00
Tobias Jakobi
7aef1c7185
wined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header.
2008-10-21 11:53:47 +02:00
Henri Verbeet
66d6c7333c
d3d10: Add a debug function for D3D10_DRIVER_TYPE.
2008-10-21 11:42:26 +02:00
Alexandre Julliard
ba71579809
server: Added a request to unlink an object from its namespace.
2008-10-20 16:21:06 +02:00
Vijay Kiran Kamuju
564dc2bfcc
include: Add commctrl.rh.
2008-10-20 13:45:22 +02:00
Henri Verbeet
2188aa87d6
wined3d: Add support for EXT_framebuffer_multisample.
2008-10-20 12:23:16 +02:00
Rob Shearman
639c2de061
include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter.
2008-10-20 11:37:27 +02:00
Vitaliy Margolen
a2b2a4cf79
wined3d: Add one more FBO error status code.
2008-10-18 19:35:20 +02:00
Reece Dunn
5044f57ce6
include: data_size on GetPrivateData should be a pointer type since it is an in/out parameter.
2008-10-18 19:27:30 +02:00
Reece Dunn
a9581adeac
include: Fixed the tom constant values.
2008-10-18 19:27:00 +02:00
Alexandre Julliard
750e7e072c
include: Convert source files to utf-8.
2008-10-18 19:22:02 +02:00
Henri Verbeet
21c7d89ce6
dxgi: Add the IDXGIAdapter interface.
2008-10-17 20:15:16 +02:00
Henri Verbeet
94bd5c6596
dxgi: Add the IDXGISwapChain interface.
2008-10-17 20:15:12 +02:00
Henri Verbeet
2d1da818c5
dxgi: Add the IDXGIOutput interface.
2008-10-17 20:15:09 +02:00
Henri Verbeet
9cdbffcce4
dxgi: Add the IDXGISurface interface.
2008-10-17 20:14:53 +02:00
Henri Verbeet
69b32d71d6
dxgi: Add the IDXGIDeviceSubObject interface.
2008-10-17 13:02:09 +02:00