Mike McCormack
|
500384b0ea
|
advapi32: Test and implement SystemFunction024/025.
|
2006-05-22 11:34:35 +02:00 |
Mike McCormack
|
6fad2cbaff
|
advapi32: Implement and test SystemFunction(012-023).
|
2006-05-22 11:33:36 +02:00 |
Mike McCormack
|
b4899f0712
|
advapi32: Implement and test SystemFunction010.
|
2006-05-22 11:33:05 +02:00 |
Mike McCormack
|
64ae8285cd
|
advapi32: Implement and test SystemFunction009.
|
2006-05-22 11:32:52 +02:00 |
Dmitry Timoshkov
|
80c3a212a0
|
ntdsapi: Add DsMakeSpnA to the spec file.
|
2006-05-22 11:32:37 +02:00 |
Vitaliy Margolen
|
78c0dd96b7
|
wine.inf: Create fake dlls for ADPCM codecs.
|
2006-05-22 11:32:26 +02:00 |
Vitaliy Margolen
|
4054c06e55
|
directx: Update file versions to dx9c (compared to win2k).
|
2006-05-22 11:32:17 +02:00 |
Vitaliy Margolen
|
c5091d9d8d
|
d3d9: Add refcount tests for all objects created by device.
|
2006-05-22 11:32:03 +02:00 |
Vitaliy Margolen
|
6dcae77cc9
|
d3d9: All objects created by device should keep reference to it.
|
2006-05-22 11:31:45 +02:00 |
Vitaliy Margolen
|
1175a2f3a2
|
d3d8: Add refcount test.
|
2006-05-22 11:31:36 +02:00 |
Vitaliy Margolen
|
1cc318c5a6
|
d3d8: All objects created by device should keep reference to it.
|
2006-05-22 11:29:27 +02:00 |
Vitaliy Margolen
|
17662eac6c
|
include: SwapChain::GetBackBuffer takes 3 parameters, not 4.
|
2006-05-22 11:29:09 +02:00 |
Robert Shearman
|
a247e6975f
|
comctl32: Make sure to always have the default pushbutton for wizards as an enabled button.
|
2006-05-22 11:28:52 +02:00 |
Robert Shearman
|
2682ff43d0
|
comctl32: A PSM_SETWIZBUTTONS message specifying PSWIZB_FINISH or
PSWIZB_DISABLEDFINISH, followed by another one without those flags
should show the next button again and hide the finish button.
|
2006-05-22 11:28:45 +02:00 |
Alexandre Julliard
|
fcce047f61
|
user: Get rid of the WINPROC_Map/UnmapMsg32ATo32W functions.
|
2006-05-20 20:02:10 +02:00 |
Alexandre Julliard
|
3d92de45c4
|
user: Added fast A->W mapping for the remaining messages.
|
2006-05-20 19:59:19 +02:00 |
Alexandre Julliard
|
0eec70f410
|
user: Added fast A->W mapping for WM_GETTEXTLENGTH and related messages.
|
2006-05-20 19:58:38 +02:00 |
Alexandre Julliard
|
34610d1150
|
user: Added fast A->W mapping for WM_CHAR and related messages.
|
2006-05-20 18:57:36 +02:00 |
Alexandre Julliard
|
3f4a2a5bfc
|
user: Added fast A->W mapping for EM_GETLINE.
|
2006-05-20 18:57:11 +02:00 |
Alexandre Julliard
|
19b428755c
|
user: Added fast A->W mapping for LB_GETTEXT and CB_GETLBTEXT.
|
2006-05-20 18:55:34 +02:00 |
Alexandre Julliard
|
4dd1cce203
|
user: Added fast A->W mapping for WM_SETTEXT and related messages.
|
2006-05-20 18:54:25 +02:00 |
Alexandre Julliard
|
91b278b811
|
user: Added fast A->W mapping for WM_GETTEXT and WM_ASKCBFORNAME.
|
2006-05-20 18:53:16 +02:00 |
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 |