Fixed some issues found by winapi_check.
[wine] / dlls / x11drv / x11drv_main.c
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.