Delegates messages directly to the edit control window proc instead of
[wine] / configure.ac
2004-05-03  Robert ReifAdded tests for msacm32.dll.
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-23  Jon GriffithsTests for newly added MAPI functions.
2004-04-22  Krzysztof FoltmanAdded dummy hhctrl.ocx with stubs of HtmlHelpA and...
2004-04-16  Raphael JunqueiraAdded dxdiagn.dll with a simple implementation of IDxDi...
2004-04-15  Kevin KoltzauAdd additional names of mingw tools.
2004-04-07  Raphael JunqueiraAdded simple dpnet.dll implementation.
2004-04-07  Sami AarioStubs to prevent taskmgr.exe from crashing or aborting...
2004-04-07  Mike McCormackLoad the XRandR extension dynamically (with help from...
2004-04-06  Shachar ShemeshStatic libraries names for ICU are libsicu*.a now.
2004-04-06  Alexandre JulliardAdded support for fstatvfs.
2004-04-05  Stefan LeichterAdded tests for GetFileVersionInfoSizeA.
2004-04-05  Eric PouechFirst shot at implementing dbghelp.
2004-03-27  Alexandre JulliardUse futimes() instead of utime() to implement SetFileTi...
2004-03-25  Alexandre JulliardRemoved check for -lm, winegcc takes care of that.
2004-03-23  Eric PouechPorted the ReactOS taskmgr written by Brian Palmer.
2004-03-16  Mike McCormackRequire bison to compile Wine.
2004-03-15  Sami NopanenInitial implementation of cards.dll.
2004-03-09  Robert ReifAdded dxerr8 and dxerr9 libraries.
2004-03-09  Christian CostaAdd amstream dll (MultiMedia Streams), part of Direct...
2004-03-07  Alexandre JulliardAdded check for f_namelen in struct statfs.
2004-03-05  Alexandre JulliardUse statvfs instead of statfs, and provide a default...
2004-03-03  Alexandre JulliardRenamed the symbol for the cpp binary to avoid conflict...
2004-03-02  Alexandre JulliardWe need to use AC_CHECK_TOOL to check for cpp in order...
2004-03-02  Juan LangAdded a secur32.dll that loads other SSP DLLs and forwa...
2004-03-02  Dimitrie O. PaunInstrument winegcc to use the compilers and options...
2004-03-01  Juan Lang- The virtual netbios device driver is properly named...
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-27  Alexandre JulliardMoved msrle32 to the top-level dlls directory.
2004-02-24  Alexandre JulliardMore robust fix for the artsc-config breakage.
2004-02-21  Alexandre JulliardAllow the implementation of the VxDCall entry points...
2004-02-20  Alexandre JulliardAdded support for implementing VxDs as separate dlls...
2004-02-13  Mike McCormackImplement enough of rsabase.dll to get Steam to login.
2004-02-12  Alexandre JulliardWe don't really need subdirectories in dlls/dinput.
2004-02-12  Alexandre JulliardMoved remaining files from graphics/ to dlls/gdi.
2004-02-12  Alexandre JulliardAdded version scripts for libwine and libwine_unicode.
2004-02-09  Alexandre JulliardWorkaround for broken artsc-config script (based on...
2004-02-05  Eric Pouech- Fixed broken winedbg compilation on BSD.
2004-01-26  Alexandre JulliardMoved libuuid to the dlls directory, and moved the...
2004-01-23  Mike McCormackMerged ffmpeg's MS Video 1 decoder by Mike Melanson.
2004-01-20  Rok Mandeljc- updated resources to DX9
2004-01-18  Marcus MeissnerDo not cache results of checks with side effects.
2004-01-15  Alexandre JulliardAuthors: Tim Ferguson <Tim.Ferguson@infotech.monash...
2004-01-12  Mike McCormackStub enough of MSVCRT40 to make IE4 install work.
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2004-01-08  Alexandre JulliardAdded configure check for readlink.
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2004-01-07  Juan LangFixed the dwBCastAddr member of MIB_IPADDRROW, added...
2004-01-07  Wim LewisFixed shell quoting of the inline-asm tests so that...
2004-01-06  Hans LeidekkerUse gcc's -pipe option to reduce compile time.
2004-01-06  Chris MorganAdded winebrowser app that launches a Unix browser.
2004-01-02  Marcus MeissnerWhen checking for gethostbyname_r_6 not try to compile...
2004-01-02  Alexandre JulliardUpdated configure with autoconf 2.58. Set the bug repor...
2003-12-30  Ulrich CzekallaAdd stubbed version of newdev.dll.
2003-12-30  Michael StefaniucSearch for mingw-$prog too.
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.
2003-12-04  Alexandre JulliardAuthors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie...
2003-12-03  Jacek CabanAdded -lXmu and -lXi for glut library.
2003-12-02  Jacek CabanAdded glut32 dll.
2003-11-30  Alexandre JulliardRemoved some no longer used programs.
2003-11-27  Alexandre JulliardAdded unicows dll, based on the spec file written by...
2003-11-25  Pierre d'HerbemontAdd Darwin/Mac OS X support to the build system.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-20  Rein KlazesFix detection of freetype/freetype.h when the libfreety...
2003-11-19  Rein KlazesInclude ft2build.h before freetype/freetype.h. Libfreet...
2003-11-18  Sami AarioAdded some conformance tests for ddraw. These enumerate...
2003-11-17  Alexandre JulliardLink the main binaries with --export-dynamic so that...
2003-11-14  Alexandre JulliardGet rid of the msdos/ directory.
2003-11-14  Raphael JunqueiraAdd the wined3d dll for beginning a cleaner d3d archite...
2003-11-13  Alexandre JulliardMoved memory/environ.c, memory/virtual.c and misc/cpu...
2003-11-12  Alexandre JulliardAdded configure check for pthread_getattr_np.
2003-11-12  Alexandre JulliardAdded a wine-glibc binary that detects the glibc thread...
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-11-11  Alexandre JulliardOnly build both Wine binaries on Linux, pthread support...
2003-11-09  Huw DaviesLoad any TrueType fonts that fontconfig knows about.
2003-11-06  Alexandre JulliardCreate two separate wine binaries, one using libpthread...
2003-11-06  Alexandre JulliardRe-use the loader directory for the main wine loader...
2003-11-06  Alexandre JulliardAVM Computersysteme Vertriebs GmbH
2003-10-31  Mike McCormackMostly stub implemenation for cfgmgr32.
2003-10-27  Pierre d'HerbemontInclude <arpa/nameser.h> before <resolv.h>.
2003-10-16  Alexandre JulliardRecent versions of libXrandr depend on libXrender.
2003-10-15  Alexandre JulliardRegroup the X11 header checks to reduce the size of...
2003-10-15  Alex PasadynCheck for Xrandr extension.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-14  Alexandre JulliardAdded check for pthread.h (reported by Steven Edwards).
2003-10-11  Alexandre JulliardDefine an LDDLL command to link dlls, instead of using...
2003-10-09  Dimitrie O. PaunUse docbook2txt to generate the text output instead...
2003-10-08  Alexandre JulliardRemoved creation of loader/ne and win32 directories.
2003-10-07  Rein KlazesAdded a check for <scsi/scsi.h> and include it in dlls...
2003-10-04  Kevin KoltzauInitial implementation of uxtheme.dll, mostly stubbed...
2003-10-03  Pavel RoskinAdded check for scsi/scsi_ioctl.h.
2003-10-03  Pavel RoskinAdded check for st_blocks in struct stat.
2003-09-24  Pavel RoskinAdded configure check for spawnvp().
2003-09-19  Alexandre JulliardGet rid of relay32 directory.
2003-09-11  Alexandre JulliardMoved winegcc and winewrap to a separate directory.
2003-09-08  Mike McCormackAdded an initial (mostly stub) implementation of MSHTML...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-08-26  Alexandre JulliardThe if1632 directory no longer exists.
2003-08-21  Alexandre JulliardIt seems FreeBSD no longer requires libpthread when...
2003-08-20  Mike McCormackDlopen libncurses.so in wineconsole.
next