1. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  2. 97d5abc "Implement" GetKBCodePage and GetKBCodePage16. by Dmitry Timoshkov · 24 years ago
  3. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  4. 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
  5. ce1398e Avoid a couple of dependencies on input.c internal variables. by Alexandre Julliard · 24 years ago
  6. 2743c81 Added a first-cut version of MapVirtualKeyExW() that has the same by Ken Coleman · 24 years ago
  7. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  8. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  9. ef55932 Ask application to reinitialize its menu before processing an accelerator key. by Dmitry Timoshkov · 24 years ago
  10. 8a31634 Replaced ToAscii by ToUnicode in the User driver interface. by Dmitry Timoshkov · 24 years ago
  11. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  12. 5e7fa02 - fix one locking ignorant return 0; in MSG_SendMessageInterThread() by Andreas Mohr · 25 years ago
  13. 64c86ffe Removed local variable shadows warnings. by Marcus Meissner · 25 years ago
  14. 4d48dd3 Removed HEAP_xalloc. by Dimitrie O. Paun · 25 years ago
  15. 4bdf4af Implemented Mousewheel support. by Stephane Lussier · 25 years ago
  16. 533d333 - Added/fixed some documentation reported by winapi_check by Patrik Stridvall · 25 years ago
  17. c18f629 Correct the NotifyCode in the WM_COMMAND message sent by by Rein Klazes · 25 years ago
  18. 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
  19. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  20. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  21. 8276f69 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
  22. 24dd5d9 Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c. by Ulrich Weigand · 26 years ago
  23. 16c3cc2 Remove unnecessary warning in TranslateAccelator. by Gerard Patel · 26 years ago
  24. 5cd4737 Added IsUserIdle16(). by Ulrich Weigand · 26 years ago
  25. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  26. ee3c1d7 Changed the return value of GetKeyboardState and SetKeyboardState from by Francis Beaudet · 26 years ago
  27. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  28. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  29. 007f133 ReleaseCapture() is supposed to return a BOOL value. by Zygo Blaxell · 26 years ago
  30. f80b2ab Authors: Paul Quinn <paulq@corel.ca>, Aaron Barnes <aaronb@corel.ca>, Adrian Thurston <adriant@corel.ca> by Alexandre Julliard · 26 years ago
  31. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  32. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  33. 38d9ce8 - Code to return default language code as keyboard layout. by Guy Albertelli · 26 years ago
  34. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  35. 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
  36. 61afa33 Some more recursive include fixes/optimizations. by Marcus Meissner · 26 years ago
  37. 592c910 Implemented MapVirtualKeyEx (ticket 21). Ignore keyboard layout for now. by Marcus Meissner · 26 years ago
  38. b427856 Added management and allocation of the PERQUEUEDATA structure. by Noel Borthwick · 26 years ago
  39. 688c565 Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32 by Marcus Meissner · 26 years ago
  40. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  41. 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
  42. 9c68faa Remove X_DC_INFO from DC and make it behave like any other PDEVICE. by Huw D M Davies · 26 years ago
  43. 8bf078b Moved GetKeyboardLayoutName16 to windows/input.c. by Ulrich Weigand · 26 years ago
  44. 9fdceb8 - adds GetExitCodeProcess by Uwe Bonnes · 26 years ago
  45. 2b06758 USER-side part of input event handling: contains implementation of by Ulrich Weigand · 26 years ago