Add DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
[wine] / dlls / ttydrv / ttydrv.spec
2004-12-09  Alexandre JulliardUse an escape mechanism similar to the x11drv one to...
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2003-11-26  Dmitry TimoshkovFix .spec file parameters for CreateDC driver API.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-12-13  Eric LaforestAdd the missing functionality in the tty driver.
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
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-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
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-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-01-07  Alexandre JulliardNeed to import user32 even though we don't use symbols...
2000-11-29  Dimitrie O. PaunFixed a few compilation warnings.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.