1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

8273 Commits

Author SHA1 Message Date
Roderick Colenbrander
6154bf1ad8 include: Undefine INTERFACE before defining it. 2010-09-08 19:49:30 +02:00
Jacek Caban
ed2b72248f urlmon: Correctly handle INET_E_USE_DEFAULT_SETTING returned from GetBindString(BINDIND_ACCEPT_MIMES). 2010-09-08 19:49:30 +02:00
Henri Verbeet
955858e97d wined3d: IWineD3DVolume_GetDesc() should never fail. 2010-09-08 13:31:49 +02:00
Henri Verbeet
53183b4cf3 wined3d: IWineD3DSurface_GetDesc() should never fail. 2010-09-08 13:31:43 +02:00
Misha Koshelev
b9b9d7ccca d3dx9_36: Fix the D3DXCreateMesh() prototype. 2010-09-08 13:31:03 +02:00
Alexandre Julliard
7295b6746d user32: Add support for fetching window rectangles relative to various origins. 2010-09-07 14:31:30 +02:00
Alexandre Julliard
2349a5eb4f include: Move some included files outside of extern "C". 2010-09-07 13:37:41 +02:00
Henri Verbeet
07b5c4becf wined3d: Getting the current pixel shader should never fail. 2010-09-07 11:23:31 +02:00
Henri Verbeet
0c54dfe7ba wined3d: Getting the current vertex shader should never fail. 2010-09-07 11:23:27 +02:00
Paul Vriens
1042aa0145 advapi32: Add stubs for FlushTrace[AW]. 2010-09-06 16:18:02 +02:00
Paul Vriens
dbb33085bf include/evntrace.h: Add some definitions. 2010-09-06 16:17:39 +02:00
Octavian Voicu
a161d59504 include: Fix typo in propkeydef.h. 2010-09-06 16:13:22 +02:00
Louis Lenders
dd1a47093e shell32: Add stubbed SHGetKnownFolderPath. 2010-09-02 18:05:23 +02:00
Matteo Bruni
f26ab721f1 include: Add D3DXCompileShader declarations. 2010-09-02 18:05:23 +02:00
Hans Leidekker
0032706564 msi: Add stub implementations of MsiBeginTransaction and MsiEndTransaction. 2010-09-02 18:05:22 +02:00
Octavian Voicu
1435ba6766 include: Add MCI_INTEGER64 mci type. 2010-09-02 18:05:22 +02:00
Eric Pouech
4fdcdefccf server: Report in get_console_mode request whether it's a bare console or not. 2010-09-01 14:01:02 +02:00
Eric Pouech
6f32644aa0 server: Allow a screen buffer to be attached to a given fd (for bare consoles). 2010-09-01 14:01:02 +02:00
Eric Pouech
b39a8d9ea2 server: Enhanced the console input object so that it doesn't require a wineconsole to be running. 2010-09-01 14:01:02 +02:00
Henri Verbeet
6c4c351791 wined3d: Don't require wined3d object parents to be COM objects. 2010-09-01 14:01:02 +02:00
Henri Verbeet
b84d1ce5f7 wined3d: Clippers don't need parents. 2010-09-01 14:00:56 +02:00
Henri Verbeet
7c675b522a wined3d: Queries don't need parents. 2010-09-01 12:40:08 +02:00
Henri Verbeet
2ef400901d wined3d: Devices don't need parents. 2010-09-01 12:40:07 +02:00
Mike Kaplinskiy
ae5ad61fa8 server: Add accept_into_socket to accept into an initialized socket. 2010-08-31 14:23:49 +02:00
Henri Verbeet
c568916f9e wined3d: Implicit depth/stencil surfaces don't have a container.
They're owned by the device instead of the swapchain.
2010-08-31 14:23:47 +02:00
Henri Verbeet
4005eb2a18 wined3d: Get rid of WINED3DRECT. 2010-08-31 14:23:47 +02:00
Louis Lenders
2274150759 kernel32: Add stub for WerRegisterFile. 2010-08-30 15:38:30 +02:00
Louis Lenders
afa53a37a4 kernel32: Add stub for GetUserDefaultLocaleName. 2010-08-30 15:36:28 +02:00
Nikolay Sivov
3780b08239 include: Add xml DOMDocument60 definition. 2010-08-30 11:27:23 +02:00
Vincent Povirk
0b532eb834 windowscodecs: Add test for IWICStream::InitializeFromIStreamRegion. 2010-08-30 11:26:29 +02:00
Matteo Bruni
e574c89f88 include: Update some d3d10shader.h definitions. 2010-08-30 11:26:28 +02:00
Matteo Bruni
390b480356 d3dcompiler: Stub D3DCompile implementation. 2010-08-30 11:26:28 +02:00
Alexandre Julliard
a919735870 include: Specify calling convention explicitly in idl files where needed. 2010-08-27 13:53:17 +02:00
Piotr Caban
471bad1ee8 msvcrt: Added _strdate_s and _wstrdate_s implementation. 2010-08-27 12:05:42 +02:00
Piotr Caban
7d0c04d31c msvcrt: Added _strtime_s and _wstrtime_s implementation. 2010-08-27 12:05:10 +02:00
David Hedberg
479a9ee11e include: Fix INameSpaceTreeControlEvents interface declaration. 2010-08-26 17:21:08 +02:00
Louis Lenders
830867a121 mscoree/tests: Add some tests for GetRequestedRuntimeInfo. 2010-08-26 13:44:57 +02:00
Louis Lenders
b534bf1d59 include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header. 2010-08-26 13:44:45 +02:00
Henri Verbeet
5ed9403c74 d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
The current version matches MSDN, but not the actual SDK header.
2010-08-26 12:41:53 +02:00
Henri Verbeet
42b814c7d1 wined3d: Remove the GetContainer() methods from the public wined3d interface.
There's nothing left that uses these.
2010-08-26 12:41:39 +02:00
Kai Tietz
c74f749648 include: Fixed LIST_ENTRY macro type casts for win64. 2010-08-25 17:38:07 +02:00
Henri Verbeet
cc5271d1b7 wined3d: Rename WINED3DFORMAT to wined3d_format_id. 2010-08-24 12:25:01 +02:00
Henri Verbeet
0df144164b wined3d: Pass floating point colors to IWineD3DDeviceImpl_ColorFill(). 2010-08-24 12:24:43 +02:00
Austin English
7b37a6d47e ntdll: Add Sparc processor support. 2010-08-24 12:21:38 +02:00
Alexandre Julliard
a2ca2ebd50 server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically. 2010-08-23 17:09:45 +02:00
Damjan Jovanovic
ebee19701c configure: Check for libicns. 2010-08-23 13:51:32 +02:00
Detlef Riekenberg
2e5d7064a6 include: Add more TOKEN_INFORMATION_CLASS result struct. 2010-08-23 13:43:18 +02:00
Austin English
e92a552dca dbghelp: Add initial Sparc CPU support. 2010-08-23 13:41:17 +02:00
Henri Verbeet
b93a9b37fa wined3d: Pass a WINED3DCOLORVALUE structure to IWineD3DDeviceImpl_ClearRendertargetView().
The structure is nicer to work with than the array.
2010-08-23 12:05:24 +02:00
Nikolay Sivov
33ee0cae46 comctl32/tests: Use reduced IMAGELISTDRAWPARAMS structure size for tests. 2010-08-20 13:46:33 +02:00