ScrollDC doesn't need to be in the graphics driver.
[wine] / dlls / x11drv / Makefile.in
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.
2003-11-25  Huw DaviesAdd support for display of dibs on MSB XServers.
2003-11-21  Alexandre JulliardRemoved the ts_xlib files.
2003-11-20  Ulrich CzekallaInitial implementation to support XDND protocol.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-10-16  Alex Pasadyn- Added support for XRandR extension.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-30  Alexandre JulliardMoved remaining files in windows/x11drv to dlls/x11drv.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-16  Ove KaavenImplemented the XF86DGA2 driver for the ddraw HAL.
2001-02-14  Ove KaavenGuts of a simple XVidMode-supporting DirectDraw HAL...
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-10-31  Alexandre JulliardRemoved obsolete TOOLSUBDIRS dependency.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
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-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-03-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.