kernel32: Moved GetWsChanges and InitializeProcessForWsWatch implementations to kernel32.
[wine] / dlls / user32 /
2011-05-16  Francois Gougetuser32: Use MSGBOX_IDICON throughout instead of sometim...
2011-05-05  Marcus Meissneruser32: DrawText gets a 32bit flag, not a 16bit flag.
2011-05-05  Marcus Meissneruser32: Use left shift instead of right shift (Coverity).
2011-05-05  Alexandre Julliarduser32: Catch bad pointer passed to SetSysColors.
2011-05-03  Francois Gougetuser32: SCROLL_SetNCSbState() is not used anymore so...
2011-04-27  Tim Hentenaaruser32: GetTabbedTextExtent() returns non-zero value...
2011-04-22  Alexandre Julliarduser32: Pass a NULL rectangle in the ClipCursor entry...
2011-04-22  Marcus Meissneruser32: Mark internal functions with hidden visibility.
2011-04-21  Alexandre Julliarduser32: Don't start menu tracking when the owner window...
2011-04-20  Alexandre Julliarduser32: Only call the driver when the cursor position...
2011-04-20  Alexandre Julliarduser32: Add support for loading animated cursors/icons...
2011-04-20  Alexandre Julliarduser32: Support creating animated icons, not only cursors.
2011-04-15  Jörg Höhleuser32: Added message names for winmm.
2011-04-12  Dmitry Timoshkovuser32: Fix the single menu item activation using a...
2011-04-12  Francois Gougetprograms: Standardize the About menus.
2011-04-11  Dmitry Timoshkovuser32: Use symbolic names for values returned by WM_ME...
2011-04-08  Dmitry Timoshkovuser32: Use symbolic names for values returned by WM_ME...
2011-04-06  Dmitry Timoshkovuser32: Add a test for activating a menu consisting...
2011-04-06  Alexandre Julliarduser32: Avoid accessing the dialog info of a destroyed...
2011-04-05  Alexandre Julliardwinex11: Always forward SetCursor to the driver, and...
2011-04-05  Alexandre Julliardserver: Post a message to the desktop window when the...
2011-04-05  Dmitry Timoshkovuser32: DefDlgProc on WM_QUIT should repost it and...
2011-04-05  Dmitry Timoshkovuser32: Add a test for WM_QUIT handling by DefDlgProc.
2011-04-01  Austin Lunduser32/tests: Fixed SetParent test on 64bit Vista.
2011-03-31  Alexandre Julliardserver: Return the time of last change along with the...
2011-03-30  David Hedberguser32: Fix return value when passing a non-sibling...
2011-03-30  David Hedberguser32/tests: Add some more tests for SetWindowPos.
2011-03-30  Jörg Höhleuser32/tests: Add a few IsWindow checks.
2011-03-30  Alexandre Julliarduser32: Reset the cursor clip rectangle before moving...
2011-03-29  Dmitry Timoshkovuser32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximi...
2011-03-28  Marcus Meissneruser32: Added missing break.
2011-03-28  Marcus Meissneruser32: Added missing break (Coverity).
2011-03-17  Alexandre Julliarduser32/tests: Fix the GetCursorFrameInfo parameter...
2011-03-17  Erich Hooveruser32: Downgrade GetCursorFrameInfo FIXME to a TRACE...
2011-03-17  Erich Hooveruser32: Add support for sequence-based animated cursors.
2011-03-17  Erich Hooveruser32: Merge create_icon_bitmaps with CURSORICON_Creat...
2011-03-17  Erich Hooveruser32: Add support for retrieving individual animated...
2011-03-17  Erich Hooveruser32: Handle static and animated cursors as separate...
2011-03-16  Erich Hooveruser32: Add a convenience function for retrieving the...
2011-03-16  Erich Hooveruser32: Add get/release routines for accessing cursor...
2011-03-16  Francois Gougetuser32/tests: Use NULL instead of casting 0.
2011-03-16  Austin Lunduser32/tests: Output error information in cursoricon...
2011-03-15  Marcus Meissneruser32: Remove useless NULL checks (Coverity).
2011-03-10  Erich Hooveruser32: Add preliminary support for reading and storing...
2011-03-10  Erich Hooveruser32: Add FIXMEs for unsupported animated cursor...
2011-03-10  Erich Hooveruser32: Fix GetCursorFrameInfo when passed the proper...
2011-03-10  Aric Stewartuser32: Remove SetWindowText export.
2011-03-09  Austin Englishuser32: Avoid shadowing a parameter.
2011-03-08  Alexandre Julliarduser32: No longer export HOOK_CallHooks.
2011-03-07  Alexandre Julliarduser32: Get rid of the RegisterClipboardFormat driver...
2011-03-07  Erich Hooveruser32: Implement semi-stub of GetCursorFrameInfo.
2011-03-07  Erich Hooveruser32: Permit loading animated cursors with CreateIcon...
2011-03-07  Alexandre Julliarduser32: Set the last mouse event timestamp before calli...
2011-03-04  Dmitry Timoshkovuser32: Add a test to make sure that SendInput sets...
2011-03-04  Alexandre Julliarduser32: Remove GetClipboardFormatName from the user...
2011-03-02  Alexandre Julliarduser32: Handle input injected through SendInput entirel...
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
2011-03-02  Alexandre Julliarduser32: Export a Wine-specific function to send hardwar...
2011-03-01  Alexandre Julliarduser32: Retrieve the current cursor position from the...
2011-02-28  Alexandre Julliarduser32: Retrieve the key state for GetAsyncKeyState...
2011-02-28  Wolfram Sanguser32: Check bitmap info before it is used.
2011-02-28  Wolfram Sanguser32: Make DIB_GetBitmapInfo checks stricter.
2011-02-28  Wolfram Sanguser32/tests: Modify proper fields instead of magic...
2011-02-25  Marcus Meissneruser32: Fixed some more side effect functions in assert...
2011-02-25  Alexandre Julliardserver: Store the cursor clip rectangle in the server.
2011-02-25  Alexandre Julliardserver: Store the global cursor position in the server.
2011-02-23  Marcus Meissneruser32: Remove side effect code out of asserts() (Cover...
2011-02-23  Marcus Meissneruser32: Move functional code out of assert() (Coverity).
2011-02-21  Dmitry Timoshkovuser32: Cope with failing SetForegroundWindow().
2011-02-18  Dmitry Timoshkovuser32: Use the windows created by the SetParent()...
2011-02-17  Alexander Scott... user32: Fix read of uninitialized data and a couple...
2011-02-14  Austin Englishuser32/tests: Make sure return values are used (LLVM...
2011-02-14  Ken Thomasesuser32: Remove wrong parameter name from comment.
2011-02-10  Ken Thomasesuser32: Rename GetKeyboardLayout param; it's a thread...
2011-02-10  Austin Englishuser32/tests: Remove some dead assignments (LLVM/Clang).
2011-02-09  Dmitry Timoshkovuser32: Add message tests for SetParent().
2011-02-09  Dmitry Timoshkovuser32: Add a test for reparenting a WS_POPUP window...
2011-02-09  Austin Englishuser32/tests: Remove unneeded assignment (LLVM/Clang).
2011-02-07  Joris Huizeruser32/tests: Don't test function directly when reporti...
2011-01-31  Alexander Scott... user32: Partially fix clipboard viewer infinite recursi...
2011-01-28  Alexander Scott... user32/tests: Test getting the data from synthesized...
2011-01-28  Alexandre Julliarduser32: Fix LoadImage behavior with zero size and no...
2011-01-28  Alexandre Julliarduser32: Propagate the LoadImage flags into the low...
2011-01-28  Marcus Meissneruser32: Get MDI icon as close the "small icon" as possible.
2011-01-24  Greg Geldorpuser32/tests: Fix edit tests.
2011-01-17  Greg Geldorpuser32/tests: Fix DDE test failures on DBCS machines.
2011-01-13  Alexandre Julliarduser32: Convert menu and string table resources to...
2011-01-13  Greg Geldorpuser32/tests: Fix menu test failures on East-Asian...
2011-01-05  André Hentscheluser32/tests: Don't test function directly when reporti...
2011-01-04  Mikhail Maroukhineuser32: Add constness to params and variables.
2011-01-03  Greg Geldorpuser32/tests: Skip DefWindowProc tests on Vista+.
2010-12-31  André Hentscheluser32/tests: Don't test function directly when reporti...
2010-12-14  Alexandre Julliarduser32: Don't call GetModuleFileNameW under the user...
2010-12-13  Alexandre Julliarduser32: Fix coordinates mapping for the desktop window...
2010-12-09  Alexandre Julliarduser32: Return some fake information for an inter-proce...
2010-12-03  Austin Lunduser32/tests: Disable IME for msg tests.
2010-12-03  Austin Lunduser32/tests: Close second window in DBCS WM_CHAR tests.
2010-12-01  André Hentscheluser32/tests: Skip DDE tests on win9x.
2010-11-29  Austin Lunduser32/tests: Fix test failures by disabling IME when...
2010-11-29  André Hentscheluser32/tests: Remove obsolete comment.
next