Alexandre Julliard [Tue, 22 Apr 2003 04:05:08 +0000 (04:05 +0000)]
Moved x11drv.h to dlls/x11drv.
Eric Pouech [Tue, 22 Apr 2003 04:04:17 +0000 (04:04 +0000)]
Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffersFile.
Vincent Béron [Tue, 22 Apr 2003 04:03:08 +0000 (04:03 +0000)]
Don't change to ttydrv to install registry, regedit doesn't use X.
Make sure the current dir is mapped in DOS.
Alex Pasadyn [Tue, 22 Apr 2003 00:15:48 +0000 (00:15 +0000)]
Implemented EnumDisplaySettings* and ChangeDisplaySettings*.
Alexandre Julliard [Mon, 21 Apr 2003 23:54:05 +0000 (23:54 +0000)]
Removed no longer needed uses of LDPATH.
Jason Edmeades [Mon, 21 Apr 2003 23:53:03 +0000 (23:53 +0000)]
Only reapply the world, view or projection transform changes if we
really have to.
Jason Edmeades [Mon, 21 Apr 2003 23:29:39 +0000 (23:29 +0000)]
MIRROR_ARB support is not dependent on OpenGL 1.3 as I originally
ifdef'ed. It is apparently introduced fully in 1.4, or dependent on
another ifdef, GL_ARB_texture_mirrored_repeat.
Alexandre Julliard [Mon, 21 Apr 2003 23:27:21 +0000 (23:27 +0000)]
Resource names don't need a case-sensitive comparison; this avoids
depending on libwine_unicode.
Dan Wolf [Mon, 21 Apr 2003 23:24:46 +0000 (23:24 +0000)]
Implemented a stub for DetectAutoProxyUrl.
Jukka Heinonen [Mon, 21 Apr 2003 23:22:53 +0000 (23:22 +0000)]
Moved dosconf.c to winedos.
Jason Edmeades [Mon, 21 Apr 2003 23:20:51 +0000 (23:20 +0000)]
Don't reapply all the texture states if the texture we are replacing
is the same as the texture there already and the texture is not
'dirty'.
Alexandre Julliard [Mon, 21 Apr 2003 22:52:31 +0000 (22:52 +0000)]
Support resources in cross-compiled tests.
Marcelo Duarte [Mon, 21 Apr 2003 22:44:40 +0000 (22:44 +0000)]
Localization of the new language group strings.
Dimitrie O. Paun [Mon, 21 Apr 2003 22:43:16 +0000 (22:43 +0000)]
Remove references to obsolete files.
Jason Edmeades [Mon, 21 Apr 2003 22:38:14 +0000 (22:38 +0000)]
Silence index buffer lock + offset fixme to a trace because the
behaviour under that scenario works.
Jason Edmeades [Mon, 21 Apr 2003 22:37:48 +0000 (22:37 +0000)]
DOT3 isn't there on earlier opengl versions.
Alexandre Julliard [Sun, 20 Apr 2003 02:56:14 +0000 (02:56 +0000)]
Check for struct option independently of the getopt_long check.
Alexandre Julliard [Sun, 20 Apr 2003 02:48:06 +0000 (02:48 +0000)]
Set SA_NOCLDWAIT in the SIGCHLD sigaction to avoid zombies.
Jason Edmeades [Sun, 20 Apr 2003 02:47:22 +0000 (02:47 +0000)]
When a game requests fullscreen, make its window the dimensions
requested. Ideally this should be followed by making the screen that
resolution, but this suffices for now.
Alexandre Julliard [Sun, 20 Apr 2003 02:46:44 +0000 (02:46 +0000)]
Explicitly call VERSION_Init with the main exe file name, so that
application settings work for Win16 and DOS apps too.
Dimitrie O. Paun [Sun, 20 Apr 2003 02:43:22 +0000 (02:43 +0000)]
Use the standard db2html instead of our db2html-winehq script.
Jason Edmeades [Sun, 20 Apr 2003 02:43:05 +0000 (02:43 +0000)]
Windows never reports 24 bit colours, and some games fail to work
unless in specific modes. Report 16bit colour for 24bit modes.
Eric Pouech [Sat, 19 Apr 2003 21:27:47 +0000 (21:27 +0000)]
- added support for multi-thread in GDB remote read/write register(s)
commands
- by default, internal errors are now verbose
Alexandre Julliard [Sat, 19 Apr 2003 21:27:19 +0000 (21:27 +0000)]
Don't bother sending WM_NCCREATE to the desktop window, this doesn't
work anyway (spotted by Uwe Bonnes).
Jason Edmeades [Sat, 19 Apr 2003 20:33:23 +0000 (20:33 +0000)]
Correct device capabilites including support in previous patch, as
well as making the texture operations capabilities more accurate.
Jason Edmeades [Sat, 19 Apr 2003 20:30:58 +0000 (20:30 +0000)]
Add DotProduct3 support if supported by opengl.
Maxime Bellengé [Sat, 19 Apr 2003 20:22:19 +0000 (20:22 +0000)]
Added resource strings for language groups.
Rolf Kalbermatter [Sat, 19 Apr 2003 20:09:09 +0000 (20:09 +0000)]
Reimplement SHFileOperation in Unicode, based on the work of Dietrich
Teickner.
Jason Edmeades [Sat, 19 Apr 2003 20:08:14 +0000 (20:08 +0000)]
Make codesampler texture addressing mode sample work better.
Add mirrorsupport (if opengl 1.3) and make clamp and border appear
more similar to Windows.
Ove Kaaven [Sat, 19 Apr 2003 20:06:58 +0000 (20:06 +0000)]
Dummy RPC exception macros.
Ove Kaaven [Sat, 19 Apr 2003 20:06:42 +0000 (20:06 +0000)]
Implemented simple caching of client connections.
Dimitrie O. Paun [Sat, 19 Apr 2003 02:50:57 +0000 (02:50 +0000)]
Remove the generation of all documentation in one document.
Ove Kaaven [Sat, 19 Apr 2003 02:49:35 +0000 (02:49 +0000)]
Fixed a race condition on RPC worker thread creation, and a typo.
Ove Kaaven [Sat, 19 Apr 2003 02:49:15 +0000 (02:49 +0000)]
Added missing AddRef.
Michal Janusz Miroslaw [Sat, 19 Apr 2003 02:48:34 +0000 (02:48 +0000)]
Fixed typo in comment.
Vincent Béron [Sat, 19 Apr 2003 02:48:10 +0000 (02:48 +0000)]
Terminate the lfind inline function.
Vincent Béron [Sat, 19 Apr 2003 02:47:56 +0000 (02:47 +0000)]
Change the version of win2k to SP3.
Change the version of XP to SP1.
Modify values of XP according to a post by Philipp Wollermann.
Dimitrie O. Paun [Sat, 19 Apr 2003 02:47:28 +0000 (02:47 +0000)]
Add -fo as a synonym for -o, for compatibility with rc.
Line up help message, cleanup some error messages.
Michal Janusz Miroslaw [Sat, 19 Apr 2003 02:47:08 +0000 (02:47 +0000)]
On Linux: avoid blocking in DOSFS_OpenDir_VFAT if specified path is
not a directory.
Alexandre Julliard [Thu, 17 Apr 2003 02:47:17 +0000 (02:47 +0000)]
Yet another attempt at fixing the htonl functions.
Alexandre Julliard [Thu, 17 Apr 2003 02:40:21 +0000 (02:40 +0000)]
Fixed alloca handling the way mingw does it (reported by Vincent
Béron).
Alexandre Julliard [Thu, 17 Apr 2003 02:20:52 +0000 (02:20 +0000)]
Avoid local WINAPI function pointers in _invoke.
Rolf Kalbermatter [Thu, 17 Apr 2003 02:18:33 +0000 (02:18 +0000)]
Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
from ILGetDisplayNameAW and ILGetDisplayNameExAW.
Christian Costa [Thu, 17 Apr 2003 02:16:07 +0000 (02:16 +0000)]
Handle creation of a depth/stencil buffer when creating a device.
Implement IDirect3D8DeviceImpl_GetDepthStencilBuffer.
Michael Stefaniuc [Thu, 17 Apr 2003 02:15:03 +0000 (02:15 +0000)]
mbtowc returns -1 if we can't find a valid multibyte char in the non
NULL source string.
Martin Fuchs [Thu, 17 Apr 2003 02:14:38 +0000 (02:14 +0000)]
Fixes for SystemTimeToTzSpecificLocalTime() and
TzSpecificLocalTimeToSystemTime().
Bill Medland [Thu, 17 Apr 2003 02:14:04 +0000 (02:14 +0000)]
Fix for client accessing a named pipe after the server closes it.
Michal Janusz Miroslaw [Thu, 17 Apr 2003 02:13:01 +0000 (02:13 +0000)]
Refuse to read non-block device set in config.
Avoid blocking on open if user sets device to unconnected pipe.
Uwe Bonnes [Thu, 17 Apr 2003 02:10:04 +0000 (02:10 +0000)]
FindFirstFile on root directory should fail.
Alexandre Julliard [Wed, 16 Apr 2003 23:34:05 +0000 (23:34 +0000)]
Fall back to kill() if the kernel doesn't support tkill().
Alexandre Julliard [Wed, 16 Apr 2003 23:15:29 +0000 (23:15 +0000)]
Implemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech).
Implemented RtlUpcaseUnicodeStringToCountedOemString.
Sylvain Petreolle [Wed, 16 Apr 2003 23:12:07 +0000 (23:12 +0000)]
- Fix DirectPlayEnumerateA exit code.
- Add default registry entry for DirectPlay Service Providers.
Rein Klazes [Wed, 16 Apr 2003 23:10:21 +0000 (23:10 +0000)]
Fix the path of keyboard.c inside a FIXME log statement.
Uwe Bonnes [Wed, 16 Apr 2003 23:09:59 +0000 (23:09 +0000)]
Don't use a hex number for the event in the default string.
Thomas Mertes [Wed, 16 Apr 2003 23:09:28 +0000 (23:09 +0000)]
Change c2man that it works with the new format of the spec files
(without exported name).
Hans Leidekker [Wed, 16 Apr 2003 23:09:02 +0000 (23:09 +0000)]
Don't link cross compiled tests against Wine import libraries.
Andreas Mohr [Wed, 16 Apr 2003 23:08:33 +0000 (23:08 +0000)]
Print out Windows version values, in human-readable format.
Rein Klazes [Wed, 16 Apr 2003 23:08:10 +0000 (23:08 +0000)]
Fix the ListView_SetItemState macro.
Alexandre Julliard [Mon, 14 Apr 2003 21:46:41 +0000 (21:46 +0000)]
Allow overriding CFLAGS when running configure. Other small cleanups.
Alexandre Julliard [Mon, 14 Apr 2003 21:44:21 +0000 (21:44 +0000)]
Insert the last free block of a subheap at the end of the free list to
avoid using uncomitted space unless really necessary.
Alexandre Julliard [Mon, 14 Apr 2003 21:42:57 +0000 (21:42 +0000)]
Fixed gcc varargs macro syntax (reported by Gabriele Giorgetti).
Alexandre Julliard [Mon, 14 Apr 2003 21:39:23 +0000 (21:39 +0000)]
Hacked 0x00a5 to map to backslash in Shift-JIS codepage.
Added mapping for 0x00a6.
Hans Leidekker [Mon, 14 Apr 2003 21:35:14 +0000 (21:35 +0000)]
Fix typo: sqml -> sgml.
Hans Leidekker [Mon, 14 Apr 2003 21:34:45 +0000 (21:34 +0000)]
Handle multiline output from grep and don't grep for empty strings.
Lionel Ulmer [Mon, 14 Apr 2003 21:34:11 +0000 (21:34 +0000)]
Have the 'make_opengl' in line with the (manually edited) spec file.
Andreas Mohr [Mon, 14 Apr 2003 21:33:49 +0000 (21:33 +0000)]
Fix blatantly wrong SetFilePointer() calls.
Dominik Strasser [Mon, 14 Apr 2003 21:32:36 +0000 (21:32 +0000)]
Partially implement proxy support.
Dimitrie O. Paun [Mon, 14 Apr 2003 21:31:48 +0000 (21:31 +0000)]
Transform the Packaging Guide into a nice ASCII file.
Update it to the latest info, make it less prone to obsolescence.
Updated the Wine executables from list produced by Tom Wickline.
Alexandre Julliard [Sun, 13 Apr 2003 01:09:23 +0000 (01:09 +0000)]
Don't use Wine debugging API in tests.
Jukka Heinonen [Sun, 13 Apr 2003 01:06:36 +0000 (01:06 +0000)]
Interrupt handling now prints more trace information.
Replaced some magic numbers with preprocessor constants.
Yorick Hardy [Sun, 13 Apr 2003 01:06:14 +0000 (01:06 +0000)]
Fix for compiling on NetBSD.
Vincent Béron [Sun, 13 Apr 2003 01:05:31 +0000 (01:05 +0000)]
Include shlguid.h from shlobj.h.
Expose IShellLink to Winelib apps.
Vincent Béron [Sun, 13 Apr 2003 01:05:17 +0000 (01:05 +0000)]
Define some additional constants.
Yorick Hardy [Sun, 13 Apr 2003 01:04:25 +0000 (01:04 +0000)]
errno should not be used as a variable name.
Christian Costa [Sun, 13 Apr 2003 01:03:05 +0000 (01:03 +0000)]
Increase MaxStreams to 2 in CAPS.
Christian Costa [Sun, 13 Apr 2003 01:02:52 +0000 (01:02 +0000)]
Added some defines to d3d8 header.
Alexandre Julliard [Sat, 12 Apr 2003 00:10:13 +0000 (00:10 +0000)]
Implemented RtlDetermineDosPathNameType_U and RtlIsDosDeviceName_U.
Alexandre Julliard [Sat, 12 Apr 2003 00:09:14 +0000 (00:09 +0000)]
The com_interface attribute is not needed on derived classes.
Removed the ICOM_CTHIS* macros.
Alexandre Julliard [Sat, 12 Apr 2003 00:06:42 +0000 (00:06 +0000)]
Header files must not include config.h.
Alexandre Julliard [Sat, 12 Apr 2003 00:05:27 +0000 (00:05 +0000)]
Fixed rules for auto documentation (reported by Vincent Béron).
Robert Shearman [Sat, 12 Apr 2003 00:01:32 +0000 (00:01 +0000)]
Added NtQueryProcessInformation case needed by NT version of MSI.
Hans Leidekker [Sat, 12 Apr 2003 00:00:57 +0000 (00:00 +0000)]
Add aliases to configure check for mingw cross compiler and dlltool.
Robert Reif [Fri, 11 Apr 2003 23:59:19 +0000 (23:59 +0000)]
Fixed PCM format evaluation bug.
Properly clean up partially created sound buffers.
Alexandre Julliard [Fri, 11 Apr 2003 00:38:56 +0000 (00:38 +0000)]
Added support for generating dependencies for idl files.
Maxime Bellengé [Fri, 11 Apr 2003 00:37:17 +0000 (00:37 +0000)]
Added the GRADIENT_FILL_TRIANGLE case in GdiGradientFill.
Robert Reif [Fri, 11 Apr 2003 00:35:50 +0000 (00:35 +0000)]
Changed capture format printing to hex.
Robert Reif [Fri, 11 Apr 2003 00:35:33 +0000 (00:35 +0000)]
Add direct sound driver guids.
Alexandre Julliard [Fri, 11 Apr 2003 00:31:02 +0000 (00:31 +0000)]
Simplified COM interface declarations, removing the need to define
both an xxx_METHODS and an xxx_IMETHODS macro.
Alexandre Julliard [Thu, 10 Apr 2003 21:13:58 +0000 (21:13 +0000)]
Get rid of the ICOM_CALL macros.
Alexandre Julliard [Thu, 10 Apr 2003 18:36:40 +0000 (18:36 +0000)]
Ignore "U " in nm -u output.
Robert Reif [Thu, 10 Apr 2003 18:33:46 +0000 (18:33 +0000)]
Better error messages.
Alexandre Julliard [Thu, 10 Apr 2003 18:17:34 +0000 (18:17 +0000)]
Removed uses of the non standard ICOM_VTBL macro.
Alexandre Julliard [Thu, 10 Apr 2003 00:19:24 +0000 (00:19 +0000)]
Use a more compatible technique to declare COM interfaces methods,
using Microsoft's STDMETHOD macros instead of the Wine-specific
ICOM_METHOD ones.
Robert Reif [Wed, 9 Apr 2003 23:34:49 +0000 (23:34 +0000)]
Changed DLL version to 8.
Dimitrie O. Paun [Wed, 9 Apr 2003 23:34:19 +0000 (23:34 +0000)]
We don't need to dlopen the app module before the LoadLibrary().
Vitaliy Margolen [Wed, 9 Apr 2003 23:33:50 +0000 (23:33 +0000)]
Added more extended error codes.
Vitaliy Margolen [Wed, 9 Apr 2003 23:33:35 +0000 (23:33 +0000)]
Add and fix a few stubs to return correct error.
Vincent Béron [Wed, 9 Apr 2003 23:32:16 +0000 (23:32 +0000)]
Keep README.fr in sync.
Alexandre Julliard [Tue, 8 Apr 2003 23:37:38 +0000 (23:37 +0000)]
Alexandre Julliard [Tue, 8 Apr 2003 22:39:29 +0000 (22:39 +0000)]
Updated URLs.