wine
25 years agoAdded a check for desktop in SHGetFileInfo.
Francis Beaudet [Fri, 19 Mar 1999 17:04:25 +0000 (17:04 +0000)] 
Added a check for desktop in SHGetFileInfo.

25 years agoFixed some bugs in MCI message mapping (32A => 16).
Eric Pouech [Fri, 19 Mar 1999 17:00:02 +0000 (17:00 +0000)] 
Fixed some bugs in MCI message mapping (32A => 16).

25 years agoFixed WIN_SendDestroyMsg.
Pavel Roskin [Fri, 19 Mar 1999 16:59:18 +0000 (16:59 +0000)] 
Fixed WIN_SendDestroyMsg.

25 years agoRemoved definitions for FIONREAD and FIONBIO.
Pavel Roskin [Fri, 19 Mar 1999 16:58:20 +0000 (16:58 +0000)] 
Removed definitions for FIONREAD and FIONBIO.

25 years agoFixes some return values for DefDriverProc.
Eric Pouech [Fri, 19 Mar 1999 16:57:29 +0000 (16:57 +0000)] 
Fixes some return values for DefDriverProc.

25 years agoRemoved the chop command that was there to get rid of dos ^M.
Sylvain St.Germain [Fri, 19 Mar 1999 16:54:39 +0000 (16:54 +0000)] 
Removed the chop command that was there to get rid of dos ^M.
The script now process only unix file format.

25 years agoHide dialog windows created by CreateDialog* in EndDialog just as
Andreas Mohr [Fri, 19 Mar 1999 16:49:30 +0000 (16:49 +0000)] 
Hide dialog windows created by CreateDialog* in EndDialog just as
Windows does.

25 years agoSet type of destination variant in VariantChangeTypeEx function.
Stephane Lussier [Fri, 19 Mar 1999 16:44:32 +0000 (16:44 +0000)] 
Set type of destination variant in VariantChangeTypeEx function.

25 years agoFixed Danish keyboard layout.
Bertho Stultiens [Fri, 19 Mar 1999 16:42:52 +0000 (16:42 +0000)] 
Fixed Danish keyboard layout.

25 years agoLots of warning fixed, one missing WINAPI in ddraw.c added.
Marcus Meissner [Thu, 18 Mar 1999 17:39:57 +0000 (17:39 +0000)] 
Lots of warning fixed, one missing WINAPI in ddraw.c added.

25 years agoImplements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
Sylvain St.Germain [Thu, 18 Mar 1999 17:30:44 +0000 (17:30 +0000)] 
Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.

25 years agomsvfw32.spec brought up to date (forgot it in last msvfw32 patch).
Marcus Meissner [Thu, 18 Mar 1999 17:30:01 +0000 (17:30 +0000)] 
msvfw32.spec brought up to date (forgot it in last msvfw32 patch).

25 years agoAdded Module32* stubs.
Marcus Meissner [Thu, 18 Mar 1999 17:29:40 +0000 (17:29 +0000)] 
Added Module32* stubs.

25 years agoAdded Portuguese keytable.
Bruno Afonso [Wed, 17 Mar 1999 15:54:44 +0000 (15:54 +0000)] 
Added Portuguese keytable.

25 years agoAdded Canadian French keyboard layout.
Robert Pouliot [Wed, 17 Mar 1999 15:39:36 +0000 (15:39 +0000)] 
Added Canadian French keyboard layout.

25 years agoAdded UK keyboard layout.
Huw D M Davies [Wed, 17 Mar 1999 15:29:35 +0000 (15:29 +0000)] 
Added UK keyboard layout.

25 years agoFixed/implemented various interrupt functions.
Jess Haas [Wed, 17 Mar 1999 15:29:06 +0000 (15:29 +0000)] 
Fixed/implemented various interrupt functions.

25 years agoFixed some warnings. removed some unneccessary includes, removed one
Marcus Meissner [Wed, 17 Mar 1999 15:18:28 +0000 (15:18 +0000)] 
Fixed some warnings. removed some unneccessary includes, removed one
direct WND* access in controls/menu.c.

25 years agoImplemented a more defensive version of WIN_SendDestroyMsg.
Francis Beaudet [Wed, 17 Mar 1999 15:17:48 +0000 (15:17 +0000)] 
Implemented a more defensive version of WIN_SendDestroyMsg.

25 years agoInstall headers from $(SRCDIR).
Alexander V. Lukyanov [Wed, 17 Mar 1999 15:17:12 +0000 (15:17 +0000)] 
Install headers from $(SRCDIR).

25 years agoRemoved the obsolete ICOM macros.
Francois Gouget [Wed, 17 Mar 1999 15:16:35 +0000 (15:16 +0000)] 
Removed the obsolete ICOM macros.

25 years agoMoved the APIs closer to the corresponding COM interface, removed two
Francois Gouget [Wed, 17 Mar 1999 15:16:01 +0000 (15:16 +0000)] 
Moved the APIs closer to the corresponding COM interface, removed two
duplicates and added 2-3 macros for A/W APIs.

25 years agoAdded some stubs for int15 functions.
Jess Haas [Wed, 17 Mar 1999 15:15:14 +0000 (15:15 +0000)] 
Added some stubs for int15 functions.

25 years agoInter-thread SendMessage() bugfixes:
Ulrich Weigand [Wed, 17 Mar 1999 15:14:31 +0000 (15:14 +0000)] 
Inter-thread SendMessage() bugfixes:
- Insert new message to be received at the *end* of the SM_PENDING_LIST.
- Do *not* process received messages in ReplyMessage().
- Clear the QS_SMRESULT flag only immediatedly before waiting.

25 years agoReturn error if not a valid OLE compound file.
Thuy Nguyen [Wed, 17 Mar 1999 15:11:27 +0000 (15:11 +0000)] 
Return error if not a valid OLE compound file.

25 years agoFix crash if lpuCurDirLen or lpuDestDirLen==0.
Douglas Ridgway [Wed, 17 Mar 1999 15:10:40 +0000 (15:10 +0000)] 
Fix crash if lpuCurDirLen or lpuDestDirLen==0.

25 years agoMake cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
Marcus Meissner [Wed, 17 Mar 1999 15:10:17 +0000 (15:10 +0000)] 
Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
strange).

25 years agoPass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
Ulrich Weigand [Tue, 16 Mar 1999 16:29:26 +0000 (16:29 +0000)] 
Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().

25 years agoPass new arguments (suspend/inherit) to the server.
Ulrich Weigand [Tue, 16 Mar 1999 16:28:59 +0000 (16:28 +0000)] 
Pass new arguments (suspend/inherit) to the server.

25 years agoHandle suspend/resume_thread requests in phase STARTING correctly.
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.

25 years agoRemoved no longer necessary win.h include, added now necessary other
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).

25 years agodebug.h must be last, or we get ERR() macro problems again.
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.

25 years agoFixed a slight bug that was included in the change from WND ptr to
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.

25 years agoFix compiler warnings.
Ulrich Weigand [Tue, 16 Mar 1999 10:39:16 +0000 (10:39 +0000)] 
Fix compiler warnings.

25 years agoFixed some graphical problems of the treeview and added support LMB
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.

25 years agoAvoid unnecessary error messages.
Ulrich Weigand [Tue, 16 Mar 1999 10:37:30 +0000 (10:37 +0000)] 
Avoid unnecessary error messages.

25 years agoIgnore HIWORD of boolean return values of 16-bit hook procedures, to
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.

25 years agoCorrected bug in enumeration function.
Lionel Ulmer [Tue, 16 Mar 1999 09:53:48 +0000 (09:53 +0000)] 
Corrected bug in enumeration function.

25 years agoFixed bug introduced in WIN_FindWindow.
Pavel Roskin [Tue, 16 Mar 1999 09:53:10 +0000 (09:53 +0000)] 
Fixed bug introduced in WIN_FindWindow.

25 years ago0 is a valid index for a tab item.
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.

25 years agoUpdated the interfaces to use the latest ICOM macros.
Francois Gouget [Mon, 15 Mar 1999 16:15:17 +0000 (16:15 +0000)] 
Updated the interfaces to use the latest ICOM macros.

25 years agoUpdated.
Eric Pouech [Mon, 15 Mar 1999 15:42:51 +0000 (15:42 +0000)] 
Updated.

25 years agoMoved all MCI internal functions/variables/macros to mci.c.
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.

25 years agoMake use of digitalv.h file.
Eric Pouech [Mon, 15 Mar 1999 15:40:27 +0000 (15:40 +0000)] 
Make use of digitalv.h file.

25 years agoChanged how list of loadable MCI drivers is obtained.
Eric Pouech [Mon, 15 Mar 1999 15:38:36 +0000 (15:38 +0000)] 
Changed how list of loadable MCI drivers is obtained.

25 years agoDescribes in newbie terms how to add new keyboard layouts.
Ove Kaaven [Mon, 15 Mar 1999 15:24:56 +0000 (15:24 +0000)] 
Describes in newbie terms how to add new keyboard layouts.

25 years agoBetter comments, and added ANSI codepages in table.
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.

25 years ago- Reimplementation of the CommDlg ExtendedError mechanism using TLS.
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.

25 years agoCosmetic fixes.
Eric Pouech [Mon, 15 Mar 1999 15:16:13 +0000 (15:16 +0000)] 
Cosmetic fixes.

25 years agoMakes use of new CDAUDIO_Seek() function.
Eric Pouech [Mon, 15 Mar 1999 15:15:29 +0000 (15:15 +0000)] 
Makes use of new CDAUDIO_Seek() function.

25 years agoVarious fixes for MSCDEX traps.
Eric Pouech [Mon, 15 Mar 1999 15:15:07 +0000 (15:15 +0000)] 
Various fixes for MSCDEX traps.

25 years agoAdded new function CDAUDIO_Seek().
Eric Pouech [Mon, 15 Mar 1999 15:14:43 +0000 (15:14 +0000)] 
Added new function CDAUDIO_Seek().

25 years agoBetter 16/32 bit driver messages mapping and handling.
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.

25 years agoUse MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
Marcus Meissner [Mon, 15 Mar 1999 15:13:14 +0000 (15:13 +0000)] 
Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
code.

25 years agoFixed make install.
Niels Kristian Bech Jensen [Mon, 15 Mar 1999 15:12:38 +0000 (15:12 +0000)] 
Fixed make install.

25 years agoSeparated thdb freeing code from ExitThread. Now we only need to call
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...

25 years agoDo not call ExitThread() on server communication errors.
Alexandre Julliard [Sun, 14 Mar 1999 19:46:35 +0000 (19:46 +0000)] 
Do not call ExitThread() on server communication errors.

25 years agoMake distclean also in include/wine
Alexandre Julliard [Sun, 14 Mar 1999 19:45:19 +0000 (19:45 +0000)] 
Make distclean also in include/wine

25 years agoRelease 990314. wine-990314
Alexandre Julliard [Sun, 14 Mar 1999 18:02:04 +0000 (18:02 +0000)] 
Release 990314.

25 years agoMade access to the wnd struct thread-safe.
Francois Boisvert [Sun, 14 Mar 1999 17:25:32 +0000 (17:25 +0000)] 
Made access to the wnd struct thread-safe.

25 years agoRenamed wintypes.h to windef.h.
Jim Aston [Sun, 14 Mar 1999 16:35:05 +0000 (16:35 +0000)] 
Renamed wintypes.h to windef.h.

25 years agoMake the system heap critical section global.
Alexandre Julliard [Sun, 14 Mar 1999 16:20:13 +0000 (16:20 +0000)] 
Make the system heap critical section global.

25 years agoFixed Makefile up-to-date check to avoid relinking all the object
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.

25 years agoReimplemented some code without using X11.
Patrik Stridvall [Sun, 14 Mar 1999 15:20:53 +0000 (15:20 +0000)] 
Reimplemented some code without using X11.

25 years agoAdded functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
Patrik Stridvall [Sun, 14 Mar 1999 15:20:11 +0000 (15:20 +0000)] 
Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.

25 years agoAdded tracing for delayed imports and removed the fixme.
Theodore S. Hetke [Sun, 14 Mar 1999 15:18:08 +0000 (15:18 +0000)] 
Added tracing for delayed imports and removed the fixme.

25 years agoBetter implementation of GetShortPathNameA/W.
Peter Ganten [Sun, 14 Mar 1999 15:15:14 +0000 (15:15 +0000)] 
Better implementation of GetShortPathNameA/W.

25 years agoAllow the file names and paths for the registry files (user.reg and
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.

25 years agoFix OemToAnsiBuff for real Win31 behavior.
Gerard Patel [Sun, 14 Mar 1999 15:06:16 +0000 (15:06 +0000)] 
Fix OemToAnsiBuff for real Win31 behavior.

25 years agoFirst attempt at supporting different keyboard layouts with their
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.

25 years agoAdded command line tool to access the registry.
Sylvain St.Germain [Sun, 14 Mar 1999 14:00:22 +0000 (14:00 +0000)] 
Added command line tool to access the registry.

25 years agoFixed compilation.
Alexandre Julliard [Sun, 14 Mar 1999 13:56:59 +0000 (13:56 +0000)] 
Fixed compilation.

25 years agoIgnore generated files.
Patrik Stridvall [Sun, 14 Mar 1999 13:55:50 +0000 (13:55 +0000)] 
Ignore generated files.

25 years agoFixed make depend.
Alexandre Julliard [Sun, 14 Mar 1999 13:54:51 +0000 (13:54 +0000)] 
Fixed make depend.

25 years agoMany new defines, and structs to help compile MFC. As well as a few
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.

25 years agoMake GetModuleHandle16 only look for module names, not path names.
Uwe Bonnes [Sun, 14 Mar 1999 13:44:04 +0000 (13:44 +0000)] 
Make GetModuleHandle16 only look for module names, not path names.

25 years agoAdded some more vga video modes.
Jess Haas [Sun, 14 Mar 1999 13:42:16 +0000 (13:42 +0000)] 
Added some more vga video modes.

25 years agoPrevent X11 errors when XCreateWindow is called with zero width or
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.

25 years agoAdded metafile support for ExtFloodFill.
Caolan McNamara [Sun, 14 Mar 1999 13:40:12 +0000 (13:40 +0000)] 
Added metafile support for ExtFloodFill.

25 years agoPaint gray text on gray background in checkboxes/radiobuttons by
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.

25 years agoImplemented (nearly) all TAPI functions as stubs.
Andreas Mohr [Sun, 14 Mar 1999 12:34:25 +0000 (12:34 +0000)] 
Implemented (nearly) all TAPI functions as stubs.

25 years agoBasic support for WIN32 serial communications API.
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.

25 years agoFixed a silly VGA-emulation palette bug.
Ove Kaaven [Sun, 14 Mar 1999 12:23:17 +0000 (12:23 +0000)] 
Fixed a silly VGA-emulation palette bug.

25 years agoFixed a couple of ugly warnings (caused by ugly errors).
Ove Kaaven [Sun, 14 Mar 1999 12:20:12 +0000 (12:20 +0000)] 
Fixed a couple of ugly warnings (caused by ugly errors).

25 years agoBug fix.
Andreas Mohr [Sun, 14 Mar 1999 12:18:51 +0000 (12:18 +0000)] 
Bug fix.

25 years ago- IShellFolder and IEnumIDList are using the new COM headers
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

25 years agoCorrected location of FAQ.
Ove Kaaven [Sun, 14 Mar 1999 12:14:19 +0000 (12:14 +0000)] 
Corrected location of FAQ.

25 years agoFully implemented Direct Console Input.
Ove Kaaven [Sun, 14 Mar 1999 12:13:43 +0000 (12:13 +0000)] 
Fully implemented Direct Console Input.

25 years agoFixed newly introduced and some leftover warnings.
Marcus Meissner [Sat, 13 Mar 1999 18:20:26 +0000 (18:20 +0000)] 
Fixed newly introduced and some leftover warnings.

25 years agoIt is now possible to use the standard macros for GetTextExtentPoint
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.

25 years agoFixed some SendMessage32A that escaped the renaming.
Francois Gouget [Sat, 13 Mar 1999 18:15:29 +0000 (18:15 +0000)] 
Fixed some SendMessage32A that escaped the renaming.

25 years agoOn windows ole2.h includes oleauto.h and some programs depend on this.
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.

25 years agoFixes in the SysAllocString functions prototypes. It's mostly 'const'
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.

25 years agoFile open dialog now uses icons instead of bitmaps.
Pavel Roskin [Sat, 13 Mar 1999 18:10:43 +0000 (18:10 +0000)] 
File open dialog now uses icons instead of bitmaps.

25 years agoUpdated AVI* class interface to new ICOM_ methods.
Marcus Meissner [Sat, 13 Mar 1999 18:09:16 +0000 (18:09 +0000)] 
Updated AVI* class interface to new ICOM_ methods.

25 years agoSome fixes and additions.
Marcus Meissner [Sat, 13 Mar 1999 18:08:32 +0000 (18:08 +0000)] 
Some fixes and additions.

25 years agoStarted on avifil32 implementation (only stubs currently).
Marcus Meissner [Sat, 13 Mar 1999 18:07:44 +0000 (18:07 +0000)] 
Started on avifil32 implementation (only stubs currently).

25 years agoReimplemented DrawFocusRect without using X11.
Patrik Stridvall [Sat, 13 Mar 1999 18:01:45 +0000 (18:01 +0000)] 
Reimplemented DrawFocusRect without using X11.

25 years agoImplemented mode setting things as well as VESA additions and other
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.

25 years agoImplemented the IPersistStream interface on the OLE font object.
Francis Beaudet [Sat, 13 Mar 1999 17:59:07 +0000 (17:59 +0000)] 
Implemented the IPersistStream interface on the OLE font object.