Dmitry Timoshkov
c3fe9ec2f7
gdi32: Add a test for minimal acceptable DEVMODEA size, make it pass under Wine.
2007-12-20 10:47:40 +01:00
James Hawkins
18407eafdc
msi: Initialize a default COM apartment for custom actions.
2007-12-20 10:47:35 +01:00
James Hawkins
1d42de71ea
msi: Allow NULL parameters to be passed to the local MsiSetProperty.
2007-12-20 10:47:32 +01:00
Andrew Riedi
ef00028407
gdiplus: Add GdipCreateHBITMAPFromBitmap() stub.
2007-12-20 10:47:11 +01:00
Rico Schüller
b7dfe3afb6
wined3d: Fix some typos.
2007-12-20 10:47:06 +01:00
Andrew Talbot
7bce56881f
kernel32: Remove unneeded casts.
2007-12-20 10:47:00 +01:00
Alex Villacís Lasso
4612b15fff
user32: Fix regression in DlgDirList caused by modified LB_DIR return behavior, with tests.
2007-12-19 19:36:09 +01:00
Rob Shearman
6382c8af3f
rpcrt4: Don't use BufferEnd in RpcStream_Write.
...
It is usually used during marshalling, where pStubMsg->BufferStart and
pStubMsg->BufferEnd won't be valid. Replace it with a check using
RpcMsg->Buffer and pStubMsg->BufferLength.
2007-12-19 19:35:42 +01:00
Rob Shearman
c49a73b853
rpcrt4: Initialise memory passed into RPCs in the server test.
...
aligns contains padding, but the memory is marshalled in one block so
call memset to avoid Valgrind warnings. padded and padded2 are
marshalled as complex types so this is not required here.
Initialise the dummy member of test_list_t to zero for the TL_NULL case.
Change the type to the smallest available to not waste buffer space.
2007-12-19 19:35:28 +01:00
Rob Shearman
22b20879f7
rpcrt4: Memory should only be cleared in ComplexUnmarshall, not in ComplexMarshall.
...
Also clear memory when FC_STRUCTPAD* is encountered.
2007-12-19 19:35:02 +01:00
Rob Shearman
50cab7736a
rpcrt4: Fix the ALIGN_POINTER_CLEAR macro.
2007-12-19 19:34:56 +01:00
Rob Shearman
37c8d8ecac
widl: Fix the length used when clearing alignment space in generated files.
...
Only do the clearing when marshalling a base type.
2007-12-19 19:34:47 +01:00
Rob Shearman
57947d9f9c
widl: The detection of types is highly dependent on the ordering of the various type detection functions.
...
Therefore, needs_freeing would have to duplicate a lot of
write_remoting_arg in order to get the detection right. Because of
this, it is easier and will cause less problems in the future to
simply move the logic of needs_freeing into write_remoting_arg in the
appropriate handling code for the detected type.
2007-12-19 18:32:13 +01:00
Alexandre Julliard
c673b2284d
advapi32: Return from StartServiceCtrlDispatcher when all services are stopped.
2007-12-19 18:28:20 +01:00
Alexandre Julliard
a12b9c52da
advapi32: Replace the list of services with an array.
2007-12-19 17:02:12 +01:00
Alexandre Julliard
1f11ad8288
advapi32: Use exponential backoff when waiting for a service to start.
2007-12-19 15:07:20 +01:00
Alexandre Julliard
4889a0edf7
advapi32: Fix RegisterServiceCtrlHandler spec entry.
2007-12-19 15:06:19 +01:00
Alexandre Julliard
865bb0a67a
advapi32: Reimplement RegisterServiceCtrlHandler on top of RegisterServiceCtrlHandlerEx.
2007-12-19 15:05:04 +01:00
Roy Shea
6ceb8e1f31
qmgr: Generate C file with local GUID definitions from bits.idl.
2007-12-19 13:17:47 +01:00
Dmitry Timoshkov
06ce44e9ce
include: Add CONTEXT86_EXTENDED_REGISTERS and CONTEXT86_ALL definitions.
2007-12-19 12:20:13 +01:00
Dmitry Timoshkov
0e799c6d7b
user32: Set the edit text in a combobox only if combobox has strings.
2007-12-19 12:20:03 +01:00
Dmitry Timoshkov
9e3ab87a9c
user32: Make sure to setup clipping before any painting is done.
2007-12-19 12:19:58 +01:00
Dmitry Timoshkov
c316c1a29f
gdi32: In the calculations use a fixed dmSize, not a passed in (possibly too large) one.
2007-12-19 12:19:53 +01:00
Dmitry Timoshkov
49f1600b3f
gdi32: When compiling with PSDK headers request latest DEVMODE definition.
2007-12-19 12:19:49 +01:00
Stefan Dösinger
b95f30134b
wined3d: Implement texture -> swapchain blits with stretch_rect_fbo.
2007-12-19 12:19:43 +01:00
Stefan Dösinger
37e872e901
wined3d: Some improvements for SFLAG_CONVERTED checking.
...
We can check this flag before setting up the gl lock, and add the
surface format to the FIXME.
2007-12-19 12:19:39 +01:00
Stefan Dösinger
7a1d35e513
wined3d: Emulate half float vertices if GL_NV_half_float is not there.
2007-12-19 12:19:27 +01:00
Stefan Dösinger
7e9af243d1
wined3d: Implement blits from the active render target to swapchains.
2007-12-19 12:19:12 +01:00
Michael Stefaniuc
6b21feaec3
gdi32: There is no need to cast NULL to a function pointer.
2007-12-19 12:19:03 +01:00
Michael Stefaniuc
8537c46c93
secur32/tests: InitFunctionPtrs() needs to use the global crypt32dll variable.
2007-12-19 12:19:00 +01:00
James Hawkins
b774ffe1d2
msi: Free the ordering information.
2007-12-19 12:18:54 +01:00
Andrew Talbot
650b273361
kernel32: Remove unneeded casts.
2007-12-19 12:18:48 +01:00
Kirill K. Smirnov
c9700896fe
kernel32: ReadConsoleW should wait for at least one character before returning.
2007-12-18 19:48:36 +01:00
Huw Davies
979a43e49d
inetcomm: Unquote parameter values.
2007-12-18 19:48:25 +01:00
Huw Davies
e446351d4c
inetcomm: Implement IMimeBody_GetParameters.
2007-12-18 19:48:22 +01:00
Rob Shearman
1cb7df8a98
rpcrt4: Implement I_RpcGetCurrentCallHandle.
2007-12-18 19:48:19 +01:00
Rob Shearman
1421c1a447
mscoree: Add a stub for GetVersionFromProcess.
2007-12-18 19:48:16 +01:00
Rico Schüller
d8570f7aae
kernel32: Fix typo.
2007-12-18 19:48:13 +01:00
Rico Schüller
98093a6edd
comdlg32: Fix typo.
2007-12-18 19:48:02 +01:00
Alexandre Julliard
e94e942618
user32: Set the WSF_VISIBLE flag on the main window station.
2007-12-18 19:47:31 +01:00
Alexandre Julliard
6f5131e47f
ntoskrnl.exe: Allow returning data in ioctls along with a positive non-zero status.
2007-12-18 19:46:39 +01:00
Alexandre Julliard
7ac931acf2
ntoskrnl.exe: Added implementation for IoCreateDriver and IoDeleteDriver.
2007-12-18 19:46:06 +01:00
Alexandre Julliard
c69468ddcc
server: Fix possible NULL dereference.
2007-12-18 19:44:00 +01:00
Andrey Turkin
3afbee5218
server: Store I/O completion information in async structure.
...
This is to allow completions to be sent on handle close. Also this can
be helpful for AcceptEx/TransmitFile implementation.
2007-12-18 14:25:43 +01:00
Kirill K. Smirnov
01380b0554
ws2_32: Fix flags conversion in getnameinfo() function.
2007-12-18 14:23:23 +01:00
Francois Gouget
d701ee22f3
configure: Work around an Xcode 3.0 bug when detecting the libGL library.
2007-12-18 14:18:10 +01:00
Francois Gouget
f1c27eda6b
Assorted spelling fixes.
2007-12-18 14:16:11 +01:00
David Adam
796b2dd0a5
d3dx8: Implement D3DXCreateMatrixStack.
2007-12-18 14:16:00 +01:00
David Adam
3175d58ffe
d3dx8: Add basic functions and stubs for MatrixStack.
2007-12-18 14:15:14 +01:00
David Adam
303b1a110d
d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.
2007-12-18 14:11:23 +01:00