Vitaliy Margolen [Thu, 30 Jun 2005 20:46:59 +0000 (20:46 +0000)]
Fix test for arts.
Robert Shearman [Thu, 30 Jun 2005 20:45:57 +0000 (20:45 +0000)]
Implement ShellDDEInit.
Aric Stewart [Thu, 30 Jun 2005 20:45:43 +0000 (20:45 +0000)]
Keep track of what sequence we are in and register unique
actions. This allows us to make sure actions and custom actions
flagged to run only once, actually run only once.
Also clean up some of the numeric constants in custom.c using the
defined values from msidefs.h.
Alexandre Julliard [Thu, 30 Jun 2005 18:24:56 +0000 (18:24 +0000)]
Removed some no longer used asm checks.
Francois Gouget [Thu, 30 Jun 2005 18:19:33 +0000 (18:19 +0000)]
Assorted spelling fixes.
Alexandre Julliard [Thu, 30 Jun 2005 18:14:14 +0000 (18:14 +0000)]
Revert SPI_SETMOUSEBUTTONSWAP changes.
Jacek Caban [Thu, 30 Jun 2005 18:11:57 +0000 (18:11 +0000)]
Added res protocol test.
Dmitry Timoshkov [Thu, 30 Jun 2005 18:11:37 +0000 (18:11 +0000)]
Fix a typo in ReuseDDElParam: GlobalLock supposed to be GlobalUnlock.
Vitaliy Margolen [Thu, 30 Jun 2005 18:11:19 +0000 (18:11 +0000)]
Send CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
Huw Davies [Thu, 30 Jun 2005 18:10:59 +0000 (18:10 +0000)]
Forward StartDocPrinterA to StartDocPrinterW.
Improve trace in the unicode version.
Jacek Caban [Thu, 30 Jun 2005 18:10:32 +0000 (18:10 +0000)]
Fix blank.htm resources.
Phil Krylov [Thu, 30 Jun 2005 18:10:22 +0000 (18:10 +0000)]
Implemented EM_GETLINECOUNT RichEdit message.
Stefan Huehner [Thu, 30 Jun 2005 18:10:08 +0000 (18:10 +0000)]
Fix some -Wsign-compare warnings.
Jacek Caban [Thu, 30 Jun 2005 18:09:39 +0000 (18:09 +0000)]
'.' is a valid char of tIDENT.
Francois Gouget [Thu, 30 Jun 2005 18:09:15 +0000 (18:09 +0000)]
Improve the winedbg usage.
Francois Gouget [Thu, 30 Jun 2005 18:09:00 +0000 (18:09 +0000)]
Remove unneeded casts.
Francois Gouget [Thu, 30 Jun 2005 18:08:44 +0000 (18:08 +0000)]
Test the behavior of CreateDirectory() when it has one or two trailing
dots or spaces.
Tweak the previous CreateDirectory() tests so we get more information
in case of a failure.
Francois Gouget [Thu, 30 Jun 2005 18:08:25 +0000 (18:08 +0000)]
Update win32.api to match current sources.
Phil Krylov [Thu, 30 Jun 2005 11:00:28 +0000 (11:00 +0000)]
Fixed winebuild operation in Darwin.
Michael Jung [Thu, 30 Jun 2005 11:00:03 +0000 (11:00 +0000)]
Register unixfs at desktop level in DllRegisterServer.
Michael Jung [Thu, 30 Jun 2005 10:59:51 +0000 (10:59 +0000)]
Fix two more corner cases in UNIXFS_get_unix_path and UNIXFS_path_to_pidl.
Mike McCormack [Thu, 30 Jun 2005 10:59:40 +0000 (10:59 +0000)]
Move to the next mask edit field when the current one becomes full.
Juan Lang [Thu, 30 Jun 2005 10:24:31 +0000 (10:24 +0000)]
Add more missing OIDs.
Saulius Krasuckas [Thu, 30 Jun 2005 10:23:14 +0000 (10:23 +0000)]
Prepare for adding new tests.
- Put OleInitialize and OleUninitialize in the main block.
- Move test_BindToObject before test_EnumObjects_and_CompareIDs.
Jacek Caban [Thu, 30 Jun 2005 10:21:58 +0000 (10:21 +0000)]
Implemented res protocol.
Mike McCormack [Thu, 30 Jun 2005 10:20:40 +0000 (10:20 +0000)]
Make the tab order in msi dialogs right.
Gerald Pfeifer [Thu, 30 Jun 2005 10:19:26 +0000 (10:19 +0000)]
Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and
CDROM_ScsiPassThrough().
Sven Paschukat [Thu, 30 Jun 2005 10:17:57 +0000 (10:17 +0000)]
Repaired extraction of icons when config file is missing.
Robert Shearman [Thu, 30 Jun 2005 10:13:50 +0000 (10:13 +0000)]
Add stubs for some InternetSetOption options.
Alexandre Julliard [Wed, 29 Jun 2005 20:18:58 +0000 (20:18 +0000)]
Replace configure macros by explicit platform checks (probably not
correct on all platforms yet).
Robert Shearman [Wed, 29 Jun 2005 20:16:41 +0000 (20:16 +0000)]
Rename OLEAUT32_Dll* Functions to Dll*.
Robert Shearman [Wed, 29 Jun 2005 20:15:32 +0000 (20:15 +0000)]
- Conversions between variants types of the same size should ignore
overflows.
- Tests for this behaviour.
Robert Shearman [Wed, 29 Jun 2005 20:15:00 +0000 (20:15 +0000)]
Add a generic TYPEDESC VT to VARIANT VT mapper so we can use the
standard Variant* routines. Use this new function to properly copy &
de-reference the return value.
James Hawkins [Wed, 29 Jun 2005 20:14:16 +0000 (20:14 +0000)]
- Fix calculation of generic pointers.
- Minor cleanups.
Vitaliy Margolen [Wed, 29 Jun 2005 20:14:03 +0000 (20:14 +0000)]
Sync comments with configuration location changes.
Alexandre Julliard [Wed, 29 Jun 2005 20:13:36 +0000 (20:13 +0000)]
Make the clipboard information local to the process window station.
Alexandre Julliard [Wed, 29 Jun 2005 19:29:15 +0000 (19:29 +0000)]
Clear the process handle table before releasing it to avoid potential
problems with destructors trying to access handles.
Alexandre Julliard [Wed, 29 Jun 2005 19:28:06 +0000 (19:28 +0000)]
Delay OpenGL and GDI initialization until they are needed.
Alexandre Julliard [Wed, 29 Jun 2005 19:22:02 +0000 (19:22 +0000)]
Get rid of the old config conversion code.
Aric Stewart [Wed, 29 Jun 2005 19:21:34 +0000 (19:21 +0000)]
Implementation for EM_GETTEXTEX.
Vijay Kiran Kamuju [Wed, 29 Jun 2005 19:21:01 +0000 (19:21 +0000)]
Added defines for XMLDOM stuff.
Aric Stewart [Wed, 29 Jun 2005 19:19:09 +0000 (19:19 +0000)]
Handle installs off multiple volumes and properly pull the prompt
string from the error table.
Mike Hearn [Wed, 29 Jun 2005 19:18:54 +0000 (19:18 +0000)]
Fix GCC4 warning.
Huw Davies [Wed, 29 Jun 2005 19:18:41 +0000 (19:18 +0000)]
Update the import table code to eliminate a few magic constants.
Huw Davies [Wed, 29 Jun 2005 19:18:25 +0000 (19:18 +0000)]
Cope with the index in a import table entry being a typeinfo index
rather than a guid offset.
Gerold Jens Wucherpfennig [Wed, 29 Jun 2005 11:19:47 +0000 (11:19 +0000)]
Support for big-endian systems.
Gerald Pfeifer [Wed, 29 Jun 2005 11:17:42 +0000 (11:17 +0000)]
Avoid compiler warning in AddEntryToList().
Michael Jung [Wed, 29 Jun 2005 11:17:33 +0000 (11:17 +0000)]
If the unixfs is rooted at the Desktop folder, forward
ParseDisplayName calls to it instead of to MyComputer.
Steven Edwards [Wed, 29 Jun 2005 11:03:30 +0000 (11:03 +0000)]
Add basetyps.h based on the public domain mingw header by Anders
Norlander.
Paul Vriens [Wed, 29 Jun 2005 11:01:13 +0000 (11:01 +0000)]
Correct some OIDs.
Vitaliy Margolen [Wed, 29 Jun 2005 11:00:59 +0000 (11:00 +0000)]
ILFree is not available on all versions.
Dmitry Timoshkov [Wed, 29 Jun 2005 11:00:44 +0000 (11:00 +0000)]
A workaround for missing struct request_sense on FreeBSD.
Juan Lang [Wed, 29 Jun 2005 11:00:31 +0000 (11:00 +0000)]
- fix decoding of long-form data lengths
- use exception handling in decoding
- tests for these changes
Jacek Caban [Wed, 29 Jun 2005 11:00:09 +0000 (11:00 +0000)]
Added mshtml test.
Alexandre Julliard [Tue, 28 Jun 2005 19:38:55 +0000 (19:38 +0000)]
Run make clean in the winapi subdir too.
Alexandre Julliard [Tue, 28 Jun 2005 19:37:52 +0000 (19:37 +0000)]
Keep track of the windows and hooks used by a thread to properly
refuse to change the thread desktop when it's in use.
Mike McCormack [Tue, 28 Jun 2005 19:19:07 +0000 (19:19 +0000)]
Fix declarations.
Alexandre Julliard [Tue, 28 Jun 2005 19:16:08 +0000 (19:16 +0000)]
The samples subdirectory no longer exists.
Alexandre Julliard [Tue, 28 Jun 2005 19:15:17 +0000 (19:15 +0000)]
Fixed HKLM/HKCU mixup for the external fonts key.
Aric Stewart [Tue, 28 Jun 2005 19:14:30 +0000 (19:14 +0000)]
Relocate the msi file to prevent cd locking, corrected to properly not
try to relocated #nnnn handles as files.
Michael Jung [Tue, 28 Jun 2005 19:14:03 +0000 (19:14 +0000)]
Don't expand MyComputer in the file dialogs without user interaction,
if unixfs is rooted at desktop.
Robert Reif [Tue, 28 Jun 2005 19:12:52 +0000 (19:12 +0000)]
- Add an audio configure button with code to display the selected
audio driver's configure dialog.
- Add an audio control panel launch button.
Phil Krylov [Tue, 28 Jun 2005 19:12:32 +0000 (19:12 +0000)]
Fixed a comment about EM_STREAMIN.
Alexandre Julliard [Tue, 28 Jun 2005 14:39:19 +0000 (14:39 +0000)]
Alexandre Julliard [Tue, 28 Jun 2005 13:55:21 +0000 (13:55 +0000)]
Get rid of the sample configuration file.
Alexandre Julliard [Tue, 28 Jun 2005 13:55:02 +0000 (13:55 +0000)]
Moved spooler configuration to HKCU\Software\Wine\Printing\Spooler.
Huw Davies [Tue, 28 Jun 2005 13:52:23 +0000 (13:52 +0000)]
Add comments describing the first DWORD in an import table entry.
Alexandre Julliard [Tue, 28 Jun 2005 13:52:01 +0000 (13:52 +0000)]
Mark as todo a couple of tests that currently fail.
Phil Krylov [Tue, 28 Jun 2005 13:51:32 +0000 (13:51 +0000)]
Implemented EM_GETTEXTLENGTHEX RichEdit message.
Alexandre Julliard [Tue, 28 Jun 2005 13:51:14 +0000 (13:51 +0000)]
Moved ppd file configuration to HKCU\Software\Wine\Printing\PPD Files.
James Hawkins [Tue, 28 Jun 2005 10:54:29 +0000 (10:54 +0000)]
Forward RtlAddAccess* to add_access_ace.
James Hawkins [Tue, 28 Jun 2005 10:54:18 +0000 (10:54 +0000)]
Add some missing types to win32.api.
Michael Stefaniuc [Tue, 28 Jun 2005 10:54:07 +0000 (10:54 +0000)]
- VarCmp: handle comparision of VT_EMPTY with an integer
- small comment fix
Jacek Caban [Tue, 28 Jun 2005 10:53:42 +0000 (10:53 +0000)]
Added stub implementation of IOleInPlaceObjectWindowless.
Mike McCormack [Tue, 28 Jun 2005 10:53:24 +0000 (10:53 +0000)]
Declare some Nt* functions.
Alexandre Julliard [Mon, 27 Jun 2005 19:51:41 +0000 (19:51 +0000)]
Get rid of the WaveMapper and MidiMapper options, the defaults should
be good enough in all cases.
Uwe Bonnes [Mon, 27 Jun 2005 19:49:07 +0000 (19:49 +0000)]
Added test cases. However most added tests need a loopback plug and
need to be enabled in the code.
Robert Shearman [Mon, 27 Jun 2005 19:48:35 +0000 (19:48 +0000)]
Test ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
Juan Lang [Mon, 27 Jun 2005 19:48:24 +0000 (19:48 +0000)]
- use exception handling in encoding
- consolidate integer encoders
Jacek Caban [Mon, 27 Jun 2005 19:48:04 +0000 (19:48 +0000)]
Added blank.htm.
Felix Nawothnig [Mon, 27 Jun 2005 19:47:48 +0000 (19:47 +0000)]
Rewrote the psapi test suite.
Alexandre Julliard [Mon, 27 Jun 2005 18:59:54 +0000 (18:59 +0000)]
Replaced all uses of the __ASM_NAME macro by the asm_name function to
allow run-time determination of the correct format.
Alexandre Julliard [Mon, 27 Jun 2005 18:50:14 +0000 (18:50 +0000)]
Moved AFM dirs configuration to a single AFMPath key under
HKCU\Software\Wine\Fonts.
Alexandre Julliard [Mon, 27 Jun 2005 18:48:24 +0000 (18:48 +0000)]
Moved port configuration to HKCU\Software\Wine\VDM\ppdev.
Alexandre Julliard [Mon, 27 Jun 2005 18:47:53 +0000 (18:47 +0000)]
Moved I/O port configuration to HKCU\Software\Wine\VDM\Ports.
Aric Stewart [Mon, 27 Jun 2005 18:46:47 +0000 (18:46 +0000)]
Fix the BrowseForFolder dialog so that when it does the callbacks it
uses the correct message instead of always sending BEFM_INITIALIZED.
Michael Jung [Mon, 27 Jun 2005 18:46:36 +0000 (18:46 +0000)]
Precisely compute the necessary pidl length in UNIXFS_path_to_pidl.
Mike McCormack [Mon, 27 Jun 2005 18:46:22 +0000 (18:46 +0000)]
Repaint the area behind the "transparent" text control when it
changes.
Dmitry Timoshkov [Mon, 27 Jun 2005 12:07:49 +0000 (12:07 +0000)]
Add a check for sg_io_hdr_t and (not tested) check for scsireq_t
presence.
Jacek Caban [Mon, 27 Jun 2005 12:04:09 +0000 (12:04 +0000)]
Export DllMain as native does.
Eric Pouech [Mon, 27 Jun 2005 12:03:56 +0000 (12:03 +0000)]
Implemented OpenThread on top of NtOpenThread.
Alexandre Julliard [Mon, 27 Jun 2005 11:23:24 +0000 (11:23 +0000)]
Beginnings of an infrastructure to allow specifying the target CPU and
platform at run-time.
Jacek Caban [Mon, 27 Jun 2005 11:19:49 +0000 (11:19 +0000)]
Added tests.
Eric Pouech [Mon, 27 Jun 2005 11:12:11 +0000 (11:12 +0000)]
Implemented OpenProcess on top of NtOpenProcess.
Vitaly Lipatov [Mon, 27 Jun 2005 11:10:16 +0000 (11:10 +0000)]
Changes stub to FIXME for GetGlobalFontLinkObject.
Felix Nawothnig [Mon, 27 Jun 2005 11:09:52 +0000 (11:09 +0000)]
Report a todo and skip DIB tests when they fail at a non-truecolor
screen depth.
Mike McCormack [Mon, 27 Jun 2005 11:09:42 +0000 (11:09 +0000)]
Add pointer types for token structures.
Stefan Huehner [Mon, 27 Jun 2005 09:57:28 +0000 (09:57 +0000)]
Fix some -Wstrict-prototypes warnings.
Eric Pouech [Mon, 27 Jun 2005 09:54:09 +0000 (09:54 +0000)]
- OpenConsole: try to open the Unix console if we fail with wineserver
- kernel32: simplifying code for opening a console handle
- msvcrt: now correctly initializing the handles to the Windows
console
Eric Pouech [Mon, 27 Jun 2005 09:53:46 +0000 (09:53 +0000)]
Const correctness fixes.