user32: Cache the text buffer length to avoid excessive calls to strlenW.
[wine] / dlls / user32 /
2007-04-20  Huw Daviesuser32: Cache the text buffer length to avoid excessive...
2007-04-20  Huw Daviesuser32: Add a function to return the length of the...
2007-04-20  Huw Daviesuser32: Keep track of whether the app has asked for...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Jan Zerebeckiuser32: Fix to succeed reliably in test where it works...
2007-04-16  Andrew Talbotuser32: Make function definitions and declarations...
2007-04-12  Louis Lendersuser32: Add RealChildWindowFromPoint.
2007-04-12  Lei Zhanguser32: WM_ACTIVATEAPP on minimize message test.
2007-04-06  Dmitry Timoshkovuser32: Windows uses ptMaxTrackSize to set an initial...
2007-04-05  Paul Vriensuser32/tests: Don't run unicode tests if not supported.
2007-04-04  Alexandre Julliardwinex11.drv: Store the display file descriptor directly...
2007-03-28  Marcin Grześkowiakuser32: Use charset of currently selected font in DrawT...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-27  Mikołaj Zalewskiuser32: combobox: The text area height should be font_h...
2007-03-22  Dmitry Timoshkovuser32: WM_GETTEXT message converters have to 0-termina...
2007-03-20  Dmitry Timoshkovuser32: Avoid compiler specific code in the DefWindowPr...
2007-03-19  Mikołaj Zalewskiuser32: tests: Using DefWindowProcA with RegisterClassW...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-03-17  Huw Daviesuser32: Use a window's icon in preference to its class...
2007-03-16  Dmitry Timoshkovuser32: Restore erroneously removed chunk of code.
2007-03-14  Rob Shearmanuser32: Add several more MsgWaitForMultipleObjects...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Juan Languser32: Fix a comment.
2007-03-07  Aric Stewartuser32: Don't delete hrgnClip until we are done using it.
2007-03-06  Andrew Talbotuser32: Replace const pointer parameters with correct...
2007-03-06  Dmitry Timoshkovuser32: Make the excessive scroll test pass under Windows.
2007-03-05  Alexandre Julliardserver: Expose areas revealed by changes to the window...
2007-03-05  Dmitry Timoshkovuser32: win2k and XP return broken border info in GetWi...
2007-03-05  Dmitry Timoshkovuser32: Fix most of test failures when running message...
2007-03-02  Clinton Stimpsonuser32: Add another test for GetUpdateRect().
2007-02-28  Dmitry Timoshkovuser32: Fix a test failure when running under Windows...
2007-02-27  Dmitry Timoshkovuser32: Simplify height calculation.
2007-02-27  Rob Shearmanuser32: Send WM_GETTEXT to get the window caption when...
2007-02-26  Fabian Bieleruser32: Do not call NULL message callback.
2007-02-23  Francois Gougetuser32/tests: Fix the ChangeDisplaySettingsEx() test...
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-21  Dmitry Timoshkovuser32: Add a CreateIcon test, make it pass under Wine.
2007-02-21  Dmitry Timoshkovuser32: Add traces to the cursor APIs.
2007-02-20  Dmitry Timoshkovuser32: Add a test for DefDlgProc(WM_SETFOCUS), make...
2007-02-15  Louis Lendersuser32: Fix error return values in DialogBoxParam ...
2007-02-14  Aric Stewartuser32: Scroll window fix.
2007-02-14  Dmitry Timoshkovuser32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID...
2007-02-13  Kirill K. Smirnovuser32/tests: Add tests for WM_SETICON.
2007-02-13  Kirill K. Smirnovuser32: Handle WM_SETICON message similarly to WM_SETTEXT.
2007-02-13  Dmitry Timoshkovuser32: Activate an MDI child on WM_SETFOCUS as well...
2007-02-09  Paul Vriensuser32/listbox: Remove deadcode (Coverity).
2007-02-09  Vitaly LipatovSome fixes in russian resources.
2007-02-08  Louis Lendersuser32: Don't crash if a WM_NCCREATE message is sent...
2007-02-07  Clinton Stimpsonuser32: Add test cases for update rects affected by...
2007-02-07  Aric Stewartuser32: We are calculating the height for the drop...
2007-02-06  Clinton Stimpsonuser32: WM_SETFONT on button doesn't repaint directly.
2007-02-06  Andrew Talbotuser32: Remove unused function.
2007-02-06  Andrew Talbotuser32: Remove unused variables.
2007-02-05  Dmitry Timoshkovuser32: Add the tests for minimize/restore MDI child...
2007-02-05  Dmitry Timoshkovuser32: Although Windows sends WM_GETMINMAXINFO at...
2007-02-05  Andrew Talbotuser32: Declare some functions static.
2007-02-05  Dmitry Timoshkovuser32: Dump contents of CREATESTRUCT in WM_[NC]CREATE...
2007-01-24  Dmitry Timoshkovuser32: Do not use DIB APIs for bitmap bits in a device...
2007-01-24  Dmitry Timoshkovuser32: Using DIB APIs to convert a DDB to monochrome...
2007-01-23  Peter Oberndorferuser32: Only try to remove the MDI document icon from...
2007-01-22  Louis Lendersuser32: Define RealChildWindowFromPoint as a real stub.
2007-01-19  Dmitry Timoshkovuser32: Some apps pass a color bitmap as a mask to...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Mike McCormackuser32: Add a test showing WM_GETTEXT doesn't crash...
2007-01-18  Mike McCormackuser32: Add an exception handler around the WM_GETTEXT...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-15  Dmitry Timoshkovuser32: Remove redundant visibility checks of a maximiz...
2007-01-15  Dmitry Timoshkovuser32: Simplify some maximized MDI child checks.
2007-01-15  Dmitry Timoshkovuser32: Remove MDI_AugmentFrameMenu call from WM_MDICRE...
2007-01-12  Paul Vriensuser32/tests: Cast-qual warning fixes.
2007-01-11  Dmitry Timoshkovuser32: Add a simple DrawState test, make it pass under...
2007-01-11  Louis Lendersuser32: Update Dutch resources.
2007-01-10  Michael Stefaniucjanitorial: Use the C standard for multiline strings.
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Dmitry Timoshkovuser32: Restore old WM_SIZE handler in mdi child.
2007-01-08  Dmitry Timoshkovuser32: Add one more GetSystemMenu test.
2007-01-08  Dmitry Timoshkovuser32: Make message tests pass cleanly under XP SP2.
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2007-01-05  Kai Blinuser32: If pTest was allocated, length has to be >...
2007-01-04  Dmitry Timoshkovuser32: Fix some failures in the MDI message test.
2007-01-04  Dmitry Timoshkovuser32: Fix some failures of the ShowWindow test under...
2007-01-03  Reinhard Karcheruser32: Speed improvement for 16bit comm support.
2007-01-03  Reinhard Karcheruser32: Speed improvement for 16bit comm support.
2007-01-02  Vitaliy Margolenuser32: Initialize clip rectangle on first use.
2007-01-01  Dmitry Timoshkovuser32: Make more ShowWindow tests pass under Wine.
2007-01-01  Dmitry Timoshkovuser32: Update the ShowWindow test to pass cleanly...
2006-12-27  Vitaliy Margolenuser32: Silence tests in default debug level.
2006-12-26  Dmitry Timoshkovuser32: Check lParam of the HCBT_MINMAX hook message...
2006-12-24  Patrik Stridvalluser32: Show the GCL{,P}_* constant names in debug...
2006-12-22  Dmitry Timoshkovuser32: Add a message test for various ShowWindow(...
2006-12-19  Juris Smotrovsuser32: Extend the support for SWP_STATECHANGED for...
2006-12-19  Vitaliy Margolenwinex11drv: Return cached cursor_pos in GetCursorPos().
2006-12-18  Paul Vriensuser32/tests: Make sure the tests run on NT4 again.
2006-12-15  Dmitry Timoshkovuser32: Center the context menu if it was activated...
2006-12-15  Dmitry Timoshkovuser32: Add support for the VK_APPS (Menu) key.
2006-12-14  Vitaliy Margolenuser32: ClipCursor should use virtual screen resolution...
2006-12-14  Francois Gougetuser32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-13  Vitaliy Margolenwinex11.drv: Only events with MOUSEEVENTF_MOVE flag...
2006-12-12  Pierre d'Herbemontuser32: Factorize graphics driver SetParent into user32.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
next