Fixed some issues found by winapi_check.
[wine] / dlls / Makefile.in
2002-09-06  Alexandre JulliardAdded preliminary support for cross-compiling tests...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-14  Alexandre JulliardUpdated dependencies.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-01  Robert LunnonPreliminary audio driver for Solaris Libaudioio.
2002-07-30  Alexandre JulliardMerged the NAS driver written by Nicolas
2002-07-02  Juergen Schmied- implementations for SHLWAPI_267, SHLWAPI_268
2002-07-01  Alexandre JulliardFixed make install from read-only build directory ...
2002-06-28  Eric PouechCreated an ALSA driver (with the help of David Hammerto...
2002-06-25  Sylvain PetreolleCreated d3d8 stub dll.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-06-04  Eric PouechImplemented a MP3 decoder (based on mpglib).
2002-05-23  Alexandre JulliardRestored the library file intermediate step for symlink...
2002-05-23  Alexandre JulliardRun make clean in all directories, even the ones we...
2002-05-22  Eric PouechCreated an ACM MS ADPCM codec.
2002-05-21  Eric PouechImplemented a G711 ACM codec (supports both A-Law and...
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...
next