Alexandre Julliard [Tue, 18 Oct 2005 10:39:15 +0000 (10:39 +0000)]
Revert previous change, OF_EXIST really returns HFILE_ERROR.
Mike McCormack [Tue, 18 Oct 2005 10:36:38 +0000 (10:36 +0000)]
Make sure the component string is nul terminated.
Mike McCormack [Tue, 18 Oct 2005 10:36:03 +0000 (10:36 +0000)]
Use ShellLink_QueryInterface to return the right interface in
IShellLink_Constructor.
Rein Klazes [Tue, 18 Oct 2005 10:35:41 +0000 (10:35 +0000)]
Show desktop mode disabled if the Desktop registry value exists but
starts with N,n,F,f or 0. This agrees with the logic in x11drv.
Dmitry Timoshkov [Tue, 18 Oct 2005 10:35:14 +0000 (10:35 +0000)]
Add a test for CopyMetaFile, make it pass under Wine.
Vincent Béron [Tue, 18 Oct 2005 10:34:21 +0000 (10:34 +0000)]
Correct AtlModuleAddTermFunc prototype.
Robert Reif [Mon, 17 Oct 2005 09:24:50 +0000 (09:24 +0000)]
Include winuser.h so the code compiles cleanly on windows using
windows headers.
Uwe Bonnes [Mon, 17 Oct 2005 09:23:22 +0000 (09:23 +0000)]
Remove unspecific FIXME.
Vitaliy Margolen [Mon, 17 Oct 2005 09:23:11 +0000 (09:23 +0000)]
Fix one test failing on all windows versions.
Alexandre Julliard [Mon, 17 Oct 2005 08:56:41 +0000 (08:56 +0000)]
Ignore empty environment strings.
Vitaliy Margolen [Mon, 17 Oct 2005 08:55:45 +0000 (08:55 +0000)]
Remove "Automatically detect windows version". Default to win2k.
Christian Costa [Mon, 17 Oct 2005 08:55:27 +0000 (08:55 +0000)]
Enumerate only requested modes by taking into account surface desc
when present.
Christian Costa [Mon, 17 Oct 2005 08:55:05 +0000 (08:55 +0000)]
Fix installable driver removal.
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.
Eric Pouech [Mon, 17 Oct 2005 08:54:28 +0000 (08:54 +0000)]
ioctl 440F only returns non mapped drives (for now).
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.
Alexandre Julliard [Thu, 13 Oct 2005 14:24:52 +0000 (14:24 +0000)]
Report the correct version in the About dialog.
Vitaliy Margolen [Thu, 13 Oct 2005 13:44:38 +0000 (13:44 +0000)]
Fix "Remove application" for applications that had some custom
settings.
Krzysztof Foltman [Thu, 13 Oct 2005 13:44:14 +0000 (13:44 +0000)]
Fix unnecessary (and harmful) repeated statement.
Oliver Stieber [Thu, 13 Oct 2005 13:44:03 +0000 (13:44 +0000)]
Allow cube textures to be updated.
Alexandre Julliard [Wed, 12 Oct 2005 21:10:52 +0000 (21:10 +0000)]
Removed incorrect process queue check in wait_input_idle.
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.
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.
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.
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.
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.
Stefan Leichter [Tue, 11 Oct 2005 20:27:27 +0000 (20:27 +0000)]
Make user test loadable on NT4.
Detlef Riekenberg [Tue, 11 Oct 2005 19:58:38 +0000 (19:58 +0000)]
NT3.51 returns ERROR_MORE_DATA.
Mike O'Regan [Tue, 11 Oct 2005 19:57:17 +0000 (19:57 +0000)]
Tests commented out and FIXME-ed long ago now pass.
Phil Krylov [Tue, 11 Oct 2005 19:56:03 +0000 (19:56 +0000)]
Fixed encoding of non-ASCII chars.
Dmitry Timoshkov [Tue, 11 Oct 2005 19:55:24 +0000 (19:55 +0000)]
Add a safety check for number of control points in PolyBezierTo.
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.
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.
Dmitry Timoshkov [Tue, 11 Oct 2005 19:27:22 +0000 (19:27 +0000)]
Update German and Hungarian keyboard layouts to better match X11
ones.
Mike McCormack [Tue, 11 Oct 2005 19:27:03 +0000 (19:27 +0000)]
Make sure not to strcpy from a NULL default value pointer.
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.
Robert Reif [Tue, 11 Oct 2005 19:26:37 +0000 (19:26 +0000)]
Fix PrimaryBufferImpl pointer to deleted DirectSoundImpl.
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)
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.
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.
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.
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.
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.
Alexandre Julliard [Mon, 10 Oct 2005 18:07:34 +0000 (18:07 +0000)]
Add current directory to default include path.
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.
Vijay Kiran Kamuju [Mon, 10 Oct 2005 18:03:56 +0000 (18:03 +0000)]
Added PHT time zone.
Richard Cohen [Mon, 10 Oct 2005 18:03:25 +0000 (18:03 +0000)]
Don't create old unlocalized directories in wineprefixcreate.
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.
Vitaliy Margolen [Mon, 10 Oct 2005 18:00:20 +0000 (18:00 +0000)]
Fix _ismbblead test to pass on windows.
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.
Eric Pouech [Mon, 10 Oct 2005 11:18:46 +0000 (11:18 +0000)]
Fixed changing console's windows.
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).
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.
Christian Costa [Mon, 10 Oct 2005 10:44:35 +0000 (10:44 +0000)]
Add trace to DefineDosDevice.
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
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).
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.
Krzysztof Foltman [Mon, 10 Oct 2005 10:30:25 +0000 (10:30 +0000)]
Fix 1.0 emulation mode in ME_GetTextW.
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.
Richard Cohen [Mon, 10 Oct 2005 10:29:24 +0000 (10:29 +0000)]
Fix an error message.
Robert Reif [Mon, 10 Oct 2005 10:29:13 +0000 (10:29 +0000)]
DirectSoundDevice reference count cleanup.
Milko Krachounov [Mon, 10 Oct 2005 10:28:59 +0000 (10:28 +0000)]
Update the Bulgarian resource file.
Marcus Meissner [Mon, 10 Oct 2005 10:28:48 +0000 (10:28 +0000)]
Pass characters to get_file_name() helper, not bytes.
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
Robert Reif [Mon, 10 Oct 2005 10:27:50 +0000 (10:27 +0000)]
Fix dsound8 test to deal with an installed but unregistered
IDirectSound8.
Eric Pouech [Mon, 10 Oct 2005 10:27:37 +0000 (10:27 +0000)]
Ensure we always have a title for the .hlp file.
Eric Pouech [Mon, 10 Oct 2005 10:27:22 +0000 (10:27 +0000)]
Handle error conditions for print.
Eric Pouech [Mon, 10 Oct 2005 10:27:05 +0000 (10:27 +0000)]
Fixed mmioOpenW flags for playback.
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
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.
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.
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.
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.
Eric Pouech [Sat, 8 Oct 2005 10:35:16 +0000 (10:35 +0000)]
Function keys now work in curses mode.
Vitaliy Margolen [Sat, 8 Oct 2005 10:34:58 +0000 (10:34 +0000)]
Add a few tests that fail under wine.
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.
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.
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).
Jonathan Ernst [Fri, 7 Oct 2005 15:02:03 +0000 (15:02 +0000)]
Pagesetup dialog fix.
Jonathan Ernst [Fri, 7 Oct 2005 15:01:32 +0000 (15:01 +0000)]
First creation of registry entries missed AppData.
Vitaliy Margolen [Fri, 7 Oct 2005 15:01:15 +0000 (15:01 +0000)]
Fix initial position for files opened with O_APPEND flag.
Raphael Junqueira [Fri, 7 Oct 2005 15:01:02 +0000 (15:01 +0000)]
Don't crash if pDDSD is NULL on DirectDrawSurface::Lock.
Alexandre Julliard [Thu, 6 Oct 2005 16:10:01 +0000 (16:10 +0000)]
Put Wine version information in all the man pages.
Alexandre Julliard [Thu, 6 Oct 2005 16:06:04 +0000 (16:06 +0000)]
Added global rules for man pages.
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.
Jacek Caban [Thu, 6 Oct 2005 12:29:02 +0000 (12:29 +0000)]
Added AtlModuleAddTermFunc implementation.
Peter Lemenkov [Thu, 6 Oct 2005 12:28:46 +0000 (12:28 +0000)]
Added security.h.
Huw Davies [Thu, 6 Oct 2005 12:28:19 +0000 (12:28 +0000)]
Ignore the gasp table when we have no hinter.
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.
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.
Alexandre Julliard [Thu, 6 Oct 2005 11:40:43 +0000 (11:40 +0000)]
Fixed some nroff warnings.
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.
Vitaliy Margolen [Thu, 6 Oct 2005 11:35:32 +0000 (11:35 +0000)]
Fix atom tests on win9x.
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.
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.
Francois Gouget [Thu, 6 Oct 2005 11:34:47 +0000 (11:34 +0000)]
winapi_check does not use the '--extension' flag so remove it.
Dmitry Timoshkov [Thu, 6 Oct 2005 11:34:29 +0000 (11:34 +0000)]
Ignore the delay load directory size.
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.
Vitaliy Margolen [Thu, 6 Oct 2005 11:32:53 +0000 (11:32 +0000)]
Add brackets around (a)?b:c construct.
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.