Alexandre Julliard
|
3e195d4382
|
user: Added fast A->W mapping for WM_MDICREATE.
|
2006-05-20 18:49:40 +02:00 |
Alexandre Julliard
|
899133d7f7
|
user: Added fast A->W mapping for WM_CREATE and WM_NCCREATE.
|
2006-05-20 18:48:04 +02:00 |
Peter Beutner
|
5c4a1fc8de
|
d3d8: Fix GetDesc and GetLevelDesc for surfaces and textures.
In DX8 the D3DSURFACE_DESC structure has a size field which needs to be set.
|
2006-05-20 17:47:45 +02:00 |
Jason Green
|
4a1375bdd6
|
wined3d: Simplify generate_base_shader() when checking for USING_GLSL usage.
|
2006-05-20 17:38:09 +02:00 |
Jason Green
|
683e5bfc55
|
wined3d: Move PARAM C[] program.env[] into baseshader and out of vertex shaders.
|
2006-05-20 17:37:48 +02:00 |
Robert Shearman
|
6e7d06ad34
|
rpcrt4: Handle pointers to context handles in the stubless code.
Implement check for NULL context handles if requested.
|
2006-05-20 17:37:36 +02:00 |
Robert Shearman
|
9c885c9185
|
rpcrt4: We don't need to free object pointers if we are told we must allocate.
|
2006-05-20 17:37:25 +02:00 |
Robert Shearman
|
a2767e8d71
|
rpcrt4: Use macros to generate the code for unmarshaling base types.
|
2006-05-20 17:37:13 +02:00 |
Robert Shearman
|
19fad8e710
|
rpcrt4: Don't set the memory pointer to NULL before calling PointerUnmarshall.
Call it with fMustAlloc set to TRUE instead to achieve the same result
without side-effects.
|
2006-05-20 17:36:42 +02:00 |
Robert Shearman
|
87ecf526b3
|
rpcrt4: Make more internal functions static.
|
2006-05-20 17:36:15 +02:00 |
Robert Shearman
|
0592210bcd
|
rpcrt4: Add the definition of RpcAuthVerifier to rpc_defs.h from the DCE/RPC spec.
Use it in RPCRT4_SendAuth instead of writing out the data byte-by-byte.
|
2006-05-20 17:31:16 +02:00 |
Robert Shearman
|
46005c2f9c
|
rpcrt4: Add more format characters and add context handle flags to ndrtypes.h.
|
2006-05-20 17:31:01 +02:00 |
Dmitry Timoshkov
|
5fd4d3410d
|
Add a stub implementation of ntdsapi.dll.
|
2006-05-20 17:01:46 +02:00 |
Paul Chitescu
|
b1cbecbbc6
|
advapi32: Add stub FileEncryptionStatus and declarations.
|
2006-05-20 16:56:16 +02:00 |
Alexandre Julliard
|
b73c5e895f
|
user: Get rid of the MSGPARAMS16 structure.
|
2006-05-20 16:36:56 +02:00 |
Alexandre Julliard
|
917d03bd04
|
user: Make a lot of winproc functions static.
|
2006-05-20 16:36:52 +02:00 |
Alexandre Julliard
|
ca570aade2
|
user: Call the A version of message functions from 16-bit code.
This avoids having to export too many different message translation
functions.
|
2006-05-20 16:35:44 +02:00 |
Alexandre Julliard
|
dc61a4bc65
|
user: Use winproc callbacks instead of message map/unmap for 16-bit hooks.
|
2006-05-20 16:34:14 +02:00 |
Alexandre Julliard
|
58a03a103d
|
user: Use winproc callbacks instead of message map/unmap in SendMessage16.
|
2006-05-20 16:32:45 +02:00 |
Alexandre Julliard
|
396ff0007c
|
user: Use a winproc callback instead of a message map/unmap in SendMessageTimeoutA.
|
2006-05-20 16:31:27 +02:00 |
Alexandre Julliard
|
521ea482aa
|
user: Store the destination thread id in the send_message_info structure.
|
2006-05-20 16:30:55 +02:00 |
Mikołaj Zalewski
|
4b25b346ee
|
comctl32: header: Make sure no message is sent between PrepareCallbackItems/FreeCallbackItems.
|
2006-05-20 14:09:03 +02:00 |
Mikołaj Zalewski
|
c932852bd4
|
comctl32: header: Don't erase the background in HEADER_Refresh.
|
2006-05-20 14:08:44 +02:00 |
Mikołaj Zalewski
|
c054c1fe0e
|
comctl32: header: The border size is 4 not 3.
|
2006-05-20 14:08:27 +02:00 |
Stefan Dösinger
|
cfcdb6515b
|
wined3d: Sort of oversized surface support.
|
2006-05-20 14:06:09 +02:00 |
Stefan Dösinger
|
672fa65334
|
wined3d: Add more device caps.
|
2006-05-20 14:05:38 +02:00 |
Stefan Dösinger
|
ebcbda72c4
|
wined3d: Allow SYSTEMMEM textures and surfaces.
|
2006-05-20 14:05:23 +02:00 |
Stefan Dösinger
|
566cdcf55c
|
wined3d: Implement IWineD3DDevice::SetDisplayMode.
|
2006-05-20 14:05:06 +02:00 |
Huw Davies
|
f151ecb0d1
|
rpcrt4: Use IsClient to determine whether we can use the Buffer memory or not.
Add simple struct tests.
|
2006-05-20 14:03:56 +02:00 |
Robert Shearman
|
cfa769fb9f
|
rpcrt4: Warn if CreateNamedPipe fails.
|
2006-05-20 14:03:31 +02:00 |
Robert Shearman
|
5f266c54a1
|
rpcrt4: Add the correct amount of auth padding to messages.
|
2006-05-20 14:02:51 +02:00 |
Robert Shearman
|
4fb6295528
|
rpcrt4: Wait for all of the requested bytes to be returned for tcp connections.
|
2006-05-20 14:02:30 +02:00 |
Robert Shearman
|
a2d2d4db63
|
rpcrt4: Update the todo lists and copyrights.
|
2006-05-20 14:02:24 +02:00 |
Robert Shearman
|
9cebbdd80f
|
rpcrt4: Fix for the open functions in the transports being transposed between ncacn_np and ncalrpc.
|
2006-05-20 14:00:48 +02:00 |
Robert Shearman
|
c1a31cef3d
|
rpcrt4: Don't release the auth info if it isn't present.
|
2006-05-20 14:00:43 +02:00 |
Robert Reif
|
ed62b0150c
|
winmm: Fix wave test handle use after close bug.
|
2006-05-20 14:00:22 +02:00 |
Dmitry Timoshkov
|
94cc17b53c
|
x11drv: Fix the regression caused by the recent ShowWindow fixes.
|
2006-05-20 14:00:10 +02:00 |
Mike McCormack
|
4cd377d49c
|
secur32: Cleanup InitializeSecurityContext (reduce indent and duplication).
|
2006-05-20 13:59:56 +02:00 |
Mike McCormack
|
d243b39c94
|
secur32: Tidy up the initialization code a little.
|
2006-05-20 13:59:09 +02:00 |
Jacek Caban
|
dee8790c69
|
widl: Don't add importlib if it is already on the list. Remove warning.
|
2006-05-20 13:58:54 +02:00 |
Jacek Caban
|
a7fa3a985b
|
widl: Added support for importing parent interfaces from importlib.
|
2006-05-20 13:58:44 +02:00 |
Jacek Caban
|
ae2c061e8e
|
shdocvw: Return S_OK in OnInPlaceDeactivate.
|
2006-05-20 13:58:39 +02:00 |
Phil Costin
|
df3902e6c1
|
wined3d: Trace output corrections and cleanups.
|
2006-05-20 13:58:31 +02:00 |
Juan Lang
|
b564ef5b03
|
crypt32: Move CertFindCertificateInStore and related functions to cert.c.
|
2006-05-20 13:58:16 +02:00 |
Juan Lang
|
d9a027952d
|
crypt32: Move context interface definition to common header.
|
2006-05-20 13:57:43 +02:00 |
Alexandre Julliard
|
4316025294
|
user: Convert the 16-bit winproc functions to use a callback pointer.
|
2006-05-18 19:44:30 +02:00 |
Alexandre Julliard
|
6456317153
|
user: Convert the other winproc 32-bit functions to use a callback pointer.
|
2006-05-18 19:09:32 +02:00 |
Alexandre Julliard
|
d1a5d5ae98
|
user: Make WINPROC_CallProc32WTo32A take a callback function pointer.
This way it doesn't need to know about dialog procedures. Also renamed
it to WINPROC_CallProcWtoA.
|
2006-05-18 18:05:01 +02:00 |
Phil Costin
|
1b320431b8
|
wined3d: Check registry for UseGLSL enabled.
|
2006-05-18 16:40:32 +02:00 |
Mike McCormack
|
a45b16a460
|
rpcrt4: Fix a possible memory leak, cleanup a bit.
|
2006-05-18 16:36:44 +02:00 |