Andrew Talbot [Thu, 22 Mar 2007 18:21:52 +0000 (18:21 +0000)]
msi: Replace inline static with static inline.
Alessandro Pignotti [Thu, 22 Mar 2007 16:20:17 +0000 (17:20 +0100)]
dplayx: Corrected the way nameserver initializes the sessiondesc structure on broadcast request reply.
Alexandre Julliard [Fri, 23 Mar 2007 10:49:59 +0000 (11:49 +0100)]
server: Print the callback function in the APC_ASYNC_IO trace.
Alexandre Julliard [Thu, 22 Mar 2007 15:47:46 +0000 (16:47 +0100)]
server: Implement the open_file method for named pipes.
Get rid of the open_named_pipe request, we can now use a normal open_file_object.
Alexandre Julliard [Thu, 22 Mar 2007 15:36:54 +0000 (16:36 +0100)]
server: Implement the open_file method for mailslots.
Get rid of the open_mailslot request, we can now use a normal open_file_object.
Alexandre Julliard [Thu, 22 Mar 2007 15:35:51 +0000 (16:35 +0100)]
ntdll: Better support for NT path names in wine_nt_to_unix_file_name.
Don't map NT namespace 1:1 to Unix, add a magic \??\unix device instead.
More generic support for \??\ devices, with fallback to the wineserver
for paths that don't exist.
Aric Stewart [Thu, 22 Mar 2007 13:20:16 +0000 (08:20 -0500)]
Revert
7c35db07c35db0... msiexec: Use CommandLineToArgvW instead of process_args to reduce code duplication.
The previous command line processing is not identical to
CommandLineToArgvW and CommandLineToArgvW breaks msi command line
processing for things such as Excel Viewer 2003.
Specifically the command line created by the Excel Viewer 2003 and
passed to msiexec.exe is "c:\windows\system32\msiexec.exe" /I
C:\windows\temp\IXP000.TMP\XLVIEW.MSI CDCACHE="2"
LAUNCHEDFROMSETUP="1" SETUPEXEPATH="C:\windows\temp\IXP000.TMP\"
SETUPEXENAME="SETUP.EXE" /lpiwaeo "C:\windows\temp\Microsoft Office
Excel Viewer 2003 Setup(0001)_Task(0001).txt" CDCACH"...
Dmitry Timoshkov [Thu, 22 Mar 2007 11:09:43 +0000 (19:09 +0800)]
riched20: Split unicode and ansi window procs, handle messages depending on the unicode flag.
Add a hack for WM_GETTEXT in RichEdit20W class when running in win9x emulation mode.
Dmitry Timoshkov [Thu, 22 Mar 2007 11:08:21 +0000 (19:08 +0800)]
user32: WM_GETTEXT message converters have to 0-terminate output buffer if there is enough space even if there is no text to convert.
Alexandre Julliard [Thu, 22 Mar 2007 13:41:37 +0000 (14:41 +0100)]
server: Don't enforce mailslots path format in ntdll, only in the server.
Alexandre Julliard [Thu, 22 Mar 2007 13:40:41 +0000 (14:40 +0100)]
server: Don't enforce named pipes path format in ntdll, only in the server.
Alexandre Julliard [Thu, 22 Mar 2007 11:01:16 +0000 (12:01 +0100)]
server: Create the named pipe and mailslot devices under \Device.
Add appropriate symlinks to them in the \?? directory.
Alexandre Julliard [Thu, 22 Mar 2007 10:52:40 +0000 (11:52 +0100)]
server: Implemented the open_file method for named pipe and mailslot devices.
Alexandre Julliard [Thu, 22 Mar 2007 10:44:29 +0000 (11:44 +0100)]
server: Add an open_file() function to the object operations.
Juan Lang [Tue, 20 Mar 2007 01:08:53 +0000 (18:08 -0700)]
wine.inf: Move fake rundll32 to the system directory.
Louis Lenders [Thu, 22 Mar 2007 09:16:54 +0000 (09:16 +0000)]
shell32: Define avi resource #163.
Louis Lenders [Thu, 22 Mar 2007 08:51:57 +0000 (08:51 +0000)]
kernel32: Print a fixme only once.
Damjan Jovanovic [Thu, 22 Mar 2007 06:03:28 +0000 (08:03 +0200)]
ws2_32: WSASendTo should always re-enable the FD_WRITE event.
Ken Thomases [Wed, 21 Mar 2007 23:36:39 +0000 (18:36 -0500)]
Revert "gdi32: Disable the freetype mmap sharing on Mac OS.".
This reverts
ae9f68dec91cd6ac66a99dc62d69dc53eaf910d0 commit. Because
of commit
4e6860433e72714ed1e500eb523710656e71ba02 which extracts the
constituent fonts from Mac suitcase fonts, we can use mmap on font
files on the Mac.
Andrew Talbot [Wed, 21 Mar 2007 21:51:22 +0000 (21:51 +0000)]
comctl32: Constify some variables.
Andrew Talbot [Wed, 21 Mar 2007 18:01:47 +0000 (18:01 +0000)]
msg711.acm: Replace inline static with static inline.
Andrew Talbot [Wed, 21 Mar 2007 18:01:00 +0000 (18:01 +0000)]
mlang/tests: Replace inline static with static inline.
Andrew Talbot [Wed, 21 Mar 2007 18:02:05 +0000 (18:02 +0000)]
kernel32/tests: Replace inline static with static inline.
Paul Vriens [Wed, 21 Mar 2007 16:56:09 +0000 (17:56 +0100)]
wininet/ftp: Fix potential memory leak.
Paul Vriens [Wed, 21 Mar 2007 16:55:56 +0000 (17:55 +0100)]
wininet/ftp: Remove unneeded check.
Stefan Dösinger [Tue, 20 Mar 2007 23:06:04 +0000 (00:06 +0100)]
wined3d: General signed format correction without native signed formats.
Implement signed d3d formats for D3DFMT_V8U8 and D3DFMT_Q8W8V8U8 if no
suitable opengl signed format is supported.
Stefan Dösinger [Tue, 20 Mar 2007 22:01:15 +0000 (23:01 +0100)]
wined3d: Store the pixel format in the texture.
Stefan Dösinger [Tue, 20 Mar 2007 22:42:37 +0000 (23:42 +0100)]
wined3d: Support GL_ATI_envmap_bumpmap for D3DFMT_V8U8.
Stefan Dösinger [Tue, 20 Mar 2007 23:13:47 +0000 (00:13 +0100)]
wined3d: Add GL_ATI_envmap_bumpmap to our gl extension header.
Andrew Talbot [Mon, 19 Mar 2007 19:44:25 +0000 (19:44 +0000)]
dbghelp: Replace inline static with static inline.
Alessandro Pignotti [Wed, 21 Mar 2007 11:14:47 +0000 (12:14 +0100)]
dplayx: Check for null pointer dereference in DP_FindPlayer.
Alexandre Julliard [Wed, 21 Mar 2007 14:56:10 +0000 (15:56 +0100)]
winex11.drv: Relax the bitmap depth check in CreateBitmap to accept some compatible formats.
Dmitry Timoshkov [Wed, 21 Mar 2007 10:26:19 +0000 (18:26 +0800)]
riched20: Add a test that shows that under Win9x RichEdit20W windows are not unicode, but always expect to see unicode input.
Rob Shearman [Wed, 21 Mar 2007 12:37:08 +0000 (12:37 +0000)]
ole32: The 16-bit version of CoDisconnectObject is not compatible with the 32-bit version, so create a separate stub for the former.
Rob Shearman [Wed, 21 Mar 2007 12:35:43 +0000 (12:35 +0000)]
winedump: Fix the output for Makefile.in with respect to the dependencies line to match that required by the build system.
Rob Shearman [Wed, 21 Mar 2007 09:30:27 +0000 (09:30 +0000)]
atl: Add support for the registrar parameter of AtlModuleUpdateRegistryFromResourceD.
Rob Shearman [Wed, 21 Mar 2007 09:29:48 +0000 (09:29 +0000)]
atl: Add support for the pMapEntries parameter to AtlModuleUpdateRegistryFromResourceD.
Alexandre Julliard [Wed, 21 Mar 2007 13:50:15 +0000 (14:50 +0100)]
server: Use a standard async I/O event to signal directory changes.
Alexandre Julliard [Wed, 21 Mar 2007 13:31:54 +0000 (14:31 +0100)]
server: Move the signalling of the named pipe completion event to the server.
Alexandre Julliard [Wed, 21 Mar 2007 13:29:35 +0000 (14:29 +0100)]
ws2_32: Move the signalling of the completion event to the server.
Alexandre Julliard [Wed, 21 Mar 2007 13:29:19 +0000 (14:29 +0100)]
server: Move the signalling of the completion event for NtRead/WriteFile to the server.
Alexandre Julliard [Wed, 21 Mar 2007 13:28:23 +0000 (14:28 +0100)]
server: Notify the async object when the APC call completed.
Alexandre Julliard [Wed, 21 Mar 2007 13:27:52 +0000 (14:27 +0100)]
server: Add support for storing an event to signal upon async I/O completion.
Alexandre Julliard [Wed, 21 Mar 2007 12:52:43 +0000 (13:52 +0100)]
setupapi: Add support for .inf files in utf-8 format.
Vitaly Budovski [Wed, 21 Mar 2007 04:35:42 +0000 (15:35 +1100)]
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.
Dmitry Timoshkov [Tue, 20 Mar 2007 14:18:30 +0000 (22:18 +0800)]
ole32: Move the storage signatures to the appropriate file that uses them.
Andrew Talbot [Mon, 19 Mar 2007 21:31:25 +0000 (21:31 +0000)]
comctl32: Constify some variables.
Mikołaj Zalewski [Mon, 19 Mar 2007 17:57:25 +0000 (18:57 +0100)]
comctl32: toolbar: We shouldn't try to resize standard bitmaps.
Mikołaj Zalewski [Mon, 19 Mar 2007 17:47:27 +0000 (18:47 +0100)]
comctl32: toolbar: Test standard buttons size.
Mikołaj Zalewski [Mon, 19 Mar 2007 16:11:03 +0000 (17:11 +0100)]
comctl32: toolbar: The default button size is 16x16.
Chris Robinson [Mon, 19 Mar 2007 20:28:32 +0000 (13:28 -0700)]
quartz: Fully disconnect the AsyncReader when released.
Phil Costin [Tue, 20 Mar 2007 19:45:50 +0000 (19:45 +0000)]
wined3d: Ensure all states affected by a change in render_offscreen are marked dirty in ActivateContext.
Andrew Talbot [Tue, 20 Mar 2007 17:42:59 +0000 (17:42 +0000)]
gdi32: Replace inline static with static inline.
Andrew Talbot [Mon, 19 Mar 2007 19:48:48 +0000 (19:48 +0000)]
setupapi: Replace inline static with static inline.
Andrew Talbot [Tue, 20 Mar 2007 17:42:27 +0000 (17:42 +0000)]
dinput: Replace inline static with static inline.
Chris Robinson [Tue, 20 Mar 2007 17:31:14 +0000 (10:31 -0700)]
quartz: Don't redundantly set waveparser output pin data before it's created.
Paul Vriens [Tue, 20 Mar 2007 19:54:58 +0000 (20:54 +0100)]
wininet/tests: Expose a problem with FtpGetFile.
Paul Vriens [Tue, 20 Mar 2007 17:40:25 +0000 (18:40 +0100)]
wininet/ftp: Move a definition in FTP_FtpFindFirstFileW (Coverity).
Paul Vriens [Tue, 20 Mar 2007 17:30:35 +0000 (18:30 +0100)]
wininet/ftp: Simplify FTP_FtpGetFileW a bit.
Paul Vriens [Tue, 20 Mar 2007 16:11:54 +0000 (17:11 +0100)]
kernel32/tests: Use skip.
Alexandre Julliard [Tue, 20 Mar 2007 19:21:12 +0000 (20:21 +0100)]
server: Add an async_data_t structure to store parameters for async I/O requests.
Alexandre Julliard [Tue, 20 Mar 2007 18:27:10 +0000 (19:27 +0100)]
server: Return the status from an async I/O APC call to the server.
Alexandre Julliard [Tue, 20 Mar 2007 18:23:59 +0000 (19:23 +0100)]
server: Make struct async into a real object, to keep it around while the APC is running.
Alexandre Julliard [Tue, 20 Mar 2007 18:22:39 +0000 (19:22 +0100)]
server: Grab the owner object of an APC while the APC is executing.
Alexandre Julliard [Tue, 20 Mar 2007 18:21:15 +0000 (19:21 +0100)]
server: Use the common pattern for async I/O parameters in named pipe requests.
Andrew Talbot [Mon, 19 Mar 2007 19:48:07 +0000 (19:48 +0000)]
msvcrt: Replace inline static with static inline.
Andrew Talbot [Mon, 19 Mar 2007 19:46:38 +0000 (19:46 +0000)]
dsound: Replace inline static with static inline.
Andrew Talbot [Mon, 19 Mar 2007 19:45:14 +0000 (19:45 +0000)]
ddraw: Replace inline static with static inline.
Detlef Riekenberg [Tue, 20 Mar 2007 04:22:50 +0000 (05:22 +0100)]
localspl/tests: Fix copy+paste bug.
Michael Stefaniuc [Tue, 20 Mar 2007 09:55:24 +0000 (10:55 +0100)]
quartz: Fix typo that produced an empty if-statement.
Chris Robinson [Mon, 19 Mar 2007 20:26:09 +0000 (13:26 -0700)]
quartz: Don't delete critical sections before the filter's pins are done using them.
Dmitry Timoshkov [Mon, 19 Mar 2007 15:56:49 +0000 (23:56 +0800)]
user32: Avoid compiler specific code in the DefWindowProc test.
Kai Blin [Mon, 19 Mar 2007 15:48:39 +0000 (16:48 +0100)]
netapi32: Add test for adding/deleting users.
Rob Shearman [Mon, 19 Mar 2007 14:53:00 +0000 (14:53 +0000)]
ole32: Add a test for StgStreamImpl_SetSize with a non-zero HighPart for the size.
Rob Shearman [Mon, 19 Mar 2007 14:58:11 +0000 (14:58 +0000)]
oleaut32: Clear the input pvar structure in VARIANT_UserUnmarshal to free the data instead of just initializing.
Rob Shearman [Mon, 19 Mar 2007 14:57:22 +0000 (14:57 +0000)]
oleaut32: Make the VARIANT_UserUnmarshal tests work on XP.
Rob Shearman [Mon, 19 Mar 2007 14:54:57 +0000 (14:54 +0000)]
oleaut32: Add some tests for user marshaling a VT_UNKNOWN variant.
Rob Shearman [Mon, 19 Mar 2007 14:56:39 +0000 (14:56 +0000)]
include: Fix the byte-order in the definition of the USER_MARSHAL_CB_SIGNATURE macro.
Rob Shearman [Mon, 19 Mar 2007 14:55:59 +0000 (14:55 +0000)]
ole32: Implement TYMED_FILE for STGMEDIUM marshaling and unmarshaling.
Rob Shearman [Mon, 19 Mar 2007 14:53:41 +0000 (14:53 +0000)]
ole32: Add warnings for failures in the structured storage stream functions.
Jacek Caban [Mon, 19 Mar 2007 13:14:32 +0000 (14:14 +0100)]
wine.inf: Register Spooler service.
Jacek Caban [Mon, 19 Mar 2007 13:13:34 +0000 (14:13 +0100)]
spoolsv: Added spoolsv.exe.
Jacek Caban [Mon, 19 Mar 2007 14:05:52 +0000 (15:05 +0100)]
advapi: Improve SetEntriesInAclW stub.
Jacek Caban [Mon, 19 Mar 2007 13:10:49 +0000 (14:10 +0100)]
advapi: Constify argument of StartServiceCtrlDispatcher[AW] functions.
Jacek Caban [Mon, 19 Mar 2007 13:12:13 +0000 (14:12 +0100)]
spoolss: Added RevertToPrinterSelf stub implementation.
Damjan Jovanovic [Mon, 19 Mar 2007 13:42:40 +0000 (15:42 +0200)]
ws2_32: In some cases send should block until the entire buffer is sent.
Aric Stewart [Fri, 16 Mar 2007 18:34:28 +0000 (13:34 -0500)]
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.
Jason Edmeades [Tue, 6 Mar 2007 20:04:15 +0000 (20:04 +0000)]
Basic implementation of xcopy.
Detlef Riekenberg [Sun, 18 Mar 2007 23:09:31 +0000 (00:09 +0100)]
localspl/tests: Open the default Xcv-channel only once.
Detlef Riekenberg [Sun, 18 Mar 2007 23:09:26 +0000 (00:09 +0100)]
localspl/tests: Rename hXcv for special tests.
Jason Edmeades [Sun, 18 Mar 2007 22:13:48 +0000 (22:13 +0000)]
cmd.exe: Only write 'bytes free' message if a file was displayed during dir.
Jason Edmeades [Sun, 18 Mar 2007 21:55:53 +0000 (21:55 +0000)]
cmd.exe: Add errorlevel support for DIR command.
Jason Edmeades [Sun, 18 Mar 2007 21:55:52 +0000 (21:55 +0000)]
cmd.exe: Add support for dir /A filtering.
Jason Edmeades [Sun, 18 Mar 2007 21:55:51 +0000 (21:55 +0000)]
cmd.exe: Add support for DIRCMD and sequential qualifier processing.
Jason Edmeades [Sun, 18 Mar 2007 21:55:50 +0000 (21:55 +0000)]
cmd.exe: Add support for dir /-C.
Jason Edmeades [Sun, 18 Mar 2007 21:55:49 +0000 (21:55 +0000)]
cmd.exe: Add support for DIR /D.
Hans Leidekker [Mon, 19 Mar 2007 11:01:11 +0000 (12:01 +0100)]
userenv: Add stub implementations for {Register, Unregister}GPNotification.
Hans Leidekker [Mon, 19 Mar 2007 11:01:19 +0000 (12:01 +0100)]
setupapi: Add a stub implementation for InstallCatalog.
Hans Leidekker [Mon, 19 Mar 2007 11:01:33 +0000 (12:01 +0100)]
wine.inf: Add cabinet.dll to the list of fake dlls.
Kai Blin [Mon, 19 Mar 2007 08:39:11 +0000 (09:39 +0100)]
netapi32/tests: Use skip when skipping tests.