Paul Vriens [Tue, 27 Mar 2007 20:08:14 +0000 (22:08 +0200)]
kernel32/profile: Add a few NULL checks (Coverity).
Paul Vriens [Tue, 27 Mar 2007 20:08:07 +0000 (22:08 +0200)]
kernel32/profile: Move GetPrivateProfileSectionA to its own test.
Paul Vriens [Tue, 27 Mar 2007 20:07:57 +0000 (22:07 +0200)]
kernel32/profile: Rename a test.
Andrew Talbot [Tue, 27 Mar 2007 20:11:27 +0000 (21:11 +0100)]
comctl32: Constify some variables.
Chris Robinson [Wed, 28 Mar 2007 04:47:09 +0000 (21:47 -0700)]
winemp3: Clear stream buffers when the stream is reset.
Chris Robinson [Tue, 27 Mar 2007 09:45:15 +0000 (02:45 -0700)]
quartz: Protect DSound buffer creation with a critical section lock.
Dmitry Timoshkov [Tue, 27 Mar 2007 07:54:49 +0000 (16:54 +0900)]
gdi32: Make the EMF driver return sane NUMCOLORS value.
Mikołaj Zalewski [Tue, 27 Mar 2007 07:44:46 +0000 (09:44 +0200)]
comctl32: toolbar: TB_HIDEBUTTON and TB_MOVEBUTTON shouldn't force a recalc.
Andrew Riedi [Thu, 22 Mar 2007 19:06:19 +0000 (12:06 -0700)]
winex11.drv: Add Xcursor support for 32 bit cursors.
Based on patch by Henri Verbeet.
Alexandre Julliard [Tue, 27 Mar 2007 19:45:54 +0000 (21:45 +0200)]
Makefile: More portable invocation of ctags/etags.
Alexandre Julliard [Tue, 27 Mar 2007 14:51:44 +0000 (16:51 +0200)]
server: Remove the return value of the flush() method, it's not used.
Alexandre Julliard [Tue, 27 Mar 2007 14:42:27 +0000 (16:42 +0200)]
server: Add support for queuing a user APC upon async I/O completion.
James Hawkins [Mon, 26 Mar 2007 23:35:16 +0000 (18:35 -0500)]
setupapi: Add several tests for SetupCopyOEMInf, with fixes so the tests don't crash.
James Hawkins [Mon, 26 Mar 2007 23:34:22 +0000 (18:34 -0500)]
setupapi: Add missing SetupCopyOEMInf flags.
Jacek Caban [Mon, 26 Mar 2007 17:40:40 +0000 (19:40 +0200)]
wine.inf: Code clean up.
Rob Shearman [Mon, 26 Mar 2007 17:26:17 +0000 (18:26 +0100)]
ole32: Register the ProgID for the class and file monikers.
Rob Shearman [Mon, 26 Mar 2007 17:25:21 +0000 (18:25 +0100)]
ole32: Move GetClassFile to moniker.c and move OleRun to ole2.c.
Rob Shearman [Mon, 26 Mar 2007 17:24:27 +0000 (18:24 +0100)]
ole32: Add documentation for CoGetClassObject and GetClassFile.
Rob Shearman [Mon, 26 Mar 2007 17:23:51 +0000 (18:23 +0100)]
ole32: Add documentation for CreateBindCtx, BindMoniker, GetRunningObjectTable and OleRun.
Rob Shearman [Mon, 26 Mar 2007 17:20:52 +0000 (18:20 +0100)]
ole32: Handle NULL sub-objects correctly in the STGMEDIUM user marshaling functions so that no further data in marshaled or unmarshaled.
Rob Shearman [Mon, 26 Mar 2007 17:19:33 +0000 (18:19 +0100)]
rpcrt4: Use the correct authorization trailer length using information from the security provider.
Previously it was hardcoded to 16, so only the NTLM provider would work correctly.
Rob Shearman [Mon, 26 Mar 2007 17:18:01 +0000 (18:18 +0100)]
rpcrt4: Call CompleteAuthToken if InitializeSecurityContext returned a code that says it should be called.
Currently, the only security provider that requires this is the Digest
one, which we don't really care about, but is supported for completeness.
Rob Shearman [Mon, 26 Mar 2007 17:17:15 +0000 (18:17 +0100)]
rpcrt4: Call InitializeSecurityContext from only one function.
This reduces the amount of code and ensures that the parameters passed
to it stay the same, apart from the previous context and the output
buffer description.
Rob Shearman [Mon, 26 Mar 2007 17:16:34 +0000 (18:16 +0100)]
rpcrt4: Retrieve the maximum token length from the security provider rather than using a hardcoded and rather small limit.
Rob Shearman [Mon, 26 Mar 2007 17:23:16 +0000 (18:23 +0100)]
ole32: Generate OXID_INFO in the stub manager.
Copy the OXID_INFO from the stub manager, if available, in
proxy_manager_construct. Otherwise, attempt to resolve it.
Use ipidRemUnknown from OXID_INFO in the proxy manager instead of
magically generating the IPID for RemUnknown.
Rob Shearman [Mon, 26 Mar 2007 17:22:30 +0000 (18:22 +0100)]
ole32: Add the OXID_INFO structure to dcom.idl.
Rob Shearman [Mon, 26 Mar 2007 17:15:04 +0000 (18:15 +0100)]
ole32: Add a stubbed out implementation of IClientSecurity to the proxy manager.
Rob Shearman [Mon, 26 Mar 2007 17:14:27 +0000 (18:14 +0100)]
rpcrt4: Make some parameters of non-exported functions const.
Rob Shearman [Mon, 26 Mar 2007 17:13:49 +0000 (18:13 +0100)]
rpcrt4: Implement associations which are intermediary objects that track the relationship between the client and a given endpoint on the server.
Use these to encapsulate the connection pool so that the lifetimes of
connections are properly handled again.
Andrew Talbot [Mon, 26 Mar 2007 20:29:02 +0000 (21:29 +0100)]
secur32: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Mon, 26 Mar 2007 19:27:22 +0000 (20:27 +0100)]
loader: Replace inline static with static inline.
Andrew Talbot [Mon, 26 Mar 2007 19:26:29 +0000 (20:26 +0100)]
winelib: Replace inline static with static inline.
Andrew Talbot [Mon, 26 Mar 2007 17:57:43 +0000 (18:57 +0100)]
comctl32: Constify some variables.
Chris Robinson [Mon, 26 Mar 2007 08:18:17 +0000 (01:18 -0700)]
quartz: Return proper CLSID for parser filters.
Piotr Caban [Mon, 26 Mar 2007 14:34:48 +0000 (16:34 +0200)]
comctl32: Set label width after editting.
Mikołaj Zalewski [Mon, 26 Mar 2007 10:53:28 +0000 (12:53 +0200)]
wrc: Change the format of the output of "wrc --verify-translation".
Mikołaj Zalewski [Mon, 26 Mar 2007 09:42:33 +0000 (11:42 +0200)]
wrc: Add HTML resources support to wrc --verify-translation.
Mikołaj Zalewski [Mon, 26 Mar 2007 09:25:21 +0000 (11:25 +0200)]
user32: combobox: The text area height should be font_height+4.
The tests shows that CBGetTextAreaHeight was using a bad formula.
Mikołaj Zalewski [Tue, 20 Mar 2007 22:04:36 +0000 (23:04 +0100)]
shell32: autocomplete: Don't use sel uninitialized.
Stefan Dösinger [Sat, 24 Mar 2007 15:05:34 +0000 (16:05 +0100)]
wined3d: Disable texture coordinate arrays on the correct unit.
Stefan Dösinger [Mon, 26 Mar 2007 21:34:32 +0000 (23:34 +0200)]
wined3d: Implement bem shader instruction.
Stefan Dösinger [Sat, 24 Mar 2007 15:08:22 +0000 (16:08 +0100)]
wined3d: Handle input modifiers in texcrd with arb shaders.
Alexandre Julliard [Mon, 26 Mar 2007 17:14:13 +0000 (19:14 +0200)]
kernel32: Don't use the reserved argument of the APC routine callback.
Alexandre Julliard [Mon, 26 Mar 2007 17:13:21 +0000 (19:13 +0200)]
server: Always return STATUS_PENDING when an async I/O operation has been queued.
Gabriel Gambetta [Sun, 25 Mar 2007 17:33:20 +0000 (14:33 -0300)]
ntdll: Add Uruguayan Summer Time timezone.
Gerald Pfeifer [Sat, 24 Mar 2007 23:44:50 +0000 (00:44 +0100)]
configure: Add -lXau to NASLIBS if applicable to obtain XauGetBestAuthByAddr and XauDisposeAuth.
Alessandro Pignotti [Sun, 25 Mar 2007 02:02:00 +0000 (04:02 +0200)]
dplayx: Fixes the order of GUID initialization and storage.
Laurent Vromman [Sat, 24 Mar 2007 18:19:33 +0000 (19:19 +0100)]
gdi32: WidenPath partial implementation.
Kai Blin [Sat, 24 Mar 2007 08:02:54 +0000 (09:02 +0100)]
netapi32/tests: Make NetGetUserInfo checks language independent.
Kai Blin [Sat, 24 Mar 2007 08:02:04 +0000 (09:02 +0100)]
netapi32: Implement NetUserChangePassword.
Kai Blin [Sat, 24 Mar 2007 08:01:32 +0000 (09:01 +0100)]
netapi32: Implement NetUserDel.
Kai Blin [Sat, 24 Mar 2007 08:01:13 +0000 (09:01 +0100)]
netapi32: Implement NetUserAdd with a dummy user database.
Kai Blin [Sat, 24 Mar 2007 08:00:34 +0000 (09:00 +0100)]
netapi32/test: Test the username and password length limits.
Piotr Caban [Sat, 24 Mar 2007 09:53:49 +0000 (10:53 +0100)]
comctl32: Fixed TreeView_EndEditLabelNow crash.
Dmitry Timoshkov [Mon, 26 Mar 2007 08:03:51 +0000 (17:03 +0900)]
gdi32: Implement GdiGetCodePage.
Chris Robinson [Mon, 26 Mar 2007 07:30:31 +0000 (00:30 -0700)]
quartz: Propogate transform filter errors upstream.
Chris Robinson [Sun, 25 Mar 2007 22:18:49 +0000 (15:18 -0700)]
quartz: Store the current reference time with the PullPin.
Chris Robinson [Mon, 26 Mar 2007 03:13:53 +0000 (20:13 -0700)]
quartz: Implement volume and pan control for DSoundRenderer.
Chris Robinson [Sun, 25 Mar 2007 00:43:57 +0000 (17:43 -0700)]
quartz: Make DSoundRender_Run start the playback buffer.
Hans Leidekker [Sat, 24 Mar 2007 16:33:12 +0000 (17:33 +0100)]
shell32: Add a stub implementation for SHPathPrepareForWrite{A, W}.
Hans Leidekker [Sat, 24 Mar 2007 16:32:41 +0000 (17:32 +0100)]
ntdll: Fully initialize the security descriptor returned from RtlSelfRelativeToAbsoluteSD.
Debugged by Anastasius Focht.
Hans Leidekker [Sat, 24 Mar 2007 16:32:17 +0000 (17:32 +0100)]
mpr: Add a stub implementation for WNetGetUniversalNameA.
Hans Leidekker [Sat, 24 Mar 2007 16:32:02 +0000 (17:32 +0100)]
mpr: Fix buffer size calculation in WNetGetUniversalNameW.
Paul Vriens [Sun, 25 Mar 2007 18:55:33 +0000 (20:55 +0200)]
oleaut32/tests: Use skip.
Paul Vriens [Fri, 23 Mar 2007 19:49:00 +0000 (20:49 +0100)]
shlwapi/path: Proper use of GetProcessHeap().
Andrew Talbot [Fri, 23 Mar 2007 15:11:35 +0000 (15:11 +0000)]
ws2_32: Replace inline static with static inline.
Andrew Talbot [Fri, 23 Mar 2007 15:10:05 +0000 (15:10 +0000)]
winmm: Replace inline static with static inline.
Andrew Talbot [Fri, 23 Mar 2007 15:09:23 +0000 (15:09 +0000)]
wininet: Replace inline static with static inline.
Andrew Talbot [Fri, 23 Mar 2007 15:10:45 +0000 (15:10 +0000)]
wintab32: Replace inline static with static inline.
Andrew Talbot [Fri, 23 Mar 2007 15:08:37 +0000 (15:08 +0000)]
shlwapi: Replace inline static with static inline.
Andrew Talbot [Fri, 23 Mar 2007 15:12:17 +0000 (15:12 +0000)]
include: Replace inline static with static inline.
Alexandre Julliard [Fri, 23 Mar 2007 13:03:23 +0000 (14:03 +0100)]
server: A named pipe wait can be satisfied by an idle pipe server too.
Alexandre Julliard [Fri, 23 Mar 2007 13:02:13 +0000 (14:02 +0100)]
ntdll: Avoid overwriting the result of the async I/O callback in NtFsControlFile.
Alexandre Julliard [Fri, 23 Mar 2007 12:06:44 +0000 (13:06 +0100)]
kernel32: Fixed timeout calculation in WaitNamedPipe.
Andrew Talbot [Thu, 22 Mar 2007 23:02:31 +0000 (23:02 +0000)]
comctl32: Constify some variables.
Andrew Talbot [Thu, 22 Mar 2007 23:02:18 +0000 (23:02 +0000)]
comctl32: Constify some variables.
Louis Lenders [Thu, 22 Mar 2007 20:32:36 +0000 (20:32 +0000)]
kernel32: Add stub for AttachConsole.
Paul Vriens [Fri, 23 Mar 2007 10:32:36 +0000 (11:32 +0100)]
netapi32/tests: Use LoadLibrary where needed and skip.
Fabian Bieler [Thu, 22 Mar 2007 16:44:17 +0000 (17:44 +0100)]
d3d9/tests: Add test for texbem instruction.
Fabian Bieler [Thu, 22 Mar 2007 16:43:50 +0000 (17:43 +0100)]
wined3d: Fix arb texbem instruction for projective textures.
Fabian Bieler [Thu, 22 Mar 2007 16:42:41 +0000 (17:42 +0100)]
wined3d: Fix glsl texbem instruction for projective textures.
Fabian Bieler [Thu, 22 Mar 2007 16:42:03 +0000 (17:42 +0100)]
wined3d: Implemented bump map transform for texbem in GLSL with native signed textures.
Fabian Bieler [Thu, 22 Mar 2007 16:41:22 +0000 (17:41 +0100)]
d3d9/tests: Add test for fog with shader.
Fabian Bieler [Thu, 22 Mar 2007 16:34:57 +0000 (17:34 +0100)]
wined3d: Remove fog coordinate clamping in the vertex shader.
Fabian Bieler [Thu, 22 Mar 2007 16:32:48 +0000 (17:32 +0100)]
wined3d: Implement linear fog with pixel shader.
Andrew Talbot [Thu, 22 Mar 2007 18:26:46 +0000 (18:26 +0000)]
rpcrt4: Replace inline static with static inline.
Andrew Talbot [Thu, 22 Mar 2007 18:29:03 +0000 (18:29 +0000)]
oleaut32: Replace inline static with static inline.
Andrew Talbot [Thu, 22 Mar 2007 18:24:53 +0000 (18:24 +0000)]
ole32: Replace inline static with static inline.
Andrew Talbot [Thu, 22 Mar 2007 18:22:51 +0000 (18:22 +0000)]
msvcrt/tests: Replace inline static with static inline.
Andrew Talbot [Thu, 22 Mar 2007 18:27:53 +0000 (18:27 +0000)]
shell32: Replace inline static with static inline.
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.