- 24 Feb, 1999 8 commits
-
-
Joseph Pranevich authored
later.
-
Joseph Pranevich authored
(Interrupt list did not have correct.)
-
Lionel Ulmer authored
-
Thuy Nguyen authored
-
Thuy Nguyen authored
-
Huw D M Davies authored
-
Stephane Lussier authored
-
Sylvain St.Germain authored
-
- 22 Feb, 1999 6 commits
-
-
Zygo Blaxell authored
-
Marcus Meissner authored
-
Juergen Schmied authored
- changed some superflous FIXME
-
Juergen Schmied authored
- rewrote IDropTarget according to the new COM headers (was local declared not using the already written prototypes) - corrected Drop method (wrong parameter count)
-
Francois Gouget authored
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.
-
Francois Gouget authored
Defined the IDirectInputDeviceA interface independently from IDirectInputDevice2A. Removed the 32 suffix of the interfaces. Hopefully this will not cause any problem with the renaming. Moved the implementation specific stuff to dinput.c (well, the interfaces at least).
-
- 21 Feb, 1999 9 commits
-
-
Alexandre Julliard authored
Removed a few unused fields in PDB and THDB.
-
Alexandre Julliard authored
Changed initial thread creation to avoid memory allocations. Moved server startup to THREAD_CreateInitialThread.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Michael Veksler authored
- Fix header and source files to include missing header files to avoid warnings and errors.
-
Marcus Meissner authored
wine_sigaction __PIC__ cases, since "g" will not work with -fomit-frame-pointer ("g" is referenced using %esp which was invalidated before). Bug found and (other) fix suggested by <daniel@mat.utfsm.cl> Daniel Serpell.
-
Marcus Meissner authored
-
Stephane Lussier authored
thread with multi-threaded apps.
-
- 20 Feb, 1999 16 commits
-
-
Francis Beaudet authored
object. That object supports the IFont and IDispatch interfaces.
-
Marcus Meissner authored
-
Joseph Pranevich authored
the new TerminalType option in wine.ini. This allows us to select which terminal type we are really using so that we can, for example, use its color capabilities.
-
Joseph Pranevich authored
(Generic replacement for XtermResolution option...)
-
Joseph Pranevich authored
-
Joseph Pranevich authored
-
Joseph Pranevich authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Bertho Stultiens authored
tools/wrc/CHANGES for details.
-
Marcus Meissner authored
correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
-
Zygo Blaxell authored
-
Francis Beaudet authored
-
- 19 Feb, 1999 1 commit
-
-
Martin Walker authored
-