server: Set the idle event when retrieving a timer message.
[wine] / dlls / user32 /
2009-12-16  Alexandre Julliardserver: Set the idle event when retrieving a timer...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when waiting for a...
2009-12-16  Alexandre Julliardserver: Any thread can set the idle event, don't treat...
2009-12-16  Alexandre Julliardserver: Don't reset the idle event when the client...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when a queue is destro...
2009-12-16  Alexandre Julliarduser32/tests: Always reset events when starting a WaitF...
2009-12-16  Alexandre Julliarduser32: Add a Wow handler for the mdi client class.
2009-12-16  Alexandre Julliarduser32/tests: Fix a number of message test failures...
2009-12-15  Alexandre Julliarduser32: Move the 16-bit message mapping functions to...
2009-12-15  Alexandre Julliarduser32: Move 16-bit winproc functions to msg16.c.
2009-12-15  Alexandre Julliarduser32: Store the 16-bit winproc in a different array...
2009-12-15  Alexandre Julliarduser32: Move more 16-bit winproc functions inside the...
2009-12-15  Alexandre Julliarduser32: Add 16-bit translation for parameters of the...
2009-12-15  Alexandre Julliarduser32: Turn the static winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the scrollbar winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the edit winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the listbox winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Turn the combobox winproc into a Wow handler.
2009-12-15  Alexandre Julliarduser32: Implement UserRegisterWowHandlers function...
2009-12-15  Alexandre Julliarduser32/tests: Add a number of tests for WaitForInputIdle.
2009-12-15  Alexandre Julliarduser32: Return failure in WaitForInputIdle if we can...
2009-12-14  Alexandre Julliarduser32: Move Get/SetWindowLong16 implementation to...
2009-12-14  Alexandre Julliarduser32: Remove the no longer used WINPROC_CallDlgProc16...
2009-12-14  Alexandre Julliarduser32: Move SystemParametersInfo16 to user16.c.
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-12-11  Alexandre Julliarduser32: Store the 16-bit edit handle directly in the...
2009-12-11  Alexandre Julliarduser32: Split the code that deals with the 16-bit edit...
2009-12-11  Alexandre Julliarduser32: Add a thunking mechanism for 16-bit edit word...
2009-12-04  Huw Daviesuser32: Pad lfFaceName so we don't write uninitialised...
2009-12-04  Huw Daviesuser32: Pad lfFaceName so we don't write uninitialised...
2009-12-03  Nikolay Sivovuser32/edit: Check for edit window to be here in case...
2009-12-03  Nikolay Sivovuser32/tests: Free window after use.
2009-12-03  Nikolay Sivovuser32/tests: Restore original procedure to let control...
2009-12-03  Dan Kegeluser32/tests: Allocate big enough buffer for UnpackDDEl...
2009-12-02  Luke Bensteaduser32: Implement PrintWindow.
2009-11-30  Paul Vriensinclude: Add some system parameters.
2009-11-30  Nikolay Sivovuser32/tests: Free memory after use.
2009-11-24  Marcus Meissneruser32: Fixed NULL ptr checks (Coverity).
2009-11-16  Ilya Shpigoruser32: Destroy EDITSTATE structure in the WM_NCDESTROY...
2009-11-16  Nikolay Sivovuser32: Free window text to prevent leak in case when...
2009-11-13  Rico Schülleruser32: Add argument check for PTITLEBARINFO in GetTitl...
2009-11-13  Alexandre Julliarduser32: No longer export the 16-bit dialog and message...
2009-11-13  Alexandre Julliarduser32: Use the correct type for the return value of...
2009-11-13  Alexandre Julliarduser32: Reimplement DefDlgProc16 using message mapping...
2009-11-12  Alexandre Julliarduser32: Move driver support to mmsystem and replace...
2009-11-12  Alexandre Julliarduser32: Reimplement UserYield using PeekMessageW.
2009-11-09  Dan Kegeluser32: Fix uninitialized variable so first call to...
2009-11-05  Ilya Shpigoruser32: Fix switching focus to parent after child hiding.
2009-10-27  Alexandre Julliarduser32: Specify the full application path when starting...
2009-10-23  Paul Vriensuser32/tests: Fix a typo.
2009-10-23  Paul Vriensuser32/tests: Skip some tests on Win9x/WinMe.
2009-10-23  Detlef Riekenberguser32: Bump version to XP values.
2009-10-23  Alexandre Julliarduser32: Fix the return value of EnumThreadWindows.
2009-10-23  Alexandre Julliarduser32: Don't print CreateWindow warning for HWND_MESSA...
2009-10-22  Alexandre Julliarduser32: Data chunks in RIFF file must be word-aligned.
2009-10-22  Julius Schwartzenberguser32/tests: Test extra value of standard dialog and...
2009-10-22  Julius Schwartzenberguser32: Change extra value for standard edit class...
2009-10-21  Nikolay Sivovuser32/win: Release scroll window data on window destru...
2009-10-21  Nikolay Sivovuser32/edit: Properly clean up on failure inside WM_NCC...
2009-10-21  Nikolay Sivovuser32/edit: Don't leak undo buffer.
2009-10-19  Alexandre Julliarduser32/tests: Use the correct lparam in the WM_DDE_ACK...
2009-10-19  Michael Stefaniucuser32: Remove a duplicated return statement (Smatch).
2009-10-16  Rein Klazesuser32: Handle MN_GETHMENU in PopupMenuWndProc.
2009-10-15  Alexandre Julliarduser32: Add a helper to retrieve the dimensions of...
2009-10-15  Alexandre Julliarduser32: Move 16-bit resource functions to user16.c.
2009-10-15  Alexandre Julliarduser32: Reimplement accelerator functions to use 32...
2009-10-14  Erich Hooveruser32: Test for 'F10' key events.
2009-10-14  Stefan Dösingeruser32: Make some functions hookable.
2009-10-12  Alexandre Julliarduser32: Set last error in WIN_GetRectangles.
2009-10-12  Alexandre Julliarduser32: Get rid of the 16-bit heap support.
2009-10-12  Alexandre Julliarduser32: Use client-side user handles for menus.
2009-10-12  Alexandre Julliarduser32: Use the generic handle functions for windows...
2009-10-12  Alexandre Julliarduser32: Use client-side user handles for DeferWindowPos.
2009-10-12  Alexandre Julliarduser32: Add functions for manipulating client-side...
2009-10-12  Paul Vriensuser32/tests: Fix an intermittent test failure.
2009-10-12  Dmitry Timoshkovuser32: Make sure that focus_rect is always initialized.
2009-10-08  Paul Vriensuser32/tests: Skip some tests on Win9x/WinMe.
2009-10-07  Alexander Scott... user32: Add missing doc comment.
2009-10-06  Paul Vriensuser32/tests: Fix some test failures with 9x/Me on...
2009-10-06  Alexandre Julliardtests: Build all tests with strict prototypes.
2009-10-06  Michael Stefaniucuser32: Fix a memory leak on a error patch (Smatch).
2009-10-06  Ge van Geldorpuser32/tests: Fix sysparams test failure on Win7.
2009-10-05  Alexandre Julliarduser32: Don't use a static dc for icon blitting.
2009-10-05  Joel Holdsworthuser32: Fixed CURSORICON_CreateIconFromBMI to preserve...
2009-10-05  Wilfried Pasquazzouser32: DrawState always uses real icon size for drawing.
2009-10-05  Wilfried Pasquazzouser32/tests: DrawState: New test case for correct...
2009-10-02  Michael Stefaniucuser32/tests: Use LONG instead of long.
2009-10-01  Paul Vriensuser32/tests: Don't crash on Win9x/WinMe/NT4.
2009-09-30  Peter Dons Tychsenuser32: Add exception handling for timer callbacks.
2009-09-28  Andrey Turkinuser32: Accept SPI_GET/SETMOUSEVANISH parameters in...
2009-09-28  Andrey Turkinuser32: Accept SPI_GET/SETDROPSHADOW parameters in...
2009-09-28  Vincent Povirkuser32: Invert y in DrawTextEx in GM_COMPATIBLE mode...
2009-09-25  Alexandre Julliarduser32/tests: Add missing flush_events in ScrollWindow...
2009-09-24  Rein Klazesuser32: In ScrollWindowEx do not clip the clipping...
2009-09-23  Alexander Scott... user32: Send a WM_DRAWCLIPBOARD message to the new...
next