Commit Graph

1479 Commits

Author SHA1 Message Date
Eric Pouech b874293530 Cosmetic fixes. 1999-03-15 15:16:13 +00:00
Eric Pouech d6bbbeb990 Makes use of new CDAUDIO_Seek() function. 1999-03-15 15:15:29 +00:00
Eric Pouech d71e297af1 Various fixes for MSCDEX traps. 1999-03-15 15:15:07 +00:00
Eric Pouech 52c97d4e99 Added new function CDAUDIO_Seek(). 1999-03-15 15:14:43 +00:00
Eric Pouech 3fb2f4289f Better 16/32 bit driver messages mapping and handling.
Better protection against bad handles.
1999-03-15 15:14:06 +00:00
Marcus Meissner 7f95bb7f75 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
code.
1999-03-15 15:13:14 +00:00
Niels Kristian Bech Jensen 3713080283 Fixed make install. 1999-03-15 15:12:38 +00:00
Alexandre Julliard 301f2c6922 Separated thdb freeing code from ExitThread. Now we only need to call
THREAD_FreeTHDB from somewhere...
1999-03-14 19:48:04 +00:00
Alexandre Julliard 5eca3afa9f Do not call ExitThread() on server communication errors. 1999-03-14 19:46:35 +00:00
Alexandre Julliard c2795b7376 Make distclean also in include/wine 1999-03-14 19:45:19 +00:00
Alexandre Julliard 5314b03b51 Release 990314. 1999-03-14 18:02:04 +00:00
Francois Boisvert 6b1b41cf85 Made access to the wnd struct thread-safe. 1999-03-14 17:25:32 +00:00
Jim Aston 2e1cafa288 Renamed wintypes.h to windef.h. 1999-03-14 16:35:05 +00:00
Alexandre Julliard ec5b68e5f0 Make the system heap critical section global. 1999-03-14 16:20:13 +00:00
Alexandre Julliard e66d4219ec Fixed Makefile up-to-date check to avoid relinking all the object
files.
1999-03-14 15:22:29 +00:00
Patrik Stridvall 110b4c193c Reimplemented some code without using X11. 1999-03-14 15:20:53 +00:00
Patrik Stridvall 76535cd912 Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW. 1999-03-14 15:20:11 +00:00
Theodore S. Hetke 5d1d777e69 Added tracing for delayed imports and removed the fixme. 1999-03-14 15:18:08 +00:00
Peter Ganten f22bea0a76 Better implementation of GetShortPathNameA/W. 1999-03-14 15:15:14 +00:00
Nathan Zorich bd3771c2ee Allow the file names and paths for the registry files (user.reg and
system.reg) to be specified in a [Registry] section of wine.ini or
other config file.
1999-03-14 15:12:48 +00:00
Gerard Patel 1dc7cbd965 Fix OemToAnsiBuff for real Win31 behavior. 1999-03-14 15:06:16 +00:00
Ove Kaaven 7173e1c26e First attempt at supporting different keyboard layouts with their
correct scancode mapping.
1999-03-14 14:00:57 +00:00
Sylvain St.Germain 1bb0e66fa2 Added command line tool to access the registry. 1999-03-14 14:00:22 +00:00
Alexandre Julliard 0dd1b5b239 Fixed compilation. 1999-03-14 13:56:59 +00:00
Patrik Stridvall 1ecc20bc65 Ignore generated files. 1999-03-14 13:55:50 +00:00
Alexandre Julliard aad574811c Fixed make depend. 1999-03-14 13:54:51 +00:00
Paul Quinn 89b21b4c28 Many new defines, and structs to help compile MFC. As well as a few
OLE corrections from earlier.
1999-03-14 13:47:00 +00:00
Uwe Bonnes f59d2f6155 Make GetModuleHandle16 only look for module names, not path names. 1999-03-14 13:44:04 +00:00
Jess Haas 9bfdb1bcfa Added some more vga video modes. 1999-03-14 13:42:16 +00:00
Pavel Roskin a0fd289aef Prevent X11 errors when XCreateWindow is called with zero width or
height.
1999-03-14 13:41:07 +00:00
Caolan McNamara ae8a748aa1 Added metafile support for ExtFloodFill. 1999-03-14 13:40:12 +00:00
Dirk Thierbach 09d9f2e53a Paint gray text on gray background in checkboxes/radiobuttons by
stippling. Also changed the brush used in this case to give better
readability with X fonts.
1999-03-14 13:39:28 +00:00
Andreas Mohr 5aa96c1906 Implemented (nearly) all TAPI functions as stubs. 1999-03-14 12:34:25 +00:00
Michael McCormack a84860785a Basic support for WIN32 serial communications API.
Modify DOSFS_OpenDevice to allow opening of COM ports.
Change Win32 comm functions to accept file handle.
Add declaration of COMSTAT32 structure.
1999-03-14 12:25:36 +00:00
Ove Kaaven e1848e5cdb Fixed a silly VGA-emulation palette bug. 1999-03-14 12:23:17 +00:00
Ove Kaaven 63d3040f8f Fixed a couple of ugly warnings (caused by ugly errors). 1999-03-14 12:20:12 +00:00
Andreas Mohr 8fc73123ce Bug fix. 1999-03-14 12:18:51 +00:00
Juergen Schmied a3b7a40f56 - IShellFolder and IEnumIDList are using the new COM headers
- fixed sort order for folders and drives
1999-03-14 12:16:21 +00:00
Ove Kaaven 587729f72a Corrected location of FAQ. 1999-03-14 12:14:19 +00:00
Ove Kaaven 8f2fd39108 Fully implemented Direct Console Input. 1999-03-14 12:13:43 +00:00
Marcus Meissner 88e651dac3 Fixed newly introduced and some leftover warnings. 1999-03-13 18:20:26 +00:00
Francois Gouget 7ae72f5437 It is now possible to use the standard macros for GetTextExtentPoint
and GetTextExtentPoint32.
1999-03-13 18:19:29 +00:00
Francois Gouget 3805ed585f Fixed some SendMessage32A that escaped the renaming. 1999-03-13 18:15:29 +00:00
Francois Gouget fcfce8445a On windows ole2.h includes oleauto.h and some programs depend on this. 1999-03-13 18:14:13 +00:00
Francois Gouget dfc0f5ec8d Fixes in the SysAllocString functions prototypes. It's mostly 'const'
problems that prevent regular code from compiling.
1999-03-13 18:13:10 +00:00
Pavel Roskin cb327212c4 File open dialog now uses icons instead of bitmaps. 1999-03-13 18:10:43 +00:00
Marcus Meissner 960c725ee3 Updated AVI* class interface to new ICOM_ methods. 1999-03-13 18:09:16 +00:00
Marcus Meissner bb3bdbf059 Some fixes and additions. 1999-03-13 18:08:32 +00:00
Marcus Meissner b3d1a22a44 Started on avifil32 implementation (only stubs currently). 1999-03-13 18:07:44 +00:00
Patrik Stridvall 8085b6ccfd Reimplemented DrawFocusRect without using X11. 1999-03-13 18:01:45 +00:00