Generate a kernel32 dependency for dlls that have no imports to handle
[wine] / dlls / Makefile.in
2002-05-17  Alexandre JulliardGenerate a kernel32 dependency for dlls that have no...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  John K. HohmAdded comcat.dll with factory and manager but E_NOTIMPL...
2002-05-14  Alexandre JulliardUpdated make_dlls script for new import scheme.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-04-29  Patrik StridvallStub implementation of SNMPAPI.DLL.
2002-04-17  Alexandre JulliardExport a few more 16-bit GDI functions. Finished wineps...
2002-04-08  Mike McCormackCreated a stubbed version of MSISYS.OCX.
2002-04-08  Hidenori TakeshimaAdded some stubs.
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-03-26  Alexandre JulliardRenamed some 16-bit spec files to match the dll name.
2002-03-23  Alexandre JulliardAdded support for driver-specific escapes in the x11drv...
2002-03-23  Hidenori TakeshimaImplemented an IMA driver.
2002-03-22  Hidenori TakeshimaImplemented G711 codec driver.
2002-03-21  Shi Quan HeStarted TWAIN implementation.
2002-03-21  Chris MorganAdded aRts driver.
2002-03-20  Hidenori TakeshimaAdded some stubs.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-28  Alexandre JulliardAdded make check target to run unit tests too since...
2002-01-29  Aric StewartAdded a pass-through msvcrt20.
2002-01-10  Travis MichielsenAdded crypt32.dll stub.
2002-01-10  Alexandre JulliardAdded rules for running tests.
2001-11-06  Mike McCormackAdded netapi32.dll and the Netbios() call.
2001-11-06  Hidenori TakeshimaAdded stubs for msrle32.dll and implemented RLE8 decoder.
2001-10-23  Hidenori TakeshimaAdded stubs for msdmo.dll, qcap.dll and devenum.dll.
2001-10-23  Hidenori TakeshimaImplemented OleCreatePropertyFrame and
2001-10-22  Hidenori TakeshimaFixed some bugs.
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-09-14  Hidenori TakeshimaAdded stubs for mapi32, msimg32, sti and url.
2001-08-18  Eric PouechStarted implementing the MCIWnd* functions.
2001-08-18  Eric PouechBecause of circular dependencies between comctl32 and...
2001-07-27  Alexandre JulliardAdded missing ntdll imports.
2001-07-26  Alexandre JulliardRemoved import of x11drv from ddraw.
2001-07-17  Alexandre JulliardUpdated dependencies.
2001-07-02  Hidenori TakeshimaAdded stubs for quartz.dll.
2001-07-02  Dmitry TimoshkovFix some inter dll dependencies.
2001-06-08  Marcus MeissnerImplemented glu32.dll as libGLU.so forwarder.
2001-04-19  Alexandre JulliardFixed setupapi dependencies.
2001-04-17  Francois GougetFix typo so that wintrust is built.
2001-04-16  Rein KlazesAdded new dll wintrust.dll with a stub for WinVerifyTru...
2001-04-02  Ian PilcherVarious registry-related PostScript driver enhancements.
2001-02-14  Eric PouechStarted the real implementation of mciavi.
2001-01-28  Marcus MeissnerImplemented VideoCapDriverDescAndVer.
2001-01-12  Stefan LeichterImplemented EnumProtocolA/W.
2001-01-12  Jon GriffithsTurn crtdll into forwards to msvcrt.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.
2001-01-06  Huw D M DaviesImplement InternetCanonicalizeUrl.
2001-01-04  Alexandre JulliardFixed dll dependencies.
2000-12-27  Ulrich WeigandImport kernel32 (for SetLastError()).
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-15  Hidenori TakeshimaImplemented some DDK APIs - far from complete.
2000-12-14  Hidenori TakeshimaAdded a spec file for 16bit imm.
2000-12-05  Dimitrie O. PaunUse @LIBEXT@ instead of .so for the inter-dlls dependen...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-06  Alexandre JulliardRemoved SUBDIRS in winmm Makefile.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Peter Hunnisett- Remove winmm hack in dplay code
2000-09-22  Huw D M DaviesPaper size and orientation prop sheet for wineps.
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...
2000-07-25  Alexandre JulliardMerged wing.dll into gdi32.dll.
2000-07-24  Alexandre JulliardMerged msacm and msacm32 dlls.
2000-07-15  Mike McCormackImplemented serialui dll containing CommConfigDialog,
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-07-08  Francois JacquesAdded setupapi shared library and SetupIterateCabinet...
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-18  James HathewayCreated an initial Winsock 2 (ws2_32) DLL. Makes use...
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-08  Alexandre JulliardAdded missing dependency.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-30  Dimitrie O. PaunMoved DISPDIB out of the kernel into GDI.
2000-05-19  Dimitrie O. PaunMoved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
2000-05-14  Dimitrie O. PaunMoved DDEML into dlls/user.
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-05-07  Dimitrie O. PaunSeparate OLE2NLS out of KERNEL.
2000-05-03  Alexandre JulliardFixed typo.
2000-05-03  Hidenori TakeshimaAdded stubs for riched32.dll.
2000-04-28  Alexandre JulliardAdded libkeyboard.so creation.
2000-04-25  Patrik StridvallCompile fix for --without-x.
2000-04-25  Eric PouechFixed winspool(.drv) loading.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-11  Alexandre JulliardMerged urlmon.dll and wininet.dll from the Corel tree...
next