Peter Lemenkov
|
66f839d94f
|
Added extern "C".
|
2005-11-14 11:20:30 +00:00 |
Raphael Junqueira
|
b929f3d673
|
Added support for SHADEBLENDCAPS.
|
2005-11-10 11:05:30 +00:00 |
Raphael Junqueira
|
c4569d9298
|
Define GL_EXT_framebuffer_object and GL_EXT_pixelbuffer_object openGL
specs.
Support Mesa GL_VERSION on parse.
|
2005-11-10 11:04:59 +00:00 |
Jacek Caban
|
6affb1f132
|
Added URLDownloadToCacheFile[AW] stub.
|
2005-11-10 11:04:21 +00:00 |
Alexandre Julliard
|
2762486b35
|
Fixed typo: get_doctype returns an IXMLDOMDocumentType.
|
2005-11-08 20:00:58 +00:00 |
Alexandre Julliard
|
ef6d5df1e7
|
Add an argument to all uses of the __ONLY_IN_WINELIB macro (spotted by
Berend Reitsma).
|
2005-11-08 16:13:21 +00:00 |
James Hawkins
|
217e499de6
|
Define the setupapi hresult errors.
|
2005-11-07 20:12:55 +00:00 |
Peter Lemenkov
|
b6bec9d05c
|
Added some missing definitions in wininet.h.
|
2005-11-07 20:12:13 +00:00 |
Huw Davies
|
3f1629888f
|
Add IXMLDOMParseError.
|
2005-11-07 20:11:43 +00:00 |
Ivan Leo Puoti
|
a1cd3ab653
|
Implement RtlInitAnsiStringEx.
|
2005-11-07 11:14:45 +00:00 |
Vincent Béron
|
297ef3af20
|
Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
PSYM_ENUMSOURCFILES_CALLBACK.
|
2005-11-04 11:16:48 +00:00 |
Vincent Béron
|
a17528cd0d
|
Fix warning about memmove re#definition.
|
2005-11-04 11:14:22 +00:00 |
Kevin Koltzau
|
935dea2fb4
|
Fix warnings and errors in 64bit.
|
2005-11-03 13:17:51 +00:00 |
Ivan Leo Puoti
|
5b22e4d6ef
|
Fix some wrong prototypes.
|
2005-11-03 11:35:11 +00:00 |
Eric Pouech
|
9c1b57c3d4
|
Implemented SymEnumLines.
|
2005-11-03 09:51:26 +00:00 |
Alexandre Julliard
|
73c72390f8
|
Fixed Get/SetThreadContext to work properly on suspended threads.
Added a test case.
|
2005-11-02 20:54:12 +00:00 |
Oliver Stieber
|
d6fcc69ddb
|
Implement D3DFMT_UNKNOWN surfaces, this seems to be used a lot in d3d8
but I haven't found any d3d9 application that uses D3DFMT_UNKNOWN
surfaces yet.
|
2005-11-02 20:01:54 +00:00 |
Mike McCormack
|
451ef3a9c3
|
Stub implementation for MsiAdvertiseScriptA/W.
|
2005-11-02 19:54:31 +00:00 |
Mike McCormack
|
15e578dfbc
|
Stub implementation for MsiGetFileHashA/W.
|
2005-11-02 10:56:54 +00:00 |
Rob Shearman
|
2dbc7f41c3
|
Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
RpcMgmtEnableIdleCleanup.
|
2005-11-02 10:55:27 +00:00 |
Lionel Ulmer
|
5ae22b8021
|
Add 'ENUM_...._SETTINGS' flag and make use of it in the X11DRV code.
|
2005-11-02 10:54:42 +00:00 |
Alexandre Julliard
|
ff7795ef4c
|
Don't send an extra signal when waiting for a debug event, just do a
normal wait. Return the debug event status directly as return value
of the server call.
|
2005-11-01 21:47:07 +00:00 |
Huw Davies
|
063824dd22
|
Implement playback of EMR_ALPHABLEND.
|
2005-10-31 21:04:18 +00:00 |
Mike McCormack
|
ec5edeebf4
|
Define MSIDBOPEN_ constants using LPCWSTR when compiling Wine.
|
2005-10-30 19:21:51 +00:00 |
Alexandre Julliard
|
220f2ce9fb
|
Make all winecrt0 functions and variables hidden.
|
2005-10-30 19:10:35 +00:00 |
Christian Costa
|
a52a4daa9b
|
Remove no longer used wine_dbg_parse_options and wine_dbg_add_options
prototypes.
|
2005-10-30 19:05:27 +00:00 |
Mike McCormack
|
06c477fec8
|
Add a stub implementation of msi.MsiSetMode.
|
2005-10-30 19:05:13 +00:00 |
Ivan Leo Puoti
|
ce08973ffa
|
Fix NtQueryDirectoryObject prototype, documentation, and the
definition of the structure it uses.
|
2005-10-28 16:42:11 +00:00 |
Vitaliy Margolen
|
a996000ad5
|
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
inherit flag.
- Pass DesiredAccess to the server when creating mailslot.
|
2005-10-27 18:30:37 +00:00 |
Dmitry Timoshkov
|
26b40c296f
|
Add some missing USER definitions, add a couple of FIXMEs for not
implemented features.
|
2005-10-27 18:28:23 +00:00 |
Robert Shearman
|
95b6266a9c
|
Add the macros used in dlldata.c files.
|
2005-10-27 12:09:05 +00:00 |
Ivan Leo Puoti
|
e1008c386f
|
Add stub implementation for NtAccessCheckAndAuditAlarm.
|
2005-10-27 10:25:41 +00:00 |
Stefan Leichter
|
f91e230b99
|
Declare ExecuteCab and TranslateInfString.
|
2005-10-27 10:24:26 +00:00 |
Juan Lang
|
c534fa1e82
|
Implement CryptMem and undocumented I_Crypt*Tls functions, with tests.
|
2005-10-27 10:24:20 +00:00 |
Robert Shearman
|
3c2bda8f83
|
Add IFontEventsDisp and IProvideMultipleClassInfo.
|
2005-10-27 10:19:54 +00:00 |
Huw Davies
|
c4e8f06375
|
Stubs for NdrStubForwardingFunction and NdrCStdStubBuffer2_Release
along with a few related defines.
|
2005-10-26 13:56:00 +00:00 |
Vitaliy Margolen
|
af53827901
|
Add OBJECT_BASIC_INFORMATION to winternl.h.
|
2005-10-26 10:11:23 +00:00 |
Dmitry Timoshkov
|
62d3ab9bd0
|
Add a test for GetCurrentObject, make it pass under Wine.
|
2005-10-26 10:10:23 +00:00 |
Alexandre Julliard
|
2058f54300
|
Added a __wine_dbg_set_channel_flags function to allow changing flags
from inside the code.
|
2005-10-18 10:49:20 +00:00 |
Alexandre Julliard
|
36c3199782
|
Default search path for an include file should be based on the path of
the parent source file, not the current directory.
|
2005-10-10 18:06:50 +00:00 |
Peter Lemenkov
|
83a1b97888
|
Added security.h.
|
2005-10-06 12:28:46 +00:00 |
Huw Davies
|
90020c953a
|
Add a Wine specific flag to GetRasterizeCaps that reports whether
freetype's patented hinter is enabled. This will be used by winex11
to check whether it should honour the gasp table settings.
|
2005-10-06 12:28:11 +00:00 |
Dimi Paun
|
1ae16a5160
|
Allow MSVC to use Wine's headers.
|
2005-10-04 11:30:27 +00:00 |
Robert Reif
|
e577a2a391
|
Fixes so d3d9.h and dsound.h can be included at the same time.
|
2005-10-03 11:04:06 +00:00 |
Juan Lang
|
4c5067ef8f
|
Add defines needed for installable OID functions.
|
2005-09-30 10:35:03 +00:00 |
Robert Reif
|
a59c0416e0
|
Added missing error code.
|
2005-09-30 10:34:43 +00:00 |
Alexandre Julliard
|
784c94516b
|
Export the get_channel_flags function avoid warnings when passing a
NULL format to wine_dbg_log.
Removed a few no longer used functions.
|
2005-09-29 11:16:52 +00:00 |
Alexandre Julliard
|
7ddab75619
|
Declare debug channels as static variables so that we don't need to
generate an external .dbg.c file to define them.
|
2005-09-28 18:34:00 +00:00 |
H. Verbeet
|
f469b6f8de
|
Fix missing prototypes when using nVidia OpenGL headers.
|
2005-09-28 18:12:00 +00:00 |
Alexandre Julliard
|
cbc38965c0
|
New scheme for keeping track of debug channels that doesn't require
maintaining a list of all loaded dlls.
|
2005-09-28 15:21:48 +00:00 |