Fixed some issues reported by winapi_check.
[wine] / configure.in
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.
2000-03-15  Joshua ThielenAdded winemine app.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-03-04  Marcus MeissnerAdded message for missing xpm devel libs for debian...
2000-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
2000-02-07  Sean LangleyOLEPRO32 stubs.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandAdded configure check for sys/reg.h.
2000-01-30  Patrik Stridvall- Unixware (Solaris) linker typo fixed
2000-01-29  Andreas MohrAdded SETUPX dll.
2000-01-26  Alexandre JulliardMade --enable-dll the default.
2000-01-23  Alexandre JulliardMerged dlls/ver into dlls/version.
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-16  Eric PouechUse --whole-archive to force linking all of libwine...
2000-01-15  Aaron HopeFixed IPX detection.
2000-01-15  Lionel Ulmer- (ugly) fix for the 'Xmd.h' problem
2000-01-05  Marcus MeissnerAdd $X_EXTRA_LIBS to any X dependend checks or they...
2000-01-05  Lionel Ulmer- detect if the OpenGL implementation defines the palet...
1999-12-20  Marcus MeissnerReadded Xpm autoconf checks.
1999-12-12  Moses DeJongFixed missing libwine.so symlink during install. Set...
1999-12-11  Alexandre JulliardXiang Li
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-12-05  Marcus MeissnerUse the real glibc openpty if present.
1999-11-13  Francois GougetUse BSD headers for ICMP portability.
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-11-04  Marcus MeissnerEnhanced linux joystick api detection slightly.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...
1999-09-22  Eric PouechAdded dlls/winmm and dlls/winmm/wineoss directories.
1999-09-22  Morten EriksenAdded simple console mode example program which lists...
1999-09-20  Lionel UlmerAdded the possibility to use DGA 2.0.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.
1999-09-05  Ron RecordAdded support of __thr_errno for reentrance on UnixWare.
1999-09-04  Alexandre JulliardAdded configure check for str[n]casecmp.
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-08-04  Marcus MeissnerImplemented DirectInput Joystick support (tested with...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
1999-07-31  Patrik StridvallAdded support for Solaris Lint.
1999-07-24  Eric PouechFixed cut&paste bug.
1999-07-23  Lionel UlmerBetter detection of OpenGL.
1999-07-18  Alexandre JulliardAuthors: James Juran <jrj120@psu.edu>, Andreas Mohr...
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-12  James JuranUse Autoconf to find path to ldconfig.
1999-06-06  Dave PicklesAdded Wine command-line interpreter.
1999-06-05  Marcus MeissnerAutoconfigure the directories in the manpage.
1999-05-22  Eric PouechCreate a new configuration manifest constant HAVE_OSS_MIDI.
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Alexandre JulliardAdded check for missing __i386__ definition.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardAdded check for -lmmap for OS/2.
1999-05-02  Huw D M DaviesStarted implementing Enhanced MetaFile driver.
1999-04-26  Marcus MeissnerAdded autoconf check for "inline". You can now use...
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-18  Alexandre JulliardRemoved check for union semun; cleaned up a bit.
1999-04-18  Ulrich WeigandReentrant libc check for Solaris added.
1999-04-16  Marcus MeissnerAdd -fno-builtin when compiling with gcc in relay32...
1999-04-15  Marcus MeissnerFreeBSD 3 multithreading final fix. Do not use libc_r...
1999-04-11  Marcus Meissner- Started multithreading for FreeBSD (incomplete, but...
1999-03-14  Sylvain St.GermainAdded command line tool to access the registry.
1999-03-14  Andreas MohrImplemented (nearly) all TAPI functions as stubs.
1999-03-13  Marcus MeissnerStarted on avifil32 implementation (only stubs currently).
1999-02-28  Klaas van GendCreate a new subdirectory for the common dialog box...
1999-02-28  Lionel UlmerBetter detection of old (i.e. non OpenGL 1.2 compliant...
1999-02-28  Marcus MeissnerSome Solaris fixes. <resolv.h> needs <arpa/nameser...
1999-02-25  Michael VekslerAdded configure check for getbkgd and define HAVE_GETBKGD.
1999-02-20  Marcus MeissnerProblems reported by Donald Page, PR 105-107.
1999-02-17  Steffen Moeller"Configure finished" message suggests to call make...
1999-02-14  Ove KaavenFix for X11 includes detection.
1999-02-13  James JuranCreated include/Makefile.in to separate header file...
1999-02-05  Eric WilliamsAdded common dialogs test program.
1999-02-04  Patrik Stridvall- Added the graphics/ttydrv directory.
1999-01-31  Ulrich WeigandAdd new subdirectories dlls/ver and dlls/version.
1999-01-30  Lionel UlmerAdded check for the presence of Mesa's header files.
1999-01-29  Marcus MeissnerUpdated msvideo. New program 'icinfo [-about] [-configu...
1999-01-23  Ove KaavenAdded "user-friendly" warning for missing X.
1999-01-20  Marcus Meissnerautoconf: added checks for libio.h, elf.h, curses.h...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Lionel Ulmer- beginning of implementation of Direct3D2 (DX 5.0...
1999-01-03  Joseph PranevichRewrite of configuration system to support "regular...
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.
1998-12-26  Pavel Roskinconfigure first checks whether it is possible to compil...
1998-12-18  Todd VierlingUse -lwine for linking.
1998-12-15  Todd Vierling- add -lossaudio if needed, and a check for <soundcard...
1998-12-15  Todd VierlingThese patches add support for --enable-dll on NetBSD...
1998-12-11  Marcus MeissnerAdded RasEnumConnections stub.
1998-12-08  Stephen CrowleyAdded fullscreen DGA support.
1998-12-07  Patrik StridvallAdded the new TTY driver.
1998-12-02  Joseph PranevichAdded console support.
1998-11-08  Stephen LangasekSupport for IPX networking via winsock under Linux.
1998-11-08  Justin BradfordReplaces CoCreateGuid stub with an implementation of...
1998-11-06  Ove KaavenFixed --disable-lib.
1998-11-01  Patrik StridvallStarted moving some X11 window management code to windo...
next