Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
[wine] / dlls / ttydrv /
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-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-29  Dimitrie O. PaunFixed a few compilation warnings.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
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.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardFixed warning.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-04-25  Patrik StridvallLink the TTY driver with the standard libs.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-03-30  Alexandre JulliardFixed ttydrv compile when using curses. Cleaned up...
2000-03-28  Patrik StridvallFixed some warnings.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.