Grab the thread object in case the thread terminates with pending
[wine] / windows / user.c
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-18  Stefan LeichterMoved implementation of EnumDisplaySettings from ASCII...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Andreas MohrMake GetFreeSystemResources16 print its values on TRACE.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
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-08  Alexandre JulliardReplace SendMessage16 by SendMessageW where possible.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-07  Alexandre JulliardRemoved unneeded inclusion of queue.h.
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-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-12  Patrik StridvallDocumentation name fixes (always use external name).
2001-01-28  Eric PouechAdded a few missing exports.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-03  François GougetConvert HDESK to STRICT.
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-11  Dmitry TimoshkovAdd CF_UNICODETEXT as primary text clipboard format.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
2000-07-15  Peter GantenStubs for CreateDesktopA and EnumDesktopWindows.
2000-07-10  Marcus MeissnerStub for RegisterDeviceNotificationA.
2000-06-18  Francois GougetAdded some missing prototypes.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-05  Ulrich WeigandAdded USER.DllEntryPoint().
1999-11-07  Marcus MeissnerAdded ChangeDisplaySettingsExA stub and some flag defines.
1999-10-24  Francis BeaudetEnabled the persistent clipboard server.
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-19  Marcus MeissnerAdded stub implementation for EnumDisplayDevices*.
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-16  Michael VekslerFixed warnings.
1999-04-15  Marcus MeissnerMissing WINAPI for RegisterSystemThread.
1999-04-11  Bertho StultiensAdded RegisterSystemThread stub.
1999-04-10  Sergey TurchanovStubs for CloseDesktop and CloseWindowStation.
1999-04-01  Ulrich WeigandAdded USER32.UserSignalProc to Callout table.
1999-03-28  Lionel UlmerAdded stub for SetSystemCursor.
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-18  Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-02-09  Stephane Lussier- Cleaned up the message queue when a thread exit ...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-31  Juergen SchmiedStub for GetUserObjectSecurity.
1999-01-20  Ulrich WeigandHandle (console) applications that never created a...
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-24  Juergen SchmiedNew stubs GetUserObjectInformationA|W.
1998-11-01  Marcus MeissnerAdded stubs for user32,advapi32 functions.
1998-10-31  Marcus MeissnerLots of stubs to get winlogon.exe from nt3.51 and other...
1998-10-27  Marcus MeissnerEnumDisplayModes* returns a static list of modes with...
1998-10-23  Juergen SchmiedNew stub RegisterTaskList.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
next