2002-07-23 |
Gerald Pfeifer | Include sys/types.h before sys/socket.h. |
blob | commitdiff | raw |
2002-07-22 |
Alexandre Julliard | Generate the __ASM_NAME and __ASM_FUNC macros directly... |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Gregg Mattinson | Added checks for __sparc__, __sun__ and @function. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Gregg Mattinson | - X11/extensions/shape.h requires X11/Xutil.h. |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Alexandre Julliard | Merged the IDL compiler written by Ove Kaaven. |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Alexandre Julliard | Split the C preprocessor from wrc into a separate library. |
blob | commitdiff | raw | diff to current |
2002-07-11 |
Alexandre Julliard | Release 20020710. wine-20020710 |
blob | commitdiff | raw | diff to current |
2002-07-10 |
Alexandre Julliard | Created registry unit test and added tests for RegEnumV... |
blob | commitdiff | raw | diff to current |
2002-07-01 |
Alexandre Julliard | Hopefully more portable errno check. |
blob | commitdiff | raw | diff to current |
2002-07-01 |
Alexandre Julliard | Added configure check for getpwuid. |
blob | commitdiff | raw | diff to current |
2002-06-28 |
Alexandre Julliard | Added some ALSA configure checks. |
blob | commitdiff | raw | diff to current |
2002-06-28 |
Eric Pouech | Created an ALSA driver (with the help of David Hammerto... |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Sylvain Petreolle | Created d3d8 stub dll. |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Steven Edwards | Added check for pwd.h. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Aric Stewart | Reworking of http and asyncronous calls to get IE6... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Andriy Palamarchuk | Added regedit unit test, a couple minor changes to... |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Ove Kaaven | - support DirectInput 8 interfaces. |
blob | commitdiff | raw | diff to current |
2002-06-05 |
Alexandre Julliard | Release 20020605. wine-20020605 |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Alexandre Julliard | Merged Martin Fuchs' file manager (with the help of... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Eric Pouech | Implemented a MP3 decoder (based on mpglib). |
blob | commitdiff | raw | diff to current |
2002-05-24 |
Alexandre Julliard | No longer need a special LDCOMBINE for cygwin/mingw. |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Alexandre Julliard | Added check for ln. |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Eric Pouech | Created an ACM MS ADPCM codec. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Alexandre Julliard | Moved expand.c from libtest to programs/expand. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Alexandre Julliard | Added configure check for the soname of libraries that... |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Portability fixes. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
John K. Hohm | Added comcat.dll with factory and manager but E_NOTIMPL... |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
blob | commitdiff | raw | diff to current |
2002-05-12 |
Alexandre Julliard | Added some support for cross-compilation using mingw32. |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Alexandre Julliard | Release 20020509. wine-20020509 |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Steven Edwards | Detect snprintf && _snprintf, use _snprintf on stupid... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Juergen Schmied | Added some tests. |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Alexandre Julliard | There's no need to check for dlopen on cygwin. |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Alexandre Julliard | Fixed dll check for cygwin. |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Alexandre Julliard | Added check for sys/sysctl.h. |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Steven Edwards | Check for and use chsize instead of ftruncate if present. |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Mike Wetherell | Utility to convert between Unix and Windows paths at... |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Rizsanyi Zsolt | Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi... |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Laurent Pinchart | Implementation of IOCTL_SCSI_PASS_THROUGH and |
blob | commitdiff | raw | diff to current |
2002-04-30 |
Alexandre Julliard | Moved remaining files in windows/x11drv to dlls/x11drv. |
blob | commitdiff | raw | diff to current |
2002-04-29 |
Andriy Palamarchuk | Implemented regsvr32 tool. Based on ReactOS implementation. |
blob | commitdiff | raw | diff to current |
2002-04-29 |
Patrik Stridvall | Stub implementation of SNMPAPI.DLL. |
blob | commitdiff | raw | diff to current |
2002-04-27 |
Alexandre Julliard | Link the tools and the server against libwine so we... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Alexandre Julliard | No longer try to support non-reentrant Xlib. |
blob | commitdiff | raw | diff to current |
2002-04-23 |
Alexandre Julliard | Load libXrender at run-time with dlopen (based on a... |
blob | commitdiff | raw | diff to current |
2002-04-20 |
Bill Medland | Get the ldconfig check to work for bash shells. |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Alexandre Julliard | Release 20020411. wine-20020411 |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Andriy Palamarchuk | Created regedit replacement. Fixed some bugs. |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Alexandre Julliard | Updated configure to take advantage of new autoconf... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Mike McCormack | Created a stubbed version of MSISYS.OCX. |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Alexandre Julliard | Better check for -lresolv. Removed FREETYPELIBS. |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Francois Gouget | On Solaris inet_aton is exported by libresolv.so. |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Alexandre Julliard | More robust libsane check. |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Michal Pasternak | Fixed pack/unpack routines for WM_DDE_EXECUTE. |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Alexandre Julliard | Moved metafiles and win16 drivers to dlls/gdi. |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Marcus Meissner | Ported variant tests to the new testing framework. |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Hidenori Takeshima | Implemented an IMA driver. |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Hidenori Takeshima | Implemented G711 codec driver. |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Shi Quan He | Started TWAIN implementation. |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Chris Morgan | Added aRts driver. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Patrik Stridvall | Added some optional headers and functions for compiling... |
blob | commitdiff | raw | diff to current |
2002-03-10 |
Alexandre Julliard | Release 20020310. wine-20020310 |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Alexandre Julliard | Release 20020228. wine-20020228 |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Alexandre Julliard | Added tests extra directories. |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Lawson Whitney | Support for nonstandard baud rate in SetCommState. |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Alexandre Julliard | Fixed installation issues caused by new configure script. |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Alexandre Julliard | Upgraded configure script to use autoconf 2.50 features... |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Huw D M Davies | We need fttrigon.h, so don't define HAVE_FREETYPE if... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Dmitry Timoshkov | Support for generation of .def files from .spec files. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Aric Stewart | Added a pass-through msvcrt20. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Francois Gouget | 'test -e' is not supported on Solaris, replace with... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Huw D M Davies | Don't define HAVE_FREETYPE unless we have freetype.h. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Alexandre Julliard | Authors: Huw D M Davies <hdavies@codeweavers.com>,... |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Marcus Meissner | Abort if we do not find yacc or bison. |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Alexandre Julliard | Authors: Andrew Lewycky <andrew@transgaming.com>, Ove... |
blob | commitdiff | raw | diff to current |
2002-01-10 |
Travis Michielsen | Added crypt32.dll stub. |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Alexandre Julliard | Added configure check for pread/pwrite. |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Alexandre Julliard | Removed obsolete dosmod. |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Alexandre Julliard | We no longer need libXpm. |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Alexandre Julliard | Link with libutil only where needed. |
blob | commitdiff | raw | diff to current |
2001-12-31 |
Alexandre Julliard | Link with libdl only where needed. |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Alexandre Julliard | Link to the curses library only for the dlls that need it. |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Andreas Mohr | Documentation update. |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Bang Jun-Young | Added check for stdint.h (needed on NetBSD). |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Dmitry Timoshkov | Add $X_LIBS path while searching for libfreetype. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Make debugtools.h independent from config.h. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Mike McCormack | Added netapi32.dll and the Netbios() call. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Hidenori Takeshima | Added stubs for msrle32.dll and implemented RLE8 decoder. |
blob | commitdiff | raw | diff to current |
2001-11-05 |
François Gouget | Tell Solaris users where to get XPM. |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Hidenori Takeshima | Added stubs for msdmo.dll, qcap.dll and devenum.dll. |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Huw D M Davies | Implement GetFontData. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Andreas Mohr | Yet another documentation/message text patch. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Bernhard Rosenkraenzer | Fixes for autoconf 2.52 or higher. |
blob | commitdiff | raw | diff to current |
2001-09-17 |
Alexandre Julliard | Improved make_dlls script. Moved dll list out of |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Hidenori Takeshima | Added stubs for mapi32, msimg32, sti and url. |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Huw D M Davies | Add config check and thread safe wrappers for the XRend... |
blob | commitdiff | raw | diff to current |
next |