James Juran
01797f2f3a
Don't install include files when --disable-lib is used.
1999-01-30 15:45:52 +00:00
Andreas Mohr
05c50d5ba6
Added WINMM joy* .spec entries.
1999-01-30 13:42:42 +00:00
Andreas Mohr
ab4a1c1e9f
XMS fix.
1999-01-30 13:41:57 +00:00
Andreas Mohr
7b2242527e
Spelling fix.
1999-01-30 13:41:25 +00:00
Andreas Mohr
8a82991a2e
Doc update.
1999-01-30 13:40:05 +00:00
Andreas Mohr
a63458d87c
Some interrupt enhancements.
1999-01-30 13:39:21 +00:00
Andreas Mohr
935ccabe08
implemented timer latching
...
trace message fix
temporary "fix" for Linux's coarse timer resolution
1999-01-30 13:37:54 +00:00
Francis Beaudet
f56d029f96
Implemented the startup-shutdown mechanism for the COM subsystem.
...
Implemented the Class object registration mechanism.
1999-01-30 13:36:55 +00:00
Alexandre Julliard
18f1975a61
Added Fi.s
1999-01-30 13:29:52 +00:00
Francis Beaudet
d92b9475a9
Added an implementation of the OLE structured storage. The main
...
features of this implementation are:
- Can open storages created in Windows.
- Can create new storages that the windows libraries can
read.
- Provides all the functionality to create/open/remove and
rename streams and storages inside the main storage object.
1999-01-30 13:24:23 +00:00
Ove Kaaven
b77de0298d
Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
...
through a function pointer instead. Added a few traces. Fixed the
"Memory corruption !" message in DGA mode. Commented out an
unnecessary TSXF86VidModeSetViewPort that caused my X server to
act up, relying on TSXF86DGASetViewPort instead.
1999-01-30 13:17:54 +00:00
Marcus Meissner
6b5a811175
Some more warnings and bugs fixed.
1999-01-30 13:06:00 +00:00
Alex Priem
b2e099cfed
Small update.
1999-01-30 13:04:01 +00:00
Alex Priem
d2d7f96938
- The usual bugfixes.
...
- Better unicode support (only defines, currently)
- Drag & drop implemented.
- LPSTR_TEXTCALLBACK should work now.
- First start at custom draw code.
1999-01-30 13:02:30 +00:00
Francis Beaudet
84ee125fd9
Make sure that the keystate received by the WM_XBUTTONUP and
...
WM_XBUTTONDOWN matches the message. In X, the keystate is changed
after the message is processed. In Windows, it is changed before.
1999-01-30 12:59:09 +00:00
Matthew Becker
6d5944564d
Doc updates.
1999-01-30 12:54:32 +00:00
Alexandre Julliard
e1d19f36f8
Berend Reitsma <berend at asset-control.com>
...
SetFileAttributes32A changed to make file writeable when
FILE_ATTRIBUTE_READONLY is not set.
1999-01-30 12:51:57 +00:00
Joseph Pranevich
9c77b4747f
Preliminary color console support.
1999-01-30 12:51:09 +00:00
Jukka-Pekka Iivonen
c38189df49
Updated Finnish language support.
1999-01-30 12:37:27 +00:00
Marcus Meissner
32b32d8f3d
Updated msvideo. New program 'icinfo [-about] [-configure]' to
...
query installed (win32) compressors. Started on AVIFILE support.
1999-01-29 15:12:10 +00:00
Noomen Hamza
3fb3da29a1
Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
...
classes.
1999-01-28 17:56:14 +00:00
NF Stevens
2c3d07fa0e
Implemented the symbolfile command (as mentioned by the help
...
command). This reads a symbol file in the format generated by nm.
1999-01-28 17:37:49 +00:00
Peter Hunnisett
9266004f63
- Small bug fix.
...
- Added direct play ascii interfaces.
- Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
1999-01-28 17:36:51 +00:00
Marcus Meissner
12e2d838a1
Fixed FILE_VIEW struct initialisation.
1999-01-28 17:35:36 +00:00
Andreas Mohr
4d71236544
Fixed non-i386 compile.
1999-01-28 17:32:57 +00:00
James Juran
c2a1063940
Commented out unused variables to prevent needless compiler warnings.
1999-01-28 16:33:44 +00:00
Keith Matthews
e32abe8a76
1st cut implementation of DdeInitialize32W and supporting code.
1999-01-28 16:26:39 +00:00
Matthew Becker
e905f3c681
Documentation standardizations.
1999-01-28 13:46:25 +00:00
Stephane Lussier
1c4786fedf
- Made the message queue access to be thread safe. (Using two new
...
functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
instead of GlobalLock16()).
- Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
wine-debugger).
1999-01-28 10:54:11 +00:00
Marcus Meissner
03479f8adb
Fixed a lot of warnings for possible problems.
1999-01-28 10:06:38 +00:00
Herbert Rosmanith
1f52db16f2
Fixed typo.
1999-01-28 09:57:43 +00:00
Adam the Jazz Guy
5a8cd24d93
Fixed various bugs.
...
Made newbie mode easier.
1999-01-28 09:55:51 +00:00
Marcus Meissner
ffb912e692
Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
1999-01-28 09:14:38 +00:00
Marcus Meissner
f0a3545699
Switch ncurses.h/curses.h include (works better for FreeBSD).
1999-01-28 09:09:03 +00:00
Marcus Meissner
08e250ee69
Fixed loading of win32 drivers.
1999-01-28 08:59:26 +00:00
Alexandre Julliard
9416abaff7
Don't abort PROFILE_GetSection on empty keys.
1999-01-26 17:29:49 +00:00
Eric Pouech
6bc8bbd3b0
Temporary #if 0'ed part for builtin modules in MSACM to make it
...
compile with the patch for loadable drivers.
1999-01-26 17:26:54 +00:00
Eric Pouech
0248381a14
Added support for loading drivers in Wine.
1999-01-26 17:23:30 +00:00
Adam the Jazz Guy
c17616299a
A perl script to produce a bug report with little hassle.
1999-01-26 17:22:15 +00:00
Ove Kaaven
c70ac184ae
Added (dummy) Death/Resurrection calls to DisplayDib.
1999-01-26 16:57:56 +00:00
Marcus Meissner
01c7ee2f45
Allocate a DOS handle if we open a normal file with LZOpenFile16.
1999-01-26 16:51:15 +00:00
Lionel Ulmer
6e95399049
- added depth conversion routines (only 8bpp -> 16 bpp for now)
...
- added support of DEPTH_FILL for Blits
- added some flags in GetCaps to get some games working
1999-01-26 15:16:41 +00:00
Andreas Mohr
22c904d3ca
Implemented GetIconInfo16 -> call to GetIconInfo32.
1999-01-26 14:56:01 +00:00
Alexandre Julliard
47b3f322ce
Commented out EXEC_SERVER
1999-01-26 13:29:00 +00:00
Marcus Meissner
6b108a6212
3 missing WINAPI added.
1999-01-26 12:59:31 +00:00
Juergen Schmied
cb23d48715
Small fixes.
1999-01-26 10:37:57 +00:00
Juergen Schmied
26ff83dfed
Changed some treeview related definitions.
1999-01-26 10:35:53 +00:00
Juergen Schmied
a9c17d2e3d
Implemented SHBrowseForFolder() dialog.
1999-01-26 10:30:55 +00:00
Eric Pouech
35dd38707b
Fixed typo in type (removed quite a few warnings).
1999-01-26 10:23:48 +00:00
Marcus Meissner
028c434180
Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
...
Return NULL from OpenThreadToken.
1999-01-26 10:11:22 +00:00