- Added IOleDocumentView interface.
[wine] / dlls / user /
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-30  Uwe BonnesZero out return string in GetMenuStringA/W.
2005-03-29  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-29  Alexandre JulliardOnly restore the DC attributes on the next GetDC, and...
2005-03-29  Alexandre JulliardMoved 16-bit string functions to user16.c and kbd16.c.
2005-03-29  Alexandre JulliardMoved rectangle functions to uitools.c and removed...
2005-03-29  Rein KlazesScrollWindow should call ScrollWindowEx with the SW_ERA...
2005-03-29  Alexandre JulliardMoved 16-bit rectangle functions to user16.c.
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-25  Alexandre JulliardMoved DCE support to the X11 driver.
2005-03-25  Ulrich CzekallaDon't map point to parent's client window because the...
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Alexandre JulliardAvoid calling WIN_ListChildren from the graphics drivers.
2005-03-24  Kevin KoltzauAdded full support for xbuttons (side mouse buttons).
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-23  Alexandre JulliardGet rid of the window lock suspend mechanism.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Alexandre JulliardGet rid of the remaining WIN_FindWndPtr calls.
2005-03-23  Alexandre JulliardCreate a new server request for accepting hardware...
2005-03-23  Robert Shearman- Window styles passed to CreateWindowEx must the same...
2005-03-22  Alexandre JulliardSimplify hardware message processing by merging the...
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  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-03-14  Dmitry TimoshkovFix some msg.c and win.c failures running on NT4 and XP.
2005-03-10  Alexandre JulliardClear the internal paint flag in the server before...
2005-03-10  Marcus MeissnerUse 512 byte buffer for buffer of LB_GETTEXT and CB_GET...
2005-03-10  Phil KrylovImplemented GetScrollBarInfo() function and SBM_GETSCRO...
2005-03-10  Alexandre JulliardMerge the rest of the messaging code into dlls/user...
2005-03-10  Alexandre JulliardProperly cope with get_message being called recursively...
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-03-09  Maxime BellengéImplemented MIIM_BITMAP state.
2005-03-09  Alexandre JulliardMake the SwapMouseButton function and the SPI_SETMOUSEB...
2005-03-08  Alexandre JulliardProcess only pending expose events during RDW_UPDATENOW...
2005-03-08  Alexandre JulliardMake sure to always pass valid QS_* flags to
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-03-07  Alexandre JulliardAuthors: Justin Chevrier <jchevrier@nexicom.net>, Paul...
2005-03-07  Alexandre JulliardMoved TranslateMessage and DispatchMessage to dlls...
2005-03-07  Alexandre JulliardSet SM_DBCSENABLED according to the current locale...
2005-03-07  Dmitry Timoshkov- Call SetCursorPos for an injected mouse message only...
2005-03-07  Alexandre JulliardRetry sending a WM_PAINT in update_now after we sent...
2005-03-07  Ulrich CzekallaPrint out error message if we fail to remove message...
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...
next