- aa1c2a3 Added an initial (mostly stub) implementation of MSHTML.DLL. by Mike McCormack · 22 years ago
- 80e34db Moved the implementation of the pthread wrappers to dlls/kernel. by Alexandre Julliard · 22 years ago
- 4e874ee The if1632 directory no longer exists. by Alexandre Julliard · 22 years ago
- 871cd03 It seems FreeBSD no longer requires libpthread when linking with OpenGL. by Alexandre Julliard · 22 years ago
- 9557d1b Dlopen libncurses.so in wineconsole. by Mike McCormack · 22 years ago
- dd0242d Remove the dummy pthread functions and use -lpthread instead to by Alexandre Julliard · 22 years ago
- 6386edc Partial implementation of the Microsoft Installer (msi.dll). by Mike McCormack · 22 years ago
- bcb6ecf resolv.h may require netinet/in.h, so try to #include that when by Gerald Pfeifer · 22 years ago
- 2123c13 Introduced the mswsock dll. Added stubs for TransmitFile() and AcceptEx(). by André Johansen · 22 years ago
- efca0f6 Disable gcc strict aliasing optimization for now. by Alexandre Julliard · 22 years ago
- 6039fb0 Always use our own c2man. by Richard Cohen · 22 years ago
- b64b7de Add PowerPC processor detection. by Pierre d'Herbemont · 22 years ago
- aa1bdc4 Added d3d9 dll. by Alexandre Julliard · 22 years ago
- 85d4281 Implement LCMapString using unicode collation tables. by Dmitry Timoshkov · 22 years ago
- 5caccaf Created an empty oleacc DLL. by Eric Pouech · 22 years ago
- 852c7ae - implemented support for https protocol - fixes to the http protocol by David Hammerton · 22 years ago
- 4ee8290 Added checks for ICU libraries (based on a patch by Shachar Shemesh). by Alexandre Julliard · 22 years ago
- 88090b4 Remove code that starts wineshelllink, instead create a windows by Mike McCormack · 22 years ago
- b133454 Implemented GetSystemInfo on NetBSD. by Yorick Hardy · 22 years ago
- c26b7db Added the implementation for CDROM_GetIdeInterface on NetBSD. by Yorick Hardy · 22 years ago
- 2c4fd42 New comctl32 test directory and test case for DPA_Search. by Uwe Bonnes · 22 years ago
- 38fa5ad Added an implementation of iphlpapi.dll; most Get* functions by Juan Lang · 22 years ago
- c80c290 In assembler check, try to use gas first (based on a patch by Robert Lunnon). by Alexandre Julliard · 22 years ago
- e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
- 117436e Moved rules for building shared libraries into a global Makelib.rules file. by Alexandre Julliard · 22 years ago
- fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
- 21ee329 Support resources in cross-compiled tests. by Alexandre Julliard · 22 years ago
- db89a54 Check for struct option independently of the getopt_long check. by Alexandre Julliard · 22 years ago
- fc09423 Allow overriding CFLAGS when running configure. Other small cleanups. by Alexandre Julliard · 22 years ago
- b195d9f Add aliases to configure check for mingw cross compiler and dlltool. by Hans Leidekker · 22 years ago
- 3dec4c5 Added stubs for dpnhpast and for all the dmusic dlls. by Rok Mandeljc · 22 years ago
- 19a1513 Added an implementation of the MSVCRTD.DLL debugging C runtime DLL. by Adam Gundy · 22 years ago
- 6a9cea9 Added --with-nptl configure option and necessary changes to support by Alexandre Julliard · 22 years ago
- 3200c02 Don't bother checking for the errno function, simply define all of them. by Alexandre Julliard · 22 years ago
- c44555b Added support for marking heap blocks as inaccessible/uninitialized if by Alexandre Julliard · 22 years ago
- 6f7a204 Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the server. by Alexandre Julliard · 22 years ago
- c45bbad Use _spawnvp to replace fork for non-Unix platforms. by Alexandre Julliard · 22 years ago
- 82ce2cc New winecfg skeleton app, based heavily on original work by Jaco Greeff. by Dimitrie O. Paun · 22 years ago
- 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
- 4d52d37 If supported, relocate the main wine binary to a higher address to by Alexandre Julliard · 22 years ago
- 8d7b8e5 Portability fixes. by Alexandre Julliard · 22 years ago
- f814cf8 Make use of .half and/or .asciiz assembler keywords when necessary. by Christian Costa · 22 years ago
- 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
- 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago
- 2d04be7 Stub implementation of the dmusic dll. by Rok Mandeljc · 22 years ago
- 9612383 Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread buffer. by Alexandre Julliard · 22 years ago
- 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
- 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
- 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
- b59bdbf Get rid of win16drv directory. by Alexandre Julliard · 22 years ago
- c509bc4 Turn off -Wpointer-arith if it generates warnings when including string.h. by Mike McCormack · 22 years ago
- eaae705 Added d3dim.dll with stubs. by Enrico Horn · 22 years ago
- f8aa3b5 Added -Wpointer-arith gcc flag, and fixed the resulting warnings. by Alexandre Julliard · 22 years ago
- ba02ae4 Added Windows-compatible start.exe. by Dan Kegel · 22 years ago
- b38b4c2 Moved the IPX check so that the sys/socket.h check has already been by Alexandre Julliard · 22 years ago
- 88b1106 Added tests for GetPrinterDriverDirectoryA. by Stefan Leichter · 22 years ago
- be514b9 Check for vsnprintf and _vsnprintf, and define vsnprintf with by Steven Edwards · 22 years ago
- b693895 Added configure check for regex.h. by Alexandre Julliard · 22 years ago
- 728bedc Added GIF decompressor support to OLE Automation IPictures. by Marcus Meissner · 22 years ago
- 1d4db78 Check and define AS (for cross/biarch compiler support). by Marcus Meissner · 22 years ago
- 14bd120 Add -gstabs+ option if supported (based on a patch by Marcus Meissner). by Alexandre Julliard · 22 years ago
- 175d059 Initial wineboot implementation; at this stage only wininit.ini by Shachar Shemesh · 22 years ago
- 5a23a00 Added ctl3d, ctl3dv2 and ctl3d32 API implementations. by Dmitry Timoshkov · 22 years ago
- 8418d8f Fixed quoting in INSTALL check. by Alexandre Julliard · 22 years ago
- e24bcc7 Make sure INSTALL path is relative to the top dir when using the by Alexandre Julliard · 22 years ago
- 5caddc7 Added stubs for WINTAB{,32}.DLL (used by many important drawing by Patrik Stridvall · 22 years ago
- e31ae92 - some D3D8 fixes by Raphael Junqueira · 22 years ago
- 5ac2a53 Added additional test for gcvt as uClibc appears to have this and not ecvt. by Brad Campbell · 22 years ago
- 4691b18 Add support for Jack audio server. by Chris Morgan · 22 years ago
- ada5e65 Implemented import libraries; on Unix we import the .def file by Alexandre Julliard · 22 years ago
- b42dc56 Made stdcall decoration in .def files the default, and added -k option by Alexandre Julliard · 22 years ago
- 05783b5 Added WINE_CHECK_DEFINE macro to factor out some repeated code. by Alexandre Julliard · 22 years ago
- 69b6786 Alpha porting fix. by Steven Edwards · 22 years ago
- 647c1a3 Gracefully degrade to getopt if getopt_long does not exist. by Dimitrie O. Paun · 22 years ago
- d523a45 A simple test for IDirectSound.GetCaps. by Francois Gouget · 22 years ago
- d77294a Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 22 years ago
- 6caeb72 Fixed pthreads on FreeBSD (based on patch by Alexandre Julliard). by Patrik Stridvall · 22 years ago
- 1d8cb6e The default behavior of "make everything" is now to build separate by Vincent Béron · 22 years ago
- b807499 Removed OpenGL thread safety check. by Alexandre Julliard · 22 years ago
- f2abe47 Use the '-z defs' linker option if supported to better catch undefined symbols. by Alexandre Julliard · 22 years ago
- d1447fa Added stub implementation of cabinet.dll. by Patrik Stridvall · 22 years ago
- 56ab2b3e Load OpenGL library dynamically from x11drv. by Lionel Ulmer · 22 years ago
- 15e8e0a Added rundll32 utility. by Alberto Massari · 22 years ago
- d2033a5 ucontext.h check requires signal.h. by Gerald Pfeifer · 22 years ago
- f061f76 Do not link against -lcups directly, but dynamically load it if by Marcus Meissner · 22 years ago
- 9398d9c Updated the generated tests. by Patrik Stridvall · 22 years ago
- 44519bd Removed winetest. by Alexandre Julliard · 22 years ago
- 63ae7fe - Added #include <sys/types.h> where needed for FreeBSD. by Patrik Stridvall · 22 years ago
- 6cef4cd When checking for sys/mount.h and sys/user.h also include sys/types.h by Gerald Pfeifer · 22 years ago
- 4ce2837 Test sound format support with waveOutGetDevCaps and waveOutOpen. by Francois Gouget · 22 years ago
- 45e5681 Mingw porting fix. by Steven Edwards · 22 years ago
- a768fa3 First version of msvcrt scanf test. by Uwe Bonnes · 22 years ago
- 26fd740 Avoid reference to glibc internal __libc_fork function. by Alexandre Julliard · 22 years ago
- 6f670b1 The NAS headers and libraries are sometimes stored in the X directories. by Francois Gouget · 22 years ago
- 288b8ee Implemented the MS RLE video codec. by Michael Günnewig · 22 years ago
- ac89cc2 Added skeleton for rpcrt4 unit test with some UUID tests. by Greg Turner · 22 years ago
- 928ecb4 Added some more autogenerated tests. by Patrik Stridvall · 23 years ago
- c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
- 137eed8 Moved X flags and libraries out of Make.rules into the makefiles that need them. by Alexandre Julliard · 23 years ago
- 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago