Synchronize the sizes of the external and internal buffers at start
[wine] / dlls / x11drv /
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
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-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardRemoved obsolete TOOLSUBDIRS dependency.
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
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-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
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-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.