Ulrich Weigand
ae3fbab8e4
Bugfix: always clear QS_... from *both* changeBits and waitBits.
...
Bugfix: queue->hSendingTask is *queue* handle, not task handle.
1998-12-18 16:53:20 +00:00
Dirk Thierbach
9824ec404c
Set the class hints for managed windows.
1998-12-15 17:33:04 +00:00
Paul Quinn
1beaae5f9e
Lots of new defines and stubs.
1998-12-15 15:38:36 +00:00
NF Stevens
181fa7c54d
Fix the Z-order of maximized/minimized child windows.
1998-12-14 14:37:06 +00:00
Marcus Meissner
8e7950a0ec
(FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
1998-12-14 12:52:37 +00:00
Andreas Mohr
7a6228d1e1
Fixed a bunch of compiler warnings.
1998-12-11 09:16:48 +00:00
Alexandre Julliard
0c0e3bebb8
Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com>
...
Lots of new stubs.
1998-12-10 15:49:22 +00:00
NF Stevens
40097ccfb5
- Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
...
the child window so that the system menu is set correctly.
- In MDICascade and MDITile use WM_MDIRESTORE message
to restore maximized window so that system menu is
handled correctly.
1998-12-10 10:41:23 +00:00
Robert Riggs
6cd359bc93
Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
...
as well as AddRef(), GetCapabilites(), EnumObjects(),
GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
and RunControlPanel() for IDirectInputDevice.
1998-12-10 09:08:48 +00:00
Ulrich Weigand
2f09818fcd
Removed deferred Expose events handling.
1998-12-10 08:59:53 +00:00
Ulrich Weigand
ae85ebf1b1
Don't clip VisRgn against X desktop.
1998-12-10 08:57:31 +00:00
Marcus Meissner
daf860e501
Superflous WINAPI removed.
1998-12-08 10:14:00 +00:00
Huw D M Davies
baa5087ecd
Fix includes.
1998-12-08 09:39:07 +00:00
Huw D M Davies
2d617be099
Replace GRAPH_ functions with Win SDK equivalents.
1998-12-08 09:14:09 +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
NF Stevens
be1566613c
Added case for GCW_ATOM int GetClassLong32A.
1998-12-07 12:48:16 +00:00
Ulrich Weigand
7af95ae105
Bugfix: WIN_ResetQueueWindows would skip some windows.
1998-12-07 10:24:42 +00:00
Patrik Stridvall
f638aef517
Added the new TTY driver.
1998-12-07 09:36:13 +00:00
Patrik Stridvall
e35d6366ef
Moved more code to the X11 driver.
1998-12-07 09:13:40 +00:00
Juergen Schmied
a40e74255e
Small change.
1998-12-01 12:52:56 +00:00
NF Stevens
a406682cea
The class name needs to be converted to a getptr.
1998-12-01 08:29:29 +00:00
Paul Quinn
d8a541d1fc
Fixed activation/Focus message order problem when creating a new HWND.
1998-11-30 13:37:54 +00:00
Paul Quinn
eede6b044e
Implementation of ChildWindowFromPointEx functions.
1998-11-30 13:15:36 +00:00
Huw D M Davies
cd448946e3
Remove included color.h.
1998-11-26 16:32:00 +00:00
Huw D M Davies
9c68faadab
Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
1998-11-25 12:36:03 +00:00
Juergen Schmied
2e120f8893
Bugfix: SetDlgItemText32 returns BOOL not void.
1998-11-24 20:29:28 +00:00
Juergen Schmied
8090784a46
New stubs GetUserObjectInformationA|W.
1998-11-24 20:26:02 +00:00
Huw D M Davies
2bd3acf7c8
Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-22 17:45:06 +00:00
David Luyer
7401463528
Queuing of deferred Expose events.
1998-11-22 15:44:59 +00:00
Rein Klazes
cb37dfda0f
Fixed typo.
1998-11-22 14:13:47 +00:00
Marcus Meissner
de12d2abe4
Check wndPtr for NULL.
1998-11-22 13:29:29 +00:00
David Faure
6c6e3e484a
Micro patch for AltGr key on german keyboards.
1998-11-22 12:22:07 +00:00
John Richardson
04e57f97fc
Allow SWP_HIDEWINDOW to be called on windows that are already hidden
...
without unmapping them again.
1998-11-15 18:07:04 +00:00
Pim Bollen
a97db5e450
Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
...
outside desktop window with gtwin.exe (Dutch banking program).
1998-11-15 18:05:32 +00:00
Alexandre Julliard
737fa07db7
Small atom fixes.
1998-11-15 17:29:15 +00:00
Juergen Schmied
36636ed74c
Small fixes.
1998-11-15 16:53:34 +00:00
Gavriel State
c77c5928d2
Added code to manage Ascii and WideChar class names, and to return the
...
names in the GetClassInfo functions.
1998-11-15 09:21:17 +00:00
Juergen Schmied
ebc2b778d5
Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
1998-11-14 18:59:30 +00:00
Ulrich Weigand
431d1a0ce2
Moved X11 mouse cursor handling to the DISPLAY driver.
1998-11-14 18:57:47 +00:00
Ulrich Weigand
8bf078bfc8
Moved GetKeyboardLayoutName16 to windows/input.c.
1998-11-14 18:26:59 +00:00
Per Ångström
a47bc3abb9
EnumTaskWindows16: Basing the selection on a window's task is not only
...
more straightforward than comparing message queues, it also works
better for Win32 applications.
1998-11-14 17:00:37 +00:00
David Faure
f64b70e558
Special case handling of : Shift + arrow, shift + home, ...
...
X returns a char for it, but Windows doesn't. Ignore X char.
Also added some documentation.
1998-11-14 16:47:54 +00:00
Per Ångström
d772adab0f
Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
...
an invalid size parameter.
1998-11-14 11:29:02 +00:00
Lionel Ulmer
9f984ce78d
Wine keyboard and mouse have now their own UIDs.
1998-11-14 11:22:25 +00:00
NF Stevens
e1f67b99bb
Fixed keystroke accelerators in dialogs which have controls containing
...
other controls as child windows.
1998-11-08 16:44:41 +00:00
Juergen Schmied
fdf6aa4eed
Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
...
16->32 bit conversion.
1998-11-08 16:28:49 +00:00
Lionel Ulmer
12de3ea346
Added device type constants and used them in device enumeration
...
function.
1998-11-08 14:24:04 +00:00
Uwe Bonnes
9fdceb8a21
- adds GetExitCodeProcess
...
- corrects the return-type of GetKeyState
- corrects the winelib definition of IsDialogMessage
- adds winelib definitions for PrintDlg
1998-11-08 13:12:49 +00:00
Ulrich Weigand
a11ce32ad4
Adapted to new input event handling.
1998-11-08 12:27:26 +00:00
Ulrich Weigand
2b067584e9
USER-side part of input event handling: contains implementation of
...
keybd_event and mouse_event, and USER-related code removed from
windows/event.c and windows/keyboard.c.
1998-11-08 12:26:36 +00:00