1999-04-11 |
Bertho Stultiens | Added RegisterSystemThread stub. |
tree | commitdiff |
1999-04-11 |
Francois Boisvert | Check if pTempActiveWindow in WINPOS_SetWindowPos is... |
tree | commitdiff |
1999-04-11 |
Juergen Schmied | Loading the color schema for registry. |
tree | commitdiff |
1999-04-10 |
Eric Pouech | Better error handling ; a few bug fixes ; now OpenDrive... |
tree | commitdiff |
1999-04-10 |
Sergey Turchanov | Stubs for CloseDesktop and CloseWindowStation. |
tree | commitdiff |
1999-04-10 |
Brian Gerst | Fixed X11DRV_MOUSE_WarpPointer initial value. |
tree | commitdiff |
1999-04-10 |
Gerard Patel | Fixed window locking bug in CalcChildScroll. |
tree | commitdiff |
1999-04-04 |
José Marcos López | Added Spanish keyboard layout. |
tree | commitdiff |
1999-04-03 |
Francois Boisvert | Suspend the window locks before DefKeybEventProc and |
tree | commitdiff |
1999-04-03 |
Eric Pouech | No longer sending atoms in ((CREATESTRUCT*)lParam)... |
tree | commitdiff |
1999-04-03 |
Eric Pouech | Updated French keyboard. |
tree | commitdiff |
1999-04-03 |
Ove Kaaven | 'Realigned' the layout table a bit. Applied the non... |
tree | commitdiff |
1999-04-03 |
Francois Boisvert | Transfered the window struct memory release from WIN_De... |
tree | commitdiff |
1999-04-02 |
Francis Beaudet | Wrote a basic implementation of the WM_PRINT message. |
tree | commitdiff |
1999-04-02 |
Francois Boisvert | Suspend all windows locks before the control is passed... |
tree | commitdiff |
1999-04-01 |
Marcus Meissner | Split off keysym/deadchar -> char mapping, use it in... |
tree | commitdiff |
1999-04-01 |
Alex Korobka | Fixes for ignored WVR_[VH]REDRAW flags, made minimizati... |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Added USER32.UserSignalProc to Callout table. |
tree | commitdiff |
1999-04-01 |
Luc Tourangeau | Implemented WM_NOTIFYFORMAT. |
tree | commitdiff |
1999-04-01 |
Eric Pouech | In UserYield16, when current thread is a 32 bit one... |
tree | commitdiff |
1999-04-01 |
Patrik Stridvall | More code moved to the X11 driver (bitmap and palette... |
tree | commitdiff |
1999-03-28 |
Dimitrie O. Paun | Changed some debug messages from one channel to another... |
tree | commitdiff |
1999-03-28 |
Pavel Roskin | Added Russian keyboard support. |
tree | commitdiff |
1999-03-28 |
Lionel Ulmer | Added stub for SetSystemCursor. |
tree | commitdiff |
1999-03-28 |
Pavel Roskin | Changes in X11DRV_KEYBOARD_DetectLayout in order to... |
tree | commitdiff |
1999-03-28 |
Alexandre Julliard | Authors: Paul Quinn <paulq@corel.ca>, Aaron Barnes... |
tree | commitdiff |
1999-03-28 |
Ulrich Weigand | Call EVENT_Pending() to flush X11 output queue before... |
tree | commitdiff |
1999-03-28 |
Francois Boisvert | Fixed some bugs in thread safeness for wnd struct. |
tree | commitdiff |
1999-03-28 |
Jonathan Naylor | Added Swiss German keyboard layout. |
tree | commitdiff |
1999-03-28 |
Alex Korobka | Moved hrgnUpdate from client to window coordinates... |
tree | commitdiff |
1999-03-28 |
Alex Korobka | Fixed occasional loss of SendMessage() return value. |
tree | commitdiff |
1999-03-27 |
Ulrich Weigand | Allow UserYield16 to be called from 32-bit thread. |
tree | commitdiff |
1999-03-25 |
Randy Weems | Fixed off-by-one error if bitblt width or height is... |
tree | commitdiff |
1999-03-25 |
Stephane Lussier | Made the timer code thread safe. |
tree | commitdiff |
1999-03-25 |
Francis Beaudet | Fixed possible endless loop. |
tree | commitdiff |
1999-03-24 |
Ulrich Weigand | Add IsWindow() checks after SendMessage() returns. |
tree | commitdiff |
1999-03-22 |
Eric Pouech | Fixed return codes for default driver proc. |
tree | commitdiff |
1999-03-22 |
Kalevi J Hautaniemi | Added Finnish keyboard layout. |
tree | commitdiff |
1999-03-22 |
Veksler Michael | Removed winuser16.h from x11drv.h. |
tree | commitdiff |
1999-03-22 |
Veksler Michael | Fixed "reached end of non void..." warnings. |
tree | commitdiff |
1999-03-21 |
Robert Pouliot | One small error corrected and the 102th key... |
tree | commitdiff |
1999-03-21 |
Francis Beaudet | Clear update region before WM_NCDESTROY. |
tree | commitdiff |
1999-03-21 |
Alexandre Julliard | Got rid of SYSTEM_LOCK macros. |
tree | commitdiff |
1999-03-19 |
Pavel Roskin | Fixed WIN_SendDestroyMsg. |
tree | commitdiff |
1999-03-19 |
Eric Pouech | Fixes some return values for DefDriverProc. |
tree | commitdiff |
1999-03-19 |
Andreas Mohr | Hide dialog windows created by CreateDialog* in EndDial... |
tree | commitdiff |
1999-03-19 |
Bertho Stultiens | Fixed Danish keyboard layout. |
tree | commitdiff |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
tree | commitdiff |
1999-03-17 |
Bruno Afonso | Added Portuguese keytable. |
tree | commitdiff |
1999-03-17 |
Robert Pouliot | Added Canadian French keyboard layout. |
tree | commitdiff |
1999-03-17 |
Huw D M Davies | Added UK keyboard layout. |
tree | commitdiff |
1999-03-17 |
Francis Beaudet | Implemented a more defensive version of WIN_SendDestroyMsg. |
tree | commitdiff |
1999-03-17 |
Ulrich Weigand | Inter-thread SendMessage() bugfixes: |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Avoid unnecessary error messages. |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Ignore HIWORD of boolean return values of 16-bit hook... |
tree | commitdiff |
1999-03-16 |
Pavel Roskin | Fixed bug introduced in WIN_FindWindow. |
tree | commitdiff |
1999-03-15 |
Ove Kaaven | Better comments, and added ANSI codepages in table. |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Better 16/32 bit driver messages mapping and handling. |
tree | commitdiff |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-14 |
Patrik Stridvall | Reimplemented some code without using X11. |
tree | commitdiff |
1999-03-14 |
Ove Kaaven | First attempt at supporting different keyboard layouts... |
tree | commitdiff |
1999-03-14 |
Pavel Roskin | Prevent X11 errors when XCreateWindow is called with... |
tree | commitdiff |
1999-03-13 |
Marcus Meissner | Fixed newly introduced and some leftover warnings. |
tree | commitdiff |
1999-03-13 |
Guy Albertelli | Handle null wndPtr for mdi window. |
tree | commitdiff |
1999-03-12 |
Juergen Schmied | Message translation for WM_WININICHANGE. |
tree | commitdiff |
1999-03-12 |
Pavel Roskin | obm_closed_95 should not be drawn inverted. |
tree | commitdiff |
1999-03-12 |
Stephane Lussier | Create a new DC in GetDCEx when none are available. |
tree | commitdiff |
1999-03-10 |
Stephane Lussier | Implemented SendMessageTimeout() functions. |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Adapted to cursor/icon handling changes. |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Bugfix: ToAscii should not generate ASCII code when... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Avoid unnecessary GraphicsExpose events. |
tree | commitdiff |
1999-03-09 |
Ulrich Weigand | Bugfix: DirectedYield() only to 16-bit tasks in ReplyMe... |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | More include optimisations and fixes. |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
tree | commitdiff |
1999-02-28 |
Guy Albertelli | - Code to return default language code as keyboard... |
tree | commitdiff |
1999-02-28 |
Juergen Schmied | FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE... |
tree | commitdiff |
1999-02-28 |
Francis Beaudet | Order of send message processing was not respected... |
tree | commitdiff |
1999-02-28 |
Francis Beaudet | Added checks to guard against NULL active window. |
tree | commitdiff |
1999-02-28 |
Norman Stevens | Don't check children of disabled or invisible controls... |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-25 |
Alexandre Julliard | Make GetWindowLong(GWL_HWNDPARENT) return the same... |
tree | commitdiff |
1999-02-25 |
Francois Boisvert | Adding of new functions to make the wnd struct thread... |
tree | commitdiff |
1999-02-25 |
Pascal Lessard | ScrollDC32 modified to return rect in logical coordinate. |
tree | commitdiff |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
tree | commitdiff |
1999-02-24 |
Lionel Ulmer | Added stubs for two missing methods of DInput. |
tree | commitdiff |
1999-02-24 |
Stephane Lussier | Fixed some SendMessage bugs. |
tree | commitdiff |
1999-02-22 |
Marcus Meissner | Some more recursive include fixes/optimizations. |
tree | commitdiff |
1999-02-22 |
Francois Gouget | Updated to use the latest COM macros, ICOM_VTABLE and... |
tree | commitdiff |
1999-02-21 |
Michael Veksler | - Fix headers to include less or smaller header files. |
tree | commitdiff |
1999-02-21 |
Stephane Lussier | Fix problem where you need mouse activity to unlock... |
tree | commitdiff |
1999-02-19 |
Martin Walker | Fixed message filtering check. |
tree | commitdiff |
1999-02-19 |
Alexandre Julliard | Reverted broken close button change. |
tree | commitdiff |
1999-02-19 |
Francis Beaudet | Temporary fix suggested by Ulrich to allow the |
tree | commitdiff |
1999-02-19 |
Ove Kaaven | Initialized return value of 16->32 conversion of WM_MDI... |
tree | commitdiff |
1999-02-19 |
Ove Kaaven | Added extra child arguments to DCE_GetVisRgn() to be... |
tree | commitdiff |
1999-02-18 |
Stephane Lussier | - New implementation of SendMessage, ReceiveMessage... |
tree | commitdiff |
1999-02-18 |
Ulrich Weigand | Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi... |
tree | commitdiff |
next |