Grab the thread object in case the thread terminates with pending
[wine] / windows / win.c
2003-01-08  Duane ClarkWS_CAPTION is a two bit field, so test appropriately.
2003-01-07  Duane ClarkA window with a WS_EX_APPWINDOW extended style can...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-24  Matthew DavisonFix some unicode->ascii calls.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-13  Alexandre JulliardFixed sign problem in GetWindowWord/Long check for...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-17  Alexandre JulliardFixed typo in EnumThreadWindows.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardReimplemented GetLastActivePopup to get the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-25  Alexandre JulliardAdded missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-29  Juergen SchmiedSupport for HWND_MESSAGE.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Francois GougetAdd missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-08  Alexandre JulliardNeed to check for focus and capture also on the childre...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Guy L. AlbertelliFix the strange case in WIN_FixCoordinates where x...
2002-02-15  Jukka HeinonenConvert some invalid offsets in GetWindowLong16 into...
2002-01-22  Tommy Schultz LassenMake EnumWindows return TRUE if no windows exists.
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-06  Alexandre JulliardAdded WIN_GetRectangles function.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-19  Gerard PatelFix exchanged lines in WIN_GetWindowLong.
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-07  Dmitry TimoshkovAdd dumping of window styles at the window creation...
2001-10-23  Alexandre JulliardCosmetic fixes.
2001-10-23  Alexandre JulliardA couple of optimizations.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-21  Andreas MohrCosmetics.
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-19  Alexandre JulliardFixed a couple of bugs in WIN_SetWindowLong caused...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-10  Alexandre JulliardMake sure that returned window belongs to correct threa...
2001-09-10  Patrik StridvallThe message handler of WM_STYLECHANGING is supposed...
2001-08-29  Alexandre JulliardMake window handles 32-bit before calling window procedure.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-16  Alexandre JulliardMoved user lock to user.c. Added USER_CheckNotLock...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-08  Alexandre JulliardReplace SendMessage16 by SendMessageW where possible.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-20  Bill MedlandAdditional modifications to the window styles during...
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-14  Dmitry TimoshkovReplace more PROFILE_ functions by RegQueryValueExA.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-10  Alexandre JulliardFixed reparenting to desktop (found by Gerard Patel).
2001-05-09  Alexandre JulliardUse 32-bit hook functions where possible. Cleaned up...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-04  Alexandre JulliardDon't use THREAD_IdToTEB in EnumThreadWindows.
2001-03-28  Dmitry TimoshkovGet and print class name for right window in WIN_WalkWi...
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-03-20  Eric KohlAdded stubs for GetWindowsModuleFileName[A/W].
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-22  Joerg MayerWarn when FindWindow needs to check other processes...
next