Allow specifying multiple graphics drivers and use the first one that
[wine] / dlls / ttydrv / user.c
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.