Stefan Leichter
|
18517ca56f
|
Make user test loadable on NT4.
|
2005-10-11 20:27:27 +00:00 |
Detlef Riekenberg
|
9d7c5911be
|
NT3.51 returns ERROR_MORE_DATA.
|
2005-10-11 19:58:38 +00:00 |
Mike O'Regan
|
5fd4aa6fc4
|
Tests commented out and FIXME-ed long ago now pass.
|
2005-10-11 19:57:17 +00:00 |
Phil Krylov
|
be2525b440
|
Fixed encoding of non-ASCII chars.
|
2005-10-11 19:56:03 +00:00 |
Dmitry Timoshkov
|
007c73c7ce
|
Add a safety check for number of control points in PolyBezierTo.
|
2005-10-11 19:55:24 +00:00 |
Huw Davies
|
22ab2046fb
|
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.
|
2005-10-11 19:55:01 +00:00 |
Dmitry Timoshkov
|
c0c514b072
|
Update German and Hungarian keyboard layouts to better match X11
ones.
|
2005-10-11 19:27:22 +00:00 |
Mike McCormack
|
4e700d36e0
|
Make sure not to strcpy from a NULL default value pointer.
|
2005-10-11 19:27:03 +00:00 |
James Hawkins
|
8c523fe36c
|
Test that the FO_COPY action creates output directories if they don't
exist.
|
2005-10-11 19:26:47 +00:00 |
Robert Reif
|
57444565e6
|
Fix PrimaryBufferImpl pointer to deleted DirectSoundImpl.
|
2005-10-11 19:26:37 +00:00 |
Lionel Ulmer
|
c734d93383
|
- fix first two arguments to 'FindExecutableA' (input strings instead
of pointers)
- fix last argument to 'FindExecutableW' (it's an output string)
|
2005-10-11 19:26:20 +00:00 |
Lionel Ulmer
|
002608224d
|
Add an assert if both arguments to DD_STRUCT_COPY_BYSIZE are equal.
|
2005-10-10 19:53:37 +00:00 |
Huw Davies
|
3bfeaa9a09
|
GetRandomRgn only returns the SYSRGN in screen coordinates.
Add a bunch of tests for GetRandomRgn.
|
2005-10-10 19:53:22 +00:00 |
Krzysztof Foltman
|
8978549722
|
Removed buffer overrun error (incrementing output pointer one time too
much in non-CRLF mode) making KeyNote fail to install.
|
2005-10-10 19:52:59 +00:00 |
Oliver Stieber
|
0fbf69fcf8
|
Report unrecognized opcodes as FIXMEs instead of TRACEs so that they
are easier to spot and fix.
|
2005-10-10 19:52:49 +00:00 |
Vijay Kiran Kamuju
|
e573caf8f9
|
Added PHT time zone.
|
2005-10-10 18:03:56 +00:00 |
Krzysztof Foltman
|
822ae486cd
|
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.
|
2005-10-10 18:00:52 +00:00 |
Vitaliy Margolen
|
9b748c8de2
|
Fix _ismbblead test to pass on windows.
|
2005-10-10 18:00:20 +00:00 |
Maxime Bellengé
|
91ff09b679
|
In case of failure and OF_EXIST is specified, return FALSE instead of
HFILE_ERROR.
|
2005-10-10 11:19:31 +00:00 |
Krzysztof Foltman
|
24a0f15b29
|
Fixed EOL detection in ME_RunOfsFromCharOfs in 1.0 emulation mode
(necessary for a non-workaround version of EM_POSFROMCHAR).
|
2005-10-10 11:18:29 +00:00 |
Christian Costa
|
b82d94e4f1
|
Make window uses black brush for background.
Check format type of video stream.
|
2005-10-10 10:44:54 +00:00 |
Christian Costa
|
dd3d1e389a
|
Add trace to DefineDosDevice.
|
2005-10-10 10:44:35 +00:00 |
Lionel Ulmer
|
dfd1153f1d
|
- do not pass private data to the application but a copy of it
- add some more traces
|
2005-10-10 10:44:23 +00:00 |
Krzysztof Foltman
|
fd1d4b7c2b
|
Fix a bug in 1.0 emulation mode in EM_LINELENGTH (which broke PTE
installer).
|
2005-10-10 10:44:01 +00:00 |
Krzysztof Foltman
|
8f4042c574
|
Fix 1.0 emulation mode in ME_GetTextW.
|
2005-10-10 10:30:25 +00:00 |
Richard Cohen
|
e1f752f704
|
Don't hardcode "windows" directory.
Make "My Pictures" etc. point to $HOME.
|
2005-10-10 10:29:53 +00:00 |
Richard Cohen
|
b70a5f2954
|
Fix an error message.
|
2005-10-10 10:29:24 +00:00 |
Robert Reif
|
0966d61344
|
DirectSoundDevice reference count cleanup.
|
2005-10-10 10:29:13 +00:00 |
Marcus Meissner
|
4a7666190f
|
Pass characters to get_file_name() helper, not bytes.
|
2005-10-10 10:28:48 +00:00 |
Lionel Ulmer
|
ef735703e8
|
- pass a copy of the surface description to the application
- increase the surface reference count when giving the surface pointer
to the caller
|
2005-10-10 10:28:05 +00:00 |
Robert Reif
|
b6dd5de03f
|
Fix dsound8 test to deal with an installed but unregistered
IDirectSound8.
|
2005-10-10 10:27:50 +00:00 |
Eric Pouech
|
7eba5c5c7d
|
Fixed mmioOpenW flags for playback.
|
2005-10-10 10:27:05 +00:00 |
Alexandre Julliard
|
8777c62d77
|
In DIALOG_FixChildrenOnChangeFocus make sure the button is a push
button before making it the default.
|
2005-10-08 10:36:10 +00:00 |
Vitaliy Margolen
|
935fcfa8bc
|
Add a few tests that fail under wine.
|
2005-10-08 10:34:58 +00:00 |
Stefan Leichter
|
3855450ab5
|
Forward the functions DllRegisterServer and DllUnregisterServer of
rsabase.dll to rsaenh.dll.
|
2005-10-08 10:34:41 +00:00 |
Krzysztof Foltman
|
2489dd212b
|
Send verbose info to different debug channels (richedit_check for
output from offset checker, richedit_lists for the document list
dumps).
|
2005-10-08 10:33:44 +00:00 |
Jonathan Ernst
|
3eaad00da9
|
First creation of registry entries missed AppData.
|
2005-10-07 15:01:32 +00:00 |
Vitaliy Margolen
|
a6a5fb7a70
|
Fix initial position for files opened with O_APPEND flag.
|
2005-10-07 15:01:15 +00:00 |
Raphael Junqueira
|
9e18b7efa9
|
Don't crash if pDDSD is NULL on DirectDrawSurface::Lock.
|
2005-10-07 15:01:02 +00:00 |
Alexandre Julliard
|
b87bce1b99
|
Added a critical section around the fd cache until the race conditions
can be fixed properly.
|
2005-10-06 12:31:36 +00:00 |
Jacek Caban
|
a54da42ef3
|
Added AtlModuleAddTermFunc implementation.
|
2005-10-06 12:29:02 +00:00 |
Huw Davies
|
422887f36f
|
Ignore the gasp table when we have no hinter.
|
2005-10-06 12:28:19 +00:00 |
Huw Davies
|
90020c953a
|
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.
|
2005-10-06 12:28:11 +00:00 |
Stefan Dösinger
|
71af04b60c
|
- Add handling for DDSCL_SETFOCUSWINDOW in SetCooperativeLevel.
- Print a fixme for DDSCL_CREATEDEVICEWINDOW and
DDSCL_SETDEVICEWINDOW.
- Don't allow DDSCL_EXCLUSIVE without DDSCL_FULLSCREEN.
|
2005-10-06 12:26:04 +00:00 |
Francois Gouget
|
a1f9a13997
|
Use "static const" rather than "const static" as gcc -W complains
about the former.
|
2005-10-06 11:38:45 +00:00 |
Vitaliy Margolen
|
593ab4cac4
|
Fix atom tests on win9x.
|
2005-10-06 11:35:32 +00:00 |
Joshua Davies
|
dcba743bd1
|
Windows is returning the length of the string, plus the CRLF
delimiters, whereas wineconsole is returning one less.
|
2005-10-06 11:35:24 +00:00 |
Juan Lang
|
fac3698fc2
|
When just a public key is imported, its ALG_ID should be CALG_RSA_SIGN
rather than CALG_RSA_KEYX.
|
2005-10-06 11:35:11 +00:00 |
Huw Davies
|
119da5a94c
|
Don't try to release the node if we haven't loaded one.
|
2005-10-06 11:34:15 +00:00 |
Vitaliy Margolen
|
eabc93a1eb
|
Add brackets around (a)?b:c construct.
|
2005-10-06 11:32:53 +00:00 |