wine
18 years agoFix installable driver removal.
Christian Costa [Mon, 17 Oct 2005 08:55:05 +0000 (08:55 +0000)] 
Fix installable driver removal.

18 years agoMSDN states that the pszDisplayName member of BROWSEINFO is assumed to
Aric Stewart [Mon, 17 Oct 2005 08:54:53 +0000 (08:54 +0000)] 
MSDN states that the pszDisplayName member of BROWSEINFO is assumed to
be MAX_PATH in length. So when doing the A->W conversion in
BrowseForFolderA do not set that member to be the size of the
incoming string, instead make it MAX_PATH.

18 years agoioctl 440F only returns non mapped drives (for now).
Eric Pouech [Mon, 17 Oct 2005 08:54:28 +0000 (08:54 +0000)] 
ioctl 440F only returns non mapped drives (for now).

18 years agoIn parse_mount_entries return the loop device instead of the mounted
Alexandre Julliard [Thu, 13 Oct 2005 14:32:22 +0000 (14:32 +0000)] 
In parse_mount_entries return the loop device instead of the mounted
file for loop mounts.

18 years agoReport the correct version in the About dialog.
Alexandre Julliard [Thu, 13 Oct 2005 14:24:52 +0000 (14:24 +0000)] 
Report the correct version in the About dialog.

18 years agoFix "Remove application" for applications that had some custom
Vitaliy Margolen [Thu, 13 Oct 2005 13:44:38 +0000 (13:44 +0000)] 
Fix "Remove application" for applications that had some custom
settings.

18 years agoFix unnecessary (and harmful) repeated statement.
Krzysztof Foltman [Thu, 13 Oct 2005 13:44:14 +0000 (13:44 +0000)] 
Fix unnecessary (and harmful) repeated statement.

18 years agoAllow cube textures to be updated.
Oliver Stieber [Thu, 13 Oct 2005 13:44:03 +0000 (13:44 +0000)] 
Allow cube textures to be updated.

18 years agoRemoved incorrect process queue check in wait_input_idle.
Alexandre Julliard [Wed, 12 Oct 2005 21:10:52 +0000 (21:10 +0000)] 
Removed incorrect process queue check in wait_input_idle.

18 years agoChanged the way that 24bit and 32bit Adapter and Buffer formats are
Oliver Stieber [Wed, 12 Oct 2005 21:07:27 +0000 (21:07 +0000)] 
Changed the way that 24bit and 32bit Adapter and Buffer formats are
reported allowing EVE online to get past the startup screen and
allowing the Fur demo (amongst others) to run in a window, as under
windows, instead of in fullscreen mode.

18 years agoInitialize a bunch of dc values to their default before enumerating an
Huw Davies [Wed, 12 Oct 2005 21:06:20 +0000 (21:06 +0000)] 
Initialize a bunch of dc values to their default before enumerating an
enhmetafile.
Add tests for these and for some values that don't get reset.

18 years ago- Style trace information is written to different debug channel (it's
Krzysztof Foltman [Wed, 12 Oct 2005 21:05:52 +0000 (21:05 +0000)] 
- Style trace information is written to different debug channel (it's
  not very useful anymore, reference counting looks correct for now).
- The document dump contains the character position of the end-of-text
  mark.

18 years agoDisable depth test when there is no Z buffer attached.
Christian Costa [Wed, 12 Oct 2005 21:05:40 +0000 (21:05 +0000)] 
Disable depth test when there is no Z buffer attached.
Initialise texture states at creation instead of when tex name is
generated.

18 years agoAdd checks for ARB_vertex_program before allowing vertex shaders to
Oliver Stieber [Tue, 11 Oct 2005 20:27:54 +0000 (20:27 +0000)] 
Add checks for ARB_vertex_program before allowing vertex shaders to
use ARB_vertex_program.

18 years agoMake user test loadable on NT4.
Stefan Leichter [Tue, 11 Oct 2005 20:27:27 +0000 (20:27 +0000)] 
Make user test loadable on NT4.

18 years agoNT3.51 returns ERROR_MORE_DATA.
Detlef Riekenberg [Tue, 11 Oct 2005 19:58:38 +0000 (19:58 +0000)] 
NT3.51 returns ERROR_MORE_DATA.

18 years agoTests commented out and FIXME-ed long ago now pass.
Mike O'Regan [Tue, 11 Oct 2005 19:57:17 +0000 (19:57 +0000)] 
Tests commented out and FIXME-ed long ago now pass.

18 years agoFixed encoding of non-ASCII chars.
Phil Krylov [Tue, 11 Oct 2005 19:56:03 +0000 (19:56 +0000)] 
Fixed encoding of non-ASCII chars.

18 years agoAdd a safety check for number of control points in PolyBezierTo.
Dmitry Timoshkov [Tue, 11 Oct 2005 19:55:24 +0000 (19:55 +0000)] 
Add a safety check for number of control points in PolyBezierTo.

18 years agoRename struct option in order to avoid a conflict with wine/port.h.
Dmitry Timoshkov [Tue, 11 Oct 2005 19:55:11 +0000 (19:55 +0000)] 
Rename struct option in order to avoid a conflict with wine/port.h.

18 years agoIf the meta/clip intersection (Rao) region doesn't exist, return
Huw Davies [Tue, 11 Oct 2005 19:55:01 +0000 (19:55 +0000)] 
If the meta/clip intersection (Rao) region doesn't exist, return
either the meta or clip region if they do exist.
Remove the wine_todo's.

18 years agoUpdate German and Hungarian keyboard layouts to better match X11
Dmitry Timoshkov [Tue, 11 Oct 2005 19:27:22 +0000 (19:27 +0000)] 
Update German and Hungarian keyboard layouts to better match X11
ones.

18 years agoMake sure not to strcpy from a NULL default value pointer.
Mike McCormack [Tue, 11 Oct 2005 19:27:03 +0000 (19:27 +0000)] 
Make sure not to strcpy from a NULL default value pointer.

18 years agoTest that the FO_COPY action creates output directories if they don't
James Hawkins [Tue, 11 Oct 2005 19:26:47 +0000 (19:26 +0000)] 
Test that the FO_COPY action creates output directories if they don't
exist.

18 years agoFix PrimaryBufferImpl pointer to deleted DirectSoundImpl.
Robert Reif [Tue, 11 Oct 2005 19:26:37 +0000 (19:26 +0000)] 
Fix PrimaryBufferImpl pointer to deleted DirectSoundImpl.

18 years ago- fix first two arguments to 'FindExecutableA' (input strings instead
Lionel Ulmer [Tue, 11 Oct 2005 19:26:20 +0000 (19:26 +0000)] 
- fix first two arguments to 'FindExecutableA' (input strings instead
  of pointers)
- fix last argument to 'FindExecutableW' (it's an output string)

18 years agoRemoved non-portable ldconfig invocation and misleading
Alexandre Julliard [Mon, 10 Oct 2005 20:08:09 +0000 (20:08 +0000)] 
Removed non-portable ldconfig invocation and misleading
warning. People who need the extra hand-holding should use
wineinstall.

18 years agoAdd an assert if both arguments to DD_STRUCT_COPY_BYSIZE are equal.
Lionel Ulmer [Mon, 10 Oct 2005 19:53:37 +0000 (19:53 +0000)] 
Add an assert if both arguments to DD_STRUCT_COPY_BYSIZE are equal.

18 years agoGetRandomRgn only returns the SYSRGN in screen coordinates.
Huw Davies [Mon, 10 Oct 2005 19:53:22 +0000 (19:53 +0000)] 
GetRandomRgn only returns the SYSRGN in screen coordinates.
Add a bunch of tests for GetRandomRgn.

18 years agoRemoved buffer overrun error (incrementing output pointer one time too
Krzysztof Foltman [Mon, 10 Oct 2005 19:52:59 +0000 (19:52 +0000)] 
Removed buffer overrun error (incrementing output pointer one time too
much in non-CRLF mode) making KeyNote fail to install.

18 years agoReport unrecognized opcodes as FIXMEs instead of TRACEs so that they
Oliver Stieber [Mon, 10 Oct 2005 19:52:49 +0000 (19:52 +0000)] 
Report unrecognized opcodes as FIXMEs instead of TRACEs so that they
are easier to spot and fix.

18 years agoAdd current directory to default include path.
Alexandre Julliard [Mon, 10 Oct 2005 18:07:34 +0000 (18:07 +0000)] 
Add current directory to default include path.

18 years agoDefault search path for an include file should be based on the path of
Alexandre Julliard [Mon, 10 Oct 2005 18:06:50 +0000 (18:06 +0000)] 
Default search path for an include file should be based on the path of
the parent source file, not the current directory.

18 years agoAdded PHT time zone.
Vijay Kiran Kamuju [Mon, 10 Oct 2005 18:03:56 +0000 (18:03 +0000)] 
Added PHT time zone.

18 years agoDon't create old unlocalized directories in wineprefixcreate.
Richard Cohen [Mon, 10 Oct 2005 18:03:25 +0000 (18:03 +0000)] 
Don't create old unlocalized directories in wineprefixcreate.

18 years agoThe previous implementation was a workaround for off-by-one bug in
Krzysztof Foltman [Mon, 10 Oct 2005 18:00:52 +0000 (18:00 +0000)] 
The previous implementation was a workaround for off-by-one bug in
ME_RunOfsFromCharOfs, this one relies on correct behavior of that
function introduced by the previous patch.

18 years agoFix _ismbblead test to pass on windows.
Vitaliy Margolen [Mon, 10 Oct 2005 18:00:20 +0000 (18:00 +0000)] 
Fix _ismbblead test to pass on windows.

18 years agoIn case of failure and OF_EXIST is specified, return FALSE instead of
Maxime Bellengé [Mon, 10 Oct 2005 11:19:31 +0000 (11:19 +0000)] 
In case of failure and OF_EXIST is specified, return FALSE instead of
HFILE_ERROR.

18 years agoFixed changing console's windows.
Eric Pouech [Mon, 10 Oct 2005 11:18:46 +0000 (11:18 +0000)] 
Fixed changing console's windows.

18 years agoFixed EOL detection in ME_RunOfsFromCharOfs in 1.0 emulation mode
Krzysztof Foltman [Mon, 10 Oct 2005 11:18:29 +0000 (11:18 +0000)] 
Fixed EOL detection in ME_RunOfsFromCharOfs in 1.0 emulation mode
(necessary for a non-workaround version of EM_POSFROMCHAR).

18 years agoMake window uses black brush for background.
Christian Costa [Mon, 10 Oct 2005 10:44:54 +0000 (10:44 +0000)] 
Make window uses black brush for background.
Check format type of video stream.

18 years agoAdd trace to DefineDosDevice.
Christian Costa [Mon, 10 Oct 2005 10:44:35 +0000 (10:44 +0000)] 
Add trace to DefineDosDevice.

18 years ago- do not pass private data to the application but a copy of it
Lionel Ulmer [Mon, 10 Oct 2005 10:44:23 +0000 (10:44 +0000)] 
- do not pass private data to the application but a copy of it
- add some more traces

18 years agoFix a bug in 1.0 emulation mode in EM_LINELENGTH (which broke PTE
Krzysztof Foltman [Mon, 10 Oct 2005 10:44:01 +0000 (10:44 +0000)] 
Fix a bug in 1.0 emulation mode in EM_LINELENGTH (which broke PTE
installer).

18 years agoSet the version we report in wmc and wrc from the global Wine
Alexandre Julliard [Mon, 10 Oct 2005 10:43:41 +0000 (10:43 +0000)] 
Set the version we report in wmc and wrc from the global Wine
version.

18 years agoFix 1.0 emulation mode in ME_GetTextW.
Krzysztof Foltman [Mon, 10 Oct 2005 10:30:25 +0000 (10:30 +0000)] 
Fix 1.0 emulation mode in ME_GetTextW.

18 years agoDon't hardcode "windows" directory.
Richard Cohen [Mon, 10 Oct 2005 10:29:53 +0000 (10:29 +0000)] 
Don't hardcode "windows" directory.
Make "My Pictures" etc. point to $HOME.

18 years agoFix an error message.
Richard Cohen [Mon, 10 Oct 2005 10:29:24 +0000 (10:29 +0000)] 
Fix an error message.

18 years agoDirectSoundDevice reference count cleanup.
Robert Reif [Mon, 10 Oct 2005 10:29:13 +0000 (10:29 +0000)] 
DirectSoundDevice reference count cleanup.

18 years agoUpdate the Bulgarian resource file.
Milko Krachounov [Mon, 10 Oct 2005 10:28:59 +0000 (10:28 +0000)] 
Update the Bulgarian resource file.

18 years agoPass characters to get_file_name() helper, not bytes.
Marcus Meissner [Mon, 10 Oct 2005 10:28:48 +0000 (10:28 +0000)] 
Pass characters to get_file_name() helper, not bytes.

18 years ago- pass a copy of the surface description to the application
Lionel Ulmer [Mon, 10 Oct 2005 10:28:05 +0000 (10:28 +0000)] 
- pass a copy of the surface description to the application
- increase the surface reference count when giving the surface pointer
  to the caller

18 years agoFix dsound8 test to deal with an installed but unregistered
Robert Reif [Mon, 10 Oct 2005 10:27:50 +0000 (10:27 +0000)] 
Fix dsound8 test to deal with an installed but unregistered
IDirectSound8.

18 years agoEnsure we always have a title for the .hlp file.
Eric Pouech [Mon, 10 Oct 2005 10:27:37 +0000 (10:27 +0000)] 
Ensure we always have a title for the .hlp file.

18 years agoHandle error conditions for print.
Eric Pouech [Mon, 10 Oct 2005 10:27:22 +0000 (10:27 +0000)] 
Handle error conditions for print.

18 years agoFixed mmioOpenW flags for playback.
Eric Pouech [Mon, 10 Oct 2005 10:27:05 +0000 (10:27 +0000)] 
Fixed mmioOpenW flags for playback.

18 years ago- fixed mouse double click and wheeling
Eric Pouech [Mon, 10 Oct 2005 10:26:46 +0000 (10:26 +0000)] 
- fixed mouse double click and wheeling
- also handling third mouse button (if any)
- full support for control/shift modifier

18 years agoAdd a --windows option for converting a Unix path to a long Windows
Francois Gouget [Mon, 10 Oct 2005 10:24:53 +0000 (10:24 +0000)] 
Add a --windows option for converting a Unix path to a long Windows
path.
Fix the description of --long and --short. They are only garanteed to
work on Windows paths though they will often successfully convert Unix
paths to Windows paths too.

18 years agoSet the widl version to be the same as the global package version.
Alexandre Julliard [Sat, 8 Oct 2005 10:37:09 +0000 (10:37 +0000)] 
Set the widl version to be the same as the global package version.

18 years agoSet the winepath version to be the same as the global package
Alexandre Julliard [Sat, 8 Oct 2005 10:36:50 +0000 (10:36 +0000)] 
Set the winepath version to be the same as the global package
version.

18 years agoIn DIALOG_FixChildrenOnChangeFocus make sure the button is a push
Alexandre Julliard [Sat, 8 Oct 2005 10:36:10 +0000 (10:36 +0000)] 
In DIALOG_FixChildrenOnChangeFocus make sure the button is a push
button before making it the default.

18 years agoFunction keys now work in curses mode.
Eric Pouech [Sat, 8 Oct 2005 10:35:16 +0000 (10:35 +0000)] 
Function keys now work in curses mode.

18 years agoAdd a few tests that fail under wine.
Vitaliy Margolen [Sat, 8 Oct 2005 10:34:58 +0000 (10:34 +0000)] 
Add a few tests that fail under wine.

18 years agoForward the functions DllRegisterServer and DllUnregisterServer of
Stefan Leichter [Sat, 8 Oct 2005 10:34:41 +0000 (10:34 +0000)] 
Forward the functions DllRegisterServer and DllUnregisterServer of
rsabase.dll to rsaenh.dll.

18 years agoMove all Unicode and Ansi string types to the %str and %wstr
Francois Gouget [Sat, 8 Oct 2005 10:33:54 +0000 (10:33 +0000)] 
Move all Unicode and Ansi string types to the %str and %wstr
sections.

18 years agoSend verbose info to different debug channels (richedit_check for
Krzysztof Foltman [Sat, 8 Oct 2005 10:33:44 +0000 (10:33 +0000)] 
Send verbose info to different debug channels (richedit_check for
output from offset checker, richedit_lists for the document list
dumps).

18 years agoPagesetup dialog fix.
Jonathan Ernst [Fri, 7 Oct 2005 15:02:03 +0000 (15:02 +0000)] 
Pagesetup dialog fix.

18 years agoFirst creation of registry entries missed AppData.
Jonathan Ernst [Fri, 7 Oct 2005 15:01:32 +0000 (15:01 +0000)] 
First creation of registry entries missed AppData.

18 years agoFix initial position for files opened with O_APPEND flag.
Vitaliy Margolen [Fri, 7 Oct 2005 15:01:15 +0000 (15:01 +0000)] 
Fix initial position for files opened with O_APPEND flag.

18 years agoDon't crash if pDDSD is NULL on DirectDrawSurface::Lock.
Raphael Junqueira [Fri, 7 Oct 2005 15:01:02 +0000 (15:01 +0000)] 
Don't crash if pDDSD is NULL on DirectDrawSurface::Lock.

18 years agoPut Wine version information in all the man pages.
Alexandre Julliard [Thu, 6 Oct 2005 16:10:01 +0000 (16:10 +0000)] 
Put Wine version information in all the man pages.

18 years agoAdded global rules for man pages.
Alexandre Julliard [Thu, 6 Oct 2005 16:06:04 +0000 (16:06 +0000)] 
Added global rules for man pages.

18 years agoAdded a critical section around the fd cache until the race conditions
Alexandre Julliard [Thu, 6 Oct 2005 12:31:36 +0000 (12:31 +0000)] 
Added a critical section around the fd cache until the race conditions
can be fixed properly.

18 years agoAdded AtlModuleAddTermFunc implementation.
Jacek Caban [Thu, 6 Oct 2005 12:29:02 +0000 (12:29 +0000)] 
Added AtlModuleAddTermFunc implementation.

18 years agoAdded security.h.
Peter Lemenkov [Thu, 6 Oct 2005 12:28:46 +0000 (12:28 +0000)] 
Added security.h.

18 years agoIgnore the gasp table when we have no hinter.
Huw Davies [Thu, 6 Oct 2005 12:28:19 +0000 (12:28 +0000)] 
Ignore the gasp table when we have no hinter.

18 years agoAdd a Wine specific flag to GetRasterizeCaps that reports whether
Huw Davies [Thu, 6 Oct 2005 12:28:11 +0000 (12:28 +0000)] 
Add a Wine specific flag to GetRasterizeCaps that reports whether
freetype's patented hinter is enabled.  This will be used by winex11
to check whether it should honour the gasp table settings.

18 years ago- Add handling for DDSCL_SETFOCUSWINDOW in SetCooperativeLevel.
Stefan Dösinger [Thu, 6 Oct 2005 12:26:04 +0000 (12:26 +0000)] 
- Add handling for DDSCL_SETFOCUSWINDOW in SetCooperativeLevel.
- Print a fixme for DDSCL_CREATEDEVICEWINDOW  and
  DDSCL_SETDEVICEWINDOW.
- Don't allow DDSCL_EXCLUSIVE without DDSCL_FULLSCREEN.

18 years agoFixed some nroff warnings.
Alexandre Julliard [Thu, 6 Oct 2005 11:40:43 +0000 (11:40 +0000)] 
Fixed some nroff warnings.

18 years agoUse "static const" rather than "const static" as gcc -W complains
Francois Gouget [Thu, 6 Oct 2005 11:38:45 +0000 (11:38 +0000)] 
Use "static const" rather than "const static" as gcc -W complains
about the former.

18 years agoFix atom tests on win9x.
Vitaliy Margolen [Thu, 6 Oct 2005 11:35:32 +0000 (11:35 +0000)] 
Fix atom tests on win9x.

18 years agoWindows is returning the length of the string, plus the CRLF
Joshua Davies [Thu, 6 Oct 2005 11:35:24 +0000 (11:35 +0000)] 
Windows is returning the length of the string, plus the CRLF
delimiters, whereas wineconsole is returning one less.

18 years agoWhen just a public key is imported, its ALG_ID should be CALG_RSA_SIGN
Juan Lang [Thu, 6 Oct 2005 11:35:11 +0000 (11:35 +0000)] 
When just a public key is imported, its ALG_ID should be CALG_RSA_SIGN
rather than CALG_RSA_KEYX.

18 years agowinapi_check does not use the '--extension' flag so remove it.
Francois Gouget [Thu, 6 Oct 2005 11:34:47 +0000 (11:34 +0000)] 
winapi_check does not use the '--extension' flag so remove it.

18 years agoIgnore the delay load directory size.
Dmitry Timoshkov [Thu, 6 Oct 2005 11:34:29 +0000 (11:34 +0000)] 
Ignore the delay load directory size.

18 years agoDon't try to release the node if we haven't loaded one.
Huw Davies [Thu, 6 Oct 2005 11:34:15 +0000 (11:34 +0000)] 
Don't try to release the node if we haven't loaded one.

18 years agoAdd brackets around (a)?b:c construct.
Vitaliy Margolen [Thu, 6 Oct 2005 11:32:53 +0000 (11:32 +0000)] 
Add brackets around (a)?b:c construct.

18 years agoSet WINEDEBUG to an empty value instead of removing it so that it gets
Alexandre Julliard [Tue, 4 Oct 2005 18:14:22 +0000 (18:14 +0000)] 
Set WINEDEBUG to an empty value instead of removing it so that it gets
properly cleared in the debugger.

18 years agoCopy WINEDEBUG from the Windows environment to allow passing a
Alexandre Julliard [Tue, 4 Oct 2005 18:09:51 +0000 (18:09 +0000)] 
Copy WINEDEBUG from the Windows environment to allow passing a
modified value to a child process.

18 years agoFixed uninstaller close button.
Vijay Kiran Kamuju [Tue, 4 Oct 2005 17:59:01 +0000 (17:59 +0000)] 
Fixed uninstaller close button.

18 years agoCorrect Page Up/Down handling in report mode.
Vitaliy Margolen [Tue, 4 Oct 2005 17:58:46 +0000 (17:58 +0000)] 
Correct Page Up/Down handling in report mode.

18 years agoClear the single-step flag in setup_exception instead of in the
Alexandre Julliard [Tue, 4 Oct 2005 15:56:34 +0000 (15:56 +0000)] 
Clear the single-step flag in setup_exception instead of in the
SIGTRAP handler to avoid having the assigmnent optimized out.

18 years agoFixed dumping of the import directory to ignore the directory size.
Alexandre Julliard [Tue, 4 Oct 2005 15:55:33 +0000 (15:55 +0000)] 
Fixed dumping of the import directory to ignore the directory size.

18 years agoIgnore the size of the import directory, process imports until we find
Alexandre Julliard [Tue, 4 Oct 2005 15:54:55 +0000 (15:54 +0000)] 
Ignore the size of the import directory, process imports until we find
a null entry.

18 years agoProvide looser device matching for backbuffer and depth buffer
Oliver Stieber [Tue, 4 Oct 2005 15:50:57 +0000 (15:50 +0000)] 
Provide looser device matching for backbuffer and depth buffer
formats. It should allow some games and applications to run without X
being in the correct backbuffer format (e.g. 16 bit games will run
with a 24bit X backbuffer).

18 years agoUse wine_get_dos_file_name rather than relying on GetFullPathNameW
Juan Lang [Tue, 4 Oct 2005 15:50:35 +0000 (15:50 +0000)] 
Use wine_get_dos_file_name rather than relying on GetFullPathNameW
hack.

18 years agoDon't start dragging for a single mouse click.
Vitaliy Margolen [Tue, 4 Oct 2005 15:50:24 +0000 (15:50 +0000)] 
Don't start dragging for a single mouse click.

18 years agoAdd support for dumping delay load PE data.
Dmitry Timoshkov [Tue, 4 Oct 2005 15:49:52 +0000 (15:49 +0000)] 
Add support for dumping delay load PE data.

18 years agoAllow MSVC to use Wine's headers.
Dimi Paun [Tue, 4 Oct 2005 11:30:27 +0000 (11:30 +0000)] 
Allow MSVC to use Wine's headers.

18 years agoCheck the size of the input buffer so we don't write past the end.
James Hawkins [Tue, 4 Oct 2005 11:30:20 +0000 (11:30 +0000)] 
Check the size of the input buffer so we don't write past the end.