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