Ulrich Weigand
|
175989dbd4
|
Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
|
1999-03-10 13:28:30 +00:00 |
Ulrich Weigand
|
9cfeb5b88c
|
Avoid unnecessary GraphicsExpose events.
|
1999-03-10 13:26:09 +00:00 |
David Luyer
|
ee517e863e
|
- fixed missing stdlib.h and string.h includes everywhere
- removed a couple of unneeded stdlib.h and stdio.h includes
|
1999-02-28 12:27:56 +00:00 |
Alexandre Julliard
|
a396029270
|
Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
|
1999-02-26 11:11:13 +00:00 |
Stephane Lussier
|
b50272bd75
|
Fix problem where you need mouse activity to unlock some 16 bits
thread with multi-threaded apps.
|
1999-02-21 18:15:26 +00:00 |
Ulrich Weigand
|
4aaf65e6b4
|
Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
|
1999-02-18 17:30:40 +00:00 |
Jerome Vouillon
|
1da6dbab67
|
Make a correct use of clipping rectangles.
|
1999-02-14 13:32:13 +00:00 |
Ove Kaaven
|
8cef89652d
|
Since SetParent now hides/shows, explicitly invalidating DCs in the
parent change operation should no longer be necessary.
|
1999-02-14 11:23:01 +00:00 |
Joseph Pranevich
|
ebc0e5e0a4
|
Moved initialization until later. Also moved around code a bit to be
consistant.
|
1999-02-14 11:15:47 +00:00 |
Marcus Meissner
|
69c0bbea1a
|
Some small bugfixes, added more PE relocation types (for WinCE mostly),
some console prototypes, -dll is useful for winelib too, regtest
compile fixed.
|
1999-02-09 14:25:57 +00:00 |
Patrik Stridvall
|
ab121e7838
|
X11 driver changes.
|
1999-02-04 11:11:01 +00:00 |
NF Stevens
|
e00bb9d3f7
|
Create X window for child windows reparented to be top level windows.
|
1999-01-31 10:01:41 +00:00 |
Bernd Herd
|
ec721121e0
|
SetParent should link the window at the start of the list.
|
1999-01-30 15:50:58 +00:00 |
Francis Beaudet
|
84ee125fd9
|
Make sure that the keystate received by the WM_XBUTTONUP and
WM_XBUTTONDOWN matches the message. In X, the keystate is changed
after the message is processed. In Windows, it is changed before.
|
1999-01-30 12:59:09 +00:00 |
Marcus Meissner
|
bb7959b58a
|
Free the private data pointer, THEN set it to NULL.
|
1999-01-24 18:55:48 +00:00 |
Marcus Meissner
|
308477b6df
|
Set private data struct to NULL to expose problems in other code
better. Fixes the XUnmapWindow problems reported by replacing them
with NULL ptr dereferences.
|
1999-01-23 14:03:11 +00:00 |
Ulrich Weigand
|
1afd5a25f0
|
Use Callout to call RedrawWindow32.
|
1999-01-20 12:52:10 +00:00 |
Alexandre Julliard
|
6842064fd7
|
Fixed SetFocus that was broken when moved to x11drv.
|
1998-12-27 15:26:28 +00:00 |
Patrik Stridvall
|
151170c437
|
Moved more things to the X11 driver.
|
1998-12-26 12:00:43 +00:00 |
Ulrich Weigand
|
be672fe587
|
Handle non-hardware X events correctly with native USER
(removed reference to MESSAGEQUEUE from KERNEL code).
Handle Expose events with native USER.
|
1998-12-24 14:59:53 +00:00 |
Rein Klazes
|
4caa2a1147
|
Lowest scan code seems to be 1, not zero.
|
1998-12-24 14:37:36 +00:00 |
Dirk Thierbach
|
9824ec404c
|
Set the class hints for managed windows.
|
1998-12-15 17:33:04 +00:00 |
Ulrich Weigand
|
2f09818fcd
|
Removed deferred Expose events handling.
|
1998-12-10 08:59:53 +00:00 |
Marcus Meissner
|
daf860e501
|
Superflous WINAPI removed.
|
1998-12-08 10:14:00 +00:00 |
Brian Gerst
|
9784701f08
|
The scancode Windows send for extended keys is the scancode of the
unextended equivalent of the key, plus the extended flag.
|
1998-12-07 15:44:54 +00:00 |
Patrik Stridvall
|
e35d6366ef
|
Moved more code to the X11 driver.
|
1998-12-07 09:13:40 +00:00 |
Ulrich Weigand
|
431d1a0ce2
|
Moved X11 mouse cursor handling to the DISPLAY driver.
|
1998-11-14 18:57:47 +00:00 |
Patrik Stridvall
|
ea5847247e
|
Started moving some X11 window management code to windows/x11drv.
|
1998-11-01 16:22:07 +00:00 |