Print dsound.dll version from file versioninfo resource.
[wine] / dlls / user /
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  Alexandre JulliardSupport sending WM_PAINT across processes when it doesn...
2005-03-04  Paul VriensBetter way of handling non-existent SystemParametersInfoW.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Dmitry TimoshkovDestroyMenu should not destroy system menu popup owner.
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-25  Lauri TulminMake sure that last line is at the bottom of the edit...
2005-02-25  Lauri TulminImplemented !ES_AUTO[HV]SCROLL.
2005-02-24  Alexandre JulliardRepaint the non-client area to work around broken WM_PA...
2005-02-24  Vitaly Lipatov- Fix scrollbar show/update conditions in SCROLL_SetScr...
2005-02-24  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Dmitry...
2005-02-24  Dmitry TimoshkovGetWindowRect and GetClientRect do not change RECT...
2005-02-24  Lauri TulminControls with ES_RIGHT or ES_CENTER shouldn't have...
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-22  Justin ChevrierPoint KEYBOARDPREF and SCREENREADER to registry keys...
2005-02-21  Justin Chevrier- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWP...
2005-02-21  Lauri TulminHorizontal scrollbar is hidden when edit control is...
2005-02-21  Marcelo DuarteUse "MS Shell Dlg" everywhere except for Japanese.
2005-02-21  Dmitry TimoshkovTake Shift key state into account while processing...
2005-02-21  Maxime BellengéReverse the order for deleting the items in resetconten...
2005-02-18  Dmitry Timoshkov- Always unlink children before sending WM_NCDESTROY...
2005-02-17  Vitaly LipatovRename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInf...
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  Rein KlazesCalling ValidateRect or ValidateRgn on a windows also...
2005-02-16  Ulrich CzekallaImplement ES_CENTER and ES_RIGHT alignment styles.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-15  Mike McCormackAdd some more SPI values.
2005-02-14  Dmitry TimoshkovMake DDE implementation always work internally in Unicode.
2005-02-14  Lauri TulminUpdate scroll info on WM_SETTEXT.
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...
2005-02-01  Alexandre JulliardRemoved the no longer used WIN_SetExStyle function.
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-02-01  Dmitry TimoshkovHandle CBR_BLOCK in EXECUTE and ADVISE DDE transactions.
2005-02-01  Justin Chevrier- SPI_GETWORKAREA: Read work area information from...
2005-01-31  Alexandre JulliardWIN_ListParents no longer needs to be exported, make...
2005-01-28  Alexandre JulliardFixed bug that caused the whole window to be repainted...
2005-01-28  Tony LambregtsFix bug in CharPrevExA().
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-27  Paul VriensCheck for availability of SPI_GETICONTITLEWRAP.
2005-01-25  Alexandre JulliardAdded a couple of SetWindowPos tests.
2005-01-25  Rein KlazesMake ShowWindow(...,SW_SHOWNA) also work on already...
2005-01-25  Robert ShearmanAdd a summary line for several scrollbar functions.
2005-01-24  Bernd FuhrmannAdded fixme macros in SystemParametersInfoW for several...
2005-01-21  Alexandre JulliardTweak SetWindowPos flags handling to make a few more...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-20  Justin Chevrier- Implemented SPI_SETICONMETRICS.
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-20  Tanabe HiroshiAdded stubs for SendIMEMessageEx[A,W].
2005-01-19  Lauri TulminReposition caret after window resize.
2005-01-19  Lauri TulminDon't recalculate line indexes if number of lines doesn...
2005-01-18  Alexandre JulliardMoved DefWindowProc16 to msg16.c and cleaned up a few...
2005-01-17  Alexandre JulliardGet rid of nonclient.h and of the corresponding exporte...
2005-01-17  Lauri TulminMake long lines behave nicely.
2005-01-17  Alexandre JulliardRemoved a couple of unnecessary calls to WIN_SuspendWnd...
2005-01-17  Alexandre JulliardRemoved unused ForceWindowRaise function.
2005-01-14  Justin ChevrierCreated unit test for SPI_{GET,SET}MINIMIZEDMETRICS.
2005-01-14  Justin Chevrier- Implemented SPI_GETMINIMIZEDMETRICS calculated from...
2005-01-12  Justin Chevrier- Revert previous change of border metric to reference the
2005-01-11  Dmitry TimoshkovMake Alt press/release test actually pass for not manag...
2005-01-11  Dmitry TimoshkovFix WmCreateCustomDialogSeq message sequence for 256...
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-11  Andreas MohrRead/write completion functions get Windows error codes...
2005-01-11  Jacek CabanGet rid of W->A calls.
2005-01-11  Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2005-01-10  Lauri TulminFixes to the handling of LBS_EXTENDEDSEL style, with...
2005-01-09  Vitaly LipatovAdded handling of SBM_GETSCROLLBARINFO message.
2005-01-08  Huw D M DaviesRevert GetScrollBarInfo spec entry back to a stub to...
2005-01-07  Diego PettenòAdded stub implementation for WINNLS* functions.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-06  Dmitry TimoshkovAdd a windows events hook to the message test.
2005-01-06  Justin Chevrier- Obtain border size of windows from registry if available.
2005-01-04  Alexandre JulliardUse the DC origin to map coordinates in ExcludeUpdateRg...
2005-01-04  Robert ShearmanFix colours used for SS_*RECT, SS_*FRAME.
2005-01-03  Alexandre JulliardGet rid of the ThunkData stubs, these are not functions.
2005-01-03  Hans LeidekkerStub implementations for GetAltTabInfo{A,W}.
2005-01-03  Justin ChevrierConverted system metrics to Unicode.
2005-01-03  Jacek CabanGet rid of HEAP_strdupWtoA calls.
2005-01-03  Dimitrie O. PaunAdd test for the listbox item height.
2005-01-03  Dimitrie O. PaunSS_CENTERIMAGE has been implemented.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Mike McCormackDump known but unimplemented SystemParameterInfo actions.
2004-12-21  Ulrich CzekallaIf a dialog with the DS_CONTROL style is not visible...
2004-12-21  Rein KlazesYou can make an invisible window the active window.
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-20  Rein Klazes- make sure that tests marked as todo_wine and actually...
2004-12-17  Robert ShearmanImplement SS_CENTERIMAGE for static control.
next