Cleaned up loading/init code in OSS.
[wine] / dlls / x11drv /
2000-06-23  Marcus MeissnerRestrict nTimeout to 0-32767, since it is a 16bit value...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
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-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Alexandre JulliardBuild wineclipsrv as part of the x11drv dll.
2000-04-13  Stephane LussierFixed AltGr key handling.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
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-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.