wine
22 years agoBetter behavior of PlaySound (error handling, synchronization).
Eric Pouech [Sun, 12 May 2002 03:10:26 +0000 (03:10 +0000)] 
Better behavior of PlaySound (error handling, synchronization).
Removed some unnecessary tests about windows handles.

22 years agoAdded -res option to specify resources on winebuild command-line.
Alexandre Julliard [Sat, 11 May 2002 23:06:32 +0000 (23:06 +0000)] 
Added -res option to specify resources on winebuild command-line.
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.

22 years agoLet MCI drivers support the session instance loading mechanism (NULL
Eric Pouech [Sat, 11 May 2002 23:02:55 +0000 (23:02 +0000)] 
Let MCI drivers support the session instance loading mechanism (NULL
lParam2 in MCI_OPEN).

22 years agoFixed typos; added standard CATID_'s.
John K. Hohm [Sat, 11 May 2002 23:01:40 +0000 (23:01 +0000)] 
Fixed typos; added standard CATID_'s.

22 years agoWhen using MapSL, 32-bit addresses are no longer truncated into 16-bit
Jukka Heinonen [Sat, 11 May 2002 23:01:12 +0000 (23:01 +0000)] 
When using MapSL, 32-bit addresses are no longer truncated into 16-bit
addresses.

22 years agoRawModeSwitch can now be used to return DPMI application back to
Jukka Heinonen [Sat, 11 May 2002 23:00:45 +0000 (23:00 +0000)] 
RawModeSwitch can now be used to return DPMI application back to
protected mode.

22 years agoAvoid deadlock in VGA_DoSetMode.
Christian Costa [Sat, 11 May 2002 23:00:17 +0000 (23:00 +0000)] 
Avoid deadlock in VGA_DoSetMode.

22 years agoMake PROFILE_GetString account for default value in all cases.
Andreas Mohr [Sat, 11 May 2002 22:59:41 +0000 (22:59 +0000)] 
Make PROFILE_GetString account for default value in all cases.

22 years agoAllowed options to be put between mode keyword and main argument.
Eric Pouech [Sat, 11 May 2002 22:58:57 +0000 (22:58 +0000)] 
Allowed options to be put between mode keyword and main argument.

22 years agoMoved session instance loading to winmm.
Eric Pouech [Sat, 11 May 2002 22:58:23 +0000 (22:58 +0000)] 
Moved session instance loading to winmm.

22 years agoCreated an ACM IMA ADPCM codec.
Eric Pouech [Sat, 11 May 2002 22:57:40 +0000 (22:57 +0000)] 
Created an ACM IMA ADPCM codec.

22 years agoFixed bug in acmFormatTagEnumW.
Eric Pouech [Sat, 11 May 2002 22:56:13 +0000 (22:56 +0000)] 
Fixed bug in acmFormatTagEnumW.

22 years agoCreated session instance for installable drivers.
Eric Pouech [Sat, 11 May 2002 22:55:29 +0000 (22:55 +0000)] 
Created session instance for installable drivers.
Now properly freeing library upon driver exit.

22 years agoFixed FlushInstructionCache prototype.
Eric Pouech [Sat, 11 May 2002 22:54:46 +0000 (22:54 +0000)] 
Fixed FlushInstructionCache prototype.

22 years agoFixed missing wineconsole notification of title modification.
Eric Pouech [Sat, 11 May 2002 22:53:56 +0000 (22:53 +0000)] 
Fixed missing wineconsole notification of title modification.

22 years agoMake defines configurable at run-time.
Joris Beugnies [Sat, 11 May 2002 22:53:00 +0000 (22:53 +0000)] 
Make defines configurable at run-time.

22 years agoLock/unlock (and hence maybe coerce) DIBSections into GdiMod during
David Hammerton [Sat, 11 May 2002 22:51:34 +0000 (22:51 +0000)] 
Lock/unlock (and hence maybe coerce) DIBSections into GdiMod during
the SetDIBits and GetDIBits functions, before actually accessing the X
Pixmap.

22 years agoRelease 20020509. wine-20020509
Alexandre Julliard [Fri, 10 May 2002 03:14:24 +0000 (03:14 +0000)] 
Release 20020509.

22 years agoBuild an explicit argument structure for mmap instead of relying on
Alexandre Julliard [Fri, 10 May 2002 01:46:15 +0000 (01:46 +0000)] 
Build an explicit argument structure for mmap instead of relying on
the stack layout.

22 years agoDetect snprintf && _snprintf, use _snprintf on stupid platforms
Steven Edwards [Fri, 10 May 2002 01:33:40 +0000 (01:33 +0000)] 
Detect snprintf && _snprintf, use _snprintf on stupid platforms
(windows).

22 years agoRemoved extra return statement.
Alexandre Julliard [Fri, 10 May 2002 01:10:04 +0000 (01:10 +0000)] 
Removed extra return statement.

22 years agoAdded some #ifdefs HAVE_X11_XLIB_H where appropriate.
Alexandre Julliard [Fri, 10 May 2002 01:08:56 +0000 (01:08 +0000)] 
Added some #ifdefs HAVE_X11_XLIB_H where appropriate.

22 years agoFixed some winehq.com URLs.
Alexandre Julliard [Thu, 9 May 2002 20:37:26 +0000 (20:37 +0000)] 
Fixed some winehq.com URLs.

22 years agoCorrected RtlConvertSidToUnicodeString, stub for VerSetConditionMask.
Juergen Schmied [Thu, 9 May 2002 20:30:52 +0000 (20:30 +0000)] 
Corrected RtlConvertSidToUnicodeString, stub for VerSetConditionMask.

22 years agoAdded some more tests.
Jakob Eriksson [Thu, 9 May 2002 20:29:15 +0000 (20:29 +0000)] 
Added some more tests.

22 years agoAdded definitions for the Component Categories Manager.
John K. Hohm [Thu, 9 May 2002 19:49:14 +0000 (19:49 +0000)] 
Added definitions for the Component Categories Manager.

22 years agoAdded some tests.
Juergen Schmied [Thu, 9 May 2002 19:48:07 +0000 (19:48 +0000)] 
Added some tests.

22 years agoReimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetPathA/W.
Juergen Schmied [Thu, 9 May 2002 19:43:44 +0000 (19:43 +0000)] 
Reimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetPathA/W.

22 years agoMoving the pidl debug functions to a separate file and made them self
Juergen Schmied [Thu, 9 May 2002 19:42:07 +0000 (19:42 +0000)] 
Moving the pidl debug functions to a separate file and made them self
contained. This prevents useless trace messages generated from the
debug functions themselves.

22 years agoTypes and partial implementation for NtQueryVolumeInformationFile.
Juergen Schmied [Thu, 9 May 2002 19:40:30 +0000 (19:40 +0000)] 
Types and partial implementation for NtQueryVolumeInformationFile.

22 years agoMake use of access mask MAXIMUM_ALLOWED possible.
Juergen Schmied [Thu, 9 May 2002 19:39:10 +0000 (19:39 +0000)] 
Make use of access mask MAXIMUM_ALLOWED possible.

22 years agoUse only winapi functions in _convert_winnt_registry_to_wine_format.
Juergen Schmied [Thu, 9 May 2002 19:38:06 +0000 (19:38 +0000)] 
Use only winapi functions in _convert_winnt_registry_to_wine_format.

22 years agoStub for VerifyVersionInfoW.
Juergen Schmied [Thu, 9 May 2002 19:36:28 +0000 (19:36 +0000)] 
Stub for VerifyVersionInfoW.

22 years agoUse long names, not 8.3 names in environment.
Juergen Schmied [Thu, 9 May 2002 19:35:22 +0000 (19:35 +0000)] 
Use long names, not 8.3 names in environment.

22 years agoAdded mkinstalldirs to create directories more portably.
Alexandre Julliard [Thu, 9 May 2002 04:31:39 +0000 (04:31 +0000)] 
Added mkinstalldirs to create directories more portably.

22 years agoAdded ExtSelectClipRgn to the DC interface and implemented it for
Alexandre Julliard [Thu, 9 May 2002 04:03:46 +0000 (04:03 +0000)] 
Added ExtSelectClipRgn to the DC interface and implemented it for
standard and enhanced metafiles.

22 years agoUpdated to the latest version.
Alexandre Julliard [Thu, 9 May 2002 01:51:04 +0000 (01:51 +0000)] 
Updated to the latest version.

22 years agoThere's no need to check for dlopen on cygwin.
Alexandre Julliard [Thu, 9 May 2002 01:49:54 +0000 (01:49 +0000)] 
There's no need to check for dlopen on cygwin.

22 years agoDisabled catching of mouse move events when not over menu.
Rizsanyi Zsolt [Thu, 9 May 2002 01:14:35 +0000 (01:14 +0000)] 
Disabled catching of mouse move events when not over menu.
Changed MENU_SelectItem allow EndMenu to deselect the selected menu.

22 years agoMoved imports specification from the .spec into the Makefile so that
Alexandre Julliard [Thu, 9 May 2002 00:05:48 +0000 (00:05 +0000)] 
Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.

22 years agoFix the Win31 style file dialog box.
Bill Medland [Wed, 8 May 2002 23:15:38 +0000 (23:15 +0000)] 
Fix the Win31 style file dialog box.
- If there is no filter don't put a blank one in; it doesn't
  work (leave it NULL).
- Correctly figure out which is the current drive in the combo box.
- Add FIXME for the variable "initial dir" handling.

22 years agoDirect bug reports to Wine bugzilla. Some other minor documentation
Andriy Palamarchuk [Wed, 8 May 2002 23:14:19 +0000 (23:14 +0000)] 
Direct bug reports to Wine bugzilla. Some other minor documentation
changes.

22 years agoDon't need to reference external errno since non-reentrant Xlib is no
Alexandre Julliard [Wed, 8 May 2002 00:41:43 +0000 (00:41 +0000)] 
Don't need to reference external errno since non-reentrant Xlib is no
longer supported.

22 years agoRun make test for all programs by default.
Alexandre Julliard [Wed, 8 May 2002 00:36:10 +0000 (00:36 +0000)] 
Run make test for all programs by default.

22 years agoFix handling of unix absolute paths in DOSFS_GetFullName and
Michael Wetherell [Wed, 8 May 2002 00:29:17 +0000 (00:29 +0000)] 
Fix handling of unix absolute paths in DOSFS_GetFullName and
GetShortPathNameA.
Handle '..' in paths in DRIVE_FindDriveRoot.

22 years agoReplace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16
Andreas Mohr [Wed, 8 May 2002 00:20:40 +0000 (00:20 +0000)] 
Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16
selector calls.

22 years ago- Make possible to diff registry information that contains
Raul Dias [Wed, 8 May 2002 00:17:11 +0000 (00:17 +0000)] 
- Make possible to diff registry information that contains
  timestamps.
- Create safe temp files in /tmp.

22 years agoFixed dll check for cygwin.
Alexandre Julliard [Tue, 7 May 2002 18:33:47 +0000 (18:33 +0000)] 
Fixed dll check for cygwin.

22 years agoAdded NULL pointer check in CallWindowProc16.
Stefan Leichter [Tue, 7 May 2002 18:31:10 +0000 (18:31 +0000)] 
Added NULL pointer check in CallWindowProc16.

22 years agoFixed vis region handling broken by last change.
Alexandre Julliard [Tue, 7 May 2002 18:30:19 +0000 (18:30 +0000)] 
Fixed vis region handling broken by last change.

22 years agoAdded support for DPMI RawModeSwitch.
Jukka Heinonen [Tue, 7 May 2002 17:59:10 +0000 (17:59 +0000)] 
Added support for DPMI RawModeSwitch.

22 years agoMoved parts of the DC initialisation and bitmap selection out of the
Alexandre Julliard [Tue, 7 May 2002 02:08:46 +0000 (02:08 +0000)] 
Moved parts of the DC initialisation and bitmap selection out of the
drivers into the common code.

22 years agoReplace DOSFS_GetFullName with wine_get_unix_file_name.
Andreas Mohr [Tue, 7 May 2002 01:53:51 +0000 (01:53 +0000)] 
Replace DOSFS_GetFullName with wine_get_unix_file_name.

22 years agoCap window sizes at 65535.
Michael Cardenas [Tue, 7 May 2002 01:52:15 +0000 (01:52 +0000)] 
Cap window sizes at 65535.

22 years agoAdded check for sys/sysctl.h.
Alexandre Julliard [Tue, 7 May 2002 01:51:30 +0000 (01:51 +0000)] 
Added check for sys/sysctl.h.

22 years agoSupport for getting memory size on FreeBSD.
Olivier Houchard [Tue, 7 May 2002 01:50:02 +0000 (01:50 +0000)] 
Support for getting memory size on FreeBSD.

22 years agoHack to make SetEventNotification work.
Olivier Houchard [Tue, 7 May 2002 01:49:19 +0000 (01:49 +0000)] 
Hack to make SetEventNotification work.

22 years agoFixed handling of GetLongPathNameA.
Alexandre Julliard [Mon, 6 May 2002 20:13:16 +0000 (20:13 +0000)] 
Fixed handling of GetLongPathNameA.

22 years agoTests for _lcreat,_llseek and _llopen added.
Jakob Eriksson [Mon, 6 May 2002 20:12:55 +0000 (20:12 +0000)] 
Tests for _lcreat,_llseek and _llopen added.

22 years agoSmall hack to make InstallShield v6 work better.
Marcus Meissner [Mon, 6 May 2002 20:12:32 +0000 (20:12 +0000)] 
Small hack to make InstallShield v6 work better.

22 years agoBSTRs can be NULL, handle them seperately.
Marcus Meissner [Mon, 6 May 2002 20:12:11 +0000 (20:12 +0000)] 
BSTRs can be NULL, handle them seperately.

22 years agoAdded implementation of GetWindowInfo.
David Hammerton [Mon, 6 May 2002 20:11:18 +0000 (20:11 +0000)] 
Added implementation of GetWindowInfo.

22 years agoUpdate of DEVELOPERS-HINTS to reflect the current state of Wine.
Sylvain Petreolle [Mon, 6 May 2002 20:08:43 +0000 (20:08 +0000)] 
Update of DEVELOPERS-HINTS to reflect the current state of Wine.

22 years agoDOSVM now exports DPMI Raw Mode Switch routine.
Jukka Heinonen [Sun, 5 May 2002 21:06:51 +0000 (21:06 +0000)] 
DOSVM now exports DPMI Raw Mode Switch routine.

22 years agoCheck for and use chsize instead of ftruncate if present.
Steven Edwards [Sun, 5 May 2002 21:03:44 +0000 (21:03 +0000)] 
Check for and use chsize instead of ftruncate if present.

22 years agoEnsure correct full path returned when GetFullPathName supplied a path
Jason Edmeades [Sun, 5 May 2002 21:01:43 +0000 (21:01 +0000)] 
Ensure correct full path returned when GetFullPathName supplied a path
relative from the root of the drive 'eg '\windows\system'.

22 years agoUtility to convert between Unix and Windows paths at the command
Mike Wetherell [Sun, 5 May 2002 20:31:54 +0000 (20:31 +0000)] 
Utility to convert between Unix and Windows paths at the command
line.

22 years agoImplement NetBIOS resolution for UNC pathnames.
Mike McCormack [Sun, 5 May 2002 20:29:15 +0000 (20:29 +0000)] 
Implement NetBIOS resolution for UNC pathnames.

22 years agoTerminating DOS program in real mode now calls ExitThread which is
Jukka Heinonen [Sun, 5 May 2002 20:22:39 +0000 (20:22 +0000)] 
Terminating DOS program in real mode now calls ExitThread which is
exactly what terminating in protected mode does.

22 years agoReal mode interrupt handler now handles interrupt 21 function 0C.
Jukka Heinonen [Sun, 5 May 2002 20:22:06 +0000 (20:22 +0000)] 
Real mode interrupt handler now handles interrupt 21 function 0C.

22 years agoRemoved more code at Hidenori's request.
Alexandre Julliard [Sun, 5 May 2002 19:40:57 +0000 (19:40 +0000)] 
Removed more code at Hidenori's request.

22 years agoUpdated documentation, mostly improving bugs handling. Direct users to
Andriy Palamarchuk [Sat, 4 May 2002 18:41:27 +0000 (18:41 +0000)] 
Updated documentation, mostly improving bugs handling. Direct users to
Bugzilla.

22 years agoMS C related changes.
Patrik Stridvall [Sat, 4 May 2002 18:37:08 +0000 (18:37 +0000)] 
MS C related changes.

22 years agoIn initial dibsection creation, the dibsection should always be in
David Hammerton [Sat, 4 May 2002 18:32:48 +0000 (18:32 +0000)] 
In initial dibsection creation, the dibsection should always be in
appmod because the app memory is initialized to zero if no
offset/section is specified, while the DIBitmap is not.

22 years agoMade wineinstall to create symbolic links to Wine applications in fake
Andriy Palamarchuk [Sat, 4 May 2002 18:31:24 +0000 (18:31 +0000)] 
Made wineinstall to create symbolic links to Wine applications in fake
Windows folders. Replaced usage of obsolete regapi with regedit.

22 years agoFixed a problem when regedit interpreted file names, starting from '/'
Andriy Palamarchuk [Sat, 4 May 2002 18:30:27 +0000 (18:30 +0000)] 
Fixed a problem when regedit interpreted file names, starting from '/'
as switches.

22 years agoAdd support for the 'title' command.
Jason Edmeades [Sat, 4 May 2002 18:29:31 +0000 (18:29 +0000)] 
Add support for the 'title' command.

22 years agoFindClose: protect the GlobalLock for pagefaults too.
Marcus Meissner [Sat, 4 May 2002 18:28:36 +0000 (18:28 +0000)] 
FindClose: protect the GlobalLock for pagefaults too.

22 years agoSolve alignment problems by converting bitmap headers *after* they
Warren Baird [Sat, 4 May 2002 18:26:34 +0000 (18:26 +0000)] 
Solve alignment problems by converting bitmap headers *after* they
have been copied into an aligned location, and then copying the
converted header back over the original header.

22 years agoDetect and warn about buggy versions of libXrender.
Huw D M Davies [Sat, 4 May 2002 18:25:43 +0000 (18:25 +0000)] 
Detect and warn about buggy versions of libXrender.

22 years agoCleaned up some inter-dll dependencies in palette management.
Alexandre Julliard [Thu, 2 May 2002 21:49:50 +0000 (21:49 +0000)] 
Cleaned up some inter-dll dependencies in palette management.

22 years agoChanged bug report address.
Dustin Navea [Thu, 2 May 2002 21:36:38 +0000 (21:36 +0000)] 
Changed bug report address.

22 years agoMoved drawing of owner-drawn parts to after the background and edge.
Bill Medland [Thu, 2 May 2002 21:35:50 +0000 (21:35 +0000)] 
Moved drawing of owner-drawn parts to after the background and edge.
Also added some indentation to the code.

22 years agoTOOLTIPS_GetTipText: Accept null module instance, Loadstring can
Christian Costa [Thu, 2 May 2002 21:35:23 +0000 (21:35 +0000)] 
TOOLTIPS_GetTipText: Accept null module instance, Loadstring can
handle it.

22 years agoInstall more of the Winelib programs by default (based on a patch by
Alexandre Julliard [Thu, 2 May 2002 01:42:01 +0000 (01:42 +0000)] 
Install more of the Winelib programs by default (based on a patch by
Andriy Palamarchuk).

22 years agoDo not install hlp2sgml.
Andriy Palamarchuk [Thu, 2 May 2002 01:40:34 +0000 (01:40 +0000)] 
Do not install hlp2sgml.

22 years agoRemoved some direct accesses to the DC structure.
Alexandre Julliard [Thu, 2 May 2002 01:39:48 +0000 (01:39 +0000)] 
Removed some direct accesses to the DC structure.

22 years agoCommented out removed headers.
Alexandre Julliard [Thu, 2 May 2002 01:30:30 +0000 (01:30 +0000)] 
Commented out removed headers.

22 years agoRemoved a bunch of multimedia code at Hidenori's request.
Alexandre Julliard [Thu, 2 May 2002 01:29:18 +0000 (01:29 +0000)] 
Removed a bunch of multimedia code at Hidenori's request.

22 years agoRewrote some headers from scratch to avoid EULA/patent concerns.
Alexandre Julliard [Thu, 2 May 2002 01:22:00 +0000 (01:22 +0000)] 
Rewrote some headers from scratch to avoid EULA/patent concerns.

22 years agoImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
Rizsanyi Zsolt [Wed, 1 May 2002 22:25:41 +0000 (22:25 +0000)] 
Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
(only on linux).
Initialize registry under HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/Scsi.
Added IOCTL_CDROM_MEDIA_REMOVAL support.

22 years agoFixed NtQueryInformationProcess to return correct information and
Laurent Pinchart [Wed, 1 May 2002 22:02:02 +0000 (22:02 +0000)] 
Fixed NtQueryInformationProcess to return correct information and
error code for ProcessDebugPort when no debugger is attached.

22 years agoImplementation of IOCTL_SCSI_PASS_THROUGH and
Laurent Pinchart [Wed, 1 May 2002 22:01:30 +0000 (22:01 +0000)] 
Implementation of IOCTL_SCSI_PASS_THROUGH and
IOCTL_SCSI_PASS_THROUGH_DIRECT.

22 years agoAttempt at fixing MAX_PATH issues for mingw.
Alexandre Julliard [Wed, 1 May 2002 18:13:18 +0000 (18:13 +0000)] 
Attempt at fixing MAX_PATH issues for mingw.

22 years agoFixed quoting of KDE desktop entry.
Michael Cardenas [Wed, 1 May 2002 18:05:57 +0000 (18:05 +0000)] 
Fixed quoting of KDE desktop entry.

22 years agoDirectSoundEnumerateA() now passes a GUID to the callback if the first
Johan Gill [Wed, 1 May 2002 18:05:30 +0000 (18:05 +0000)] 
DirectSoundEnumerateA() now passes a GUID to the callback if the first
call returned TRUE.

22 years agoCorrect behaviour of DEL key back to deleting the current character.
Jason Edmeades [Wed, 1 May 2002 18:04:36 +0000 (18:04 +0000)] 
Correct behaviour of DEL key back to deleting the current character.

22 years agoWhen DOS program executes another DOS program, command line is now
Jukka Heinonen [Wed, 1 May 2002 18:04:11 +0000 (18:04 +0000)] 
When DOS program executes another DOS program, command line is now
passed correctly. If DOS command line is too long, command line is now
truncated instead of letting it trash memory.

22 years ago- Added f8 (history retrieval from partial command) support
Jason Edmeades [Tue, 30 Apr 2002 21:17:34 +0000 (21:17 +0000)] 
- Added f8 (history retrieval from partial command) support
- Delete key deletes current character
- Ctrl + end deletes to end of line
- Ctrl + right stopped before the word itself

22 years agoMoved remaining files in windows/x11drv to dlls/x11drv.
Alexandre Julliard [Tue, 30 Apr 2002 21:16:39 +0000 (21:16 +0000)] 
Moved remaining files in windows/x11drv to dlls/x11drv.