Michael Stefaniuc [Thu, 16 Jan 2003 00:21:04 +0000 (00:21 +0000)]
The Minolta DiMAGE Image Viewer relies on Global{,Re}Alloc called with
the GMEM_MOVEABLE flag set, to allocate the exact specified size and
no byte more when size is a multiple of 8. To achieve this align the
storage needed for the HGLOBAL in the heap to 8byte boundary.
Francois Gouget [Thu, 16 Jan 2003 00:20:07 +0000 (00:20 +0000)]
Use the same 8/16bit conversion routines as in pcmconverter.c.
Reorder the two ifs in the first part of cp_fields to simplify the
code.
Francois Gouget [Thu, 16 Jan 2003 00:19:49 +0000 (00:19 +0000)]
SetFormat may not change the primary buffer format as requested.
Dump the effective format and prepare the tone signal accordingly.
Play tones from the secondary buffers at -3dB rather than -12dB.
Always print the volume the tone is going to be played at.
Remove the gamedev URL.
Francois Gouget [Thu, 16 Jan 2003 00:19:24 +0000 (00:19 +0000)]
Don't use old_spacing-1 if old_spacing already has the minimum value.
Francois Gouget [Thu, 16 Jan 2003 00:19:04 +0000 (00:19 +0000)]
Return MMSYS_NOERROR even if we don't open the device with the
requested format, otherwise OSS_OpenDevice will not increment
open_count.
Use -1 to signal OSS_RawOpenDevice not to do ioctls because 0 is
ambiguous (also means mono as opposed to stereo).
Bill Medland [Thu, 16 Jan 2003 00:18:34 +0000 (00:18 +0000)]
Correct GetDateFormat handling of uninitialised fields: only the year,
month and day fields matter; the rest may be uninitialised.
Francois Gouget [Thu, 16 Jan 2003 00:11:32 +0000 (00:11 +0000)]
ok() does not support '%S'. Store the Ansi version, convert to Unicode
when needed, and print the Ansi version using ok().
Fix 'value is so large it is unsigned' warnings.
Alexandre Julliard [Wed, 15 Jan 2003 03:35:32 +0000 (03:35 +0000)]
Use proper file sharing parameters when opening files.
Fixed handling of 'if a == b' syntax in batch files.
Juergen Schmied [Wed, 15 Jan 2003 03:33:08 +0000 (03:33 +0000)]
Translated some remaining English words.
Alexandre Julliard [Wed, 15 Jan 2003 03:32:22 +0000 (03:32 +0000)]
Fixed typo.
Alexandre Julliard [Wed, 15 Jan 2003 03:31:49 +0000 (03:31 +0000)]
Define __stdcall in msvcrt/process.h if windef.h hasn't been included.
Juergen Schmied [Wed, 15 Jan 2003 00:53:39 +0000 (00:53 +0000)]
Give some functions real names.
Shachar Shemesh [Wed, 15 Jan 2003 00:52:36 +0000 (00:52 +0000)]
- Added a "runCmd" function, based on Andreas Mohr's
"BOOT_CreateProcess" function.
- Added a function "ProcessRunKeys", to process all the keys that have
the common "Run" syntax.
- Called the new function from main for all the various keys.
Mike Hearn [Wed, 15 Jan 2003 00:51:38 +0000 (00:51 +0000)]
Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are
specified (an api violation).
Stefan Leichter [Wed, 15 Jan 2003 00:51:16 +0000 (00:51 +0000)]
Make GetPrinterDriverDirectoryA pass all tests.
Stefan Leichter [Wed, 15 Jan 2003 00:50:48 +0000 (00:50 +0000)]
Added tests for GetPrinterDriverDirectoryA.
Robert Shearman [Wed, 15 Jan 2003 00:45:19 +0000 (00:45 +0000)]
Separate the HINSTANCEs used by GetShellOle() and other delay load
functions.
Francois Gouget [Wed, 15 Jan 2003 00:44:50 +0000 (00:44 +0000)]
Initialize the pwave array whenever we don't have a hardware buffer.
Always create the wineoss thread.
Change the mmap ERR into a TRACE: there are normal circumstances where
mmap will fail and we can deal with them.
Jeroen Janssen [Wed, 15 Jan 2003 00:44:00 +0000 (00:44 +0000)]
Fixed wine_ldt_copy importing on cygwin.
Francois Gouget [Tue, 14 Jan 2003 23:43:41 +0000 (23:43 +0000)]
Remove (POINTER)NULL casts.
Alberto Massari [Tue, 14 Jan 2003 23:41:01 +0000 (23:41 +0000)]
Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical
scrollbar on the left side of the control).
Raphael Junqueira [Tue, 14 Jan 2003 23:12:37 +0000 (23:12 +0000)]
- beginning of vertex matrix blending using extensions (currently
alpha alpha stage as i haven't understand needed extension behavior)
- modify SetRenderState for matrix blending specific params
- by default diffuse color is white ;)
- comments most of the traces (else flood ...)
- add more urls in comments
- indent, cleanups
Raphael Junqueira [Tue, 14 Jan 2003 23:05:39 +0000 (23:05 +0000)]
Beginning of more COM compliant behavior:
- AddRef/Release where needed
- use IUnknown* instead void*
- fix many GetDevice using AddRef
- fix IDirect3DSurface8Impl_GetContainer using QueryInterface
Jason Edmeades [Tue, 14 Jan 2003 22:53:50 +0000 (22:53 +0000)]
Copyrect should flag destination texture as dirty, to force it to be
reloaded.
Jason Edmeades [Tue, 14 Jan 2003 22:50:00 +0000 (22:50 +0000)]
Add support for some of the texture address states and border colour.
Raphael Junqueira [Tue, 14 Jan 2003 20:29:33 +0000 (20:29 +0000)]
- move input and output data in VertexShader struct
- better traces
- specific input data filling function for vertex shaders using vertex
shader declaration (and not FVF ... maybe FVF will return for fast
path with simples vertex shader declarations)
- huge vertex shader fixes:
- add and fix many vs (1.0->2.0) used opcodes in complex shaders
- improvements to programs parser: parse comments, version, ..
- add a vertex shader input filler function (parsing vertex shader
declaration): almost complete
- comments most of the traces (else flood ...)
- add more urls in comments
- indent, cleanups
Steven Edwards [Tue, 14 Jan 2003 19:35:03 +0000 (19:35 +0000)]
Check for vsnprintf and _vsnprintf, and define vsnprintf with
_vsnprintf if needed.
Tom Wickline [Tue, 14 Jan 2003 19:33:33 +0000 (19:33 +0000)]
Updated authors e-mail adresses.
Added my e-mail to the list.
Shachar Shemesh [Tue, 14 Jan 2003 19:33:12 +0000 (19:33 +0000)]
- Added listing of what the boot process is like, listing what is and
what is not (yet) done.
- Fixed incorrect statement in the "bugs" list.
- Added trace when everything is done.
Duane Clark [Tue, 14 Jan 2003 19:32:42 +0000 (19:32 +0000)]
Check for pending X events before getting queue status.
Alberto Massari [Tue, 14 Jan 2003 19:32:14 +0000 (19:32 +0000)]
- Align the cleanup phase of ReleaseStgMedium to the native API.
- When the data is a bitmap or an enhanced metafile, use the correct
data member.
Uwe Bonnes [Tue, 14 Jan 2003 19:31:44 +0000 (19:31 +0000)]
Stubs for Un|LockServiceDatabase.
Rok Mandeljc [Tue, 14 Jan 2003 19:31:08 +0000 (19:31 +0000)]
Added cone support.
Dmitry Timoshkov [Tue, 14 Jan 2003 19:29:15 +0000 (19:29 +0000)]
Post correct notification code on WM_CLOSE for dialogs.
Robert Shearman [Tue, 14 Jan 2003 19:28:49 +0000 (19:28 +0000)]
Move internal implementation into the exported function
DrawMenuBarTemp.
Robert Shearman [Mon, 13 Jan 2003 20:44:13 +0000 (20:44 +0000)]
- Add some stubs.
- Implement kernel32.FatalExit.
Enrico Horn [Mon, 13 Jan 2003 20:41:18 +0000 (20:41 +0000)]
Add version info to dinput.
Enrico Horn [Mon, 13 Jan 2003 20:40:45 +0000 (20:40 +0000)]
Add version info to dll/dsound.
Francois Gouget [Mon, 13 Jan 2003 20:40:22 +0000 (20:40 +0000)]
Update the registry keys of SPI_ICONHORIZONTALSPACING,
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 [Mon, 13 Jan 2003 20:37:39 +0000 (20:37 +0000)]
Support a few trivial cases in PropVariantClear.
Robert Shearman [Mon, 13 Jan 2003 20:36:39 +0000 (20:36 +0000)]
AlignRects stub.
Alexandre Julliard [Mon, 13 Jan 2003 18:41:40 +0000 (18:41 +0000)]
Added configure check for regex.h.
Tom Wickline [Mon, 13 Jan 2003 18:35:55 +0000 (18:35 +0000)]
Added missing .so files in 3:2.
Added winemaker in 3:3.
Added missing .h files in 3:4.
Added doc html files in 3:5.
Dimitrie O. Paun [Mon, 13 Jan 2003 18:31:53 +0000 (18:31 +0000)]
Define the (old name) struct stat, it is used by programs using the
old names.
Enrico Horn [Mon, 13 Jan 2003 18:31:19 +0000 (18:31 +0000)]
Extend version info.
Lionel Ulmer [Mon, 13 Jan 2003 18:30:47 +0000 (18:30 +0000)]
Update the 'DIRECTDRAW7' flag according to the interface initialized.
Francois Gouget [Mon, 13 Jan 2003 18:30:18 +0000 (18:30 +0000)]
Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and
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 [Mon, 13 Jan 2003 18:29:31 +0000 (18:29 +0000)]
Use only Ansi APIs for cleaning up the registry.
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 [Mon, 13 Jan 2003 18:29:03 +0000 (18:29 +0000)]
SPI_GETMINIMIZEDMETRICS implemented.
Eric Pouech [Mon, 13 Jan 2003 18:28:43 +0000 (18:28 +0000)]
Added tests for environment variables, debug and suspend flags.
Alexandre Julliard [Sat, 11 Jan 2003 22:50:15 +0000 (22:50 +0000)]
Warning fixes.
Dimitrie O. Paun [Sat, 11 Jan 2003 22:49:54 +0000 (22:49 +0000)]
Use inline functions instead of macros to avoid problems in C++.
Inline functions respect scope, whereas macros don't.
Define umask in sys/stat.h, and mode_t in sys/types.h.
Eric Pouech [Sat, 11 Jan 2003 22:48:42 +0000 (22:48 +0000)]
Added 'info symbol' command to look for defined symbols.
Eric Pouech [Sat, 11 Jan 2003 22:48:11 +0000 (22:48 +0000)]
Added a few more stubs.
Francois Gouget [Sat, 11 Jan 2003 22:47:51 +0000 (22:47 +0000)]
Modify OSS_Wave{In,Out}Init to report the exact capabilities of the
OSS driver.
Add support for the 48kHz and 96kHz formats.
Eric Pouech [Sat, 11 Jan 2003 22:47:21 +0000 (22:47 +0000)]
Some code cleanups.
Better error handling.
Removed unneeded internal variables.
Alexandre Julliard [Sat, 11 Jan 2003 21:07:50 +0000 (21:07 +0000)]
Print the message name for registered messages.
Alexandre Julliard [Sat, 11 Jan 2003 21:06:02 +0000 (21:06 +0000)]
Fixed EOF return value for sscanf.
John K. Hohm [Sat, 11 Jan 2003 21:05:15 +0000 (21:05 +0000)]
Reimplemented DllRegisterServer and DllUnregisterServer in a more
generally useful way, entirely in regsvr.c. Added (un)registration of
interfaces.
Shachar Shemesh [Sat, 11 Jan 2003 21:03:18 +0000 (21:03 +0000)]
Removed the FIXMEs when performing MoveFileEx with
MOVEFILE_DELAY_UNTIL_REBOOT, as wineboot will now take care of it.
Shachar Shemesh [Sat, 11 Jan 2003 21:02:50 +0000 (21:02 +0000)]
Implemented the "pending rename" registry processing.
Johannes E. Schindelin [Sat, 11 Jan 2003 21:02:03 +0000 (21:02 +0000)]
Allow C++ comments after #endif.
Dimitrie O. Paun [Sat, 11 Jan 2003 21:01:04 +0000 (21:01 +0000)]
Create stubs for chsize, dup, and dup2.
Eric Pouech [Sat, 11 Jan 2003 21:00:20 +0000 (21:00 +0000)]
Added the GUI part for setting the edition mode flavor.
Eric Pouech [Sat, 11 Jan 2003 20:59:20 +0000 (20:59 +0000)]
Removed non needed include of module.h.
Marcus Meissner [Sat, 11 Jan 2003 20:58:58 +0000 (20:58 +0000)]
Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in these cases.
Drop VT_x -> VT_x coercions, they are handled before the switch()
already.
Marcus Meissner [Sat, 11 Jan 2003 20:58:35 +0000 (20:58 +0000)]
Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPATCH and
TKIND_INTERFACE targets, Query IID_IDispatch if necessary.
Marcus Meissner [Sat, 11 Jan 2003 20:58:10 +0000 (20:58 +0000)]
Implemented CoGetTreatAsClass.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:55:18 +0000 (20:55 +0000)]
Added windres compatibility switches: -v, --[no-]use-temp-file.
New -h option to conform to standard practice (and MS' rc).
Updated documentation, minor option parsing cleanup.
Francois Gouget [Sat, 11 Jan 2003 20:54:56 +0000 (20:54 +0000)]
DSB.SetFormat:Trace the requested format as soon as possible in case
it is not supported and simplify validity check.
Initialize the buffer format, and only from the fields we checked.
DirectSoundCreate8 fully initializes the buffer format (just in case).
Dimitrie O. Paun [Sat, 11 Jan 2003 20:54:19 +0000 (20:54 +0000)]
Define qsort and bsearch in stdlib.h.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:54:06 +0000 (20:54 +0000)]
Add dirent.h header for Unix/mingw compatibility.
Francois Gouget [Sat, 11 Jan 2003 20:53:43 +0000 (20:53 +0000)]
Fix latent deadlock in DSOUND_callback.
Mehmet Yasar [Sat, 11 Jan 2003 20:53:22 +0000 (20:53 +0000)]
- return EOF when stream is empty
- conformance test updated
Alexandre Julliard [Fri, 10 Jan 2003 01:49:00 +0000 (01:49 +0000)]
Fixed handling of trailing whitespace after #else and #endif.
Liu Spider [Fri, 10 Jan 2003 01:48:14 +0000 (01:48 +0000)]
Added Simplified Chinese resources.
Dimitrie O. Paun [Fri, 10 Jan 2003 01:47:48 +0000 (01:47 +0000)]
Add unistd.h files for mingw/Unix compatibility.
Rok Mandeljc [Fri, 10 Jan 2003 01:46:36 +0000 (01:46 +0000)]
3d sound diminishes with distance.
Juergen Schmied [Fri, 10 Jan 2003 01:46:15 +0000 (01:46 +0000)]
Fixed crash in winamp reported by Andreas Mohr.
Juergen Schmied [Fri, 10 Jan 2003 01:45:57 +0000 (01:45 +0000)]
Fix recently broken GetDisplayNamesOf of names of shell extension
dlls.
Dmitry Timoshkov [Fri, 10 Jan 2003 01:45:13 +0000 (01:45 +0000)]
Change types of WPARAM, LPARAM and LRESULT according to MS SDK definitions.
Dimitrie O. Paun [Fri, 10 Jan 2003 01:44:52 +0000 (01:44 +0000)]
Support default output name (a.out); some configure scripts check for
it.
Shachar Shemesh [Fri, 10 Jan 2003 01:44:24 +0000 (01:44 +0000)]
Set correct last error if the path contains wildcard characters.
Marcus Meissner [Thu, 9 Jan 2003 06:04:33 +0000 (06:04 +0000)]
Added GIF decompressor support to OLE Automation IPictures.
Jason Edmeades [Thu, 9 Jan 2003 06:02:39 +0000 (06:02 +0000)]
Calculate starting position for a copyrect correctly.
Eric Pouech [Thu, 9 Jan 2003 06:01:51 +0000 (06:01 +0000)]
Added an edition mode flavor (win32/emacs...) to the console settings
in the registry.
Eric Pouech [Thu, 9 Jan 2003 06:01:32 +0000 (06:01 +0000)]
Set the edition mode as a specific attribute, not an extension of the
console mode.
Eric Pouech [Thu, 9 Jan 2003 06:00:09 +0000 (06:00 +0000)]
Removed emacs edition flavor (it's now a console attribute).
Duane Clark [Thu, 9 Jan 2003 05:59:47 +0000 (05:59 +0000)]
If bit/stretchblt source and destination DCs are the same, make sure
the changes are committed before unlocking.
Alexandre Julliard [Thu, 9 Jan 2003 01:57:15 +0000 (01:57 +0000)]
Do not define __WINESRC__ when building tools and miscemu.
Alexandre Julliard [Thu, 9 Jan 2003 01:56:27 +0000 (01:56 +0000)]
Remove global NONAMELESS* define for tests too.
Alexandre Julliard [Thu, 9 Jan 2003 01:10:14 +0000 (01:10 +0000)]
Regenerated with latest widl.
Alexandre Julliard [Thu, 9 Jan 2003 01:09:16 +0000 (01:09 +0000)]
Added a few rules to rebuild idl headers.
Ove Kaaven [Thu, 9 Jan 2003 01:05:54 +0000 (01:05 +0000)]
Declare user-marshaller prototypes for types declared with [wire_marshal].
Define __WIDL__ preprocessor macro, so Wine-specific IDL can be enclosed
in #ifdef __WIDL__. Fixed a file output bug.
Liu Spider [Thu, 9 Jan 2003 00:51:09 +0000 (00:51 +0000)]
Added Simplified Chinese resources.
Matthew Mastracci [Thu, 9 Jan 2003 00:50:17 +0000 (00:50 +0000)]
Add implementation for PathCreateFromUrlW and add the start for some
URL unit tests.
Marcus Meissner [Thu, 9 Jan 2003 00:46:54 +0000 (00:46 +0000)]
Check and define AS (for cross/biarch compiler support).
Alexandre Julliard [Thu, 9 Jan 2003 00:42:26 +0000 (00:42 +0000)]
Add -gstabs+ option if supported (based on a patch by Marcus
Meissner).
Dimitrie O. Paun [Thu, 9 Jan 2003 00:03:53 +0000 (00:03 +0000)]
Collapse the -hHrs options into the -O option.
Generate .res files by default.
Eric Pouech [Thu, 9 Jan 2003 00:02:26 +0000 (00:02 +0000)]
Implemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and
GetModuleInformation.