1998-12-26 |
Patrik Stridvall | Moved more things to the X11 driver. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Desktop window queue handling adapted. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Queue handling adapted to new queue routines. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Implemented stub for InitThreadInput. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Handle non-hardware X events correctly with native... |
tree | commitdiff |
1998-12-24 |
Rein Klazes | Lowest scan code seems to be 1, not zero. |
tree | commitdiff |
1998-12-24 |
Juergen Schmied | More messages [LB_*,EM_*] translated 32A from/to 32W. |
tree | commitdiff |
1998-12-18 |
Ulrich Weigand | Bugfix: always clear QS_... from *both* changeBits... |
tree | commitdiff |
1998-12-15 |
Dirk Thierbach | Set the class hints for managed windows. |
tree | commitdiff |
1998-12-15 |
Paul Quinn | Lots of new defines and stubs. |
tree | commitdiff |
1998-12-14 |
NF Stevens | Fix the Z-order of maximized/minimized child windows. |
tree | commitdiff |
1998-12-14 |
Marcus Meissner | (FOCUS_SwitchFocus) check for pFocusTo == NULL instead... |
tree | commitdiff |
1998-12-11 |
Andreas Mohr | Fixed a bunch of compiler warnings. |
tree | commitdiff |
1998-12-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
tree | commitdiff |
1998-12-10 |
NF Stevens | - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for |
tree | commitdiff |
1998-12-10 |
Robert Riggs | Stubs for IDirectInputEffect and IDirectInputDevice2A... |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Removed deferred Expose events handling. |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Don't clip VisRgn against X desktop. |
tree | commitdiff |
1998-12-08 |
Marcus Meissner | Superflous WINAPI removed. |
tree | commitdiff |
1998-12-08 |
Huw D M Davies | Fix includes. |
tree | commitdiff |
1998-12-08 |
Huw D M Davies | Replace GRAPH_ functions with Win SDK equivalents. |
tree | commitdiff |
1998-12-07 |
Brian Gerst | The scancode Windows send for extended keys is the... |
tree | commitdiff |
1998-12-07 |
NF Stevens | Added case for GCW_ATOM int GetClassLong32A. |
tree | commitdiff |
1998-12-07 |
Ulrich Weigand | Bugfix: WIN_ResetQueueWindows would skip some windows. |
tree | commitdiff |
1998-12-07 |
Patrik Stridvall | Added the new TTY driver. |
tree | commitdiff |
1998-12-07 |
Patrik Stridvall | Moved more code to the X11 driver. |
tree | commitdiff |
1998-12-01 |
Juergen Schmied | Small change. |
tree | commitdiff |
1998-12-01 |
NF Stevens | The class name needs to be converted to a getptr. |
tree | commitdiff |
1998-11-30 |
Paul Quinn | Fixed activation/Focus message order problem when creat... |
tree | commitdiff |
1998-11-30 |
Paul Quinn | Implementation of ChildWindowFromPointEx functions. |
tree | commitdiff |
1998-11-26 |
Huw D M Davies | Remove included color.h. |
tree | commitdiff |
1998-11-25 |
Huw D M Davies | Remove X_DC_INFO from DC and make it behave like any... |
tree | commitdiff |
1998-11-24 |
Juergen Schmied | Bugfix: SetDlgItemText32 returns BOOL not void. |
tree | commitdiff |
1998-11-24 |
Juergen Schmied | New stubs GetUserObjectInformationA|W. |
tree | commitdiff |
1998-11-22 |
Huw D M Davies | Moved DC_SetupGC functions to graphics/x11drv/graphics.c. |
tree | commitdiff |
1998-11-22 |
David Luyer | Queuing of deferred Expose events. |
tree | commitdiff |
1998-11-22 |
Rein Klazes | Fixed typo. |
tree | commitdiff |
1998-11-22 |
Marcus Meissner | Check wndPtr for NULL. |
tree | commitdiff |
1998-11-22 |
David Faure | Micro patch for AltGr key on german keyboards. |
tree | commitdiff |
1998-11-15 |
John Richardson | Allow SWP_HIDEWINDOW to be called on windows that are... |
tree | commitdiff |
1998-11-15 |
Pim Bollen | Fixed scroll bug in ScrollWindowEx32 which caused garba... |
tree | commitdiff |
1998-11-15 |
Alexandre Julliard | Small atom fixes. |
tree | commitdiff |
1998-11-15 |
Juergen Schmied | Small fixes. |
tree | commitdiff |
1998-11-15 |
Gavriel State | Added code to manage Ascii and WideChar class names... |
tree | commitdiff |
1998-11-14 |
Juergen Schmied | Fixed warnings, some only visible with -Wstrict-prototy... |
tree | commitdiff |
1998-11-14 |
Ulrich Weigand | Moved X11 mouse cursor handling to the DISPLAY driver. |
tree | commitdiff |
1998-11-14 |
Ulrich Weigand | Moved GetKeyboardLayoutName16 to windows/input.c. |
tree | commitdiff |
1998-11-14 |
Per Ångström | EnumTaskWindows16: Basing the selection on a window... |
tree | commitdiff |
1998-11-14 |
David Faure | Special case handling of : Shift + arrow, shift + home... |
tree | commitdiff |
1998-11-14 |
Per Ångström | Fixed SetMessageQueue32 to return FALSE, not TRUE,... |
tree | commitdiff |
1998-11-14 |
Lionel Ulmer | Wine keyboard and mouse have now their own UIDs. |
tree | commitdiff |
1998-11-08 |
NF Stevens | Fixed keystroke accelerators in dialogs which have... |
tree | commitdiff |
1998-11-08 |
Juergen Schmied | Fixes: LB_/CB_/EM_ messages for getting/setting text... |
tree | commitdiff |
1998-11-08 |
Lionel Ulmer | Added device type constants and used them in device... |
tree | commitdiff |
1998-11-08 |
Uwe Bonnes | - adds GetExitCodeProcess |
tree | commitdiff |
1998-11-08 |
Ulrich Weigand | Adapted to new input event handling. |
tree | commitdiff |
1998-11-08 |
Ulrich Weigand | USER-side part of input event handling: contains implem... |
tree | commitdiff |
1998-11-08 |
Ulrich Weigand | Stubs for DISPLAY.DRV removed from keyboard.c. |
tree | commitdiff |
1998-11-08 |
Ulrich Weigand | Implementation of MOUSE.DRV (contains some code taken... |
tree | commitdiff |
1998-11-08 |
Ulrich Weigand | Implementation of KEYBOARD.DRV (code mostly taken from... |
tree | commitdiff |
1998-11-07 |
Rein Klazes | Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16. |
tree | commitdiff |
1998-11-06 |
Lionel Ulmer | Changed mouse button mapping and check size of return... |
tree | commitdiff |
1998-11-06 |
Ove Kaaven | Made sure ConfigureNotify is processed before Expose... |
tree | commitdiff |
1998-11-06 |
Marcus Meissner | Two missing WINAPIs. |
tree | commitdiff |
1998-11-01 |
Jesper Skov | egcs 'ambiguous else' warnings fixes. |
tree | commitdiff |
1998-11-01 |
Ulrich Weigand | Run Winelib applications as 32-bit processes in the... |
tree | commitdiff |
1998-11-01 |
Ulrich Weigand | Call mouse driver callback also if windows are not... |
tree | commitdiff |
1998-11-01 |
Alexandre Julliard | Fixed crashes with WM_GETDLGCODE translation. |
tree | commitdiff |
1998-11-01 |
Patrik Stridvall | Started moving some X11 window management code to windo... |
tree | commitdiff |
1998-11-01 |
Ove Kaaven | Fixed IsDialogMessage16. |
tree | commitdiff |
1998-11-01 |
Huw D M Davies | A couple of small fixes to my bitmap patch. |
tree | commitdiff |
1998-11-01 |
Uwe Bonnes | Allow the user to put a mark in the debug log by adding... |
tree | commitdiff |
1998-11-01 |
Rein Klazes | CreateWindowEx32[AW] now creates an MDI chils when... |
tree | commitdiff |
1998-11-01 |
Marcus Meissner | Added stubs for user32,advapi32 functions. |
tree | commitdiff |
1998-11-01 |
Andreas Mohr | Added stub for CheckCursor(). |
tree | commitdiff |
1998-11-01 |
Tim Newsome | Fix for non-modal dialog closing. |
tree | commitdiff |
1998-11-01 |
David Faure | Rewrote the two routines using the vkey->scancode array... |
tree | commitdiff |
1998-11-01 |
David Faure | Deleted the vkey->sancode array, because QWERTY specific. |
tree | commitdiff |
1998-10-31 |
Marcus Meissner | Small fixes. |
tree | commitdiff |
1998-10-31 |
Marcus Meissner | Lots of stubs to get winlogon.exe from nt3.51 and other... |
tree | commitdiff |
1998-10-31 |
Rein Klazes | MDIchild created when the MDI client has the MDIS_ALLCH... |
tree | commitdiff |
1998-10-31 |
Rein Klazes | Delay linking newly created window in linked list until... |
tree | commitdiff |
1998-10-28 |
Juergen Schmied | A dest buffer was printed out as string. |
tree | commitdiff |
1998-10-28 |
Huw D M Davies | Added pBitmapBits and pCreateBitmap to the GDI function... |
tree | commitdiff |
1998-10-27 |
Marcus Meissner | EnumDisplayModes* returns a static list of modes with... |
tree | commitdiff |
1998-10-26 |
NF Stevens | A couple of TRACE messages are missing a newline at... |
tree | commitdiff |
1998-10-26 |
Pascal Cuoq | 32-bit clipboard support. |
tree | commitdiff |
1998-10-26 |
Ulrich Weigand | Bugfix for QUEUE_Signal: Always use PostEvent if no... |
tree | commitdiff |
1998-10-26 |
NF Stevens | Fixed a minor problem with the menus for mdi child... |
tree | commitdiff |
1998-10-25 |
David Faure | Replaced 0x00 with 0x01 in the vkey->sancode array... |
tree | commitdiff |
1998-10-25 |
Douglas Ridgway | API Documentation for SendMessage, GetTickCount, PostQu... |
tree | commitdiff |
1998-10-24 |
Kai Morich | Added Drag&Drop from KDE app to 16/32 bit Windoze app. |
tree | commitdiff |
1998-10-24 |
Kai Morich | Added FIXME message in PostMessage32x if parameters... |
tree | commitdiff |
1998-10-24 |
Lionel Ulmer | Beginning of mouse support in DirectInput (only "standa... |
tree | commitdiff |
1998-10-24 |
Eric Kohl | Fixed DrawCaption16() and DrawCaptionTemp16(). |
tree | commitdiff |
1998-10-24 |
David Faure | Fixed warning. |
tree | commitdiff |
1998-10-23 |
Juergen Schmied | New stub RegisterTaskList. |
tree | commitdiff |
1998-10-23 |
Juergen Schmied | More message mapping 32A<-->32W for EM_, CB_, LB_ for... |
tree | commitdiff |
1998-10-22 |
NF Stevens | Fixed moving and sizing of child windows. |
tree | commitdiff |
1998-10-22 |
Marcus Meissner | XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors... |
tree | commitdiff |
next |