wine
19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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)

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

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

19 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.

19 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.

19 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.

19 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.

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

19 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).

19 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.

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

19 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

19 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).

19 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.

19 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.

19 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.

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

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

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

19 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.

19 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

19 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.

19 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.

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

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

19 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

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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).

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

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

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

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

19 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.

19 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.

19 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.

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

19 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.

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

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

19 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.

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

19 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.

19 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.

19 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.

19 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.

19 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).

19 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.

19 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.

19 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.

19 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.

19 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.

19 years agoSort the font filenames in alphabetical order in fonts/Makefile.in.
Vincent Béron [Tue, 4 Oct 2005 11:30:01 +0000 (11:30 +0000)] 
Sort the font filenames in alphabetical order in fonts/Makefile.in.

19 years agoRemove .dll from DllOverrides entries, such entries are ignored.
Juan Lang [Tue, 4 Oct 2005 11:29:48 +0000 (11:29 +0000)] 
Remove .dll from DllOverrides entries, such entries are ignored.

19 years agoMake sure we only depend on ddraw_test if X support is enabled.
Jonathan Ernst [Tue, 4 Oct 2005 11:29:37 +0000 (11:29 +0000)] 
Make sure we only depend on ddraw_test if X support is enabled.

19 years agoDropped the "using native windows libraries" comment.
Marcus Meissner [Tue, 4 Oct 2005 11:29:25 +0000 (11:29 +0000)] 
Dropped the "using native windows libraries" comment.
Replace winesetup by winecfg. Dropped config file detection.

19 years agoUse correct names when loading registered OID functions.
Juan Lang [Tue, 4 Oct 2005 11:29:19 +0000 (11:29 +0000)] 
Use correct names when loading registered OID functions.

19 years agoFix a cut&paste mistake.
Maxime Bellengé [Mon, 3 Oct 2005 18:48:56 +0000 (18:48 +0000)] 
Fix a cut&paste mistake.

19 years agoUse GetSystemMetrics instead of hardcoding drag width & height.
Vitaliy Margolen [Mon, 3 Oct 2005 18:48:36 +0000 (18:48 +0000)] 
Use GetSystemMetrics instead of hardcoding drag width & height.

19 years agoFixed a bug where we could set the wrong handle in the fd cache when
Alexandre Julliard [Mon, 3 Oct 2005 18:46:57 +0000 (18:46 +0000)] 
Fixed a bug where we could set the wrong handle in the fd cache when
encountering the race condition in wine_server_handle_to_fd.

19 years agoDon't arrange tabs if there is only one line.
Vitaliy Margolen [Mon, 3 Oct 2005 18:46:07 +0000 (18:46 +0000)] 
Don't arrange tabs if there is only one line.

19 years agoFix cross-compilation of winetest by update the makefile to use OBJS
Paul Millar [Mon, 3 Oct 2005 18:45:45 +0000 (18:45 +0000)] 
Fix cross-compilation of winetest by update the makefile to use OBJS
instead of the now absent ALL_OBJS.

19 years ago- Remove another potential sources of infinite loops caused by EOF in
Krzysztof Foltman [Mon, 3 Oct 2005 18:45:39 +0000 (18:45 +0000)] 
- Remove another potential sources of infinite loops caused by EOF in
  the middle of the font and color tables.
- Closing brace on text level is treated as EOF (effectively
  protecting the control from trash after the end of RTF).
- Removed misleading comment about incomplete buffers (I was
  definitely wrong).

19 years agoFixed a few missing characters in winecfg.
Alexander N. Sørnes [Mon, 3 Oct 2005 18:45:02 +0000 (18:45 +0000)] 
Fixed a few missing characters in winecfg.

19 years agoMake a stub actually say "stub".
Ivan Leo Puoti [Mon, 3 Oct 2005 18:44:52 +0000 (18:44 +0000)] 
Make a stub actually say "stub".

19 years agoReleaseCapture should return TRUE.
Marcus Meissner [Mon, 3 Oct 2005 11:06:14 +0000 (11:06 +0000)] 
ReleaseCapture should return TRUE.

19 years agoNow printing information when changing function while single stepping.
Eric Pouech [Mon, 3 Oct 2005 11:04:29 +0000 (11:04 +0000)] 
Now printing information when changing function while single stepping.

19 years agoFixed bitfield extraction.
Eric Pouech [Mon, 3 Oct 2005 11:04:13 +0000 (11:04 +0000)] 
Fixed bitfield extraction.

19 years agoFixes so d3d9.h and dsound.h can be included at the same time.
Robert Reif [Mon, 3 Oct 2005 11:04:06 +0000 (11:04 +0000)] 
Fixes so d3d9.h and dsound.h can be included at the same time.