Mike McCormack [Tue, 15 Feb 2005 20:45:53 +0000 (20:45 +0000)]
Reindent some code to improve readability.
Robert Shearman [Tue, 15 Feb 2005 20:45:37 +0000 (20:45 +0000)]
- Add a stub implementation of RpcImpersonateClient.
- More tracing, particularly on error paths.
Paul van Schayck [Tue, 15 Feb 2005 15:47:58 +0000 (15:47 +0000)]
Only stop writing a volume label if we found a non writable fat
partition.
Robert Shearman [Tue, 15 Feb 2005 15:47:44 +0000 (15:47 +0000)]
The Global Interface Table should do table-strong marshaling instead
of normal marshaling so that an interface can be retrieved more than
one time.
Robert Shearman [Tue, 15 Feb 2005 15:44:25 +0000 (15:44 +0000)]
- Remove cruft left over from previous RPC backend implementation in
the apartment structure.
- Don't pass an IPID by value for proxy_manager_create_ifproxy.
- Disable more of RPC_UnregisterInterface to prevent the RPC runtime
using freed memory.
- Rename various external RPC backend functions so that they all have
the same "RPC_" prefix.
- Reduce the timeout of the function that connects to a local server
to 30s, like native.
Mike McCormack [Tue, 15 Feb 2005 15:43:54 +0000 (15:43 +0000)]
Define some extra SHFGI values.
Mike McCormack [Tue, 15 Feb 2005 15:43:43 +0000 (15:43 +0000)]
Add some more SPI values.
Robert Shearman [Tue, 15 Feb 2005 15:03:26 +0000 (15:03 +0000)]
Fix RPC server thread race.
Robert Shearman [Tue, 15 Feb 2005 15:03:14 +0000 (15:03 +0000)]
ERROR_IO_PENDING is expected, so don't return an error.
Christian Costa [Tue, 15 Feb 2005 15:03:03 +0000 (15:03 +0000)]
Implemented GetProperty method for keyboard device.
Robert Shearman [Tue, 15 Feb 2005 15:02:49 +0000 (15:02 +0000)]
Make COM use the RPC runtime as the backend for RPC calls. Based on a
patch by Ove Kåven.
Alexandre Julliard [Mon, 14 Feb 2005 21:08:56 +0000 (21:08 +0000)]
Brad DeMorrow
Tests for the ntdll registry functions.
Ivan Leo Puoti [Mon, 14 Feb 2005 21:07:33 +0000 (21:07 +0000)]
Add implementation for RtlQueryRegistryValues, RtlCheckRegistryKey and
RtlDeleteRegistryValue.
Francois Gouget [Mon, 14 Feb 2005 21:04:45 +0000 (21:04 +0000)]
Cast the GetProcAddress() return value to avoid warnings about the
function pointer being of the wrong type.
Fix assorted signed/unsigned comparison warnings.
Rémi Assailly [Mon, 14 Feb 2005 21:04:13 +0000 (21:04 +0000)]
char -> const char fixes.
Michael Jung [Mon, 14 Feb 2005 21:03:52 +0000 (21:03 +0000)]
Added support for command line parameter '/D' to do drive detection
from wineprefixcreate.
Michael Jung [Mon, 14 Feb 2005 21:03:36 +0000 (21:03 +0000)]
Include config.h to reenable reading /etc/fstab on platforms that
support it.
Implemented a black list of mount directories, which should not be
mapped.
Ensure that the user's home directory is mapped.
Michael Jung [Mon, 14 Feb 2005 20:54:43 +0000 (20:54 +0000)]
Check pdwDataLen param for non NULL'ness.
Implemented PP_IMPLTYPE and PP_VERSION provider params.
Michael Jung [Mon, 14 Feb 2005 20:54:21 +0000 (20:54 +0000)]
Set pointers to NULL in delete_drive to prevent heap corruption in
load_drives.
Robert Reif [Mon, 14 Feb 2005 20:54:12 +0000 (20:54 +0000)]
Add some missing \ns.
Hans Leidekker [Mon, 14 Feb 2005 20:53:59 +0000 (20:53 +0000)]
Implement and test access flags for color profiles.
Write the color profile back to disk when it was opened for writing.
Mike McCormack [Mon, 14 Feb 2005 20:53:42 +0000 (20:53 +0000)]
Add handling of %ws, %S and %C to _vns(w)printf, improve sprintf
tests.
Dmitry Timoshkov [Mon, 14 Feb 2005 11:53:15 +0000 (11:53 +0000)]
Make DDE implementation always work internally in Unicode.
Vincent Béron [Mon, 14 Feb 2005 11:52:48 +0000 (11:52 +0000)]
Suppress a warning.
Francois Gouget [Mon, 14 Feb 2005 11:52:29 +0000 (11:52 +0000)]
Test the interaction between IShellLink::SetIDList() and
IShellLink::SetPath().
Check what default values one gets on a fresh IShellLink object.
Add some more tests verifying nothing is lost in an IShellLink
save/load cycle. Merged the empty shelllink test with these.
Rein Klazes [Mon, 14 Feb 2005 11:52:12 +0000 (11:52 +0000)]
REGION_FrameRgn computes the frame region inside the original region.
Lauri Tulmin [Mon, 14 Feb 2005 11:51:52 +0000 (11:51 +0000)]
Update scroll info on WM_SETTEXT.
Lauri Tulmin [Mon, 14 Feb 2005 11:51:27 +0000 (11:51 +0000)]
Implement word wrap.
Marcelo Duarte [Mon, 14 Feb 2005 11:51:05 +0000 (11:51 +0000)]
Update README for Pt_br and Pt.
Robert Shearman [Mon, 14 Feb 2005 11:50:51 +0000 (11:50 +0000)]
Invoke objects in STA's in the correct thread by sending messages to
the hidden apartment window.
Jason Edmeades [Mon, 14 Feb 2005 11:50:34 +0000 (11:50 +0000)]
Make the edit field created from a richedit control which was created
with ES_DISABLENOSCROLL, not have the ES_NUMBER style and hence accept
alphanumeric input.
Marcelo Duarte [Mon, 14 Feb 2005 11:12:30 +0000 (11:12 +0000)]
Update the resources for Portuguese.
Christian Costa [Mon, 14 Feb 2005 11:09:46 +0000 (11:09 +0000)]
Handle more properly versions for Direct3D and Direct3DDevice
objects.
Vincent Béron [Mon, 14 Feb 2005 11:08:33 +0000 (11:08 +0000)]
Add 2 missing tags in getting.sgml.
Marcus Meissner [Mon, 14 Feb 2005 11:08:22 +0000 (11:08 +0000)]
Check for overflows with ClrUsed.
Marcus Meissner [Mon, 14 Feb 2005 11:07:55 +0000 (11:07 +0000)]
Output some more informations.
Mark one global variable static.
Mike McCormack [Mon, 14 Feb 2005 11:07:13 +0000 (11:07 +0000)]
Implement SQL delete query.
Filip Navara [Mon, 14 Feb 2005 11:06:48 +0000 (11:06 +0000)]
Don't crash if ShellFolder doesn't implement the IID_ISFHelper
interface.
Stefan Leichter [Mon, 14 Feb 2005 11:06:16 +0000 (11:06 +0000)]
Make advapi32_test.exe loadable on NT 3.51.
Vincent Béron [Mon, 14 Feb 2005 11:05:41 +0000 (11:05 +0000)]
A RPC_FC_ENUM16 is a VT_USERDEFINED.
Eric Kohl [Mon, 14 Feb 2005 11:04:39 +0000 (11:04 +0000)]
Implement DelayedMove and FileExists.
Oliver Stieber [Mon, 14 Feb 2005 11:04:15 +0000 (11:04 +0000)]
Mention bt [all | <tid>].
Rémi Assailly [Mon, 14 Feb 2005 11:03:36 +0000 (11:03 +0000)]
Small char -> const char fix.
Ge van Geldorp [Mon, 14 Feb 2005 11:03:21 +0000 (11:03 +0000)]
Error numbers >= 32 are to be expected.
Marcelo Duarte [Mon, 14 Feb 2005 11:03:05 +0000 (11:03 +0000)]
- Correct time zone for BRT and BRST.
- Better explained fixme.
Francois Gouget [Mon, 14 Feb 2005 11:02:46 +0000 (11:02 +0000)]
Load advpack.dll at runtime to avoid link problems with the platform
sdk.
Francois Gouget [Mon, 14 Feb 2005 11:02:23 +0000 (11:02 +0000)]
Tests cannot use wine/debug.h because it does not exist on Windows.
Francois Gouget [Mon, 14 Feb 2005 11:02:06 +0000 (11:02 +0000)]
ES_COMBO is not defined in the Windows headers. So define it if
necessary so the test can be compiled on Windows.
Robert Shearman [Mon, 14 Feb 2005 11:01:51 +0000 (11:01 +0000)]
Make Ole tests run on Windows 95.
Jason Edmeades [Mon, 14 Feb 2005 11:01:35 +0000 (11:01 +0000)]
Make 'exist' in wcmd handle both file and directories.
Michael Jung [Mon, 14 Feb 2005 11:01:16 +0000 (11:01 +0000)]
Fixed automatic drive detection for the case that the root directory
is not already mapped.
Robert Reif [Mon, 14 Feb 2005 11:00:59 +0000 (11:00 +0000)]
Added parameter checking to timeGetDevCaps.
Added timer tests.
Mike Hearn [Mon, 14 Feb 2005 11:00:37 +0000 (11:00 +0000)]
Respect the flags member of the CHOOSEFONT structure, and don't
attempt to process bogus strings.
Alexandre Julliard [Fri, 11 Feb 2005 13:34:17 +0000 (13:34 +0000)]
Scott Ritchie [Fri, 11 Feb 2005 12:17:34 +0000 (12:17 +0000)]
User Guide Chapter 2 rewrite.
Robert Shearman [Fri, 11 Feb 2005 11:52:06 +0000 (11:52 +0000)]
- Implement AdjustTokenPrivileges, DuplicateTokenEx and
GetTokenInformation (for the TokenPrivileges case).
- Return STATUS_NO_TOKEN for OpenThreadToken when there is no token
set for the thread.
Robert Reif [Fri, 11 Feb 2005 11:49:05 +0000 (11:49 +0000)]
Removed printing of thread id for AddRef and Release because
WINEDEBUG=+tid gives the same result.
General consistency cleanup.
Alexandre Julliard [Thu, 10 Feb 2005 21:22:31 +0000 (21:22 +0000)]
Fixed profile cache flushing when no filename is specified (reported
by Mike Hearn).
Francois Gouget [Thu, 10 Feb 2005 21:21:13 +0000 (21:21 +0000)]
Don't link with DirectSoundCreate8 as this prevents running with older
versions of DirectX.
Mike Hearn [Thu, 10 Feb 2005 21:19:00 +0000 (21:19 +0000)]
Alter the version heuristics a bit.
Oliver Stieber [Thu, 10 Feb 2005 21:18:12 +0000 (21:18 +0000)]
Added vCont support.
Tom Wickline [Thu, 10 Feb 2005 20:29:39 +0000 (20:29 +0000)]
Sync to latest OpenGL specifications.
Mike McCormack [Thu, 10 Feb 2005 20:26:30 +0000 (20:26 +0000)]
Set full UI mode by default.
Robert Reif [Thu, 10 Feb 2005 20:26:20 +0000 (20:26 +0000)]
Print info about primary buffer format.
Paul Vriens [Thu, 10 Feb 2005 20:25:20 +0000 (20:25 +0000)]
Check that ppZStencilSurface is not null.
Francois Gouget [Thu, 10 Feb 2005 19:19:35 +0000 (19:19 +0000)]
Assorted spelling fixes.
Alex Woods [Thu, 10 Feb 2005 19:09:08 +0000 (19:09 +0000)]
Handle host_cpu of x86_64 like other x86s.
Mike McCormack [Thu, 10 Feb 2005 18:57:56 +0000 (18:57 +0000)]
Read args from the registry when passed the /@ flag.
Mike McCormack [Thu, 10 Feb 2005 18:57:42 +0000 (18:57 +0000)]
Update headers, add MsiGetUserInfoA stub implementation.
Alexandre Julliard [Thu, 10 Feb 2005 17:14:15 +0000 (17:14 +0000)]
Authors: Américo José Melo <mmodem00@netvisao.pt>, Francois Gouget <fgouget@codeweavers.com>
Translate the Wine resources to Portuguese.
Christian Costa [Thu, 10 Feb 2005 17:13:18 +0000 (17:13 +0000)]
Added WAVE parser.
Mike McCormack [Thu, 10 Feb 2005 17:12:59 +0000 (17:12 +0000)]
Convert to Unicode.
Robert Reif [Thu, 10 Feb 2005 17:10:54 +0000 (17:10 +0000)]
Signed/unsigned fix and code cleanup.
Paul Vriens [Thu, 10 Feb 2005 17:10:43 +0000 (17:10 +0000)]
Use aliases for calls to ordinals.
Aric Stewart [Thu, 10 Feb 2005 17:10:14 +0000 (17:10 +0000)]
Added stubs for MsiGetShortcutTargetA/W.
Dmitry Timoshkov [Thu, 10 Feb 2005 17:10:01 +0000 (17:10 +0000)]
Do not forget to allocate internal OPENFILENAMEW structure for 16-bit
GetOpenFileName, initialize it by zeros for 16/A cases.
Aric Stewart [Thu, 10 Feb 2005 17:09:44 +0000 (17:09 +0000)]
Add the RegisterUser action.
Robert Reif [Thu, 10 Feb 2005 17:09:20 +0000 (17:09 +0000)]
Always allocate an empty buffer.
Eric Pouech [Wed, 9 Feb 2005 22:26:25 +0000 (22:26 +0000)]
- rewrite MCI interfaces as Unicode interface (as it should be)
- made some winmm APIs rely on the Unicode version for the core
implementation (instead of Ansi flavor)
Michael Jung [Wed, 9 Feb 2005 22:25:09 +0000 (22:25 +0000)]
Implemented CPGetProvParam's PP_ENUMCONTAINERS parameter type.
Added corresponding test.
Removed some tabs that slipped in with the last patch.
Ulrich Czekalla [Wed, 9 Feb 2005 22:22:25 +0000 (22:22 +0000)]
Handle 0 length buffers in MSI_FormatRecordW.
Remove unused buffer in deformat_string.
Mike Hearn [Wed, 9 Feb 2005 22:21:58 +0000 (22:21 +0000)]
Change an ERR to a WARN.
Marcus Meissner [Wed, 9 Feb 2005 14:06:32 +0000 (14:06 +0000)]
Put generated import table code into .text segment.
Mike McCormack [Wed, 9 Feb 2005 14:05:40 +0000 (14:05 +0000)]
- Quote the parameter strings passed to MsiInstallProduct.
- Return the error code that the Msi* function returned when we quit.
Aric Stewart [Wed, 9 Feb 2005 14:05:24 +0000 (14:05 +0000)]
Do not track the temp files for custom actions based on the name from
the table because then we get conflicts and files not tracked or
cleaned up.
Robert Reif [Wed, 9 Feb 2005 14:05:00 +0000 (14:05 +0000)]
Fill new software buffers with silence.
Alexandre Julliard [Wed, 9 Feb 2005 14:01:40 +0000 (14:01 +0000)]
Make the win data pointer only available in the thread that owns the
window.
Alexandre Julliard [Wed, 9 Feb 2005 14:00:15 +0000 (14:00 +0000)]
Upgrade to the latest version.
Mike McCormack [Wed, 9 Feb 2005 13:58:31 +0000 (13:58 +0000)]
- Fix msiexec's command line parsing.
- Don't allocate memory for fixed size structure.
- Remove a few non-tab indents, since the rest of the file uses tabbed
indent.
Aric Stewart [Wed, 9 Feb 2005 13:58:20 +0000 (13:58 +0000)]
Implement RegisterExtensionInfo and RegisterMIMEInfo.
Mike McCormack [Wed, 9 Feb 2005 13:57:54 +0000 (13:57 +0000)]
Handle a number as a parameter for custom action 19.
Alexandre Julliard [Wed, 9 Feb 2005 13:32:12 +0000 (13:32 +0000)]
Consider any character above 0x7f to be invalid in a DOS short name.
Tom Fogal [Wed, 9 Feb 2005 13:26:46 +0000 (13:26 +0000)]
Simple aggregation fix.
Aric Stewart [Wed, 9 Feb 2005 13:26:16 +0000 (13:26 +0000)]
Do not limit properties to 256 characters when evaluating them.
Dmitry Timoshkov [Wed, 9 Feb 2005 13:25:59 +0000 (13:25 +0000)]
Add support for Turkish (tr) X11 keyboard layout.
Ge van Geldorp [Wed, 9 Feb 2005 13:25:13 +0000 (13:25 +0000)]
- Fix quoting of .cpl filename.
- Use "cplopen" verb to execute .cpl files.
Mike McCormack [Wed, 9 Feb 2005 13:24:31 +0000 (13:24 +0000)]
- add support for Edit boxes in MSI dialogs
- run the message loop when waiting for threads or processes
Mike McCormack [Wed, 9 Feb 2005 13:22:49 +0000 (13:22 +0000)]
Fix a memory leak in MsiConfigureProductExW.
Jason Edmeades [Tue, 8 Feb 2005 16:52:04 +0000 (16:52 +0000)]
Avoid compile warnings.
Huw Davies [Tue, 8 Feb 2005 16:51:35 +0000 (16:51 +0000)]
Add support for modules.