Added a test to confirm the behavior of GetRandomRgn.
[wine] / dlls / user / tests /
2005-09-26  Alexandre JulliardAdded a test to confirm the behavior of GetRandomRgn.
2005-09-26  Dmitry TimoshkovCalling DdeUninitialize hangs DDE test on XP SP1, so...
2005-09-13  Alexandre JulliardTimeout 0 means infinite wait for SendMessageTimeout.
2005-09-12  Alexandre JulliardUse Get/SetClassLongPtr to access the module handle.
2005-09-12  Dmitry TimoshkovAdd a test for ShowWindow(SW_SHOWMAXIMIZED) called...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-09-06  Michael Kaufmann- Fix text placement.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-27  Jason EdmeadesListbox delete string handling should validate the...
2005-08-25  Vitaly Lipatov- remove return: now break loop if can't change state...
2005-08-10  Francois GougetDefine DCX_USESTYLE if it is not defined already. Fixes the
2005-08-09  Dmitry TimoshkovMake CreateWindow with invalid menu handle test pass...
2005-08-08  Francois GougetCreateWindow(parent=NULL, ctlid!=0) should fail.
2005-08-08  Francois GougetThe listbox test shows that the control id must be...
2005-08-02  Lauri TulminAdd tests for repainting windows with CS_PARENTDC class...
2005-07-29  Dmitry Timoshkov- Add an ownerdrawn listbox test, which confirms that...
2005-07-18  Paul VriensDon't run tests on platforms that don't support WindowS...
2005-07-08  Dmitry TimoshkovAdd DDE transaction test, make it pass under Wine.
2005-07-07  Dmitry TimoshkovAdd a MsgWaitForMultipleObjects test.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Alexandre JulliardRestore the clip region after GetDCEx in send_erase...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Vitaliy MargolenFix some failing tests.
2005-07-05  Dmitry TimoshkovAdd a test case for IsWindowUnicode.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-01  Robert ShearmanGetDlgItemText should always try to NULL terminate...
2005-06-30  Alexandre JulliardRevert SPI_SETMOUSEBUTTONSWAP changes.
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-25  Michael Kaufmann- Remove the old margins from the format rectangle...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Vitaly LipatovFix returned value for SPI_SETMOUSEBUTTONSWAP.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Rein KlazesOwner drawn menu item size calculation fixes:
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-15  Dmitry TimoshkovAdd a test case for WM_[L|R|M|X]BUTTONDBLCLK generation...
2005-06-15  Mike McCormackFix declarations.
2005-06-14  Lauri Tulmin- EM_CHARFROMPOS should return the closest char (clicki...
2005-06-09  Lauri TulminAdd more tests for text placement in single and multili...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-09  Dmitry TimoshkovAdded a couple of CloseHandle calls.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-07  Dmitry TimoshkovAdd a test for window state when a window receives...
2005-06-05  Lauri TulminDon't truncate text on WM_SETTEXT and send EN_MAXTEXT.
2005-05-31  Jason EdmeadesAdded test case for infinite loops on RDW_REDRAWNOW.
2005-05-24  Richard CohenFix off-by-one in menu height calculation (& therefore
2005-05-14  Paul VriensCheck for a NULL pointer in GetWindowTextA/W.
2005-05-10  Rein KlazesMulti column popup menus have 4 pixel space between...
2005-04-26  Ulrich CzekallaSetParent should not remove menu from non-child windows.
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-04-14  Robert ShearmanAdd a test for a menu problem I found.
2005-04-11  Rein KlazesIn ScrollWindowEx, if the window already has an update...
2005-03-31  Rein KlazesFix some incorrect uses of the ok macro where the resul...
2005-03-31  Rein KlazesIf ScrollWindowEx do not use the DCX_USESTYLE to get...
2005-03-31  Paul VriensUse textlen instead of len.
2005-03-30  Dmitry Timoshkov- Make GetSystemMenu respect CS_NOCLOSE.
2005-03-30  Alexandre JulliardThe update region passed in WM_NCPAINT and the clipping...
2005-03-30  Alexandre JulliardOnly reset the clip region in GetDC() if a new region...
2005-03-29  Alexandre JulliardOnly restore the DC attributes on the next GetDC, and...
2005-03-29  Rein KlazesScrollWindow should call ScrollWindowEx with the SW_ERA...
2005-03-29  Rein Klazes- GetScrollRange should return an empty range, both...
2005-03-25  Ulrich CzekallaChild windows with the WS_POPUP style are allowed to...
2005-03-25  Rein KlazesScrollDC and X11DRV_SCROLLDC should scroll only pixels...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Robert Shearman- Window styles passed to CreateWindowEx must the same...
2005-03-22  Dmitry TimoshkovIf an MDI child becomes active restore previously maxim...
2005-03-22  C. Scott AnanianEDIT_EM_SetSel: Old/new selection range ordering code...
2005-03-16  Dmitry TimoshkovActually print dwExStyle in case of a mismatch.
2005-03-14  Dmitry TimoshkovDo not release capture before sending WM_NCDESTROY...
2005-03-14  Dmitry TimoshkovFix some msg.c and win.c failures running on NT4 and XP.
2005-03-10  Marcus MeissnerUse 512 byte buffer for buffer of LB_GETTEXT and CB_GET...
2005-03-07  Alexandre JulliardAuthors: Justin Chevrier <jchevrier@nexicom.net>, Paul...
2005-03-07  Dmitry Timoshkov- Call SetCursorPos for an injected mouse message only...
2005-03-05  Paul VriensLastError is not set on failure for *MOUSEHOVER* on...
2005-03-04  Justin ChevrierExpand conformance registry entry test to handle regist...
2005-03-04  Paul VriensBetter way of handling non-existent SystemParametersInfoW.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Dmitry TimoshkovProtect SetParent from creating circular window depende...
2005-03-01  Justin Chevrier- Created SPI_{GET,SET}KEYBOARDPREF and SPI_{GET,SET...
2005-02-24  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Dmitry...
2005-02-24  Dmitry TimoshkovGetWindowRect and GetClientRect do not change RECT...
2005-02-23  Dmitry Timoshkov- Pass original wParam to CallNextHookEx.
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-22  Alexandre JulliardCosmetic fixes.
2005-02-22  Rein KlazesDefWindowProc's WM_NCCALC handler must not subtract...
2005-02-22  Stefan LeichterMake user32_crosstest.exe loadable on NT 3.51.
2005-02-22  Alexandre JulliardDispatchMessage needs to repaint the non-client area...
2005-02-22  Jason EdmeadesMake RegisterClassExA check that reserved bytes is...
2005-02-21  Justin Chevrier- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWP...
2005-02-21  Dmitry TimoshkovTake Shift key state into account while processing...
2005-02-18  Dmitry Timoshkov- Always unlink children before sending WM_NCDESTROY...
2005-02-16  Rein KlazesCalling ValidateRect or ValidateRgn on a windows also...
2005-02-14  Francois GougetES_COMBO is not defined in the Windows headers. So...
2005-02-08  Rein KlazesScrollWindowEx when called with the SW_ERASE flag does...
2005-02-08  Paul VriensExtra tracing for SPI_GETICONTITLEWRAP.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-02  Lauri TulminAdd test for LB_SELITEMRANGE and make it pass.
2005-02-02  Dmitry TimoshkovUse the idFirstChild specified in the MDIClient's CLIEN...
next