Ulrich Weigand [Tue, 16 Mar 1999 16:28:59 +0000 (16:28 +0000)]
Pass new arguments (suspend/inherit) to the server.
Ulrich Weigand [Tue, 16 Mar 1999 16:28:36 +0000 (16:28 +0000)]
Handle suspend/resume_thread requests in phase STARTING correctly.
Set initial suspend count for threads created with CREATE_SUSPENDED.
Set 'inheritable' flag for process/thread handles.
Marcus Meissner [Tue, 16 Mar 1999 10:53:11 +0000 (10:53 +0000)]
Removed no longer necessary win.h include, added now necessary other
includes (win.h used only by UPDOWN now).
Marcus Meissner [Tue, 16 Mar 1999 10:52:17 +0000 (10:52 +0000)]
debug.h must be last, or we get ERR() macro problems again.
Francis Beaudet [Tue, 16 Mar 1999 10:39:53 +0000 (10:39 +0000)]
Fixed a slight bug that was included in the change from WND ptr to
hwnd last week.
Ulrich Weigand [Tue, 16 Mar 1999 10:39:16 +0000 (10:39 +0000)]
Fix compiler warnings.
Sylvain St.Germain [Tue, 16 Mar 1999 10:38:44 +0000 (10:38 +0000)]
Fixed some graphical problems of the treeview and added support LMB
click on +/- sign to open and close.
Fixed a bug in imagelist where the last image could not be displayed.
Ulrich Weigand [Tue, 16 Mar 1999 10:37:30 +0000 (10:37 +0000)]
Avoid unnecessary error messages.
Ulrich Weigand [Tue, 16 Mar 1999 10:29:55 +0000 (10:29 +0000)]
Ignore HIWORD of boolean return values of 16-bit hook procedures, to
match buggy Windows behaviour.
Lionel Ulmer [Tue, 16 Mar 1999 09:53:48 +0000 (09:53 +0000)]
Corrected bug in enumeration function.
Pavel Roskin [Tue, 16 Mar 1999 09:53:10 +0000 (09:53 +0000)]
Fixed bug introduced in WIN_FindWindow.
Thuy Nguyen [Tue, 16 Mar 1999 09:52:21 +0000 (09:52 +0000)]
0 is a valid index for a tab item.
CreateSolidBrush takes a COLORREF as a parameter.
Tab controls were always displayed in the top left corner.
Francois Gouget [Mon, 15 Mar 1999 16:15:17 +0000 (16:15 +0000)]
Updated the interfaces to use the latest ICOM macros.
Eric Pouech [Mon, 15 Mar 1999 15:42:51 +0000 (15:42 +0000)]
Updated.
Eric Pouech [Mon, 15 Mar 1999 15:42:26 +0000 (15:42 +0000)]
Moved all MCI internal functions/variables/macros to mci.c.
Changed some interface names.
Eric Pouech [Mon, 15 Mar 1999 15:40:27 +0000 (15:40 +0000)]
Make use of digitalv.h file.
Eric Pouech [Mon, 15 Mar 1999 15:38:36 +0000 (15:38 +0000)]
Changed how list of loadable MCI drivers is obtained.
Ove Kaaven [Mon, 15 Mar 1999 15:24:56 +0000 (15:24 +0000)]
Describes in newbie terms how to add new keyboard layouts.
Ove Kaaven [Mon, 15 Mar 1999 15:24:32 +0000 (15:24 +0000)]
Better comments, and added ANSI codepages in table.
US keyboard contributed by Uwe Bonnes.
French keyboard contributed by Eric Pouech.
German keyboard contributed by Ulrich Weigand.
Danish keyboard contributed by Bertho Stultiens.
Klaas van Gend [Mon, 15 Mar 1999 15:16:54 +0000 (15:16 +0000)]
- Reimplementation of the CommDlg ExtendedError mechanism using TLS.
- Some header inclusion cleanup.
Eric Pouech [Mon, 15 Mar 1999 15:16:13 +0000 (15:16 +0000)]
Cosmetic fixes.
Eric Pouech [Mon, 15 Mar 1999 15:15:29 +0000 (15:15 +0000)]
Makes use of new CDAUDIO_Seek() function.
Eric Pouech [Mon, 15 Mar 1999 15:15:07 +0000 (15:15 +0000)]
Various fixes for MSCDEX traps.
Eric Pouech [Mon, 15 Mar 1999 15:14:43 +0000 (15:14 +0000)]
Added new function CDAUDIO_Seek().
Eric Pouech [Mon, 15 Mar 1999 15:14:06 +0000 (15:14 +0000)]
Better 16/32 bit driver messages mapping and handling.
Better protection against bad handles.
Marcus Meissner [Mon, 15 Mar 1999 15:13:14 +0000 (15:13 +0000)]
Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
code.
Niels Kristian Bech Jensen [Mon, 15 Mar 1999 15:12:38 +0000 (15:12 +0000)]
Fixed make install.
Alexandre Julliard [Sun, 14 Mar 1999 19:48:04 +0000 (19:48 +0000)]
Separated thdb freeing code from ExitThread. Now we only need to call
THREAD_FreeTHDB from somewhere...
Alexandre Julliard [Sun, 14 Mar 1999 19:46:35 +0000 (19:46 +0000)]
Do not call ExitThread() on server communication errors.
Alexandre Julliard [Sun, 14 Mar 1999 19:45:19 +0000 (19:45 +0000)]
Make distclean also in include/wine
Alexandre Julliard [Sun, 14 Mar 1999 18:02:04 +0000 (18:02 +0000)]
Release 990314.
Francois Boisvert [Sun, 14 Mar 1999 17:25:32 +0000 (17:25 +0000)]
Made access to the wnd struct thread-safe.
Jim Aston [Sun, 14 Mar 1999 16:35:05 +0000 (16:35 +0000)]
Renamed wintypes.h to windef.h.
Alexandre Julliard [Sun, 14 Mar 1999 16:20:13 +0000 (16:20 +0000)]
Make the system heap critical section global.
Alexandre Julliard [Sun, 14 Mar 1999 15:22:29 +0000 (15:22 +0000)]
Fixed Makefile up-to-date check to avoid relinking all the object
files.
Patrik Stridvall [Sun, 14 Mar 1999 15:20:53 +0000 (15:20 +0000)]
Reimplemented some code without using X11.
Patrik Stridvall [Sun, 14 Mar 1999 15:20:11 +0000 (15:20 +0000)]
Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
Theodore S. Hetke [Sun, 14 Mar 1999 15:18:08 +0000 (15:18 +0000)]
Added tracing for delayed imports and removed the fixme.
Peter Ganten [Sun, 14 Mar 1999 15:15:14 +0000 (15:15 +0000)]
Better implementation of GetShortPathNameA/W.
Nathan Zorich [Sun, 14 Mar 1999 15:12:48 +0000 (15:12 +0000)]
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.
Gerard Patel [Sun, 14 Mar 1999 15:06:16 +0000 (15:06 +0000)]
Fix OemToAnsiBuff for real Win31 behavior.
Ove Kaaven [Sun, 14 Mar 1999 14:00:57 +0000 (14:00 +0000)]
First attempt at supporting different keyboard layouts with their
correct scancode mapping.
Sylvain St.Germain [Sun, 14 Mar 1999 14:00:22 +0000 (14:00 +0000)]
Added command line tool to access the registry.
Alexandre Julliard [Sun, 14 Mar 1999 13:56:59 +0000 (13:56 +0000)]
Fixed compilation.
Patrik Stridvall [Sun, 14 Mar 1999 13:55:50 +0000 (13:55 +0000)]
Ignore generated files.
Alexandre Julliard [Sun, 14 Mar 1999 13:54:51 +0000 (13:54 +0000)]
Fixed make depend.
Paul Quinn [Sun, 14 Mar 1999 13:47:00 +0000 (13:47 +0000)]
Many new defines, and structs to help compile MFC. As well as a few
OLE corrections from earlier.
Uwe Bonnes [Sun, 14 Mar 1999 13:44:04 +0000 (13:44 +0000)]
Make GetModuleHandle16 only look for module names, not path names.
Jess Haas [Sun, 14 Mar 1999 13:42:16 +0000 (13:42 +0000)]
Added some more vga video modes.
Pavel Roskin [Sun, 14 Mar 1999 13:41:07 +0000 (13:41 +0000)]
Prevent X11 errors when XCreateWindow is called with zero width or
height.
Caolan McNamara [Sun, 14 Mar 1999 13:40:12 +0000 (13:40 +0000)]
Added metafile support for ExtFloodFill.
Dirk Thierbach [Sun, 14 Mar 1999 13:39:28 +0000 (13:39 +0000)]
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.
Andreas Mohr [Sun, 14 Mar 1999 12:34:25 +0000 (12:34 +0000)]
Implemented (nearly) all TAPI functions as stubs.
Michael McCormack [Sun, 14 Mar 1999 12:25:36 +0000 (12:25 +0000)]
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.
Ove Kaaven [Sun, 14 Mar 1999 12:23:17 +0000 (12:23 +0000)]
Fixed a silly VGA-emulation palette bug.
Ove Kaaven [Sun, 14 Mar 1999 12:20:12 +0000 (12:20 +0000)]
Fixed a couple of ugly warnings (caused by ugly errors).
Andreas Mohr [Sun, 14 Mar 1999 12:18:51 +0000 (12:18 +0000)]
Bug fix.
Juergen Schmied [Sun, 14 Mar 1999 12:16:21 +0000 (12:16 +0000)]
- IShellFolder and IEnumIDList are using the new COM headers
- fixed sort order for folders and drives
Ove Kaaven [Sun, 14 Mar 1999 12:14:19 +0000 (12:14 +0000)]
Corrected location of FAQ.
Ove Kaaven [Sun, 14 Mar 1999 12:13:43 +0000 (12:13 +0000)]
Fully implemented Direct Console Input.
Marcus Meissner [Sat, 13 Mar 1999 18:20:26 +0000 (18:20 +0000)]
Fixed newly introduced and some leftover warnings.
Francois Gouget [Sat, 13 Mar 1999 18:19:29 +0000 (18:19 +0000)]
It is now possible to use the standard macros for GetTextExtentPoint
and GetTextExtentPoint32.
Francois Gouget [Sat, 13 Mar 1999 18:15:29 +0000 (18:15 +0000)]
Fixed some SendMessage32A that escaped the renaming.
Francois Gouget [Sat, 13 Mar 1999 18:14:13 +0000 (18:14 +0000)]
On windows ole2.h includes oleauto.h and some programs depend on this.
Francois Gouget [Sat, 13 Mar 1999 18:13:10 +0000 (18:13 +0000)]
Fixes in the SysAllocString functions prototypes. It's mostly 'const'
problems that prevent regular code from compiling.
Pavel Roskin [Sat, 13 Mar 1999 18:10:43 +0000 (18:10 +0000)]
File open dialog now uses icons instead of bitmaps.
Marcus Meissner [Sat, 13 Mar 1999 18:09:16 +0000 (18:09 +0000)]
Updated AVI* class interface to new ICOM_ methods.
Marcus Meissner [Sat, 13 Mar 1999 18:08:32 +0000 (18:08 +0000)]
Some fixes and additions.
Marcus Meissner [Sat, 13 Mar 1999 18:07:44 +0000 (18:07 +0000)]
Started on avifil32 implementation (only stubs currently).
Patrik Stridvall [Sat, 13 Mar 1999 18:01:45 +0000 (18:01 +0000)]
Reimplemented DrawFocusRect without using X11.
Andreas Mohr [Sat, 13 Mar 1999 18:00:52 +0000 (18:00 +0000)]
Implemented mode setting things as well as VESA additions and other
things. Cleaned up DOSMEM_BiosData handling.
Francis Beaudet [Sat, 13 Mar 1999 17:59:07 +0000 (17:59 +0000)]
Implemented the IPersistStream interface on the OLE font object.
Uwe Bonnes [Sat, 13 Mar 1999 17:57:26 +0000 (17:57 +0000)]
Make function BX=6 round ST0 to integer.
Alexandre Julliard [Sat, 13 Mar 1999 17:12:07 +0000 (17:12 +0000)]
Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
- Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
- Added some missing structures and definitions to wingdi.h
- Added proper defines for GetCharWidthsXXX
- Added c++ protection to wingdi.h
Juergen Schmied [Sat, 13 Mar 1999 17:10:36 +0000 (17:10 +0000)]
- mostly cleanup after the renaming
- implemented SHILCreateFromPath
- small changed to SHGetFileInfo
Bertho Stultiens [Sat, 13 Mar 1999 17:09:13 +0000 (17:09 +0000)]
Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
structure for compatibility.
Bertho Stultiens [Sat, 13 Mar 1999 17:07:56 +0000 (17:07 +0000)]
Moved error codes to cderr.h.
Peter Ganten [Sat, 13 Mar 1999 17:05:39 +0000 (17:05 +0000)]
Fix CreateProcess to handle lpCommandline better.
Peter Ganten [Sat, 13 Mar 1999 17:04:52 +0000 (17:04 +0000)]
Change GetStartupInfoA/W to return the real StartupInfo.
Guy Albertelli [Sat, 13 Mar 1999 17:03:41 +0000 (17:03 +0000)]
Handle null wndPtr for mdi window.
Dave Pickles [Sat, 13 Mar 1999 17:02:02 +0000 (17:02 +0000)]
Fixed a couple of missing #defines for Win32 API functions with
ASCII/Unicode versions.
Ulrich Weigand [Sat, 13 Mar 1999 12:54:55 +0000 (12:54 +0000)]
Implemented UTRegister and UTUnRegister.
Keith Matthews [Sat, 13 Mar 1999 12:53:39 +0000 (12:53 +0000)]
Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
DdeSetQualityOfService, DdeSetUserHandle.
Corrected heap handling in DdeInitializeW, refined CreateMutex error
handling.
General tidying.
Pavel Roskin [Sat, 13 Mar 1999 12:51:19 +0000 (12:51 +0000)]
Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
OleRevertClientDoc, OleEnumObjects.
Pavel Roskin [Sat, 13 Mar 1999 12:50:08 +0000 (12:50 +0000)]
Definition for OleCreateLinkFromClip was incorrect.
Marcus Meissner [Sat, 13 Mar 1999 12:49:31 +0000 (12:49 +0000)]
Mask out the upper 12 bits from the resourceid, just like win95 does.
Ove Kaaven [Sat, 13 Mar 1999 12:49:04 +0000 (12:49 +0000)]
Updated bug list by my knowledge of them.
Thuy Nguyen [Sat, 13 Mar 1999 12:48:27 +0000 (12:48 +0000)]
StgCreateDocfile accepts NULL as a file name.
Caolan McNamara [Sat, 13 Mar 1999 12:47:36 +0000 (12:47 +0000)]
Added support for alternate DIBBITBLT layout.
Sergey Turchanov [Sat, 13 Mar 1999 12:44:38 +0000 (12:44 +0000)]
Buffer size bug in LocateDebugInfoFile.
Andreas Mohr [Sat, 13 Mar 1999 12:43:11 +0000 (12:43 +0000)]
Improved "error" message readability.
Alexandre Julliard [Sat, 13 Mar 1999 08:58:24 +0000 (08:58 +0000)]
Fixed process_signaled (thanks to Uwe Bonnes).
Alexandre Julliard [Sat, 13 Mar 1999 08:54:39 +0000 (08:54 +0000)]
Fixed make depend
Eric Kohl [Fri, 12 Mar 1999 17:42:50 +0000 (17:42 +0000)]
Replaced direct access to the WND structure by corresponding calls to
Win32 functions.
Eric Kohl [Fri, 12 Mar 1999 17:40:32 +0000 (17:40 +0000)]
Fixed some bugs introduced by the automated renaming.
Alexandre Julliard [Fri, 12 Mar 1999 17:33:20 +0000 (17:33 +0000)]
Added sysres_Ru.s
Luc Tourangeau [Fri, 12 Mar 1999 17:31:08 +0000 (17:31 +0000)]
Changed the listview control to add the report view and fix some bugs
for the list view.
Marcus Meissner [Fri, 12 Mar 1999 17:29:26 +0000 (17:29 +0000)]
Removed use of WND struct.
Marcus Meissner [Fri, 12 Mar 1999 17:28:09 +0000 (17:28 +0000)]
Added #ifdef HAVE_WCTYPE_H.
Thuy Nguyen [Fri, 12 Mar 1999 17:16:25 +0000 (17:16 +0000)]
Removed direct access to the WND struct.