Rewrote hook support to store the hook chain in the server.
[wine] / dlls / user / user_main.c
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-23  Alexandre JulliardStore thread id instead of queue handle in timer structure.
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-27  Ulrich Czekalla- Add a max wait time for selection notifies.
2002-05-20  Andreas MohrSpelling stuff.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-08  Alexandre JulliardRenamed USER_Init into UserClientDllInitialize.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-08-09  Eric Pouech- implemented correctly the HSZ as local atoms and...
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
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-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-18  Alexandre JulliardNo need to preallocate DCEs since they are allocated...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-05-07  Alexandre JulliardCleaned up local heap initialisation.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.