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
Michael Veksler
ae09c6b6e7
Removed includes of wine/* headers.
1999-02-25 16:38:47 +00:00
Pavel Roskin
85f5304fa5
Made message "Resource not found" WARN.
1999-02-25 16:37:46 +00:00
Adrian Thurston
d6fdbfd707
- Use the new COM definition macros in the header.
...
- Put the implementation of the object in the contmenu.c.
- Make appropriate name changes in contmenu.c.
1999-02-25 16:36:55 +00:00
Alexandre Julliard
b24fc081cf
Authors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
...
Modifies parameter list of a couple of functions to comply with SDK.
1999-02-25 16:36:07 +00:00
Pascal Lessard
83f39cf776
ScrollDC32 modified to return rect in logical coordinate.
1999-02-25 16:35:22 +00:00
Adrian Thurston
d636446e30
Adds C++ nameless union support to tagVARIANT.
1999-02-25 16:34:13 +00:00
Adrian Thurston
975feaf0e7
Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
...
Removed a redundant include.
Added some c++ protection.
1999-02-25 16:32:10 +00:00
Juergen Schmied
b791a5211d
Changed pidl structure to match the pidl's used in lnk-files.
1999-02-24 15:58:51 +00:00
Juergen Schmied
671c8846d1
Implemented reading of *.lnk-files.
1999-02-24 15:58:26 +00:00
Juergen Schmied
e7fb5ecfd4
new file, including the IShellLink definition.
1999-02-24 15:57:20 +00:00
Ulrich Weigand
1d90d69f08
Modified process creation sequence: call PE_CreateModule in the
...
context of the new process (in TASK_CallToStart).
Changed all PE/Module routines so as to always operate on the current
process; adapted all callers.
1999-02-24 14:27:07 +00:00
Marcus Meissner
219cfd8387
Optimized away more includes, readded some #includes for necessary
...
prototypes.
1999-02-24 13:05:13 +00:00
1b9fef5d48
Added low-level Netware installation check.
1999-02-24 13:03:40 +00:00
Joseph Pranevich
93a2ce6e69
Added GetBackgroundColor call to the console struct. Will be used
...
later.
1999-02-24 11:08:29 +00:00
Joseph Pranevich
a82b91cd49
Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
...
(Interrupt list did not have correct.)
1999-02-24 10:58:37 +00:00
Lionel Ulmer
75e8a78efa
Added stubs for two missing methods of DInput.
1999-02-24 10:53:30 +00:00
Thuy Nguyen
582cf8f6f4
Fixed a bug.
1999-02-24 10:52:26 +00:00
Thuy Nguyen
6d2e1735f9
Added support for larger files.
1999-02-24 10:36:34 +00:00
Huw D M Davies
3da9ff32ff
Fixes buffer overrun problems with GetDIBits.
1999-02-24 09:47:37 +00:00
Stephane Lussier
110cdb1cd8
Fixed some SendMessage bugs.
1999-02-24 09:43:09 +00:00
Sylvain St.Germain
b0191cc642
Fix COM_ExternalLockFreeList to do not fail with an empty list.
1999-02-24 09:42:30 +00:00
Zygo Blaxell
6d7773c974
Implemented some CRTDLL string functions.
1999-02-22 10:21:56 +00:00
Marcus Meissner
61afa33b03
Some more recursive include fixes/optimizations.
1999-02-22 10:16:00 +00:00
Juergen Schmied
6349d97bd4
- eliminated one element of the pidl struct (dwSFGAO)
...
- changed some superflous FIXME
1999-02-22 09:57:12 +00:00
Juergen Schmied
fa3f2eeae0
- header uses the last macros now
...
- rewrote IDropTarget according to the new COM headers
(was local declared not using the already written prototypes)
- corrected Drop method (wrong parameter count)
1999-02-22 09:53:59 +00:00
Francois Gouget
b233fc310a
Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
...
Added the interface implementation structures.
I remembered from an email that even when asked for a
IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
considered that we would only implement the latter. The
IDirectInputDeviceA_xxx methods have been renamed to
IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
implementation as before.
Renamed the implementation structures to XxxImpl.
1999-02-22 09:52:54 +00:00