user: Turkish translation.
[wine] / dlls / user / user_main.c
2005-09-17  Robert ShearmanGetDesktopWindow can now potentially create a thread...
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-09-09  Francois GougetIf given the EWX_FORCE flag, ExitWindowsEx() should...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-10  Alexandre JulliardMake sure we don't call the graphics driver after proce...
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  Alexandre JulliardFixed a few prototypes in the USER driver.
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-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-06-20  Alexandre JulliardMoved a few registry keys from HKLM\Software\Wine to
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-25  Alexandre JulliardMoved functions from windows/user.c to more appropriate...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
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-03-25  Alexandre JulliardMoved DCE support to the X11 driver.
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-03-07  Alexandre JulliardMoved TranslateMessage and DispatchMessage to dlls...
2005-01-17  Alexandre JulliardRemoved unused ForceWindowRaise function.
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-09  Alexandre JulliardMerged system metrics support into sysparams.c, and...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-08  Alexandre JulliardMoved palette functions to user_main.c and removed
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-10-18  Dmitry TimoshkovProtect USER32 against early graphics driver unloading.
2004-07-13  Alexandre JulliardAllow specifying multiple graphics drivers and use...
2004-06-15  Ulrich CzekallaScrollDC should take into account overlapped windows...
2004-04-21  Alexandre JulliardPreload keyboard.drv when Windows version is Win9x.
2004-04-01  Dimitrie O. PaunRemove the rest of the Tweak look hack.
2004-04-01  Dimitrie O. PaunRemove the support for the Win 3.1 Look.
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-01-12  Alexandre JulliardScrollDC doesn't need to be in the graphics driver.
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-10-10  Alexandre JulliardUse the standard DllMain entry point.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-07-09  Alexandre JulliardStore window procedures in a static array instead of...
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
2003-07-08  Alexandre JulliardLookup COM/LPT devices in the registry when they are...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-10-29  Alexandre JulliardRemoved a couple of no longer used queue functions.
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.