Use IShellFolder::GetDisplayNameOf instead of SHGetPathFromIDList to
[wine] / dlls / user /
2005-05-25  Alexandre JulliardMoved functions from windows/user.c to more appropriate...
2005-05-25  Alexandre JulliardMoved a couple of 16-bit functions to dlls/user/user16.c.
2005-05-25  Rein KlazesUse the screen resolution to convert from twips (1440...
2005-05-25  Alexandre JulliardMoved the syscolor functions to dlls/user/sysparams.c.
2005-05-24  Vitaly LipatovAdd BUTTON_NOTIFY_PARENT macro (as in edit.c).
2005-05-24  Richard CohenFix off-by-one in menu height calculation (& therefore
2005-05-23  Alexandre JulliardComment out stub WEP entry points so that we can call...
2005-05-19  Dimi PaunRemove LOCAL_*() calls from USER, use Local*16() instead.
2005-05-18  Alexandre JulliardRemoved implementation of LoadDIBIconHandler16 and
2005-05-17  Dimi PaunUse standard Local*16() functions instead of LOCAL_...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-16  Michael StefaniucAdd some SystemParametersInfo SPI_* defines.
2005-05-14  Paul VriensCheck for a NULL pointer in GetWindowTextA/W.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-13  Alexandre JulliardProcess the pending expose events on RDW_UPDATENOW...
2005-05-13  Dmitry TimoshkovAvoid a crash in free_window_handle() on an invalid...
2005-05-11  Alexandre JulliardAllow passing a string to the window property server...
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-05-10  Rein KlazesMulti column popup menus have 4 pixel space between...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardTreat 0xffff the same as 0 for the handle generation...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-05-05  Alexandre JulliardDon't retrieve a window DC in GetUpdateRect if there...
2005-05-05  Rein KlazesAdd 16<->32 bit message mappings for WM_COPYDATA messages.
2005-05-04  Ulrich CzekallaLet the default winproc handle WM_MOUSEACTIVATE.
2005-04-28  Mike McCormackImplemented GetLastInputInfo.
2005-04-27  Alexandre JulliardMoved the USER syslevel to dlls/user/user_main.c.
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-26  Alexandre JulliardMoved some messaging and input functions to message...
2005-04-26  Ulrich CzekallaSetParent should not remove menu from non-child windows.
2005-04-26  Huw DaviesThe ansi version of CB_ADDSTRING shouldn't overwrite...
2005-04-25  Alexandre JulliardMoved the ScrollWindow and ScrollDC functions to dlls...
2005-04-25  Alexandre JulliardMoved most files from the windows directory to dlls...
2005-04-20  Alexandre JulliardHandle posted internal messages directly in PeekMessage...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Alexandre JulliardAllow nested hardware message processing by storing...
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-04-19  Jose AlonsoChange the order of DispatchMessage and message removal.
2005-04-18  Peter Berg LarsenEliminate strncpy. Correct a \0 assingment to the modst...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-14  Robert ShearmanAdd a test for a menu problem I found.
2005-04-14  Robert ShearmanRecalculate the menu on calling ModifyMenu so that...
2005-04-13  Alexandre JulliardMoved handling of the 55AA pattern brush to syscolor...
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...
next