Move calling of CBT hooks from WIN_CreateWindowEx() to the driver.
[wine] / dlls / ttydrv / ttydrv.h
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-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.