Lionel Ulmer
4d4b5a9a2f
- added function DirectDrawEnumerateEx
...
- added (or corrected) check for the return value of the enumeration functions
1999-02-28 19:49:42 +00:00
Lionel Ulmer
5c08570489
Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
1999-02-28 19:48:53 +00:00
Marcus Meissner
21903aebe0
Added missing <sys/types.h>.
1999-02-28 19:42:18 +00:00
Klaas van Gend
691606e724
Added the button states as returned by IsDlgButtonChecked().
1999-02-28 19:40:54 +00:00
Andreas Mohr
e518f4743c
Added support for quoted file names in CreateProcess().
1999-02-28 19:28:44 +00:00
Alexandre Julliard
3f09ec5263
CLIENT_WaitReply: don't clear last error on success; fixed callers
...
accordingly (based on a patch by Juergen Schmied).
1999-02-28 19:25:51 +00:00
Jess Haas
32452a4683
Added some support and stubs for VESA to msdos/int10.c.
1999-02-28 19:18:30 +00:00
Marcus Meissner
064f170f76
More include optimisations and fixes.
1999-02-28 19:14:33 +00:00
Juergen Schmied
c642e4a31e
open_object should return ERROR_FILE_NOT_FOUND when the named object
...
is not found.
1999-02-28 16:59:12 +00:00
Andreas Mohr
df8cdfdfac
Better error message.
1999-02-28 16:56:48 +00:00
Alexandre Julliard
96c08d817c
Use server handles directly for Win32 handles. Removed use of K32OBJ.
1999-02-28 13:27:56 +00:00
David Luyer
ee517e863e
- fixed missing stdlib.h and string.h includes everywhere
...
- removed a couple of unneeded stdlib.h and stdio.h includes
1999-02-28 12:27:56 +00:00
Alexandre Julliard
8feb3bc177
Process and thread id now use the server-side id instead of an
...
obfuscated pointer.
1999-02-28 12:25:03 +00:00
Ove Kaaven
eb42128790
The Windows GUI behaviour tester used on the Windows computer. It was
...
used with Borland C++ 4.52, but should be easy to adapt to Winelib by
whoever feels like it; I haven't, I just released this useful test app
in case it would benefit other developers.
1999-02-28 11:28:24 +00:00
Ove Kaaven
e9b568c0c5
This file details the results (message traces) the GUI behaviour
...
tester app gave under real Windows for various events. It was useful
for some of my debugging at least, perhaps it could be of some use to
other Wine GUI debuggers as well.
1999-02-28 11:27:26 +00:00
Marcus Meissner
664c2727cf
Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
...
needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
needs "winuser.h".
1999-02-28 11:23:44 +00:00
Ulrich Weigand
8da55cef2e
GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
...
and .PIF files.
1999-02-28 11:22:02 +00:00
Ulrich Weigand
f6a9361942
Adapted to CreateProcess changes.
1999-02-28 11:19:10 +00:00
Ulrich Weigand
fe14b6603d
NE modules adapted to CreateProcess changes.
...
LoadModule16/LoadLibrary16 reorganization.
1999-02-28 11:17:03 +00:00
Ulrich Weigand
6e0d38603e
Process creation sequence reorganized:
...
- Removed instance data segment for all but NE modules.
- Check binary type in CreateProcess before loading module.
- Unix process creation moved from WinExec to CreateProcess.
- Bugfix: fill in thdb->teb.htask16 member correctly.
1999-02-28 11:14:32 +00:00
Guy Albertelli
38d9ce811d
- Code to return default language code as keyboard layout.
...
- Implemented other stubs associated with keyboard layout:
GetKeyboardLayoutNameA, ActivateKeyboardLayout,
LoadKeyboardLayout[AW], GetKeyboardLayoutList.
1999-02-28 11:13:16 +00:00
Klaas van Gend
ab1bea1552
Preliminary implementation of the PrintDlgA stub.
1999-02-28 11:10:50 +00:00
Klaas van Gend
c2bae1c4a5
Now compliant to the Dutch standards.
1999-02-28 11:09:34 +00:00
Juergen Schmied
1e0bc841f3
FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
1999-02-28 11:08:13 +00:00
Ove Kaaven
9ffd7938a4
Fixed a couple of dosmem block resize bugs.
1999-02-28 11:06:16 +00:00
Lionel Ulmer
718bba93ec
- no more 3D capabilities if Direct3D support is not compiled in
...
- some debug messages clean-up (replaced fprintfs by DUMPs)
1999-02-28 11:04:54 +00:00
Marcus Meissner
a538888e11
We got passed a NULL Dialect ptr and accessed it unprotected.
1999-02-28 11:03:33 +00:00
Alexandre Julliard
cb28bdc2c8
Added support for mappings with no associated file.
1999-02-28 10:13:59 +00:00
Alexandre Julliard
875d112dd7
Removed dst_handle in duplicate_handle request.
...
Added inherit flag in create_mapping request.
1999-02-28 10:12:48 +00:00
Francis Beaudet
bc5477f7d2
Implemented support for arrays and safe arrays in VARIANT data
...
structures. Also moved the SAFEARRAY definition (yet again) to the
obj_oleaut.h file.
1999-02-28 10:07:12 +00:00
Andreas Mohr
11db496578
Fixed Filesystem documentation.
1999-02-28 10:05:44 +00:00
Pavel Roskin
a8fa0cf5d5
Made folder icons gray-yellow instead of blue.
1999-02-28 10:05:08 +00:00
Francis Beaudet
bfaf063892
Order of send message processing was not respected and the message
...
stacked last finished after the message stacked first.
1999-02-28 10:02:57 +00:00
Francis Beaudet
dae09c99a2
Added checks to guard against NULL active window.
1999-02-28 10:01:44 +00:00
Norman Stevens
460881ce82
Don't check children of disabled or invisible controls for dialog
...
keyboard accelerators. Fixes problems with dialogs with tab boxes.
1999-02-28 09:59:32 +00:00
Francis Beaudet
07478c2e3e
Implemented the CoTaskMemRealloc API. Also clean-up around that API
...
call.
1999-02-28 09:57:40 +00:00
Thuy Nguyen
b67b8e7a84
Added a missing Release.
...
STGM_CREATE should translate to CREATE_ALWAYS.
1999-02-28 09:55:46 +00:00
Alexandre Julliard
95af1a6971
Release 990226.
1999-02-26 13:58:38 +00:00
Alexandre Julliard
9f69d89329
Updated for new naming conventions.
1999-02-26 12:33:21 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Alexandre Julliard
314f9609d8
Release 990225.
1999-02-25 19:30:35 +00:00
Albert den Haan
8b99c944ed
For various reasons some of our libwine executables must have a "." in
...
their file names. The "." causes trouble when the file name is used as
the class name for an X resource as wine does for command line parsing
under X.
1999-02-25 18:11:40 +00:00
Alexandre Julliard
566e8547f3
Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
...
GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
1999-02-25 18:05:48 +00:00
David Luyer
18052c7727
Added __attribute__ ((unused)) on static inline functions declared in
...
header files.
1999-02-25 18:02:53 +00:00
Adam the Jazz Guy
1bc4c49df7
Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
...
which uses my bug_report.pl script.
Added info on a command that can be run on all shells to print debug
msgs to a file and not to xterm.
1999-02-25 17:33:29 +00:00
Marcus Meissner
71ad44195d
Needs thread.h for non-Linux.
1999-02-25 17:32:56 +00:00
Francois Boisvert
93e3f905c8
Adding of new functions to make the wnd struct thread safe. Adding of
...
irefCount in wnd struct.
1999-02-25 17:32:31 +00:00
Michael Veksler
f544507b32
Added configure check for getbkgd and define HAVE_GETBKGD.
1999-02-25 17:11:05 +00:00
Paul Quinn
40d9d3d039
Many interface declarations that originated from oleidl.h, oaidl.h and
...
ocidl.h separated into somewhat relevant obj_* files.
1999-02-25 17:10:15 +00:00
Michael Veksler
249d14ba29
Fixed warning and compilation errors.
1999-02-25 16:39:16 +00:00