Don't close the current thread display on process exit, we don't close
[wine] / dlls / x11drv / x11drv_main.c
2004-05-04  Alexandre JulliardDon't close the current thread display on process exit...
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2004-01-30  Chris MorganIf unable to open an X11 display mention that X needs...
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-09  Alexandre JulliardRemoved XInitThreads call, the X libraries still have...
2003-12-05  Alexandre JulliardRemoved X11 display parameter from the config file...
2003-12-04  Alexandre JulliardInitialize Xlib threading support to see what it breaks...
2003-11-21  Alexandre JulliardRemoved the ts_xlib files.
2003-11-21  Alexandre JulliardAlways ignore BadMatch errors resulting from XSetInputF...
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-20  Alexandre JulliardThere's no need to initialize XKB on the GDI display...
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-11-09  Alexandre JulliardAvoid the XSync call in X11DRV_expect_error by storing...
2003-10-16  Alex Pasadyn- Added support for XRandR extension.
2003-09-27  Alexandre JulliardMake sure all 16-bit system drivers are loaded for...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Dmitry TimoshkovPrint X display and locale of X Input Method in the...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-03-23  Alexandre JulliardProperly initialize keyboard auto-repeat for all X...
2003-01-30  Alexandre JulliardXCloseIM sometimes crashes in Xlib, don't call it.
2003-01-28  Alexandre JulliardWhen using desktop mode attach all thread inputs togeth...
2003-01-23  Alexandre JulliardCreate an X input context for each top-level window.
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
2002-11-14  Huw DaviesClient side render fonts for XServers without the Rende...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-09-18  Alexandre JulliardAdded support for the take focus protocol.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-06-14  Alexandre JulliardUpdate the cursor for each window on receiving an X11...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-23  Alexandre JulliardRestored managed mode config file option.
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-20  Andriy PalamarchukImplemented processing for actions SPI_GET/SETSCREENSAV...
2001-09-10  Francois GougetAdded an option to disable XVidMode support.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-27  Ove KaavenReimplemented DXGrab with improvements; it no longer...
2001-04-16  Ove KaavenImplemented the XF86DGA2 driver for the ddraw HAL.
2001-03-28  Alexandre JulliardAdded support for application-specific configuration...
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-02-14  Ove KaavenGuts of a simple XVidMode-supporting DirectDraw HAL...
2001-01-17  Josh DuBoisMake some noise in a few cases where the X11drv doesn...
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-11-15  Jeremy WhiteAllow desktop=N in the [x11drv] section of .winerc...
2000-11-12  Andreas MohrImplemented the Desktop=XXXxYYY setting in the [x11drv...
2000-10-19  Lionel UlmerDo not do any GLX calls on a display that does not...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-06-23  Marcus MeissnerRestrict nTimeout to 0-32767, since it is a 16bit value...
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-23  Lionel Ulmer- added option to get double-buffered desktop
2000-05-15  Alexandre JulliardMake sure all Wine processes share the same X display.
2000-05-03  Lionel UlmerCall XOpenIM on the large stack.
2000-04-29  Eric PouechFixed a few compilation warnings.
2000-04-13  Stephane LussierFixed AltGr key handling.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-04  Alexandre JulliardFixed file descriptor leaks.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.