wine
19 years agoKeep track of what sequence we are in and register unique
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.

19 years agoRemoved some no longer used asm checks.
Alexandre Julliard [Thu, 30 Jun 2005 18:24:56 +0000 (18:24 +0000)] 
Removed some no longer used asm checks.

19 years agoAssorted spelling fixes.
Francois Gouget [Thu, 30 Jun 2005 18:19:33 +0000 (18:19 +0000)] 
Assorted spelling fixes.

19 years agoRevert SPI_SETMOUSEBUTTONSWAP changes.
Alexandre Julliard [Thu, 30 Jun 2005 18:14:14 +0000 (18:14 +0000)] 
Revert SPI_SETMOUSEBUTTONSWAP changes.

19 years agoAdded res protocol test.
Jacek Caban [Thu, 30 Jun 2005 18:11:57 +0000 (18:11 +0000)] 
Added res protocol test.

19 years agoFix a typo in ReuseDDElParam: GlobalLock supposed to be GlobalUnlock.
Dmitry Timoshkov [Thu, 30 Jun 2005 18:11:37 +0000 (18:11 +0000)] 
Fix a typo in ReuseDDElParam: GlobalLock supposed to be GlobalUnlock.

19 years agoSend CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
Vitaliy Margolen [Thu, 30 Jun 2005 18:11:19 +0000 (18:11 +0000)] 
Send CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.

19 years agoForward StartDocPrinterA to StartDocPrinterW.
Huw Davies [Thu, 30 Jun 2005 18:10:59 +0000 (18:10 +0000)] 
Forward StartDocPrinterA to StartDocPrinterW.
Improve trace in the unicode version.

19 years agoFix blank.htm resources.
Jacek Caban [Thu, 30 Jun 2005 18:10:32 +0000 (18:10 +0000)] 
Fix blank.htm resources.

19 years agoImplemented EM_GETLINECOUNT RichEdit message.
Phil Krylov [Thu, 30 Jun 2005 18:10:22 +0000 (18:10 +0000)] 
Implemented EM_GETLINECOUNT RichEdit message.

19 years agoFix some -Wsign-compare warnings.
Stefan Huehner [Thu, 30 Jun 2005 18:10:08 +0000 (18:10 +0000)] 
Fix some -Wsign-compare warnings.

19 years ago'.' is a valid char of tIDENT.
Jacek Caban [Thu, 30 Jun 2005 18:09:39 +0000 (18:09 +0000)] 
'.' is a valid char of tIDENT.

19 years agoImprove the winedbg usage.
Francois Gouget [Thu, 30 Jun 2005 18:09:15 +0000 (18:09 +0000)] 
Improve the winedbg usage.

19 years agoRemove unneeded casts.
Francois Gouget [Thu, 30 Jun 2005 18:09:00 +0000 (18:09 +0000)] 
Remove unneeded casts.

19 years agoTest the behavior of CreateDirectory() when it has one or two trailing
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.

19 years agoUpdate win32.api to match current sources.
Francois Gouget [Thu, 30 Jun 2005 18:08:25 +0000 (18:08 +0000)] 
Update win32.api to match current sources.

19 years agoFixed winebuild operation in Darwin.
Phil Krylov [Thu, 30 Jun 2005 11:00:28 +0000 (11:00 +0000)] 
Fixed winebuild operation in Darwin.

19 years agoRegister unixfs at desktop level in DllRegisterServer.
Michael Jung [Thu, 30 Jun 2005 11:00:03 +0000 (11:00 +0000)] 
Register unixfs at desktop level in DllRegisterServer.

19 years agoFix two more corner cases in UNIXFS_get_unix_path and UNIXFS_path_to_pidl.
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.

19 years agoMove to the next mask edit field when the current one becomes full.
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.

19 years agoAdd more missing OIDs.
Juan Lang [Thu, 30 Jun 2005 10:24:31 +0000 (10:24 +0000)] 
Add more missing OIDs.

19 years agoPrepare for adding new tests.
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.

19 years agoImplemented res protocol.
Jacek Caban [Thu, 30 Jun 2005 10:21:58 +0000 (10:21 +0000)] 
Implemented res protocol.

19 years agoMake the tab order in msi dialogs right.
Mike McCormack [Thu, 30 Jun 2005 10:20:40 +0000 (10:20 +0000)] 
Make the tab order in msi dialogs right.

19 years agoAvoid unused variable warnings in CDROM_ScsiPassThroughDir() and
Gerald Pfeifer [Thu, 30 Jun 2005 10:19:26 +0000 (10:19 +0000)] 
Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and
CDROM_ScsiPassThrough().

19 years agoRepaired extraction of icons when config file is missing.
Sven Paschukat [Thu, 30 Jun 2005 10:17:57 +0000 (10:17 +0000)] 
Repaired extraction of icons when config file is missing.

19 years agoAdd stubs for some InternetSetOption options.
Robert Shearman [Thu, 30 Jun 2005 10:13:50 +0000 (10:13 +0000)] 
Add stubs for some InternetSetOption options.

19 years agoReplace configure macros by explicit platform checks (probably not
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).

19 years agoRename OLEAUT32_Dll* Functions to Dll*.
Robert Shearman [Wed, 29 Jun 2005 20:16:41 +0000 (20:16 +0000)] 
Rename OLEAUT32_Dll* Functions to Dll*.

19 years ago- Conversions between variants types of the same size should ignore
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.

19 years agoAdd a generic TYPEDESC VT to VARIANT VT mapper so we can use the
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.

19 years ago- Fix calculation of generic pointers.
James Hawkins [Wed, 29 Jun 2005 20:14:16 +0000 (20:14 +0000)] 
- Fix calculation of generic pointers.
- Minor cleanups.

19 years agoSync comments with configuration location changes.
Vitaliy Margolen [Wed, 29 Jun 2005 20:14:03 +0000 (20:14 +0000)] 
Sync comments with configuration location changes.

19 years agoMake the clipboard information local to the process window station.
Alexandre Julliard [Wed, 29 Jun 2005 20:13:36 +0000 (20:13 +0000)] 
Make the clipboard information local to the process window station.

19 years agoClear the process handle table before releasing it to avoid potential
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.

19 years agoDelay OpenGL and GDI initialization until they are needed.
Alexandre Julliard [Wed, 29 Jun 2005 19:28:06 +0000 (19:28 +0000)] 
Delay OpenGL and GDI initialization until they are needed.

19 years agoGet rid of the old config conversion code.
Alexandre Julliard [Wed, 29 Jun 2005 19:22:02 +0000 (19:22 +0000)] 
Get rid of the old config conversion code.

19 years agoImplementation for EM_GETTEXTEX.
Aric Stewart [Wed, 29 Jun 2005 19:21:34 +0000 (19:21 +0000)] 
Implementation for EM_GETTEXTEX.

19 years agoAdded defines for XMLDOM stuff.
Vijay Kiran Kamuju [Wed, 29 Jun 2005 19:21:01 +0000 (19:21 +0000)] 
Added defines for XMLDOM stuff.

19 years agoHandle installs off multiple volumes and properly pull the prompt
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.

19 years agoFix GCC4 warning.
Mike Hearn [Wed, 29 Jun 2005 19:18:54 +0000 (19:18 +0000)] 
Fix GCC4 warning.

19 years agoUpdate the import table code to eliminate a few magic constants.
Huw Davies [Wed, 29 Jun 2005 19:18:41 +0000 (19:18 +0000)] 
Update the import table code to eliminate a few magic constants.

19 years agoCope with the index in a import table entry being a typeinfo index
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.

19 years agoSupport for big-endian systems.
Gerold Jens Wucherpfennig [Wed, 29 Jun 2005 11:19:47 +0000 (11:19 +0000)] 
Support for big-endian systems.

19 years agoAvoid compiler warning in AddEntryToList().
Gerald Pfeifer [Wed, 29 Jun 2005 11:17:42 +0000 (11:17 +0000)] 
Avoid compiler warning in AddEntryToList().

19 years agoIf the unixfs is rooted at the Desktop folder, forward
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.

19 years agoAdd basetyps.h based on the public domain mingw header by Anders
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.

19 years agoCorrect some OIDs.
Paul Vriens [Wed, 29 Jun 2005 11:01:13 +0000 (11:01 +0000)] 
Correct some OIDs.

19 years agoILFree is not available on all versions.
Vitaliy Margolen [Wed, 29 Jun 2005 11:00:59 +0000 (11:00 +0000)] 
ILFree is not available on all versions.

19 years agoA workaround for missing struct request_sense on FreeBSD.
Dmitry Timoshkov [Wed, 29 Jun 2005 11:00:44 +0000 (11:00 +0000)] 
A workaround for missing struct request_sense on FreeBSD.

19 years ago- fix decoding of long-form data lengths
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

19 years agoAdded mshtml test.
Jacek Caban [Wed, 29 Jun 2005 11:00:09 +0000 (11:00 +0000)] 
Added mshtml test.

19 years agoRun make clean in the winapi subdir too.
Alexandre Julliard [Tue, 28 Jun 2005 19:38:55 +0000 (19:38 +0000)] 
Run make clean in the winapi subdir too.

19 years agoKeep track of the windows and hooks used by a thread to properly
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.

19 years agoFix declarations.
Mike McCormack [Tue, 28 Jun 2005 19:19:07 +0000 (19:19 +0000)] 
Fix declarations.

19 years agoThe samples subdirectory no longer exists.
Alexandre Julliard [Tue, 28 Jun 2005 19:16:08 +0000 (19:16 +0000)] 
The samples subdirectory no longer exists.

19 years agoFixed HKLM/HKCU mixup for the external fonts key.
Alexandre Julliard [Tue, 28 Jun 2005 19:15:17 +0000 (19:15 +0000)] 
Fixed HKLM/HKCU mixup for the external fonts key.

19 years agoRelocate the msi file to prevent cd locking, corrected to properly not
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.

19 years agoDon't expand MyComputer in the file dialogs without user interaction,
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.

19 years ago- Add an audio configure button with code to display the selected
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.

19 years agoFixed a comment about EM_STREAMIN.
Phil Krylov [Tue, 28 Jun 2005 19:12:32 +0000 (19:12 +0000)] 
Fixed a comment about EM_STREAMIN.

19 years agoRelease 20050628. wine-20050628
Alexandre Julliard [Tue, 28 Jun 2005 14:39:19 +0000 (14:39 +0000)] 
Release 20050628.

19 years agoGet rid of the sample configuration file.
Alexandre Julliard [Tue, 28 Jun 2005 13:55:21 +0000 (13:55 +0000)] 
Get rid of the sample configuration file.

19 years agoMoved spooler configuration to HKCU\Software\Wine\Printing\Spooler.
Alexandre Julliard [Tue, 28 Jun 2005 13:55:02 +0000 (13:55 +0000)] 
Moved spooler configuration to HKCU\Software\Wine\Printing\Spooler.

19 years agoAdd comments describing the first DWORD in an import table entry.
Huw Davies [Tue, 28 Jun 2005 13:52:23 +0000 (13:52 +0000)] 
Add comments describing the first DWORD in an import table entry.

19 years agoMark as todo a couple of tests that currently fail.
Alexandre Julliard [Tue, 28 Jun 2005 13:52:01 +0000 (13:52 +0000)] 
Mark as todo a couple of tests that currently fail.

19 years agoImplemented EM_GETTEXTLENGTHEX RichEdit message.
Phil Krylov [Tue, 28 Jun 2005 13:51:32 +0000 (13:51 +0000)] 
Implemented EM_GETTEXTLENGTHEX RichEdit message.

19 years agoMoved ppd file configuration to HKCU\Software\Wine\Printing\PPD Files.
Alexandre Julliard [Tue, 28 Jun 2005 13:51:14 +0000 (13:51 +0000)] 
Moved ppd file configuration to HKCU\Software\Wine\Printing\PPD Files.

19 years agoForward RtlAddAccess* to add_access_ace.
James Hawkins [Tue, 28 Jun 2005 10:54:29 +0000 (10:54 +0000)] 
Forward RtlAddAccess* to add_access_ace.

19 years agoAdd some missing types to win32.api.
James Hawkins [Tue, 28 Jun 2005 10:54:18 +0000 (10:54 +0000)] 
Add some missing types to win32.api.

19 years ago- VarCmp: handle comparision of VT_EMPTY with an integer
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

19 years agoAdded stub implementation of IOleInPlaceObjectWindowless.
Jacek Caban [Tue, 28 Jun 2005 10:53:42 +0000 (10:53 +0000)] 
Added stub implementation of IOleInPlaceObjectWindowless.

19 years agoDeclare some Nt* functions.
Mike McCormack [Tue, 28 Jun 2005 10:53:24 +0000 (10:53 +0000)] 
Declare some Nt* functions.

19 years agoGet rid of the WaveMapper and MidiMapper options, the defaults should
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.

19 years agoAdded test cases. However most added tests need a loopback plug and
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.

19 years agoTest ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
Robert Shearman [Mon, 27 Jun 2005 19:48:35 +0000 (19:48 +0000)] 
Test ACCESS_SYSTEM_SECURITY AccessCheck behaviour.

19 years ago- use exception handling in encoding
Juan Lang [Mon, 27 Jun 2005 19:48:24 +0000 (19:48 +0000)] 
- use exception handling in encoding
- consolidate integer encoders

19 years agoAdded blank.htm.
Jacek Caban [Mon, 27 Jun 2005 19:48:04 +0000 (19:48 +0000)] 
Added blank.htm.

19 years agoRewrote the psapi test suite.
Felix Nawothnig [Mon, 27 Jun 2005 19:47:48 +0000 (19:47 +0000)] 
Rewrote the psapi test suite.

19 years agoReplaced all uses of the __ASM_NAME macro by the asm_name function to
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.

19 years agoMoved AFM dirs configuration to a single AFMPath key under
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.

19 years agoMoved port configuration to HKCU\Software\Wine\VDM\ppdev.
Alexandre Julliard [Mon, 27 Jun 2005 18:48:24 +0000 (18:48 +0000)] 
Moved port configuration to HKCU\Software\Wine\VDM\ppdev.

19 years agoMoved I/O port configuration to HKCU\Software\Wine\VDM\Ports.
Alexandre Julliard [Mon, 27 Jun 2005 18:47:53 +0000 (18:47 +0000)] 
Moved I/O port configuration to HKCU\Software\Wine\VDM\Ports.

19 years agoFix the BrowseForFolder dialog so that when it does the callbacks it
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.

19 years agoPrecisely compute the necessary pidl length in UNIXFS_path_to_pidl.
Michael Jung [Mon, 27 Jun 2005 18:46:36 +0000 (18:46 +0000)] 
Precisely compute the necessary pidl length in UNIXFS_path_to_pidl.

19 years agoRepaint the area behind the "transparent" text control when it
Mike McCormack [Mon, 27 Jun 2005 18:46:22 +0000 (18:46 +0000)] 
Repaint the area behind the "transparent" text control when it
changes.

19 years agoAdd a check for sg_io_hdr_t and (not tested) check for scsireq_t
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.

19 years agoExport DllMain as native does.
Jacek Caban [Mon, 27 Jun 2005 12:04:09 +0000 (12:04 +0000)] 
Export DllMain as native does.

19 years agoImplemented OpenThread on top of NtOpenThread.
Eric Pouech [Mon, 27 Jun 2005 12:03:56 +0000 (12:03 +0000)] 
Implemented OpenThread on top of NtOpenThread.

19 years agoBeginnings of an infrastructure to allow specifying the target CPU and
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.

19 years agoAdded tests.
Jacek Caban [Mon, 27 Jun 2005 11:19:49 +0000 (11:19 +0000)] 
Added tests.

19 years agoImplemented OpenProcess on top of NtOpenProcess.
Eric Pouech [Mon, 27 Jun 2005 11:12:11 +0000 (11:12 +0000)] 
Implemented OpenProcess on top of NtOpenProcess.

19 years agoChanges stub to FIXME for GetGlobalFontLinkObject.
Vitaly Lipatov [Mon, 27 Jun 2005 11:10:16 +0000 (11:10 +0000)] 
Changes stub to FIXME for GetGlobalFontLinkObject.

19 years agoReport a todo and skip DIB tests when they fail at a non-truecolor
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.

19 years agoAdd pointer types for token structures.
Mike McCormack [Mon, 27 Jun 2005 11:09:42 +0000 (11:09 +0000)] 
Add pointer types for token structures.

19 years agoFix some -Wstrict-prototypes warnings.
Stefan Huehner [Mon, 27 Jun 2005 09:57:28 +0000 (09:57 +0000)] 
Fix some -Wstrict-prototypes warnings.

19 years ago- OpenConsole: try to open the Unix console if we fail with wineserver
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

19 years agoConst correctness fixes.
Eric Pouech [Mon, 27 Jun 2005 09:53:46 +0000 (09:53 +0000)] 
Const correctness fixes.

19 years agoAdded stub implementation of about and res protocols.
Jacek Caban [Mon, 27 Jun 2005 09:50:56 +0000 (09:50 +0000)] 
Added stub implementation of about and res protocols.

19 years agoDefine KAFFINITY.
Mike McCormack [Mon, 27 Jun 2005 09:49:56 +0000 (09:49 +0000)] 
Define KAFFINITY.