Allow specifying multiple graphics drivers and use the first one that
[wine] / dlls / ttydrv / objects.c
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-10-25  Michael StefaniucCompile the ttydrv dll with -DSTRICT.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-04-03  Patrik StridvallFixed some issues found by winapi_check.
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-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.