Sweden-Number/windows
Stephane Lussier b3a99de50d -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
with this patch. Unicode version of those functions is currently only
calling the ASCII version.
-Fixed queue signaling using a new EVENT object in the queue for 32 bits
thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
right EVENT.
1999-02-09 15:35:12 +00:00
..
ttydrv TTY driver changes. 1999-02-04 13:14:42 +00:00
x11drv Some small bugfixes, added more PE relocation types (for WinCE mostly), 1999-02-09 14:25:57 +00:00
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Replace GRAPH_ functions with Win SDK equivalents. 1998-12-08 09:14:09 +00:00
caret.c Fixed some more missing WINAPIs (hopefully correct). 1998-10-17 12:10:19 +00:00
class.c Moves more stuff from windows.h. 1999-01-01 18:57:33 +00:00
clipboard.c Moved some more code to the X11 driver. 1999-02-04 14:05:38 +00:00
dce.c Moved some more code to the X11 driver. 1999-02-04 14:05:38 +00:00
defdlg.c Dialog window should not be destroyed in DefDlgProc; this break 1999-01-31 15:02:23 +00:00
defwnd.c Moves more stuff from windows.h. 1999-01-01 18:57:33 +00:00
dialog.c -Fixed MESSAGE functions that were thunking down to 16 bits implementation. 1999-02-09 15:35:12 +00:00
dinput.c Added buffered device access for DInput's mouse driver. 1999-02-09 14:18:21 +00:00
display.c Moved some more code to the X11 driver. 1999-02-04 14:05:38 +00:00
driver.c Fixed loading of win32 drivers. 1999-01-28 08:59:26 +00:00
event.c Moved some more code to the X11 driver. 1999-02-04 14:05:38 +00:00
focus.c Added management and allocation of the PERQUEUEDATA structure. 1999-02-05 10:37:53 +00:00
hook.c - Made the message queue access to be thread safe. (Using two new 1999-01-28 10:54:11 +00:00
input.c Added management and allocation of the PERQUEUEDATA structure. 1999-02-05 10:37:53 +00:00
keyboard.c Moved some more code to the X11 driver. 1999-02-04 14:05:38 +00:00
mdi.c The systems buttons (minimize/restore/close) now appear on the menu 1999-02-09 14:11:19 +00:00
message.c -Fixed MESSAGE functions that were thunking down to 16 bits implementation. 1999-02-09 15:35:12 +00:00
mouse.c Moved some more code to the X11 driver. 1999-02-04 14:05:38 +00:00
msgbox.c Fixed a lot of warnings for possible problems. 1999-01-28 10:06:38 +00:00
multimon.c Implementation of the new monitor abstraction. 1999-02-04 10:12:55 +00:00
nonclient.c -Fixed MESSAGE functions that were thunking down to 16 bits implementation. 1999-02-09 15:35:12 +00:00
painting.c Moves more stuff from windows.h. 1999-01-01 18:57:33 +00:00
property.c Release 980517 1998-05-17 17:13:43 +00:00
queue.c -Fixed MESSAGE functions that were thunking down to 16 bits implementation. 1999-02-09 15:35:12 +00:00
rect.c Release 980413 1998-04-13 12:21:30 +00:00
scroll.c Moved more things to the X11 driver. 1998-12-26 12:00:43 +00:00
syscolor.c Release 980927 1998-09-27 18:28:36 +00:00
sysmetrics.c Moved some more code to the X11 driver. 1999-02-04 14:05:38 +00:00
timer.c -Fixed MESSAGE functions that were thunking down to 16 bits implementation. 1999-02-09 15:35:12 +00:00
user.c - Cleaned up the message queue when a thread exit (but not the process). 1999-02-09 14:07:07 +00:00
win.c Added management and allocation of the PERQUEUEDATA structure. 1999-02-05 10:37:53 +00:00
winhelp.c Moves more stuff from windows.h. 1999-01-01 18:57:33 +00:00
winpos.c Added management and allocation of the PERQUEUEDATA structure. 1999-02-05 10:37:53 +00:00
winproc.c Every EM_GETLINE send between a 32W to a 32A window returned 1999-01-31 09:18:58 +00:00