gdiplus: Add traces for values of newly-created brushes.
[wine] / dlls / user32 /
2009-12-21  Alexandre Julliarduser32: Fix the string style check for comboboxes.
2009-12-21  Alexandre Julliarduser32: Support calling a 32-bit procedure even without...
2009-12-21  Alexandre Julliarduser32: Send all CreateWindow calls through the WoW...
2009-12-18  Alexandre Julliarduser32: Move wsprintf16 to user16.c.
2009-12-18  Alexandre Julliarduser32: Make WINPROC_AllocProc take a unicode flag...
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the messa...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the menu...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the icon...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the deskt...
2009-12-17  Alexandre Julliarduser32: Move EnumProps16 to wnd16.c.
2009-12-17  Alexandre Julliarduser32: Move the 16-bit menu functions to user16.c.
2009-12-17  Alexandre Julliarduser32: Move 16-bit window creation functions to 16...
2009-12-17  Alexandre Julliarduser32: Use W structures in window creation code.
2009-12-17  Alexandre Julliarduser32: Move loading of the 16-bit window menu to Creat...
2009-12-17  Alexandre Julliarduser32: Move 16-bit instance normalization to CreateWin...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for DefWindow...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the MDI...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the dialo...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the stati...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the scrol...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the listb...
2009-12-17  Alexandre Julliarduser32: Get rid of the EDIT_winproc_handle variable.
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the edit...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the combo...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the butto...
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.
next