Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / windows / input.c
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-10  Mike HearnMake WM_MOUSEHOVER coordinates client relative.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-23  Mike HearnAltered WM_MOUSEHOVER so the lParam and wParam fields...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-18  Stefan LeichterMoved implementation of LoadKeyboardLayout from ASCII...
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-29  Per NystromSet the flag in GetCursorInfo.
2002-08-28  Per NystromImplemented GetCursorInfo.
2002-08-16  Michael StefaniucConvert HKL to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Peter HunnisettFix return type of GetAsyncKeyState.
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-13  Andriy PalamarchukImplemented processing for SPI_GET/SETMOUSE, SPI_GET...
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-17  Andriy PalamarchukFixed mouse_event bug - cursor was moved before new...
2001-10-17  Jukka HeinonenReleasing a mouse button now clears an entry in table
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-02  Alexandre JulliardFixed typo in previous change.
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-10-02  Dmitry TimoshkovRemove a hack for keyboard group switching.
2001-09-19  Brad CampbellFixed mouse position processing for use with a touchscreen.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-05-18  Jukka HeinonenKeyboard events did not update AsyncKeyStateTable,...
2001-04-18  Jukka HeinonenGetAsyncKeyState now clears "has been pressed" informat...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-29  Dmitry Timoshkov"Implement" GetKBCodePage and GetKBCodePage16.
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-26  Dmitry TimoshkovAsk application to reinitialize its menu before process...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-29  Andreas Mohr- fix one locking ignorant return 0; in MSG_SendMessage...
2000-08-07  Marcus MeissnerRemoved local variable shadows warnings.
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-24  Rein KlazesCorrect the NotifyCode in the WM_COMMAND message sent by
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-20  Ulrich WeigandKeyboard/mouse event proc thunk creation moved out...
1999-05-29  Gerard PatelRemove unnecessary warning in TranslateAccelator.
1999-05-22  Ulrich WeigandAdded IsUserIdle16().
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-08  Francis BeaudetChanged the return value of GetKeyboardState and SetKey...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-15  Zygo BlaxellReleaseCapture() is supposed to return a BOOL value.
1999-03-28  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Aaron Barnes...
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-28  Guy Albertelli- Code to return default language code as keyboard...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-13  Marcus MeissnerImplemented MapVirtualKeyEx (ticket 21).
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-01-22  Marcus MeissnerFixed accelerator handling. ACCEL16 used internal,...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-14  Ulrich WeigandMoved GetKeyboardLayoutName16 to windows/input.c.
1998-11-08  Uwe Bonnes- adds GetExitCodeProcess
1998-11-08  Ulrich WeigandUSER-side part of input event handling: contains implem...