Commit graph

1535 commits

Author SHA1 Message Date
Alexandre Julliard
f692d44607 Added new_process and init_process request.
Split out process creation from thread creation.
Changed server initialisation to ensure that we always have a current
thread.
1999-03-21 19:23:54 +00:00
Robert Pouliot
4f278bdac1 One small error corrected and the 102th key... 1999-03-21 15:46:34 +00:00
Ove Kaaven
a1c45a52b9 Made commerror and eventmask local to each port (for win16), made the
win16 routines use port indices instead of UNIX fds (this should make
some Visual Basic stuff and similar garbage start working), moved some
stuff around (win16 routines at top of file, win32 routines at
bottom), made a couple of win32 routines use win32 handles, and added
a few hints as to how to implement asynchronous buffers, based on
which EnableCommNotification can eventually be implemented.
1999-03-21 15:45:41 +00:00
Ove Kaaven
fab975e639 Fixed prototypes of a couple of comm routines. 1999-03-21 15:43:22 +00:00
Andreas Mohr
3292030ada Fixed typo. 1999-03-21 08:51:51 +00:00
Francis Beaudet
7c2f0fe45d Clear update region before WM_NCDESTROY. 1999-03-21 08:50:41 +00:00
Alexandre Julliard
34bf815822 Got rid of SYSTEM_LOCK macros. 1999-03-21 08:36:55 +00:00
Alexandre Julliard
14200e2b4c No longer need to delete system heap critical section. 1999-03-20 07:18:26 +00:00
Francis Beaudet
a76f667d3f Added a check for desktop in SHGetFileInfo. 1999-03-19 17:04:25 +00:00
Eric Pouech
b2ad2439ef Fixed some bugs in MCI message mapping (32A => 16). 1999-03-19 17:00:02 +00:00
Pavel Roskin
c501207956 Fixed WIN_SendDestroyMsg. 1999-03-19 16:59:18 +00:00
Pavel Roskin
e577052d70 Removed definitions for FIONREAD and FIONBIO. 1999-03-19 16:58:20 +00:00
Eric Pouech
c9ed21f718 Fixes some return values for DefDriverProc. 1999-03-19 16:57:29 +00:00
Sylvain St.Germain
0cfb2f9a0f Removed the chop command that was there to get rid of dos ^M.
The script now process only unix file format.
1999-03-19 16:54:39 +00:00
Andreas Mohr
01f8426f4a Hide dialog windows created by CreateDialog* in EndDialog just as
Windows does.
1999-03-19 16:49:30 +00:00
Stephane Lussier
7451774496 Set type of destination variant in VariantChangeTypeEx function. 1999-03-19 16:44:32 +00:00
Bertho Stultiens
ff2b369739 Fixed Danish keyboard layout. 1999-03-19 16:42:52 +00:00
Marcus Meissner
6b9dd2e098 Lots of warning fixed, one missing WINAPI in ddraw.c added. 1999-03-18 17:39:57 +00:00
Sylvain St.Germain
49c1ca28d4 Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down. 1999-03-18 17:30:44 +00:00
Marcus Meissner
923b66dbe7 msvfw32.spec brought up to date (forgot it in last msvfw32 patch). 1999-03-18 17:30:01 +00:00
Marcus Meissner
e3e268e3d5 Added Module32* stubs. 1999-03-18 17:29:40 +00:00
Bruno Afonso
e70b1838df Added Portuguese keytable. 1999-03-17 15:54:44 +00:00
Robert Pouliot
5574c99bca Added Canadian French keyboard layout. 1999-03-17 15:39:36 +00:00
Huw D M Davies
12eb5fd1e8 Added UK keyboard layout. 1999-03-17 15:29:35 +00:00
Jess Haas
d20375921b Fixed/implemented various interrupt functions. 1999-03-17 15:29:06 +00:00
Marcus Meissner
ac593bbd41 Fixed some warnings. removed some unneccessary includes, removed one
direct WND* access in controls/menu.c.
1999-03-17 15:18:28 +00:00
Francis Beaudet
eb6a9f0804 Implemented a more defensive version of WIN_SendDestroyMsg. 1999-03-17 15:17:48 +00:00
Alexander V. Lukyanov
0aa2008a41 Install headers from $(SRCDIR). 1999-03-17 15:17:12 +00:00
Francois Gouget
d467835b3c Removed the obsolete ICOM macros. 1999-03-17 15:16:35 +00:00
Francois Gouget
4e4f1d1a9d Moved the APIs closer to the corresponding COM interface, removed two
duplicates and added 2-3 macros for A/W APIs.
1999-03-17 15:16:01 +00:00
Jess Haas
d11443e357 Added some stubs for int15 functions. 1999-03-17 15:15:14 +00:00
Ulrich Weigand
c68c4b15f0 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.
1999-03-17 15:14:31 +00:00
Thuy Nguyen
a841fec257 Return error if not a valid OLE compound file. 1999-03-17 15:11:27 +00:00
Douglas Ridgway
4d9981846c Fix crash if lpuCurDirLen or lpuDestDirLen==0. 1999-03-17 15:10:40 +00:00
Marcus Meissner
f3f08f168f Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
strange).
1999-03-17 15:10:17 +00:00
Ulrich Weigand
892627b12b Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create(). 1999-03-16 16:29:26 +00:00
Ulrich Weigand
4526f2ec66 Pass new arguments (suspend/inherit) to the server. 1999-03-16 16:28:59 +00:00
Ulrich Weigand
2f2898b571 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.
1999-03-16 16:28:36 +00:00
Marcus Meissner
3480e4a596 Removed no longer necessary win.h include, added now necessary other
includes (win.h used only by UPDOWN now).
1999-03-16 10:53:11 +00:00
Marcus Meissner
7bea869337 debug.h must be last, or we get ERR() macro problems again. 1999-03-16 10:52:17 +00:00
Francis Beaudet
e412c63d7a Fixed a slight bug that was included in the change from WND ptr to
hwnd last week.
1999-03-16 10:39:53 +00:00
Ulrich Weigand
b211ec4c95 Fix compiler warnings. 1999-03-16 10:39:16 +00:00
Sylvain St.Germain
02300aeaa5 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.
1999-03-16 10:38:44 +00:00
Ulrich Weigand
6d45e7a9ef Avoid unnecessary error messages. 1999-03-16 10:37:30 +00:00
Ulrich Weigand
5b803350e9 Ignore HIWORD of boolean return values of 16-bit hook procedures, to
match buggy Windows behaviour.
1999-03-16 10:29:55 +00:00
Lionel Ulmer
88ca57d219 Corrected bug in enumeration function. 1999-03-16 09:53:48 +00:00
Pavel Roskin
598993f41f Fixed bug introduced in WIN_FindWindow. 1999-03-16 09:53:10 +00:00
Thuy Nguyen
30881622b6 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.
1999-03-16 09:52:21 +00:00
Francois Gouget
88fd786b22 Updated the interfaces to use the latest ICOM macros. 1999-03-15 16:15:17 +00:00
Eric Pouech
5df640ded4 Updated. 1999-03-15 15:42:51 +00:00