wine
21 years agoTests for recent variant changes.
Jon Griffiths [Fri, 3 Oct 2003 04:34:34 +0000 (04:34 +0000)] 
Tests for recent variant changes.

21 years agoAdd support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
Pavel Roskin [Fri, 3 Oct 2003 04:33:25 +0000 (04:33 +0000)] 
Add support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
Fix device number for IDE CD-ROMs.  Return 0 for unsupported drives.

21 years agoAdded check for scsi/scsi_ioctl.h.
Pavel Roskin [Fri, 3 Oct 2003 04:31:49 +0000 (04:31 +0000)] 
Added check for scsi/scsi_ioctl.h.

21 years agoFixed msi spec file.
Mike McCormack [Fri, 3 Oct 2003 04:28:35 +0000 (04:28 +0000)] 
Fixed msi spec file.

21 years agoA couple of new functions have been added to the pthread_functions
Alexandre Julliard [Fri, 3 Oct 2003 03:39:29 +0000 (03:39 +0000)] 
A couple of new functions have been added to the pthread_functions
structure.

21 years agoWe only need to check for same process siblings in desktop mode for
Alexandre Julliard [Fri, 3 Oct 2003 03:38:05 +0000 (03:38 +0000)] 
We only need to check for same process siblings in desktop mode for
top-level windows.

21 years agoAdd VarParseNumFromStr()/VarNumFromParseNum(), use them for
Jon Griffiths [Fri, 3 Oct 2003 03:36:46 +0000 (03:36 +0000)] 
Add VarParseNumFromStr()/VarNumFromParseNum(), use them for
conversions.
VariantInit(): Only touch V_VT field.
VariantClear(): Support IRecordInfo, don't free null bstrs.
Add support for upcoming vtypes, remove dead code, docs.

21 years agoMinor fixes - Remove light debug statements, handle disabled specular
Jason Edmeades [Fri, 3 Oct 2003 03:35:53 +0000 (03:35 +0000)] 
Minor fixes - Remove light debug statements, handle disabled specular
material properly, release surfaces when debugging and clean up trace
a little.

21 years agoFixed warnings with gcc option "-Wwrite-strings".
Daniel Marmier [Fri, 3 Oct 2003 03:35:20 +0000 (03:35 +0000)] 
Fixed warnings with gcc option "-Wwrite-strings".

21 years agoThis is actually a /bin/sh script, /bin/bash is not needed.
Gerald Pfeifer [Fri, 3 Oct 2003 03:34:29 +0000 (03:34 +0000)] 
This is actually a /bin/sh script, /bin/bash is not needed.
Check whether the two input files exists instead of assuming they do.

21 years agoMake bin2res silent by default.
Dimitrie O. Paun [Fri, 3 Oct 2003 03:34:10 +0000 (03:34 +0000)] 
Make bin2res silent by default.

21 years agoAdded tmschema.h and some other theme defines.
Kevin Koltzau [Fri, 3 Oct 2003 03:33:15 +0000 (03:33 +0000)] 
Added tmschema.h and some other theme defines.

21 years agoImplemented GetCompressedFileSize[AW].
Pavel Roskin [Fri, 3 Oct 2003 03:31:46 +0000 (03:31 +0000)] 
Implemented GetCompressedFileSize[AW].

21 years agoAdded check for st_blocks in struct stat.
Pavel Roskin [Fri, 3 Oct 2003 03:28:40 +0000 (03:28 +0000)] 
Added check for st_blocks in struct stat.

21 years agoChanged LdrLoadDll to only search for the dll in the specified path,
Alexandre Julliard [Thu, 2 Oct 2003 04:58:49 +0000 (04:58 +0000)] 
Changed LdrLoadDll to only search for the dll in the specified path,
using ntdll functions.
Moved LOAD_WITH_ALTERED_SEARCH_PATH functionality to LoadLibraryEx
where it belongs.

21 years agoIn desktop mode, only move the window in Z-order relative to siblings
Alexandre Julliard [Thu, 2 Oct 2003 04:47:35 +0000 (04:47 +0000)] 
In desktop mode, only move the window in Z-order relative to siblings
belonging to the same process.

21 years agoHack to update ntdll current directory value in DRIVE_Chdir.
Alexandre Julliard [Thu, 2 Oct 2003 04:44:32 +0000 (04:44 +0000)] 
Hack to update ntdll current directory value in DRIVE_Chdir.

21 years agoFixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullPathName_U.
Alexandre Julliard [Thu, 2 Oct 2003 04:43:45 +0000 (04:43 +0000)] 
Fixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullPathName_U.
Make RtlDoesFileExists_U do something useful by calling CreateFileW
for now.

21 years agoMove the message sequences documented in documentation/gui into a unit
Dimitrie O. Paun [Thu, 2 Oct 2003 04:32:56 +0000 (04:32 +0000)] 
Move the message sequences documented in documentation/gui into a unit
test.

21 years agoRemoved obsolete TODO file.
Dimitrie O. Paun [Thu, 2 Oct 2003 04:31:21 +0000 (04:31 +0000)] 
Removed obsolete TODO file.

21 years agoSHDOCVW_118 (ShellDDEInit) is really a dynamic forward to SHELL32_188.
Rolf Kalbermatter [Thu, 2 Oct 2003 04:31:06 +0000 (04:31 +0000)] 
SHDOCVW_118 (ShellDDEInit) is really a dynamic forward to SHELL32_188.

21 years agoMoved definition of newly documented API SHRestricted() and the
Rolf Kalbermatter [Thu, 2 Oct 2003 04:30:46 +0000 (04:30 +0000)] 
Moved definition of newly documented API SHRestricted() and the
according policy definitions to shlobj.h.
Replace the policy numeric values with the new official defines and
change SHRestricted() to match the new documented prototype.

21 years agoCast time_t parameters to fprintf(...,"%l",...) to long.
Gerald Pfeifer [Thu, 2 Oct 2003 04:29:30 +0000 (04:29 +0000)] 
Cast time_t parameters to fprintf(...,"%l",...) to long.

21 years agoUpdated Finnish keyboard layout.
Salmela [Thu, 2 Oct 2003 04:28:57 +0000 (04:28 +0000)] 
Updated Finnish keyboard layout.

21 years agoRemove obsolete "status" directory from EXTRASUBDIRS.
Gerald Pfeifer [Thu, 2 Oct 2003 04:28:17 +0000 (04:28 +0000)] 
Remove obsolete "status" directory from EXTRASUBDIRS.

21 years agoAdded Dutch translation.
Hans Leidekker [Thu, 2 Oct 2003 04:27:45 +0000 (04:27 +0000)] 
Added Dutch translation.

21 years agoChange a MESSAGE about creating a directory to a TRACE.
Mike McCormack [Thu, 2 Oct 2003 04:27:21 +0000 (04:27 +0000)] 
Change a MESSAGE about creating a directory to a TRACE.

21 years agoIgnore window caption from PROPSHEETHEADER in wizards. Update window
Pavel Roskin [Thu, 2 Oct 2003 04:26:53 +0000 (04:26 +0000)] 
Ignore window caption from PROPSHEETHEADER in wizards.  Update window
caption when changing pages.

21 years agoAdd author list as with the other guides.
Dimitrie O. Paun [Thu, 2 Oct 2003 04:25:44 +0000 (04:25 +0000)] 
Add author list as with the other guides.
Small cleanups.

21 years agoTidy up the notes for the ODBC driver.
Dimitrie O. Paun [Thu, 2 Oct 2003 04:25:21 +0000 (04:25 +0000)] 
Tidy up the notes for the ODBC driver.

21 years agoAdded some missing defines.
Robert Reif [Thu, 2 Oct 2003 04:24:58 +0000 (04:24 +0000)] 
Added some missing defines.
Moved Wine only defines to not conflict.

21 years agoCast time_t to long for printing.
Gerald Pfeifer [Wed, 1 Oct 2003 03:32:16 +0000 (03:32 +0000)] 
Cast time_t to long for printing.

21 years agoDocumentation updates.
Jon Griffiths [Wed, 1 Oct 2003 03:20:21 +0000 (03:20 +0000)] 
Documentation updates.

21 years agoFix missing mem freeing on error path.
Michael Stefaniuc [Wed, 1 Oct 2003 03:14:29 +0000 (03:14 +0000)] 
Fix missing mem freeing on error path.

21 years agoTeach bin2res to deal with one file at a time.
Dimitrie O. Paun [Wed, 1 Oct 2003 03:13:31 +0000 (03:13 +0000)] 
Teach bin2res to deal with one file at a time.

21 years agoStubs for Get/SetUserGeoID().
Mike McCormack [Wed, 1 Oct 2003 03:12:02 +0000 (03:12 +0000)] 
Stubs for Get/SetUserGeoID().

21 years agoNew tests for shlwapi string and clsid functions.
Jon Griffiths [Wed, 1 Oct 2003 03:10:56 +0000 (03:10 +0000)] 
New tests for shlwapi string and clsid functions.

21 years agoAdd @405/406, document URL functions.
Jon Griffiths [Wed, 1 Oct 2003 03:10:42 +0000 (03:10 +0000)] 
Add @405/406, document URL functions.
Fix MLLoadLibraryW prototype.

21 years agoEnsure we generate for -noname ordinals documented as '@'.
Jon Griffiths [Wed, 1 Oct 2003 03:05:43 +0000 (03:05 +0000)] 
Ensure we generate for -noname ordinals documented as '@'.

21 years agoFixed some traces.
Robert Reif [Wed, 1 Oct 2003 03:05:25 +0000 (03:05 +0000)] 
Fixed some traces.
Fixed spec file to match Microsoft dll.

21 years agoMake it possible to close the "About Wine" dialog by pressing Escape.
Pavel Roskin [Wed, 1 Oct 2003 03:04:51 +0000 (03:04 +0000)] 
Make it possible to close the "About Wine" dialog by pressing Escape.

21 years agoDutch translation of clock and cmdlgtst.
Hans Leidekker [Wed, 1 Oct 2003 03:04:32 +0000 (03:04 +0000)] 
Dutch translation of clock and cmdlgtst.

21 years agoCorrectly set openfilename.lStructSize before calling
Pavel Roskin [Wed, 1 Oct 2003 03:04:14 +0000 (03:04 +0000)] 
Correctly set openfilename.lStructSize before calling
GetOpenFileName().

21 years agoStore module names in Unicode in the server.
Alexandre Julliard [Tue, 30 Sep 2003 01:04:19 +0000 (01:04 +0000)] 
Store module names in Unicode in the server.

21 years agoUse #ifdef instead of #if for all feature tests.
Daniel Marmier [Tue, 30 Sep 2003 00:33:47 +0000 (00:33 +0000)] 
Use #ifdef instead of #if for all feature tests.
Check that _MSC_VER is defined before using it.

21 years ago- Add more logging to resolution changes and queries.
Alex Pasadyn [Tue, 30 Sep 2003 00:31:42 +0000 (00:31 +0000)] 
- Add more logging to resolution changes and queries.
- Always enumerate and allow 8, 16, and 32-bit modes.
- Add more default choices to Wine desktop sizes.
- Renamed some variables to make things easier to follow.

21 years agoImplement stubs for OleRenameServerDoc, OleRevertServerDoc and
Pavel Roskin [Tue, 30 Sep 2003 00:30:51 +0000 (00:30 +0000)] 
Implement stubs for OleRenameServerDoc, OleRevertServerDoc and
OleSavedServerDoc and their 16-bit equivalents.

21 years agoSmall lighting fix.
Christian Costa [Tue, 30 Sep 2003 00:29:11 +0000 (00:29 +0000)] 
Small lighting fix.

21 years agoReturn 2 in case of a usage error.
Francois Gouget [Tue, 30 Sep 2003 00:28:13 +0000 (00:28 +0000)] 
Return 2 in case of a usage error.
Use -z instead of comparing to an empty string.

21 years agoMove Applications tab before Libraries tab.
Mike Hearn [Tue, 30 Sep 2003 00:27:55 +0000 (00:27 +0000)] 
Move Applications tab before Libraries tab.
Improve return_if_fail.
Partly implement appdefaults UI.
Replace usage of EnableWindow with clearer enable/disable macros.

21 years agoExtract localisable resources from shres.rc to proper language file.
Vincent Béron [Tue, 30 Sep 2003 00:25:28 +0000 (00:25 +0000)] 
Extract localisable resources from shres.rc to proper language file.

21 years agoFixes for memory leaks on error path.
Michael Stefaniuc [Tue, 30 Sep 2003 00:24:08 +0000 (00:24 +0000)] 
Fixes for memory leaks on error path.
One fix for use of previous released pointer.

21 years agoFix memory leaks on error path.
Michael Stefaniuc [Tue, 30 Sep 2003 00:22:33 +0000 (00:22 +0000)] 
Fix memory leaks on error path.

21 years agoUse correct linear pointer when accessing BIOS data area.
Jukka Heinonen [Tue, 30 Sep 2003 00:22:12 +0000 (00:22 +0000)] 
Use correct linear pointer when accessing BIOS data area.

21 years agoSet version of kernel32 to Windows 2000 SP4.
Robert Shearman [Tue, 30 Sep 2003 00:21:31 +0000 (00:21 +0000)] 
Set version of kernel32 to Windows 2000 SP4.

21 years agoMaxActiveLights means number of concurrent lights, but any number can
Jason Edmeades [Tue, 30 Sep 2003 00:21:07 +0000 (00:21 +0000)] 
MaxActiveLights means number of concurrent lights, but any number can
be  set up. Change support for lights into a linked list and only set
up an equivalent gl light when the light is enabled.

21 years agoMake unlock of the backbuffer correctly restore the contents.
Jason Edmeades [Tue, 30 Sep 2003 00:20:08 +0000 (00:20 +0000)] 
Make unlock of the backbuffer correctly restore the contents.

21 years agoAdded IsLFNDriveA/W/AW exports and two more stubs.
Rolf Kalbermatter [Tue, 30 Sep 2003 00:19:44 +0000 (00:19 +0000)] 
Added IsLFNDriveA/W/AW exports and two more stubs.

21 years agoConverted most of the loader code to Unicode.
Alexandre Julliard [Mon, 29 Sep 2003 20:42:24 +0000 (20:42 +0000)] 
Converted most of the loader code to Unicode.

21 years agoTry to catch the case of a non-writable source directory before
Alexandre Julliard [Mon, 29 Sep 2003 20:25:47 +0000 (20:25 +0000)] 
Try to catch the case of a non-writable source directory before
running configure.

21 years agoFixed handling of Unicode strings used as filenames (reports by Martin
Alexandre Julliard [Mon, 29 Sep 2003 20:23:15 +0000 (20:23 +0000)] 
Fixed handling of Unicode strings used as filenames (reports by Martin
Fuchs).

21 years agoSome spelling fixes.
Francois Gouget [Mon, 29 Sep 2003 20:20:53 +0000 (20:20 +0000)] 
Some spelling fixes.
Fix the case of WineHQ.

21 years agoChange some resources from LANG_NEUTRAL to LANG_ENGLISH.
Vincent Béron [Mon, 29 Sep 2003 20:15:54 +0000 (20:15 +0000)] 
Change some resources from LANG_NEUTRAL to LANG_ENGLISH.

21 years agoUpdate winapi and c2man so they know about -ret16. Remove support for
Francois Gouget [Mon, 29 Sep 2003 20:15:24 +0000 (20:15 +0000)] 
Update winapi and c2man so they know about -ret16. Remove support for
the obsolete pascal16 and -noimport.
Update modules.dat so winapi knows about the new dlls.

21 years agoRemove the obsolete Winelib HOWTO and DDE status.
Dimitrie O. Paun [Mon, 29 Sep 2003 20:14:30 +0000 (20:14 +0000)] 
Remove the obsolete Winelib HOWTO and DDE status.

21 years agoExtract localisable resources from msacm resource file.
Vincent Béron [Mon, 29 Sep 2003 20:14:10 +0000 (20:14 +0000)] 
Extract localisable resources from msacm resource file.

21 years agoWiden the "About" dialog to prevent wrapping of text.
Pavel Roskin [Mon, 29 Sep 2003 20:13:30 +0000 (20:13 +0000)] 
Widen the "About" dialog to prevent wrapping of text.

21 years agoFix processing of IDCANCEL command.
Pavel Roskin [Mon, 29 Sep 2003 20:13:14 +0000 (20:13 +0000)] 
Fix processing of IDCANCEL command.
Don't change settings if the user canceled the "Custom" dialog.

21 years agoSet version to 9.
Tom Wickline [Mon, 29 Sep 2003 20:12:38 +0000 (20:12 +0000)] 
Set version to 9.

21 years agoRemove obsolete information.
Tom Wickline [Mon, 29 Sep 2003 20:12:05 +0000 (20:12 +0000)] 
Remove obsolete information.

21 years agoConverted the load order code to use Unicode throughout.
Alexandre Julliard [Sat, 27 Sep 2003 03:50:40 +0000 (03:50 +0000)] 
Converted the load order code to use Unicode throughout.

21 years agoAdded strspnW and strcspnW.
Alexandre Julliard [Sat, 27 Sep 2003 03:48:40 +0000 (03:48 +0000)] 
Added strspnW and strcspnW.

21 years agoFix a return value in SHFileOperation and add some extra tests to
Rolf Kalbermatter [Sat, 27 Sep 2003 03:47:35 +0000 (03:47 +0000)] 
Fix a return value in SHFileOperation and add some extra tests to
internal helper functions necessary to deal with shortcomings of
kernel32 functions for the time being.

21 years agoImplemented RealGetWindowClass.
Dmitry Timoshkov [Sat, 27 Sep 2003 03:47:07 +0000 (03:47 +0000)] 
Implemented RealGetWindowClass.

21 years ago_tempnam and _wtempnam should not create the temp file (reported by
Alexandre Julliard [Sat, 27 Sep 2003 02:45:39 +0000 (02:45 +0000)] 
_tempnam and _wtempnam should not create the temp file (reported by
Wim Vanderbauwhede).

21 years agoAdded dumping of the resident name table of NE files.
Alexandre Julliard [Sat, 27 Sep 2003 02:34:54 +0000 (02:34 +0000)] 
Added dumping of the resident name table of NE files.

21 years agoMake sure all 16-bit system drivers are loaded for 16-bit apps.
Alexandre Julliard [Sat, 27 Sep 2003 02:34:07 +0000 (02:34 +0000)] 
Make sure all 16-bit system drivers are loaded for 16-bit apps.

21 years agoRenamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the
Alexandre Julliard [Sat, 27 Sep 2003 02:32:53 +0000 (02:32 +0000)] 
Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the
.drv extension.

21 years agoDue to a misplaced "}" memory wasn't freed on the error path.
Michael Stefaniuc [Sat, 27 Sep 2003 02:25:40 +0000 (02:25 +0000)] 
Due to a misplaced "}" memory wasn't freed on the error path.

21 years agoFix some memory leaks found by smatch.
Michael Stefaniuc [Sat, 27 Sep 2003 02:25:21 +0000 (02:25 +0000)] 
Fix some memory leaks found by smatch.

21 years agoFix both a warning and some nasty crashes...
Eric Pouech [Sat, 27 Sep 2003 02:24:51 +0000 (02:24 +0000)] 
Fix both a warning and some nasty crashes...

21 years agoRemove references to HEAP_strdupAtoW.
Mike McCormack [Sat, 27 Sep 2003 02:24:31 +0000 (02:24 +0000)] 
Remove references to HEAP_strdupAtoW.

21 years agoRemove obsolete status files for direct3D, directsound, and
Dimitrie O. Paun [Sat, 27 Sep 2003 02:24:01 +0000 (02:24 +0000)] 
Remove obsolete status files for direct3D, directsound, and
internationalisation.

21 years agoMerge documentation/status/directplay into the code.
Dimitrie O. Paun [Sat, 27 Sep 2003 02:23:44 +0000 (02:23 +0000)] 
Merge documentation/status/directplay into the code.

21 years agoMerge documentation/status/directdraw into the ddraw code.
Dimitrie O. Paun [Sat, 27 Sep 2003 02:22:56 +0000 (02:22 +0000)] 
Merge documentation/status/directdraw into the ddraw code.

21 years agoMerge documentation/status/version into the version code.
Dimitrie O. Paun [Sat, 27 Sep 2003 02:22:21 +0000 (02:22 +0000)] 
Merge documentation/status/version into the version code.

21 years agoMerge documentation/status/lzexpand into the lzexpand source.
Dimitrie O. Paun [Sat, 27 Sep 2003 02:22:02 +0000 (02:22 +0000)] 
Merge documentation/status/lzexpand into the lzexpand source.

21 years agoAdded Spanish resources.
José Manuel Ferrer Ortiz [Sat, 27 Sep 2003 02:21:33 +0000 (02:21 +0000)] 
Added Spanish resources.

21 years agoRemove capture tests from dsound.c and place them in a new file
Robert Reif [Sat, 27 Sep 2003 02:21:12 +0000 (02:21 +0000)] 
Remove capture tests from dsound.c and place them in a new file
capture.c.

21 years agoAllow wave emulated capture while doing hardware accelerated
Robert Reif [Sat, 27 Sep 2003 02:20:19 +0000 (02:20 +0000)] 
Allow wave emulated capture while doing hardware accelerated
playback.

21 years agoAdded AW defines to msi.h and msiquery.h.
Mike McCormack [Sat, 27 Sep 2003 02:19:48 +0000 (02:19 +0000)] 
Added AW defines to msi.h and msiquery.h.

21 years agoStore the dll name for the export directory inside the exported names
Alexandre Julliard [Fri, 26 Sep 2003 04:36:46 +0000 (04:36 +0000)] 
Store the dll name for the export directory inside the exported names
list.

21 years agoAvoid depending on MODULE_GetBinaryType in load_library_as_datafile.
Alexandre Julliard [Fri, 26 Sep 2003 04:35:44 +0000 (04:35 +0000)] 
Avoid depending on MODULE_GetBinaryType in load_library_as_datafile.

21 years agoThe "Path" value of the "App Paths" entry should be handled in
Alexandre Julliard [Fri, 26 Sep 2003 04:35:01 +0000 (04:35 +0000)] 
The "Path" value of the "App Paths" entry should be handled in
ShellExecute by changing PATH in the new process, instead of being
done in SearchPath.

21 years agoRemove the obsolete pascal16 (replaced by pascal -ret16).
Dimitrie O. Paun [Fri, 26 Sep 2003 04:32:19 +0000 (04:32 +0000)] 
Remove the obsolete pascal16 (replaced by pascal -ret16).

21 years agoFixed missing wine_tsx11_unlock() on error path.
Michael Stefaniuc [Fri, 26 Sep 2003 04:29:57 +0000 (04:29 +0000)] 
Fixed missing wine_tsx11_unlock() on error path.

21 years agoMoved WINE_MODREF definition to loader.c.
Alexandre Julliard [Thu, 25 Sep 2003 23:55:35 +0000 (23:55 +0000)] 
Moved WINE_MODREF definition to loader.c.
Removed short module name from WINE_MODREF, Windows doesn't have it.
Rewrote LdrGetDllHandle to only use Unicode.

21 years ago- A few cosmetic fixes.
Robert Shearman [Thu, 25 Sep 2003 23:50:06 +0000 (23:50 +0000)] 
- A few cosmetic fixes.
- Various bug fixes.
- Add some OutputPin helpers.
- Add a new type of pin, PullPin.

21 years agoMerge the non-obsolete bits from wine.texinfo into the Wine Developers
Dimitrie O. Paun [Thu, 25 Sep 2003 23:48:39 +0000 (23:48 +0000)] 
Merge the non-obsolete bits from wine.texinfo into the Wine Developers
Guide.

21 years agoFix checkboxes in the "Color dialog flags" dialogs. They would not
Pavel Roskin [Thu, 25 Sep 2003 23:48:18 +0000 (23:48 +0000)] 
Fix checkboxes in the "Color dialog flags" dialogs.  They would not
change state.