Alexandre Julliard
a133ad56f9
server: Move the signalling of the named pipe completion event to the server.
2007-03-21 14:31:54 +01:00
Alexandre Julliard
2b6d1fa59b
ws2_32: Move the signalling of the completion event to the server.
2007-03-21 14:29:35 +01:00
Alexandre Julliard
ed016f9bb6
server: Move the signalling of the completion event for NtRead/WriteFile to the server.
2007-03-21 14:29:19 +01:00
Alexandre Julliard
8adce7765a
server: Notify the async object when the APC call completed.
2007-03-21 14:28:23 +01:00
Alexandre Julliard
fa4679fea6
server: Add support for storing an event to signal upon async I/O completion.
2007-03-21 14:27:52 +01:00
Alexandre Julliard
31ade1eb67
setupapi: Add support for .inf files in utf-8 format.
2007-03-21 13:52:43 +01:00
Vitaly Budovski
f7b565e2ca
wined3d: Check for float texture formats correctly.
...
Move the checks for float texture formats into the correct location.
This allows some Direct3D sample applications which check for any of
the float formats together with D3DUSAGE_RENDERTARGET to start.
2007-03-21 12:33:17 +01:00
Dmitry Timoshkov
dce12498d0
ole32: Move the storage signatures to the appropriate file that uses them.
2007-03-21 11:59:41 +01:00
Andrew Talbot
62545611b2
comctl32: Constify some variables.
2007-03-21 11:59:37 +01:00
Mikołaj Zalewski
307f39c0d5
comctl32: toolbar: We shouldn't try to resize standard bitmaps.
2007-03-21 11:59:31 +01:00
Mikołaj Zalewski
e3b7c3045a
comctl32: toolbar: Test standard buttons size.
2007-03-21 11:59:21 +01:00
Mikołaj Zalewski
d4a67c4382
comctl32: toolbar: The default button size is 16x16.
2007-03-21 11:59:11 +01:00
Chris Robinson
3487da71ce
quartz: Fully disconnect the AsyncReader when released.
2007-03-21 11:56:00 +01:00
Phil Costin
1f03896e00
wined3d: Ensure all states affected by a change in render_offscreen are marked dirty in ActivateContext.
2007-03-21 11:55:52 +01:00
Andrew Talbot
453cb25c1b
gdi32: Replace inline static with static inline.
2007-03-21 11:55:44 +01:00
Andrew Talbot
a89d5de5df
setupapi: Replace inline static with static inline.
2007-03-21 11:55:37 +01:00
Andrew Talbot
08e1481d8e
dinput: Replace inline static with static inline.
2007-03-21 11:55:33 +01:00
Chris Robinson
ef5de5c120
quartz: Don't redundantly set waveparser output pin data before it's created.
2007-03-21 11:55:23 +01:00
Paul Vriens
e3d7274727
wininet/tests: Expose a problem with FtpGetFile.
2007-03-21 11:55:05 +01:00
Paul Vriens
b6f92f10c6
wininet/ftp: Move a definition in FTP_FtpFindFirstFileW (Coverity).
2007-03-21 11:54:56 +01:00
Paul Vriens
9a7fb5f1e7
wininet/ftp: Simplify FTP_FtpGetFileW a bit.
2007-03-21 11:54:42 +01:00
Paul Vriens
5b5d737111
kernel32/tests: Use skip.
2007-03-21 11:54:35 +01:00
Alexandre Julliard
111610c45e
server: Add an async_data_t structure to store parameters for async I/O requests.
2007-03-20 20:21:12 +01:00
Alexandre Julliard
50975c81f0
server: Return the status from an async I/O APC call to the server.
2007-03-20 19:27:10 +01:00
Alexandre Julliard
06db705238
server: Make struct async into a real object, to keep it around while the APC is running.
2007-03-20 19:23:59 +01:00
Alexandre Julliard
52a9af7ecb
server: Grab the owner object of an APC while the APC is executing.
2007-03-20 19:22:39 +01:00
Alexandre Julliard
eb3728d34e
server: Use the common pattern for async I/O parameters in named pipe requests.
2007-03-20 19:21:15 +01:00
Andrew Talbot
7b10348088
msvcrt: Replace inline static with static inline.
2007-03-20 13:00:59 +01:00
Andrew Talbot
6eba82d418
dsound: Replace inline static with static inline.
2007-03-20 13:00:51 +01:00
Andrew Talbot
4eb936db33
ddraw: Replace inline static with static inline.
2007-03-20 13:00:45 +01:00
Detlef Riekenberg
b1202e7e69
localspl/tests: Fix copy+paste bug.
2007-03-20 13:00:40 +01:00
Michael Stefaniuc
0674ff43b2
quartz: Fix typo that produced an empty if-statement.
2007-03-20 13:00:30 +01:00
Chris Robinson
6bd3b156ac
quartz: Don't delete critical sections before the filter's pins are done using them.
2007-03-20 13:00:26 +01:00
Dmitry Timoshkov
6e5b36d4dc
user32: Avoid compiler specific code in the DefWindowProc test.
2007-03-20 13:00:20 +01:00
Kai Blin
ce6a7595c3
netapi32: Add test for adding/deleting users.
2007-03-20 13:00:13 +01:00
Rob Shearman
36d5515d91
ole32: Add a test for StgStreamImpl_SetSize with a non-zero HighPart for the size.
2007-03-20 13:00:04 +01:00
Rob Shearman
bb08a58965
oleaut32: Clear the input pvar structure in VARIANT_UserUnmarshal to free the data instead of just initializing.
2007-03-20 12:57:42 +01:00
Rob Shearman
3ad77d29ca
oleaut32: Make the VARIANT_UserUnmarshal tests work on XP.
2007-03-20 12:56:52 +01:00
Rob Shearman
35772a70d3
oleaut32: Add some tests for user marshaling a VT_UNKNOWN variant.
2007-03-20 12:56:45 +01:00
Rob Shearman
6d4f63e73f
include: Fix the byte-order in the definition of the USER_MARSHAL_CB_SIGNATURE macro.
2007-03-20 12:56:41 +01:00
Rob Shearman
251bab8ac9
ole32: Implement TYMED_FILE for STGMEDIUM marshaling and unmarshaling.
2007-03-20 12:56:34 +01:00
Rob Shearman
05e99099af
ole32: Add warnings for failures in the structured storage stream functions.
2007-03-20 12:56:30 +01:00
Jacek Caban
546de27f11
wine.inf: Register Spooler service.
2007-03-20 12:46:36 +01:00
Jacek Caban
d1ddc9c1f7
spoolsv: Added spoolsv.exe.
2007-03-20 12:46:31 +01:00
Jacek Caban
2cd033eee1
advapi: Improve SetEntriesInAclW stub.
2007-03-20 12:39:41 +01:00
Jacek Caban
112257e59d
advapi: Constify argument of StartServiceCtrlDispatcher[AW] functions.
2007-03-20 12:39:36 +01:00
Jacek Caban
c88ccdc1ef
spoolss: Added RevertToPrinterSelf stub implementation.
2007-03-20 12:39:29 +01:00
Damjan Jovanovic
665e8a5e64
ws2_32: In some cases send should block until the entire buffer is sent.
2007-03-20 12:39:17 +01:00
Aric Stewart
838eb4037f
ole32: Rework storage with blockfiles to properly use ILockBytes interfaces.
...
Rework storage to make all its interactions with the underlying data go
though ReadAt and WriteAt to allow for an ILockBytes underlying layer.
Implement ReadAt and WriteAt in stg_bigblockfile.c for blockfiles.
2007-03-20 12:36:45 +01:00
Jason Edmeades
921edab758
Basic implementation of xcopy.
2007-03-19 14:50:32 +01:00