dinput: Use dinput device as a base class for keyboard, mouse and joystick.
[wine] / dlls / user /
2006-10-16  Mikołaj Zalewskiuser32: Send a WM_MOUSELEAVE even if another window...
2006-10-16  Mikołaj Zalewskiuser32: When calling TrackMouseEvent with TME_LEAVE...
2006-10-16  Mikołaj Zalewskiuser32: Don't create timers with nEventId == 0 in Track...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-12  Christian Gmeineruser32: SPI_GETFONTSMOOTHINGORIENTATION and SPI_SETFONT...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-11  Dmitry Timoshkovuser: Add some missing messages to the message spy.
2006-10-10  Vitaliy Margolenuser: Add test for LL mouse hook and [Get|Set]CursorPos.
2006-10-09  Louis. Lendersuser32: Return a fake device notification handle in...
2006-10-09  Michael Stefaniucuser/tests: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-05  Francois Gougetuser/tests: It is perfectly valid for some sysparams...
2006-10-05  Vitaliy Margolenuser32: Pass hook handle to the destination thread.
2006-10-05  Alexandre Julliardserver: Changed the get_next_hook request to allow...
2006-10-05  Alexandre Julliarduser32: Store the prev_unicode hook flag on the client...
2006-10-05  Andrew Talbotuser/tests: Cast-qual warnings fix.
2006-10-04  Alexandre Julliarduser32: The per-window user data must be a DWORD_PTR.
2006-10-04  James Hawkinsuser: Add missing sizeof(WCHAR) multiplier.
2006-10-04  Alexandre Julliardserver: Pass the data for message callbacks as vararg...
2006-10-04  Alexandre Julliardserver: Return the data for callback results in the...
2006-10-04  Alexandre Julliardserver: Return the data for winevent hooks in the varar...
2006-10-04  Vitaliy Margolenuser: Move some common code into one function.
2006-10-03  Dmitry Timoshkovuser: Increase the time during which flush_events(...
2006-10-03  Oleg Krylovuser: Fix CopyImage function declaration.
2006-10-03  Andrew Talbotuser: Cast-qual warnings fix.
2006-10-02  Michael Stefaniucuser: Win64 printf format warning fixes.
2006-10-02  Dmitry Timoshkovuser/tests: Flush events before running mouse tests.
2006-10-02  Jason Greenuser32: Stub implementation of BlockInput.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Nicolas Delcroswinuser.h: Fix PROPENUMPROCEXA/W types declarations.
2006-09-25  Mikołaj Zalewskiuser32: Update Polish translation.
2006-09-25  Aric Stewartuser: Correct buffer overflows in IME processing code.
2006-09-21  Alexandre Julliarduser: Fix handling of high bits of resource id in LoadS...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-08  Jesse Allenuser: ChangeDisplaySettings virtual desktop mode handli...
2006-09-07  Dmitry Timoshkovuser: Use computed icon rectangle if SS_CENTERIMAGE...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Dmitry Timoshkovuser: Do not force repainting on WM_WINDOWPOSCHANGED...
2006-08-18  Alexandre Julliarduser: Add .exe extension to wineboot just in case.
2006-08-17  Alexandre Julliarduser: Defer all ExitWindowsEx processing to wineboot.
2006-08-16  Alexandre Julliarduser: Explicitly load explorer.exe from the system...
2006-08-15  Alexandre Julliarduser/tests: Fix a compiler warning, and remove some...
2006-08-14  Frank Richteruser: Fix SPI_SETICONTITLELOGFONT to check for LOGFONTW...
2006-08-14  Frank Richteruser: Initialize size of nonclients struct in load_nonc...
2006-08-11  Aric Stewartuser: Implement MNS_NOTIFYBYPOS.
2006-08-10  Mike McCormackuser32: Remember to draw the icon when SS_CENTERIMAGE...
2006-08-09  Michael Kaufmannuser: Fix the keyboard navigation and some graphical...
2006-08-09  Michael Kaufmannuser: CopyImage: Handle the flags LR_COPYDELETEORG...
2006-08-09  Michael Kaufmannuser: Accept more flags in SetMenuItemInfo and ModifyMenu.
2006-08-09  Alexandre Julliardserver: Make the message extra info 64 bits on Win64.
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-08-09  Hwang YunSong(황윤성)user32: Updated Korean resource.
2006-08-09  Andrew Talbotuser/tests: Write-strings warnings fix.
2006-08-08  Robert Shearmanuser: Make ExitWindowsEx asynchronous by deferring...
2006-08-08  Andrew Talbotuser/tests: Write-strings and cast-qual warnings fix.
2006-08-04  Dan Hipschmanuser: Call SetLastError in CreateWindowEx when WS_CHILD...
2006-08-04  Dan Hipschmanuser: Add a test for CreateWindowEx.
2006-08-04  Alexandre Julliarduser: Don't bother checking the WS_VISIBLE style on...
2006-08-02  Alexandre Julliarduser: Add some missing internal Wine messages to the...
2006-08-02  Alexandre Julliarduser: Implementation of Get/SetWindowLongPtr for 64...
2006-08-01  Dmitry Timoshkovuser: Add a couple of missing bits to the SetWindowLong...
2006-07-31  Robert Shearmanuser: Ignore setting NULL window procs inside SetWindow...
2006-07-31  Vitaliy Margolenuser: Set buffer to '\0' in GetKeyNameTextA too.
2006-07-28  Alexandre Julliarduser: Abort WaitForUserIdle if the target process died.
2006-07-27  Andrew Talbotuser/tests: Write-strings warnings fix.
2006-07-26  Vitaliy Margolenx11drv: Number of fixes for ChangeDisplaySettingsEx...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-24  Dmitry Timoshkovuser: Add more TrackMouseEvent tests, particularly...
2006-07-24  Dmitry Timoshkovuser: Various TrackMouseEvent fixes.
2006-07-24  Dmitry Timoshkovuser: Add a trace to EndDeferWindowPos.
2006-07-24  Dmitry Timoshkovuser: Use (win) debug channel by default, add a TRACE...
2006-07-21  Dmitry Timoshkovuser: Add a TrackMouseEvent test, make it pass under...
2006-07-12  Ge van Geldorpuser32: Implement Get/SetClassLongPtrA/W.
2006-07-12  Andrew Ziemuser: Implement Ascii version of SPI_GETDESKWALLPAPER.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Dmitry Timoshkovuser: Improve SetActiveWindow test, add SetForegroundWi...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Andrew Talbotuser/tests: Write-strings warnings fix.
2006-06-29  Dmitry Timoshkovinclude: Move appropriate parts of winpos.h to winuser...
2006-06-26  Mikołaj Zalewskiuser: user32_Pl.rc: Fix the capitalization of OK.
2006-06-15  Vitaly Lipatovuser32: Fix character conversion in combo box.
2006-06-13  Alexandre Julliarduser32: Don't use sizeof in traces to avoid printf...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-06-12  Dmitry Timoshkovuser32: Remove redundant SetLastError call from MENU_Se...
2006-06-12  Mike McCormackuser32: Win64 lparam and wparam are longs.
2006-06-12  Mike McCormackuser32: Fix a pointer size warning in Win64.
2006-06-09  Dmitry Timoshkovuser: Neither WS_CAPTION nor WS_EX_APPWINDOW has anythi...
2006-06-08  Michael Kaufmannuser/tests: Update LoadImage test.
2006-06-05  Ulrich Czekallax11drv: Improve handling of the case where the clipboar...
2006-06-05  Juan Languser: Use SetPropW rather than SetPropA for internal...
2006-06-02  qingdoa daoouser32: Fix selection handling for listboxes with LBS_E...
2006-06-02  Juris Smotrovsuser32: Send WM_SIZE when window changes state between...
2006-06-02  Michael Kaufmannuser32: Popup menu position fixes.
2006-06-02  Dmitry Timoshkovuser32: Replace PeekMessage loops in the PeekMessage...
next