2003-11-26 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw |
2003-11-26 |
Kevin Koltzau | Implement the TME_NONCLIENT flag in TrackMouseEvent... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Dmitry Timoshkov | Add preliminary support for keyboard layout APIs. |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Rein Klazes | Correct the logic that decides whether a WM_SYSKEYUP... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Alexandre Julliard | winnls.h must not include winbase.h. |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Alexandre Julliard | Implemented inter-thread SendMessageCallback. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Dusan Lacko | Fix ALT context bit for WM_KEYDOWN/UP. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Alexandre Julliard | Store the hardware messages in the thread input structu... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Mike Hearn | Make WM_MOUSEHOVER coordinates client relative. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw | diff to current |
2002-11-23 |
Mike Hearn | Altered WM_MOUSEHOVER so the lParam and wParam fields... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Stefan Leichter | Moved implementation of LoadKeyboardLayout from ASCII... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Per Nystrom | Set the flag in GetCursorInfo. |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Per Nystrom | Implemented GetCursorInfo. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Michael Stefaniuc | Convert HKL to a void*. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Peter Hunnisett | Fix return type of GetAsyncKeyState. |
blob | commitdiff | raw | diff to current |
2002-01-15 |
Rein Klazes | Move the implementation of comctl32._TrackMouseEvent to |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-13 |
Andriy Palamarchuk | Implemented processing for SPI_GET/SETMOUSE, SPI_GET... |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Alexandre Julliard | Changed X11 mouse driver to use SendInput, and removed... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Andriy Palamarchuk | Fixed mouse_event bug - cursor was moved before new... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Jukka Heinonen | Releasing a mouse button now clears an entry in table |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Alexandre Julliard | Added support for low-level mouse and keyboard hooks. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Alexandre Julliard | Fixed typo in previous change. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Alexandre Julliard | Merged mouse buttons states into the key state array. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Dmitry Timoshkov | Remove a hack for keyboard group switching. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Brad Campbell | Fixed mouse position processing for use with a touchscreen. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-09-12 |
Alexandre Julliard | Make sure that functions returning an HWND always retur... |
blob | commitdiff | raw | diff to current |
2001-08-07 |
Alexandre Julliard | Rewrote most of SendMessage/PeekMessage. |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Alexandre Julliard | Avoid using GetFastQueue16 from USER. |
blob | commitdiff | raw | diff to current |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Alexandre Julliard | - Remove cooked hardware messages when they are dropped... |
blob | commitdiff | raw | diff to current |
2001-06-25 |
Alexandre Julliard | Implemented SendInput(). |
blob | commitdiff | raw | diff to current |
2001-06-21 |
Ove Kaaven | Make GetCursorPos call XQueryPointer. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Alexandre Julliard | Avoid returning an unlocked window pointer from WINPOS_... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Alexandre Julliard | Moved hardware message queue handling to the server. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Jukka Heinonen | Keyboard events did not update AsyncKeyStateTable,... |
blob | commitdiff | raw | diff to current |
2001-04-18 |
Jukka Heinonen | GetAsyncKeyState now clears "has been pressed" informat... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Dmitry Timoshkov | "Implement" GetKBCodePage and GetKBCodePage16. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Alexandre Julliard | Avoid a couple of dependencies on input.c internal... |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Ken Coleman | Added a first-cut version of MapVirtualKeyExW() that... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Dmitry Timoshkov | Ask application to reinitialize its menu before process... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Dmitry Timoshkov | Replaced ToAscii by ToUnicode in the User driver interface. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Andreas Mohr | - fix one locking ignorant return 0; in MSG_SendMessage... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Marcus Meissner | Removed local variable shadows warnings. |
blob | commitdiff | raw | diff to current |
2000-04-30 |
Dimitrie O. Paun | Removed HEAP_xalloc. |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Stephane Lussier | Implemented Mousewheel support. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | - Added/fixed some documentation reported by winapi_check |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Rein Klazes | Correct the NotifyCode in the WM_COMMAND message sent by |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Lionel Ulmer | Added the possibility to have mouse movements reported... |
blob | commitdiff | raw | diff to current |
1999-09-23 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Ulrich Weigand | Keyboard/mouse event proc thunk creation moved out... |
blob | commitdiff | raw | diff to current |
1999-05-29 |
Gerard Patel | Remove unnecessary warning in TranslateAccelator. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Added IsUserIdle16(). |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Marcus Meissner | Replaced all occurences of SYSMETRICS_xx and sysMetrics... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Francis Beaudet | Changed the return value of GetKeyboardState and SetKey... |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Zygo Blaxell | ReleaseCapture() is supposed to return a BOOL value. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Alexandre Julliard | Authors: Paul Quinn <paulq@corel.ca>, Aaron Barnes... |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Guy Albertelli | - Code to return default language code as keyboard... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Marcus Meissner | Some more recursive include fixes/optimizations. |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Marcus Meissner | Implemented MapVirtualKeyEx (ticket 21). |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Noel Borthwick | Added management and allocation of the PERQUEUEDATA... |
blob | commitdiff | raw | diff to current |
1999-01-22 |
Marcus Meissner | Fixed accelerator handling. ACCEL16 used internal,... |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Patrik Stridvall | Moved more things to the X11 driver. |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Huw D M Davies | Remove X_DC_INFO from DC and make it behave like any... |
blob | commitdiff | raw | diff to current |
1998-11-14 |
Ulrich Weigand | Moved GetKeyboardLayoutName16 to windows/input.c. |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Uwe Bonnes | - adds GetExitCodeProcess |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Ulrich Weigand | USER-side part of input event handling: contains implem... |
blob | commitdiff | raw | diff to current |
|