Alexandre Julliard [Tue, 14 Jun 2005 12:34:00 +0000 (12:34 +0000)]
Moved config parameters to HKCU\Software\Wine\DirectSound.
Alexandre Julliard [Tue, 14 Jun 2005 12:33:19 +0000 (12:33 +0000)]
Moved all font config parameters to HKCU\Software\Wine\Fonts.
Replaced the FontDirs key enumeration by a simple Path value.
Ivan Leo Puoti [Tue, 14 Jun 2005 12:25:41 +0000 (12:25 +0000)]
Reimplement IOCTL_SCSI_PASS_THROUGH_DIRECT and
IOCTL_SCSI_PASS_THROUGH on top of the linux scsi driver.
Saulius Krasuckas [Tue, 14 Jun 2005 12:25:29 +0000 (12:25 +0000)]
Change (long long) to (LONGLONG) to compile with MSVC.
Paul Vriens [Tue, 14 Jun 2005 12:25:02 +0000 (12:25 +0000)]
Return STATUS_INVALID_INFO_CLASS for non-implemented classes.
Return STATUS_ACCESS_VIOLATION if no buffer given.
Added tests for ProcessBasicInformation.
Lauri Tulmin [Tue, 14 Jun 2005 12:24:48 +0000 (12:24 +0000)]
- EM_CHARFROMPOS should return the closest char (clicking on the first
half of a character should return current char and clicking on the
second half should return next char)
- EM_POSFROMCHAR should return -1 if character index is greater or
equal to text length
Alexandre Julliard [Tue, 14 Jun 2005 11:53:39 +0000 (11:53 +0000)]
Removed the Tweak.Fonts configuration hack.
Alexandre Julliard [Tue, 14 Jun 2005 11:52:48 +0000 (11:52 +0000)]
Get rid of the PerfectGraphics option, that's not really useful.
Alexandre Julliard [Tue, 14 Jun 2005 11:48:57 +0000 (11:48 +0000)]
Hardcode the location of config.sys, no need for a config parameter
for that.
Mike McCormack [Tue, 14 Jun 2005 11:43:35 +0000 (11:43 +0000)]
Add a couple of missing functions.
Mike McCormack [Tue, 14 Jun 2005 11:43:20 +0000 (11:43 +0000)]
Declare port functions and fix prototypes.
Mike McCormack [Tue, 14 Jun 2005 11:42:34 +0000 (11:42 +0000)]
Fix warnings from -Wmissing-declarations.
Mike McCormack [Tue, 14 Jun 2005 11:40:40 +0000 (11:40 +0000)]
Call remove_process_locks when a process ends, fix declarations.
Mike McCormack [Tue, 14 Jun 2005 11:40:04 +0000 (11:40 +0000)]
Fix declaration warnings in the test cases.
Michael Stefaniuc [Tue, 14 Jun 2005 11:39:32 +0000 (11:39 +0000)]
- Fix VarFormat for formats that mix '0' and '#' in the whole number
part.
- Fix VarFormat for negative exponent formats.
- Add tests for the above + a couple of "todo_wine"'s.
Mike McCormack [Tue, 14 Jun 2005 11:38:55 +0000 (11:38 +0000)]
Add the IContextMenu interface to the ShellLink object.
Juan Lang [Tue, 14 Jun 2005 11:38:36 +0000 (11:38 +0000)]
Add CertAlgIdToOID and CertOIDToAlgId, with tests.
Alex Villacís Lasso [Tue, 14 Jun 2005 11:38:09 +0000 (11:38 +0000)]
Avoid one more access to pcbRead.
Mike McCormack [Mon, 13 Jun 2005 19:05:42 +0000 (19:05 +0000)]
Fix some warnings.
Alex Villacís Lasso [Mon, 13 Jun 2005 19:05:01 +0000 (19:05 +0000)]
Prevent crash on IDirectMusicLoaderResourceStream_IStream_Read.
Aric Stewart [Mon, 13 Jun 2005 19:04:39 +0000 (19:04 +0000)]
A "1" is returned not a 1 for AssignmentType. Also as a bit more to
the FIXME message.
Mike McCormack [Mon, 13 Jun 2005 19:04:17 +0000 (19:04 +0000)]
Implement ShellLink's IShellExtInit::Initialize() method.
Alexandre Julliard [Mon, 13 Jun 2005 18:56:00 +0000 (18:56 +0000)]
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
Alexandre Julliard [Mon, 13 Jun 2005 18:49:23 +0000 (18:49 +0000)]
Changed registry access functions to use more meaningful names.
Alexandre Julliard [Mon, 13 Jun 2005 18:48:09 +0000 (18:48 +0000)]
Removed references to obsolete configuration entries.
Huw Davies [Mon, 13 Jun 2005 18:47:21 +0000 (18:47 +0000)]
When loading a bitmap we should stretch the image to the requested
size.
Krzysztof Foltman [Mon, 13 Jun 2005 12:23:01 +0000 (12:23 +0000)]
Test when TVN_SELCHANGING and TVN_SELCHANGED are really sent.
Alexandre Julliard [Mon, 13 Jun 2005 12:10:54 +0000 (12:10 +0000)]
Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they
can be used in all the test.
Mike McCormack [Mon, 13 Jun 2005 11:50:09 +0000 (11:50 +0000)]
- add the IShellExtInit interface to the ShellLink object
- use inline functions rather than macros to resolve the
implementation pointer from an interface pointer
Detlef Riekenberg [Mon, 13 Jun 2005 11:47:46 +0000 (11:47 +0000)]
Added activeds.dll with some stubs to get the native printui.dll to
load.
Mike McCormack [Mon, 13 Jun 2005 11:39:52 +0000 (11:39 +0000)]
More warning fixes.
Juan Lang [Mon, 13 Jun 2005 11:39:35 +0000 (11:39 +0000)]
- encode/decode X509_NAMEs for simple string encodings, with tests
- more tests and some fixes to other types
Krzysztof Foltman [Mon, 13 Jun 2005 11:38:55 +0000 (11:38 +0000)]
Don't send TVN_SELCHANGING nor TVN_SELCHANGED if the same item is
selected again.
Martin Fuchs [Mon, 13 Jun 2005 11:38:27 +0000 (11:38 +0000)]
Remove duplicate toolbar button.
Christian Costa [Mon, 13 Jun 2005 11:37:55 +0000 (11:37 +0000)]
Added window support to the video renderer:
- replaced ddraw code by window code.
- implemented IBasicVideo and IVideoWindow interfaces.
Paul Vriens [Mon, 13 Jun 2005 11:34:56 +0000 (11:34 +0000)]
Fixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
Fixed return codes and ReturnLength/buffer for
SystemTimeOfDayInformation.
Added tests for SystemTimeOfDayInformation.
James Hawkins [Mon, 13 Jun 2005 11:34:02 +0000 (11:34 +0000)]
Implement RtlAbsoluteToSelfRelativeSD.
Martin Fuchs [Mon, 13 Jun 2005 10:04:55 +0000 (10:04 +0000)]
- use const parameter in find_entry_shell()
- rename ExecuteDialogWndProg() to ExecuteDialogDlgProc()
- remove old comment
- add missing call to CtxMenu_reset()
Mike McCormack [Mon, 13 Jun 2005 10:04:20 +0000 (10:04 +0000)]
Declare some missing functions.
Mike McCormack [Mon, 13 Jun 2005 10:03:33 +0000 (10:03 +0000)]
Fix warnings in tests, remove pointless comments.
Mike McCormack [Mon, 13 Jun 2005 10:03:18 +0000 (10:03 +0000)]
Add and fix function prototypes.
Robert Shearman [Mon, 13 Jun 2005 10:02:10 +0000 (10:02 +0000)]
Fix PropVariant tests on Windows 2000 and above.
Robert Shearman [Mon, 13 Jun 2005 10:02:02 +0000 (10:02 +0000)]
Remove needless call to Sleep.
Robert Shearman [Mon, 13 Jun 2005 10:01:43 +0000 (10:01 +0000)]
- Add registry entries for local-only OLE interfaces.
- Change IUnknown to local interface.
Robert Shearman [Mon, 13 Jun 2005 10:01:32 +0000 (10:01 +0000)]
Richedit classes should be global.
Robert Shearman [Mon, 13 Jun 2005 10:01:20 +0000 (10:01 +0000)]
Fix size passed to lstrcpynA function - sizeof(string) == 4 not 16 as
needed.
Mike McCormack [Mon, 13 Jun 2005 10:00:53 +0000 (10:00 +0000)]
Correct GdiIsPlayMetafileDC prototype.
Mike McCormack [Mon, 13 Jun 2005 10:00:37 +0000 (10:00 +0000)]
Silence some -Wmissing-declarations warnings.
Juan Lang [Mon, 13 Jun 2005 10:00:21 +0000 (10:00 +0000)]
Add/correct a few more definitions.
Hans Leidekker [Mon, 13 Jun 2005 10:00:03 +0000 (10:00 +0000)]
Declare missing functions.
Marcus Meissner [Mon, 13 Jun 2005 09:59:55 +0000 (09:59 +0000)]
Corrected string length method in ITypeLib::IsName() and FindName()
for LPOLESTR type.
Adrian Harvey [Sun, 12 Jun 2005 11:10:43 +0000 (11:10 +0000)]
Added sys/types.h to configure check for videodev.h.
Krzysztof Foltman [Sun, 12 Jun 2005 11:08:29 +0000 (11:08 +0000)]
Emit \tx for user-defined TABs.
Martin Fuchs [Sun, 12 Jun 2005 11:08:19 +0000 (11:08 +0000)]
Remove unnecessary paint code.
Lionel Ulmer [Sun, 12 Jun 2005 11:08:04 +0000 (11:08 +0000)]
Remove some FIXMEs and replace them with TRACEs.
Martin Fuchs [Sun, 12 Jun 2005 11:07:44 +0000 (11:07 +0000)]
Move __WINE__ ifdef directive.
James Hawkins [Sun, 12 Jun 2005 11:07:37 +0000 (11:07 +0000)]
Remove stub status.
Check for correct revision value.
James Hawkins [Sun, 12 Jun 2005 11:07:25 +0000 (11:07 +0000)]
Add RtlAnsiCharToUnicodeChar definition.
Correct stub status of RtlAnsiCharToUnicodeChar.
Matthew Davison [Sun, 12 Jun 2005 11:05:58 +0000 (11:05 +0000)]
Stub out the error dialog functions.
Modify the default callbacks to call these for Delete and Rename
errors.
Modify the default callbacks to ignore file missing errors when
deleting files.
Eric Kohl [Sun, 12 Jun 2005 10:44:01 +0000 (10:44 +0000)]
Implement RtlAdjustPrivilege.
Martin Fuchs [Sun, 12 Jun 2005 10:43:40 +0000 (10:43 +0000)]
Fix file size in property dialog by using _stprintf() instead of
wsprintf().
Krzysztof Foltman [Sun, 12 Jun 2005 10:43:24 +0000 (10:43 +0000)]
- added support for \ulnone (turning underline off)
- support for basic subscript and superscript
- untested support for text offset
Lionel Ulmer [Sun, 12 Jun 2005 10:43:11 +0000 (10:43 +0000)]
Support all possible texture coordinates sizes.
Robert Shearman [Sun, 12 Jun 2005 10:42:36 +0000 (10:42 +0000)]
- Don't print out cryptic message if IDispatch or IUnknown object is
just NULL.
- puArgErr is a ref pointer so we have to provide a dummy pointer if
it is NULL.
- Fail gracefully and notify caller if we ran out of memoy or if
variant copying failed.
Robert Shearman [Sun, 12 Jun 2005 10:42:13 +0000 (10:42 +0000)]
Fix registry test for Win9x by skipping a section that fails, but
succeeds on NT.
Marcus Meissner [Sun, 12 Jun 2005 10:42:03 +0000 (10:42 +0000)]
Move static variables out of header file, also the local interface
implementations.
Robert Reif [Sun, 12 Jun 2005 10:41:49 +0000 (10:41 +0000)]
Make dsound tests loadable on NT4.
Glenn Wurster [Sun, 12 Jun 2005 10:41:39 +0000 (10:41 +0000)]
Add declaration of X11DRV_GetDIBColorTable to avoid compile warning.
Felix Nawothnig [Sun, 12 Jun 2005 10:41:22 +0000 (10:41 +0000)]
Add a workaround for Win9x apps which pass the parameters for
GetCurrentDirectoryA in wrong order.
Pierre d'Herbemont [Fri, 10 Jun 2005 19:58:26 +0000 (19:58 +0000)]
Use .mod_*_func sections on Mac OS X/i386 instead of the elf
constructor/destructor.
Alexandre Julliard [Fri, 10 Jun 2005 19:56:05 +0000 (19:56 +0000)]
Reuse output_dll_init for the constructor of debug files.
Robert Shearman [Fri, 10 Jun 2005 19:54:46 +0000 (19:54 +0000)]
Change code style of form "if( x )" to "if (x)" for consistency.
Matthew Davison [Fri, 10 Jun 2005 19:52:48 +0000 (19:52 +0000)]
Added some definitions to setupapi.
Paul Vriens [Fri, 10 Jun 2005 19:52:32 +0000 (19:52 +0000)]
Fixed ReturnLength of SystemCpuInformation.
Added first test for SystemCpuInformation.
Mike McCormack [Fri, 10 Jun 2005 19:52:13 +0000 (19:52 +0000)]
Create a stub implementation for MsiViewGetError.
Mike McCormack [Fri, 10 Jun 2005 19:33:47 +0000 (19:33 +0000)]
Dependency fixes for winternl.h.
Mike McCormack [Fri, 10 Jun 2005 19:32:24 +0000 (19:32 +0000)]
Fix more warnings.
Michael Jung [Fri, 10 Jun 2005 19:31:59 +0000 (19:31 +0000)]
Set the FILESYSANCESTOR and FILESYSTEM flags correctly in
GetAttributesOf.
Robert Shearman [Fri, 10 Jun 2005 19:31:45 +0000 (19:31 +0000)]
Clear out parameters to stop bad pointers lying around in memory if
the function doesn't set them to anything.
Glenn Wurster [Fri, 10 Jun 2005 19:31:20 +0000 (19:31 +0000)]
Adds support for the DIBINDEX type of COLORREF.
James Hawkins [Fri, 10 Jun 2005 19:30:23 +0000 (19:30 +0000)]
Implement RtlAnsiCharToUnicodeChar.
Mike McCormack [Fri, 10 Jun 2005 19:29:46 +0000 (19:29 +0000)]
Include missing AW macro.
Mike McCormack [Fri, 10 Jun 2005 19:29:24 +0000 (19:29 +0000)]
Declare the MSIDBERROR enumeration.
Mike McCormack [Fri, 10 Jun 2005 19:29:16 +0000 (19:29 +0000)]
Declare functions and correct prototypes.
Juan Lang [Fri, 10 Jun 2005 19:28:58 +0000 (19:28 +0000)]
Cryp{En|De}codeObjectEx should return success if the input buffer is
NULL, some MS sample programs depend on that. Fix functions and
tests.
Lauri Tulmin [Thu, 9 Jun 2005 20:40:31 +0000 (20:40 +0000)]
Bottom edge of the update region should be relative to the top edge of
the format rect.
Stefan Leichter [Thu, 9 Jun 2005 20:38:21 +0000 (20:38 +0000)]
Make ddraw tests loadable on NT4.
Alexandre Julliard [Thu, 9 Jun 2005 20:36:08 +0000 (20:36 +0000)]
Store the process along with the key handle in notifications.
Paul Vriens [Thu, 9 Jun 2005 20:33:45 +0000 (20:33 +0000)]
Reduce our buffer by 1 SYSTEM_THREAD_INFORMATION per process.
Minimize some calculations.
Lauri Tulmin [Thu, 9 Jun 2005 20:32:32 +0000 (20:32 +0000)]
Add more tests for text placement in single and multiline edit
controls. Some of the tests are marked as todo.
Aric Stewart [Thu, 9 Jun 2005 20:30:59 +0000 (20:30 +0000)]
Extending upon Mike McCormack's cleanup to use MSI_RecordGetString.
Aric Stewart [Thu, 9 Jun 2005 15:49:11 +0000 (15:49 +0000)]
Register the Product Version also.
Also help plug some memory leaks pointed out by Mike McCormack.
Alexandre Julliard [Thu, 9 Jun 2005 15:39:52 +0000 (15:39 +0000)]
Added a close_handle method to the object operations, and use it to
implement registry notifications and the strange behavior of
CloseHandle on winstation/desktop handles.
Aric Stewart [Thu, 9 Jun 2005 15:35:48 +0000 (15:35 +0000)]
Avoid a loop where a parent's parent refers to itself as its parent.
Alexandre Julliard [Thu, 9 Jun 2005 12:07:12 +0000 (12:07 +0000)]
The desktop of a new thread should be set from the process initial
desktop, not from the parent thread.
Fixed a couple of bugs in the desktop name handling.
Mike McCormack [Thu, 9 Jun 2005 12:06:08 +0000 (12:06 +0000)]
Declare some missing functions.
Saulius Krasuckas [Thu, 9 Jun 2005 12:05:50 +0000 (12:05 +0000)]
Get current directory during tests on win9x too.
Mike McCormack [Thu, 9 Jun 2005 12:05:38 +0000 (12:05 +0000)]
Add the IShellLinkDataList interface to the ShellLink object.
Aric Stewart [Thu, 9 Jun 2005 12:05:27 +0000 (12:05 +0000)]
Added module upgrade.c and implemented FindRelatedProducts.
Alexandre Julliard [Thu, 9 Jun 2005 10:24:51 +0000 (10:24 +0000)]
Fixed a number of references to removed directories.