- 14 Jan, 2003 6 commits
-
-
Duane Clark authored
-
Alberto Massari authored
- When the data is a bitmap or an enhanced metafile, use the correct data member.
-
Uwe Bonnes authored
-
Rok Mandeljc authored
-
Dmitry Timoshkov authored
-
Robert Shearman authored
DrawMenuBarTemp.
-
- 13 Jan, 2003 15 commits
-
-
Robert Shearman authored
- Implement kernel32.FatalExit.
-
Enrico Horn authored
-
Enrico Horn authored
-
Francois Gouget authored
SPI_ICONVERTICALSPACING and SPI_SETICONTITLEWRAP to match XP. The SPI_SETBORDER test leaves an incorect border setting and is just too erratic: comment it out for now. Modified the SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING and SPI_SETWORKAREA to not cause the icons to be reorganized. Don't test out-of-bound values for SPI_SETKEYBOARDSPEED as behavior differs accross Windows platforms. On Win9x the maximum value for SPI_SETSCREENSAVETIMEOUT is 32767. The registry keys and values stored in them for SPI_ICONHORIZONTALSPACING and SPI_ICONVERTICALSPACING depend on the Windows platform: ignore them. No Windows platform seems to SPI_SETFASTTASKSWITCH: no longer test it. The lParam of WM_SETTINGCHANGE is quite useless (even the MSDN says so!) and varies accross Windows platforms. Ignore it. Always check the SystemParametersInfoA return code as it fails in very strange ways on some platforms. Skip unsupported settings. Skip Unicode tests on platforms that don't support it.
-
Robert Shearman authored
-
Robert Shearman authored
-
Alexandre Julliard authored
-
Tom Wickline authored
Added winemaker in 3:3. Added missing .h files in 3:4. Added doc html files in 3:5.
-
Dimitrie O. Paun authored
old names.
-
Enrico Horn authored
-
Lionel Ulmer authored
-
Francois Gouget authored
VarBstrFromCy. We cannot check for equality of floats or doubles because of rounding errors. Check equality to 14 digits for doubles. Add more precision to the expected results so that they match actual results. Print floating values with more precision so we know what went wrong. Specify the locale for all variant functions that depend on it. Added return codes for Win95. Win95 returns dates with only two digits for the year. Uncommented more VariantCopyInd and VariantChangeTypeEx tests.
-
Francois Gouget authored
Skip Unicode tests if the Unicode APIs are not implemented. If the value name buffer is too small, Win9x returns the number of characters returned as specified in the MSDN while other Windows return the number of bytes written (including the trailing '\0').
-
Robert Shearman authored
-
Eric Pouech authored
-
- 11 Jan, 2003 19 commits
-
-
Alexandre Julliard authored
-
Dimitrie O. Paun authored
Inline functions respect scope, whereas macros don't. Define umask in sys/stat.h, and mode_t in sys/types.h.
-
Eric Pouech authored
-
Eric Pouech authored
-
Francois Gouget authored
OSS driver. Add support for the 48kHz and 96kHz formats.
-
Eric Pouech authored
Better error handling. Removed unneeded internal variables.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
John K. Hohm authored
generally useful way, entirely in regsvr.c. Added (un)registration of interfaces.
-
Shachar Shemesh authored
MOVEFILE_DELAY_UNTIL_REBOOT, as wineboot will now take care of it.
-
Shachar Shemesh authored
-
Johannes E. Schindelin authored
-
Dimitrie O. Paun authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Marcus Meissner authored
Drop VT_x -> VT_x coercions, they are handled before the switch() already.
-
Marcus Meissner authored
TKIND_INTERFACE targets, Query IID_IDispatch if necessary.
-
Marcus Meissner authored
-
Dimitrie O. Paun authored
New -h option to conform to standard practice (and MS' rc). Updated documentation, minor option parsing cleanup.
-