1. f61d7e0 Enhanced libc's pthread configuration detection. by Eric Pouech · 25 years ago
  2. fbc15b1 Added '--enable-opengl' flag to bypass the thread-safety check. by Lionel Ulmer · 25 years ago
  3. 2941a21 Compile fix for --without-x. by Patrik Stridvall · 25 years ago
  4. 87d224a Correct test for linux 2.2 joystick API, which returned true in every case. by Rein Klazes · 25 years ago
  5. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  6. 5e5ad53 Added --without-curses compile option. by Patrik Stridvall · 25 years ago
  7. 0045def Fixed signal stack handling on Linux when sigaltstack is available. by Alexandre Julliard · 25 years ago
  8. 819fa8c Merged urlmon.dll and wininet.dll from the Corel tree (implementation by Alexandre Julliard · 25 years ago
  9. 87a2f8d Create directories that don't contain a Makefile. by Alexandre Julliard · 25 years ago
  10. 10ad97c Restructured DirectDraw. Split into X11 and DGA driver, and multiple by Marcus Meissner · 25 years ago
  11. e61d33b Added cvdump tool to dump CodeView symbol information. by John R. Sheets · 25 years ago
  12. 5eee0bf Disable OpenGL support if the latter is thread safe. by Lionel Ulmer · 25 years ago
  13. 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
  14. ddce652 Made ddraw and dinput separate dlls. by Alexandre Julliard · 25 years ago
  15. a3f2380 Added winemine app. by Joshua Thielen · 25 years ago
  16. c3bcd6c - Slightly reworked include files (less messy, more straightforward). by David Elliott · 25 years ago
  17. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  18. 284995e Added message for missing xpm devel libs for debian/corel. by Marcus Meissner · 25 years ago
  19. 2a3b0a1 Moved hardware related handling to dlls/winmm/joystick driver. by Eric Pouech · 25 years ago
  20. 2d33ab9 Added configure check for the unix domain sockaddr length. by Juergen Lock · 25 years ago
  21. 58c71d4 OLEPRO32 stubs. by Sean Langley · 25 years ago
  22. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  23. 8a1bdb3 Added configure check for sys/reg.h. by Ulrich Weigand · 25 years ago
  24. a9ee4a2 - Unixware (Solaris) linker typo fixed by Patrik Stridvall · 25 years ago
  25. 027187d Added SETUPX dll. by Andreas Mohr · 25 years ago
  26. 0adad95 Made --enable-dll the default. by Alexandre Julliard · 25 years ago
  27. 54dc94e Merged dlls/ver into dlls/version. by Alexandre Julliard · 25 years ago
  28. de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
  29. 18ad24a Use --whole-archive to force linking all of libwine.a. into wine. by Eric Pouech · 25 years ago
  30. c23872d Fixed IPX detection. by Aaron Hope · 25 years ago
  31. 7be462d - (ugly) fix for the 'Xmd.h' problem by Lionel Ulmer · 25 years ago
  32. 376ec88 Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some by Marcus Meissner · 25 years ago
  33. 48c0816 - detect if the OpenGL implementation defines the paletted texture and by Lionel Ulmer · 25 years ago
  34. cb99b0e Readded Xpm autoconf checks. by Marcus Meissner · 25 years ago
  35. 088a76b Fixed missing libwine.so symlink during install. Set the runtime linker path. by Moses DeJong · 25 years ago
  36. 8551f8c Xiang Li Implementation of a proxy ODBC32 dll. by Alexandre Julliard · 25 years ago
  37. a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
  38. 2d7be87 Use the real glibc openpty if present. by Marcus Meissner · 25 years ago
  39. ae5e93e Use BSD headers for ICMP portability. by Francois Gouget · 25 years ago
  40. b901021 Added better missing function emulation. by Patrik Stridvall · 25 years ago
  41. edf3e43 Added ICMP DLL implementation. by Francois Gouget · 25 years ago
  42. 605a9c3 Enhanced linux joystick api detection slightly. by Marcus Meissner · 25 years ago
  43. abe7227 Added built-in msacm.drv and midimap.drv drivers. by Eric Pouech · 25 years ago
  44. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  45. 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago
  46. 22b861c - Moved dplay and dplayx to a proper home in the dlls directory. by Peter Hunnisett · 26 years ago
  47. 6fea55f Added dlls/winmm and dlls/winmm/wineoss directories. by Eric Pouech · 26 years ago
  48. 55bcda8 Added simple console mode example program which lists information by Morten Eriksen · 26 years ago
  49. d94475b Added the possibility to use DGA 2.0. by Lionel Ulmer · 26 years ago
  50. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago
  51. e977d6c Added support of __thr_errno for reentrance on UnixWare. by Ron Record · 26 years ago
  52. 3b96efc Added configure check for str[n]casecmp. by Alexandre Julliard · 26 years ago
  53. bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
  54. 028e9a1 Implemented DirectInput Joystick support (tested with WC:Prophecy). by Marcus Meissner · 26 years ago
  55. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
  56. a9be64e Added support for Solaris Lint. by Patrik Stridvall · 26 years ago
  57. 1a97191 Fixed cut&paste bug. by Eric Pouech · 26 years ago
  58. 5d68f79 Better detection of OpenGL. by Lionel Ulmer · 26 years ago
  59. d6baf1b Authors: James Juran <jrj120@psu.edu>, Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de> by Alexandre Julliard · 26 years ago
  60. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  61. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  62. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  63. ffe6b76 Use Autoconf to find path to ldconfig. by James Juran · 26 years ago
  64. 74f440e Added Wine command-line interpreter. by Dave Pickles · 26 years ago
  65. 5a70c97 Autoconfigure the directories in the manpage. by Marcus Meissner · 26 years ago
  66. 338d3b2 Create a new configuration manifest constant HAVE_OSS_MIDI. by Eric Pouech · 26 years ago
  67. e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
  68. 51d46ba Added check for missing __i386__ definition. by Alexandre Julliard · 26 years ago
  69. 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
  70. 0e7bd08 Added check for -lmmap for OS/2. by Alexandre Julliard · 26 years ago
  71. 3a24f3f Started implementing Enhanced MetaFile driver. by Huw D M Davies · 26 years ago
  72. 1a8bbd7 Added autoconf check for "inline". You can now use it, it will be by Marcus Meissner · 26 years ago
  73. f070fda autoconf fixes and cleanups (check for dlopen() in libc too). by Marcus Meissner · 26 years ago
  74. 2487cce Removed check for union semun; cleaned up a bit. by Alexandre Julliard · 26 years ago
  75. 715a55e Reentrant libc check for Solaris added. by Ulrich Weigand · 26 years ago
  76. a7f5cb5 Add -fno-builtin when compiling with gcc in relay32/ subdir. by Marcus Meissner · 26 years ago
  77. f31ec0b FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as by Marcus Meissner · 26 years ago
  78. c260638 - Started multithreading for FreeBSD (incomplete, but some by Marcus Meissner · 26 years ago
  79. 1bb0e66 Added command line tool to access the registry. by Sylvain St.Germain · 26 years ago
  80. 5aa96c1 Implemented (nearly) all TAPI functions as stubs. by Andreas Mohr · 26 years ago
  81. b3d1a22 Started on avifil32 implementation (only stubs currently). by Marcus Meissner · 26 years ago
  82. c912749 Create a new subdirectory for the common dialog box DLL and move all by Klaas van Gend · 26 years ago
  83. 5c08570 Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa. by Lionel Ulmer · 26 years ago
  84. 664c272 Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h by Marcus Meissner · 26 years ago
  85. f544507 Added configure check for getbkgd and define HAVE_GETBKGD. by Michael Veksler · 26 years ago
  86. 3b09284 Problems reported by Donald Page, PR 105-107. by Marcus Meissner · 26 years ago
  87. 1511bae "Configure finished" message suggests to call make when make depend by Steffen Moeller · 26 years ago
  88. 1eb593c Fix for X11 includes detection. by Ove Kaaven · 26 years ago
  89. c70dc83 Created include/Makefile.in to separate header file installation from by James Juran · 26 years ago
  90. 30008a0 Added common dialogs test program. by Eric Williams · 26 years ago
  91. 2411028 - Added the graphics/ttydrv directory. by Patrik Stridvall · 26 years ago
  92. d43a46a Add new subdirectories dlls/ver and dlls/version. by Ulrich Weigand · 26 years ago
  93. a1d6d24 Added check for the presence of Mesa's header files. by Lionel Ulmer · 26 years ago
  94. 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
  95. 8b4431f Added "user-friendly" warning for missing X. by Ove Kaaven · 26 years ago
  96. 592ba10 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and by Marcus Meissner · 26 years ago
  97. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  98. 5ff0077 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes by Lionel Ulmer · 26 years ago
  99. e884f9c Rewrite of configuration system to support "regular" curses as well as by Joseph Pranevich · 26 years ago
  100. f7b0de3 Moved ADVAPI32 files to dlls/advapi32. Added stubs for eventlog functions. by Juergen Schmied · 26 years ago