Properly implement DllCanUnloadNow ref counting.
[wine] / dlls / ttydrv / ttydrv.h
2004-12-09  Alexandre JulliardUse an escape mechanism similar to the x11drv one to...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
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-11-13  Marcus MeissnerOnly include curses headers if we are using curses...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-03-29  Alexandre JulliardFixed compile without curses.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
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.