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