Commit Graph

1026 Commits (a1d6d247d46168e2d0ffc463b90b3ed42e5cb84a)
 

Author SHA1 Message Date
Lionel Ulmer a1d6d247d4 Added check for the presence of Mesa's header files. 1999-01-30 15:54:43 +00:00
Andreas Mohr cb1f2c43f2 Fixed error messages. 1999-01-30 15:52:50 +00:00
Bernd Herd 3747221dfa Use proper 16->32 message conversion in FILEDLG_CallWindowProc. 1999-01-30 15:51:54 +00:00
Bernd Herd ec721121e0 SetParent should link the window at the start of the list. 1999-01-30 15:50:58 +00:00
NF Stevens 114899a9de In Window SetWindowPos with SWP_HIDEWINDOW does not remove
the focus from the focus window; ShowWindow with SW_HIDE does.
So move the code that does this from SetWindowPos to ShowWindow.
1999-01-30 15:49:51 +00:00
Marcus Meissner a6af1f76a8 Check for NULL in lstrcpy* (Windows uses real exception handlers). 1999-01-30 15:48:18 +00:00
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