- 77d6a07 Added Estonian keyboard layout. by Raul Metsma · 23 years ago
- c86e5c9 Added keymap tables for US dvorak layout. by Paul Rupe · 23 years ago
- 68ef5e0 Don't hang around for a minute if we can't exec the clipboard server. by Huw D M Davies · 23 years ago
- fb23e10 We cannot ignore NotifyNonlinear focus events. by Alexandre Julliard · 23 years ago
- 94e9a6f Added German 105 keys keyboard. by Matthias Fechner · 23 years ago
- 7c18771 Make wineclipsrv run as a daemon (close stdout/stderr, no controlling by Jason Phillips · 23 years ago
- 46a9db6 Added keyboard layout for Logitech Cordless Desktop Pro. by Axel Schmidt · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- d0a06ec Prevent lock-up with a focus loop between two top level unmanaged windows. by Dave Hawkes · 23 years ago
- 95d8c95 Added a keyboard matched to VNC. by Dave Hawkes · 23 years ago
- f40fb64 Allow ToAscii/ToUnicode to work with scanCode = 0. by Dmitry Timoshkov · 23 years ago
- e58557c Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is by Dave Hawkes · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- 32fb580 Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT by Alexandre Julliard · 23 years ago
- 4b62618 Added support for low-level mouse and keyboard hooks. by Alexandre Julliard · 23 years ago
- fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
- e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
- 9d777f9 Workaround X11 BadWindow error if no parent window is found. by Dominik Strasser · 23 years ago
- ba7f6c5 Fix infinite loop problem in wineclipsrv startup. by Francois Gouget · 23 years ago
- 2c7cc63 Add XK_Mode_switch to the list of ignored keysyms. by Dmitry Timoshkov · 23 years ago
- ef54643 Remove a hack for keyboard group switching. by Dmitry Timoshkov · 23 years ago
- 6b8cedf Fixed mouse position processing for use with a touchscreen. by Brad Campbell · 24 years ago
- 2bdbf30 Added russian layout with phantom key. by Andriy Palamarchuk · 24 years ago
- 629aab1 Fixed a couple of HWND type mismatches. by Alexandre Julliard · 24 years ago
- 4ee6516 Fixed references to old documentation location. by Andriy Palamarchuk · 24 years ago
- 872784f Added Ukrainian keyboard layout. by Andy Rysin · 24 years ago
- 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
- 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
- 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- ed15fc7 Moved ForceWindowRaise to the USER driver and removed the WND driver. by Alexandre Julliard · 24 years ago
- b91d2df Replace one more PROFILE_ function by RegQueryValueExA. by Dmitry Timoshkov · 24 years ago
- 698ef15 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
- f9037de Implemented SendInput(). by Alexandre Julliard · 24 years ago
- f4b1410 Don't rely on X to expose windows covered by a sibling, do it manually. by Alexandre Julliard · 24 years ago
- 624f14e Make GetCursorPos call XQueryPointer. by Ove Kaaven · 24 years ago
- de70d2b Replace PROFILE_ functions by RegQueryValueExA in x11drv. by Dmitry Timoshkov · 24 years ago
- 247e18f Force invalidating of siblings children on expose event. by Alexandre Julliard · 24 years ago
- dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
- 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
- cd8d181 Spelling typos. by Francois Gouget · 24 years ago
- 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
- c559735 Renamed display to gdi_display where it is used for GDI operations, to by Alexandre Julliard · 24 years ago
- e3fe9f2 Moved ScrollWindowEx implementation to the graphics driver. by Alexandre Julliard · 24 years ago
- f2d7853 Removed XShmCompletion event support (no longer used). by Alexandre Julliard · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- 3abeae8 Moved window move/resize syscommand handling to the graphics driver. by Alexandre Julliard · 24 years ago
- c6a835a Remove Get/SetBeepActive from USER driver and manage it locally inside by Alexandre Julliard · 24 years ago
- eb0ab76 Made checks in _get_common_ancestor a bit stricter to avoid XQueryTree XErrors. by Marcus Meissner · 24 years ago
- 46401a2 Avoid crash on deleted windows. by Alexandre Julliard · 24 years ago
- 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
- 12a7923 Added US international keyboard. by Gustavo Noronha Silva (KoV) · 24 years ago
- 4d73ba6 - Always use a double-buffered visual if one is available. by Gavriel State · 24 years ago
- 26320d1 Cleanup properly on x11drv unloading. by Alexandre Julliard · 24 years ago
- f88e5aa Cleaned up assumptions about WS_CHILD flag so that we can allow it to by Alexandre Julliard · 24 years ago
- 8c2f4b1 Some more message cleanups. by Andreas Mohr · 24 years ago
- 0ba5909 Some minor changes to the German keyboard layout. by Johannes E. Schindelin · 24 years ago
- 278dd15 - We need to make sure we pay attention to if our call to by Aric Stewart · 24 years ago
- da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
- 6c1b680 Correct the codepage for the Turkish keyboard. by Aric Stewart · 24 years ago
- ed6a7b4 Added a turkish keyboard layout. by Aric Stewart · 24 years ago
- 312303a - move TSXGrabServer after a possible return FALSE; by Andreas Mohr · 24 years ago
- df75e89 Documentation name fixes (always use external name). by Patrik Stridvall · 24 years ago
- 2c6e3ff Fixed a char that should have been signed. by Josh DuBois · 24 years ago
- 990b480 Warning fix. by Alexandre Julliard · 24 years ago
- 46fb7e0 Make some noise in a few cases where the X11drv doesn't load, but used by Josh DuBois · 24 years ago
- ee21c44 Replaced X11DRV_CritSection references by wine_tsx11_(un)lock. by Alexandre Julliard · 24 years ago
- 8efd454 Removed CALL_LARGE_STACK support. by Alexandre Julliard · 24 years ago
- d8e9a09 Removed unnecessary headers. by Alexandre Julliard · 24 years ago
- c90fb25 Turn on detectable autorepeat if the X Keyboard Extension is detected. by Ove Kaaven · 24 years ago
- dea3d78 Moved HDROP to shellapi.h. by François Gouget · 24 years ago
- 5079844 Use the X state instead of the VK key state to check for eatable by Ove Kaaven · 24 years ago
- 9289a5d Cancel a few changes to get back basic text clipboard functionality. by Gerard Patel · 24 years ago
- 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
- 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
- ce1398e Avoid a couple of dependencies on input.c internal variables. by Alexandre Julliard · 24 years ago
- 1df0d36 Add CF_UNICODETEXT as primary text clipboard format. by Dmitry Timoshkov · 24 years ago
- 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
- 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
- af6b76e Use SendNotifyMessage() for WM_SYNCPAINT. by Ove Kaaven · 24 years ago
- 4eb44e1 Added the KDE 2 beta and final method of specifying systray windows. by Marcus Meissner · 24 years ago
- b7b4fd0 We were returning characters for various CTRL + Symbol keystrokes by Aric Stewart · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 5298812 Make sure all files using config.h constants actually #include "config.h" by Dimitrie O. Paun · 24 years ago
- c8ac4a2 Fixed ToUnicode TRACE message. by Dmitry Timoshkov · 24 years ago
- 58445c9 Allow for zero-length string selections. by Ulrich Czekalla · 24 years ago
- c4b8b26 Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604), by Nerijus Baliunas · 24 years ago
- 7ab6398 ToUnicode: ignore CTRL+number keystrokes. by Aric Stewart · 24 years ago
- 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- a9774be Added Latin American layout. by Gabriel Garcia · 24 years ago
- 1da3bef Added/upgraded Slovak messages, and Slovak and Czech keyboard layout. by Peter Ivanyi · 24 years ago
- b5f8b92 Added an another special case handling for Shift+[NumPad]DEL. by Dmitry Timoshkov · 24 years ago
- 8a31634 Replaced ToAscii by ToUnicode in the User driver interface. by Dmitry Timoshkov · 24 years ago
- 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
- ff81f93 Added support for AZERTY keyboard layout. by Dmitry Timoshkov · 24 years ago
- 7b0bf0f Added support for keyboard input in various locales. by Dmitry Timoshkov · 24 years ago
- 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
- 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago