crtdll: Fixed copy/paste error in definition of _baseminor_dll and _baseversion_dll.
[wine] / dlls / user / win.c
2006-06-09  Dmitry Timoshkovuser: Neither WS_CAPTION nor WS_EX_APPWINDOW has anythi...
2006-06-05  Ulrich Czekallax11drv: Improve handling of the case where the clipboar...
2006-05-30  Mike McCormackuser32: Stub implementations for Win64's Get/Set LongPt...
2006-05-26  Alexandre Julliarduser: Only include winproc.h where necessary.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Alexandre Julliarduser: Support storing multiple winprocs in a single...
2006-05-10  Alexandre Julliarduser: Have WINPROC_GetProc16 allocate a new winproc...
2006-05-10  Alexandre Julliarduser: Make the WINDOWPROCTYPE enum private to winproc.c.
2006-05-10  Alexandre Julliarduser: Replace WINPROC_GetProcType by WINPROC_IsUnicode.
2006-05-10  Alexandre Julliarduser: Replace WINDOWPROCTYPE by a unicode flag in WINPR...
2006-05-10  Alexandre Julliarduser: Add a WIN_ISUNICODE flag instead of relying on...
2006-05-09  Alexandre Julliarduser: Separate the 16 and 32-bit versions of WINPROC_Al...
2006-05-09  Alexandre Julliarduser: Separate the 16 and 32-bit versions of WINPROC_Ge...
2006-05-09  Alexandre Julliarduser: Fixed offset check for the DWLP_DLGPROC case...
2006-05-09  Alexandre Julliarduser: Separate Get/SetWindowLong16 implementation from...
2006-03-30  Alexandre Julliarduser: Don't send WM_PARENTNOTIFY to the desktop window.
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-06  Alexandre Julliardserver: Return real parent and owner in the create_wind...
2006-01-25  Vitaliy Margolenuser: Don't drop owned windows in WIN_EnumChildWindows.
2006-01-23  Louis Lendersuser32: Added stub for UpdateLayeredWindow.
2006-01-19  Ken Thomasesuser: Fixed the lifetime of MDICREATESTRUCT variables.
2005-11-30  Vitaliy MargolenNew maximized visible window should be shown with
2005-11-29  Vitaliy MargolenEnumChildWindows should return result from the callback.
2005-11-21  Dmitry TimoshkovChoose what window styles to dump (WS_GROUP/WS_TABSTOP vs.
2005-11-09  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-10-03  Vitaliy MargolenUse GetSystemMetrics instead of hardcoding drag width...
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-07  Alexandre JulliardDon't fallback to LoadMenu16 when the window is created...
2005-08-09  Dmitry TimoshkovMake CreateWindow with invalid menu handle test pass...
2005-07-19  Alexandre JulliardInitialize the various menu global variables on demand...
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-07-18  Felix NawothnigAdd stub for SetLayeredWindowAttributes.
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardDelay creation of the internal pos atom until needed.
2005-07-07  Dmitry TimoshkovMake IsWindowUnicode work in the case when window belon...
2005-06-27  Eric PouechConst correctness fixes.
2005-06-17  Vitaliy MargolenShowOwnedPopups and WM_SHOWWINDOW should handle non...
2005-06-14  Stefan HuehnerRemove include "cursoricon.h" from nonclient.c and...
2005-06-07  Alexandre JulliardStill send a message in SetWindowText for the inter...
2005-05-14  Paul VriensCheck for a NULL pointer in GetWindowTextA/W.
2005-05-13  Dmitry TimoshkovAvoid a crash in free_window_handle() on an invalid...
2005-05-07  Alexandre JulliardTreat 0xffff the same as 0 for the handle generation...
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-25  Alexandre JulliardMoved most files from the windows directory to dlls...