Commit graph

34909 commits

Author SHA1 Message Date
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
Detlef Riekenberg
fd37d30a26 localspl/tests: Open the default Xcv-channel only once. 2007-03-19 14:06:15 +01:00
Detlef Riekenberg
c5da6019d3 localspl/tests: Rename hXcv for special tests. 2007-03-19 14:06:06 +01:00
Jason Edmeades
0739ad2246 cmd.exe: Only write 'bytes free' message if a file was displayed during dir. 2007-03-19 14:05:39 +01:00
Jason Edmeades
bf626f960b cmd.exe: Add errorlevel support for DIR command. 2007-03-19 14:05:22 +01:00
Jason Edmeades
d22447946a cmd.exe: Add support for dir /A filtering. 2007-03-19 14:05:14 +01:00
Jason Edmeades
7fba2c0a64 cmd.exe: Add support for DIRCMD and sequential qualifier processing. 2007-03-19 14:04:55 +01:00
Jason Edmeades
f8e619412b cmd.exe: Add support for dir /-C. 2007-03-19 14:04:26 +01:00
Jason Edmeades
480c932695 cmd.exe: Add support for DIR /D. 2007-03-19 14:04:15 +01:00
Hans Leidekker
68b255e5e2 userenv: Add stub implementations for {Register, Unregister}GPNotification. 2007-03-19 13:55:32 +01:00
Hans Leidekker
a9e4ced18b setupapi: Add a stub implementation for InstallCatalog. 2007-03-19 13:55:29 +01:00
Hans Leidekker
fe329a6a9c wine.inf: Add cabinet.dll to the list of fake dlls. 2007-03-19 13:55:25 +01:00
Kai Blin
4f4123303f netapi32/tests: Use skip when skipping tests. 2007-03-19 13:35:37 +01:00
Kai Blin
5091bd9a96 netapi32: Downgrade more ERRs to TRACEs. 2007-03-19 13:35:15 +01:00
Kai Blin
fa841ae379 netapi32: Remove another macro, replace by more readable functions. 2007-03-19 13:35:11 +01:00
Kai Blin
284683a24e netapi32: Downgrade another WARN and ERR to a TRACE. 2007-03-19 13:24:56 +01:00
Kai Blin
5f8a14d5e2 netapi32: Get rid of an ugly macro definition only used once. 2007-03-19 13:24:51 +01:00
Kai Blin
b3910387ec netapi32: fix a comment. 2007-03-19 13:24:47 +01:00
Kanit Therdsteerasukdi
2a79d96278 comctl32: datetime: Reject invalid flags in DTM_SETSYSTEMTIME.
Reject invalid flags in DTM_SETSYSTEMTIME i.e. when the flag is neither
GDT_VALID nor GDT_NONE when the style is set to DTS_SHOWNONE.  Corresponding
setters and message sequence tests were also added.
2007-03-19 13:08:36 +01:00
Mikołaj Zalewski
c9ca25aa1d comctl32: CreateToolbarEx should send TB_SETBITMAPSIZE twice. 2007-03-19 13:08:23 +01:00
Mikołaj Zalewski
4893b157e2 user32: tests: Using DefWindowProcA with RegisterClassW works under Windows. 2007-03-19 13:07:26 +01:00
Mikołaj Zalewski
92a375bb1c shell32: Add some more notify icon defines. 2007-03-19 13:07:19 +01:00
Mikołaj Zalewski
50275015f8 shell32: Don't free user supplied data in Shell_NotifyIcon if GetIconInfo failed.
We should free the nid and in such a case we were doing it.
2007-03-19 13:05:46 +01:00
Mikołaj Zalewski
cdf06864e2 shell32/explorer: Support different structure sizes in Shell_NotifyIcon. 2007-03-19 13:05:30 +01:00
Mikołaj Zalewski
823c64ef99 browseui: Remove a test with a wrong pointer. 2007-03-19 12:24:48 +01:00
Chris Robinson
6eefb9d3dd quartz: Release objects when they're no longer needed. 2007-03-19 12:24:09 +01:00
Chris Robinson
54f4a4a779 quartz: Disconnect pins when their filter is removed. 2007-03-19 12:24:02 +01:00
Chris Robinson
d8dc9fb319 quartz: Release objects when pins fail to connect. 2007-03-19 12:23:54 +01:00
Chris Robinson
52529c923d quartz: Hold a reference on a filter while sending data to it. 2007-03-19 12:23:46 +01:00
Kai Blin
4b4518532a netapi32: Downgrade a FIXME and an ERR to a trace to not clutter test output on handled error conditions. 2007-03-19 12:23:34 +01:00
A C Hurst
8f14d4639d wined3d: Fix struct size calculation in EnumTextureFormats. 2007-03-19 12:23:29 +01:00
Stefan Dösinger
90fe64cee0 wined3d: Store an array of contexts in the swapchain.
This is a preparation for using multiple contexts on one drawable to
handle multithreading.
2007-03-19 12:23:16 +01:00
Stefan Dösinger
fcb83e7111 wined3d: Activate a context before doing opengl calls. 2007-03-19 12:22:57 +01:00
Stefan Dösinger
9789f993ce wined3d: Remove some old stuff. 2007-03-19 12:18:20 +01:00
Stefan Dösinger
65c447082a wined3d: Fix client gl unit selection.
I forgot that when re-enabling register combiners during the state
management rewrite.
2007-03-19 12:18:07 +01:00