Gerald Pfeifer
ac815f5a6a
Disable memory reservation code on FreeBSD, where it just doesn't
...
work.
2004-11-04 04:52:48 +00:00
Juan Lang
0fca5acba8
- implement LookupPrivilegeName
...
- correct LookupPrivilegeValue (had a buffer overrun and sometimes
returned incorrect LUIDs for well-known values)
- make AllocateLocallyUniqueId less obviously incorrect
- add a bunch of test cases
2004-11-04 04:52:17 +00:00
Robert Shearman
84eaaa168f
Fix broken thread start routines.
2004-11-03 22:18:44 +00:00
Ivan Leo Puoti
757687ee42
Proper implementation of sysmodal message boxes.
2004-11-03 22:18:11 +00:00
Tony Lambregts
2dec525020
Fix up init_fp test for freopen.
2004-11-03 22:17:05 +00:00
Aric Stewart
1282d7ad44
Handle 3 more custom action types
2004-11-03 22:16:53 +00:00
Jakob Eriksson
2a798e5f31
AllocateAndInitializeSid does not work on Win98.
2004-11-03 22:14:55 +00:00
Hans Leidekker
dca6bdf5c4
Improve {Uninstall,Install}ColorProfile{A,W}.
...
Better tests for these functions.
2004-11-03 22:14:25 +00:00
Robert Reif
53e5799949
Don't consider a MMSYSERR_NOTSUPPORTED failure a test failure.
2004-11-03 22:13:44 +00:00
Alexandre Julliard
691884b9b6
Restore chunk of code lost in previous changes.
2004-11-02 20:15:53 +00:00
Jeremy White
8099c2b9fd
Tune the behavior of Sleep() and Waitxxx() to more closely resemble
...
Windows behavior. The key is to yield in a Sleep and in any Wait that
times out.
2004-11-02 19:32:03 +00:00
Ivan Leo Puoti
49a5036c0a
Downloading the platform sdk doesn't require IE any more.
2004-11-02 19:26:42 +00:00
Jeremy White
e078899218
The Sleep(0) in this loop is incorrect, and should be removed. This
...
fixes iTunes and a game reported by che.
2004-11-02 19:26:22 +00:00
Huw Davies
6c1e2480e8
Scale the patterns so that they're rendered at 300dpi.
...
Create the image dictionary once, rather than every time the PaintProc
is called - should speed printing up somewhat.
2004-11-02 19:25:51 +00:00
Stefan Dösinger
418f82b76f
Added WSAAddressToStringA/W stubs.
2004-11-02 19:25:34 +00:00
Vitaly Lipatov
4c801af496
Added MSK timezone info.
2004-11-02 19:25:05 +00:00
Hans Leidekker
b67b3c56af
Make sure we match output of Win2k protocol enumeration functions.
2004-11-02 19:24:46 +00:00
Michael Jung
82297525b2
Added CET timezone info.
2004-11-02 05:28:01 +00:00
Michael Kaufmann
0dd2910eba
- Extended support for BITMAPCOREINFO / BITMAPCOREHEADER structures.
...
- Always calculate the location of the color table.
- CreateCompatibleBitmap: Create a DIB section if necessary.
- Added some tests.
2004-11-02 05:23:49 +00:00
Fabrice Ménard
7ce764669e
Check the type of error returned by SHCreateDirectoryExW.
2004-11-02 05:22:39 +00:00
Roger Olson
3078222105
Add Pacific Standard Time (PST) to TZ_INFO.
2004-11-02 05:22:01 +00:00
Mike McCormack
52f40a9388
Start the reboot process in ExitWindowsEx.
2004-11-01 23:30:46 +00:00
Mike McCormack
bb66e8a1cf
Download the Mozilla Active X control on demand.
2004-11-01 23:22:14 +00:00
Hans Leidekker
bec06ad777
Fill WSAPROTOCOL_INFO structures instead of PROTOCOL_INFO structures.
...
Implement WSCEnumProtocols().
Add some tests.
2004-11-01 23:18:47 +00:00
Dmitry Timoshkov
d3eb0550f5
Convert NativeFont control to unicode, use hbrBackground as in native.
2004-11-01 21:08:10 +00:00
Dmitry Timoshkov
5656ca0d6c
Add simple implementation of advpack.DoInfInstall.
2004-11-01 21:07:53 +00:00
Dmitry Timoshkov
99a6afcd6c
Do not retrieve infoPtr twice in ToolbarWindowProc entry.
2004-11-01 21:07:43 +00:00
Michael Jung
6b12414fc8
CryptGetUserKey: Set return key handle to zero in case of failure.
2004-11-01 21:07:24 +00:00
Dimitrie O. Paun
f07f08cfe6
Send notification messages in the format dictated by
...
infoPtr->notifyFormat.
2004-11-01 21:07:11 +00:00
Vincent Béron
1d945eaacc
Put $(FREETYPELIBS) as the last part, as it can include the dir of an
...
older Wine install which do not have the same exports (reported by
jooke).
2004-11-01 21:06:43 +00:00
Stefan Leichter
ddae31893d
Set the correct last error in EnumUILanguagesA, with tests.
2004-11-01 21:06:28 +00:00
William Poetra Yoga H
a773f43f9c
Add COLOR_MENUHILIGHT and COLOR_MENUBAR to the system colors.
2004-11-01 21:06:06 +00:00
Alexandre Julliard
bcb1f8fe05
Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop
...
forever too if WM_PAINT is not handled properly.
2004-10-30 02:13:48 +00:00
Francois Gouget
96ca3ac687
Based on the last 36+ months Wine is released once a month on
...
average.
Assorted spelling fixes and tweaks.
2004-10-30 02:12:05 +00:00
Ivan Leo Puoti
bc5ffc212b
Remove DS_SYSMODAL from msgbox resource.
2004-10-30 02:11:50 +00:00
Francois Gouget
65f1958249
Add support for REG_EXPAND_SZ in set_registry_variables().
...
Fix processing of environment variables that are too big (>1024
characters): they should be truncated, not ignored.
2004-10-30 02:11:33 +00:00
Francois Gouget
bebac0a400
Alter the functions declaration order or predeclare them so perl can
...
check the prototypes.
2004-10-30 02:11:19 +00:00
Francois Gouget
f7478816d4
#ifdef out the tests if compiling with the Platform SDK headers since
...
they are missing TIME_FIELDS.
2004-10-30 02:10:38 +00:00
Francois Gouget
5c033dad79
MIDL_STUB_MESSAGE.UniquePtrCount has been renamed in the latest SDK so
...
ignore it.
2004-10-30 02:10:22 +00:00
Ulrich Czekalla
601d466674
Add stubs for EnumPrintProcessorsAW.
2004-10-29 21:27:38 +00:00
Rein Klazes
cfeef723d2
- Simplify the calculation in TIME_DaylightCompareDate;
...
- Expand the number of applicable test cases.
2004-10-29 21:27:18 +00:00
Dmitry Timoshkov
dd138e3176
Clean up user32/input.c test, remove the wrong assumption that a
...
window always receives input focus upon creation.
2004-10-29 21:27:04 +00:00
Mike McCormack
fc619d0423
Define some extra HTTP_QUERY values.
2004-10-29 21:26:47 +00:00
Mike McCormack
e1d1d34c9d
Kill all wine processes when doing ExitWindowsEx.
2004-10-29 21:26:33 +00:00
Torbjörn Andersson
09a2eab38d
Fixed size check in GetDeviceData.
2004-10-28 21:01:44 +00:00
Jakob Eriksson
2d54019bbd
Supposedly fix http test on Windows.
2004-10-28 21:01:04 +00:00
Rein Klazes
073329fa1b
In VOLUME_ReadFATSuperblock:
...
- do not test on the JMP instruction: most boot blocks have that
- test instead on the "FAT" strings first, before the size
calculation
- do some parameter checking to prevent arithmetic errors
- use meaningful names instead of block offsets
(based on a rejected patch from Vincent Béron).
2004-10-28 21:00:36 +00:00
Rolf Kalbermatter
e50a27de04
Use SHCreateDirectoryEx function instead of doing explicit recursive
...
directory creation.
2004-10-28 20:58:51 +00:00
Rolf Kalbermatter
a2ebf8b356
Add test for SHCreateDirectoryEx function.
...
Fixed some typos.
2004-10-28 20:58:38 +00:00
Dmitry Timoshkov
93a4e1eed3
Take into account window visibility when searching for a target for a
...
hardware mouse message.
2004-10-27 21:55:00 +00:00