- don't include winreg.h
[wine] / dlls / user /
2005-06-20  Rein KlazesIn SCROLL_DrawScrollbar allocate the internal info...
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Vitaliy MargolenShowOwnedPopups and WM_SHOWWINDOW should handle non...
2005-06-17  Dmitry TimoshkovDdeCreateStringHandleA/W takes a pointer to a const...
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  Robert ShearmanImplement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
2005-06-15  Mike McCormackFix declarations.
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-14  Stefan HuehnerRemove include "cursoricon.h" from nonclient.c and...
2005-06-14  Alexandre JulliardUse a better location than HKCU\Wine for saving the...
2005-06-14  Lauri Tulmin- EM_CHARFROMPOS should return the closest char (clicki...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Huw DaviesWhen loading a bitmap we should stretch the image to...
2005-06-09  Lauri TulminBottom edge of the update region should be relative...
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  Alexandre JulliardMoved dde files to the main directory and got rid of...
2005-06-09  Alexandre JulliardMoved monitor functions to dlls/user/misc.c and finally...
2005-06-09  Alexandre JulliardMoved windows/driver.c to dlls/user/driver16.c.
2005-06-09  Dmitry TimoshkovAdded a couple of CloseHandle calls.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-08  Huw DaviesRead the entire logfont from the registry if it exists.
2005-06-07  Dmitry TimoshkovAdd a test for window state when a window receives...
2005-06-07  Alexandre JulliardStill send a message in SetWindowText for the inter...
2005-06-05  Lauri TulminDon't truncate text on WM_SETTEXT and send EN_MAXTEXT.
2005-06-02  Dmitry TimoshkovUpdate internal state only if the message is being...
2005-05-31  Jason EdmeadesAdded test case for infinite loops on RDW_REDRAWNOW.
2005-05-31  Alexandre JulliardAdded a from_child parameter to the get_update_region...
2005-05-30  Kouji SasakiCorrected the determination of capturing inside EDIT_WM...
2005-05-27  Richard CohenFix some obsolete comments
2005-05-26  Alexandre JulliardDon't fetch the window class name if it's not needed...
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.
next